2024-05-13T21:39:29.307 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-13T21:39:29.307 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957 --verbose --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/connectivity task/test_set_mon_crush_locations} --name teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/orig.config.yaml 2024-05-13T21:39:29.338 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-13T21:39:29.428 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7704957' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED log-only-match: - CEPHADM_ sha1: c3e55145f4f4b3a500bb66ee08c938a215bc231d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c3e55145f4f4b3a500bb66ee08c938a215bc231d selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c3e55145f4f4b3a500bb66ee08c938a215bc231d owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 7273 sha1: c3e55145f4f4b3a500bb66ee08c938a215bc231d sleep_before_teardown: 0 subset: 41/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c3e55145f4f4b3a500bb66ee08c938a215bc231d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c3e55145f4f4b3a500bb66ee08c938a215bc231d targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK3bWon+gDYmMfrgnh8Dpy/6aPhxRyXi3AStZvuSVbLbZa34YLtLdQkhoJO0VU1fqN0BNE/oqVpXZhNiRYzKwoY= smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIkyU99ZzVuETuFPBdZ/aqTSNlCZVJ1YF1TITIX/xo0KHFjfo06tuCW0rcTxgIGwd7Z0y8ryJI/WqemlmeodnKY= smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ2lIESohY4ZYoSvarpELZXn1Sp4CE5uA8JHRiPvoCoCqEW2/XFb2HGuTij+VF/FjU1YNWtNmPuho29zK4gxOq8= tasks: - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f0bd2135e50>, signals=[15]) 2024-05-13T21:39:29.974 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-13T21:39:29.980 INFO:teuthology.task.internal:Opening connections... 2024-05-13T21:39:29.980 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-05-13T21:39:29.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:39:30.058 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-05-13T21:39:30.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:39:30.132 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-05-13T21:39:30.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:39:30.206 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-13T21:39:30.213 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-05-13T21:39:30.231 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-05-13T21:39:30.231 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="9" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="9" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el9" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2024-05-13T21:39:30.289 INFO:teuthology.orchestra.run.smithi088.stdout:LOGO="fedora-logo-icon" 2024-05-13T21:39:30.290 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-13T21:39:30.290 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2024-05-13T21:39:30.290 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-13T21:39:30.290 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-13T21:39:30.290 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-13T21:39:30.290 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-05-13T21:39:30.312 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-05-13T21:39:30.330 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-05-13T21:39:30.330 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-05-13T21:39:30.386 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="CentOS Stream" 2024-05-13T21:39:30.386 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="9" 2024-05-13T21:39:30.386 INFO:teuthology.orchestra.run.smithi112.stdout:ID="centos" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="rhel fedora" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="9" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el9" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:LOGO="fedora-logo-icon" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://centos.org/" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-13T21:39:30.387 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-13T21:39:30.388 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-05-13T21:39:30.412 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-05-13T21:39:30.429 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-05-13T21:39:30.429 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-05-13T21:39:30.486 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="CentOS Stream" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="9" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:ID="centos" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="rhel fedora" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="9" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el9" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:LOGO="fedora-logo-icon" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://centos.org/" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-13T21:39:30.487 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-13T21:39:30.488 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-05-13T21:39:30.511 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-13T21:39:30.520 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-13T21:39:30.525 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-13T21:39:30.526 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-05-13T21:39:30.528 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-05-13T21:39:30.530 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-05-13T21:39:30.546 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-13T21:39:30.552 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-13T21:39:30.552 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-05-13T21:39:30.585 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-05-13T21:39:30.587 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-05-13T21:39:30.633 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-13T21:39:30.708 INFO:teuthology.run_tasks:Running task kernel... 2024-05-13T21:39:30.730 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-13T21:39:30.730 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-13T21:39:30.730 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-13T21:39:30.731 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-13T21:39:30.731 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-13T21:39:30.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T21:39:30.747 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-05-13T21:39:30.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T21:39:30.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T21:39:30.749 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-05-13T21:39:30.749 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-05-13T21:39:30.804 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-437.el9.x86_64 2024-05-13T21:39:30.804 INFO:teuthology.task.kernel:Running kernel on smithi112: 5.14.0-437.el9.x86_64 2024-05-13T21:39:30.804 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2024-05-13T21:39:30.805 INFO:teuthology.orchestra.run.smithi132.stdout:5.14.0-437.el9.x86_64 2024-05-13T21:39:30.806 INFO:teuthology.task.kernel:Running kernel on smithi132: 5.14.0-437.el9.x86_64 2024-05-13T21:39:30.806 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2024-05-13T21:39:30.807 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-437.el9.x86_64 2024-05-13T21:39:30.807 INFO:teuthology.task.kernel:Running kernel on smithi088: 5.14.0-437.el9.x86_64 2024-05-13T21:39:30.807 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2024-05-13T21:39:34.308 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - BaseOS 4.3 MB/s | 8.1 MB 00:01 2024-05-13T21:39:35.024 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 3.2 MB/s | 8.1 MB 00:02 2024-05-13T21:39:35.420 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 2.6 MB/s | 8.1 MB 00:03 2024-05-13T21:39:44.890 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 2.2 MB/s | 19 MB 00:08 2024-05-13T21:39:45.520 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 2.1 MB/s | 19 MB 00:09 2024-05-13T21:39:50.491 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.2 MB 00:01 2024-05-13T21:39:50.762 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-05-13T21:39:51.966 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 111 kB/s | 16 kB 00:00 2024-05-13T21:39:52.357 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:16 2024-05-13T21:39:52.975 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-05-13T21:39:53.072 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-05-13T21:39:54.182 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-05-13T21:39:58.125 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 24 kB/s | 1.7 kB 00:00 2024-05-13T21:39:59.091 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - CRB 2.0 MB/s | 6.2 MB 00:03 2024-05-13T21:39:59.456 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-05-13T21:40:00.098 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-13T21:40:00.098 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-13T21:40:00.197 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:40:00.208 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:40:00.209 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:40:00.210 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-05-13T21:40:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:40:00.210 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 78 M 2024-05-13T21:40:00.210 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 123 M 2024-05-13T21:40:00.210 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:40:00.600 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 16 kB 00:00 2024-05-13T21:40:01.010 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 745 kB/s | 550 kB 00:00 2024-05-13T21:40:01.471 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-13T21:40:01.471 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-13T21:40:01.567 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:40:01.572 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:40:01.572 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-05-13T21:40:01.572 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:40:01.572 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout:Install 4 Packages 2024-05-13T21:40:01.573 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:40:01.574 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 78 M 2024-05-13T21:40:01.574 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 123 M 2024-05-13T21:40:01.574 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:40:02.358 INFO:teuthology.orchestra.run.smithi112.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 735 kB/s | 550 kB 00:00 2024-05-13T21:40:05.733 INFO:teuthology.orchestra.run.smithi112.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 3.8 MB/s | 15 MB 00:04 2024-05-13T21:40:06.959 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): kernel-modules-core-5.14.0-446.el9.x86_6 4.7 MB/s | 28 MB 00:05 2024-05-13T21:40:07.217 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): kernel-core-5.14.0-446.el9.x86_64.rpm 2.2 MB/s | 15 MB 00:06 2024-05-13T21:40:07.518 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 4.7 MB/s | 34 MB 00:07 2024-05-13T21:40:07.518 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:40:07.518 INFO:teuthology.orchestra.run.smithi088.stdout:Total 11 MB/s | 78 MB 00:07 2024-05-13T21:40:08.207 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:40:08.554 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:40:08.554 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:40:09.484 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:40:09.484 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:40:11.608 INFO:teuthology.orchestra.run.smithi112.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 3.0 MB/s | 28 MB 00:09 2024-05-13T21:40:11.900 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:40:12.510 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-13T21:40:12.601 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:40:15.274 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:40:15.418 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:40:19.624 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-13T21:40:20.108 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:40:20.221 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:40:24.874 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-05-13T21:40:24.932 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:40:26.856 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-13T21:40:26.856 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-13T21:40:27.091 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:40:27.100 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:40:27.100 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-05-13T21:40:27.100 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:40:27.100 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:40:27.100 INFO:teuthology.orchestra.run.smithi132.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout:Install 4 Packages 2024-05-13T21:40:27.101 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:40:27.102 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 78 M 2024-05-13T21:40:27.102 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 123 M 2024-05-13T21:40:27.102 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:40:27.411 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] kernel-5.14.0-446.el9.x86_64.rpm: Status code: 404 for http://mirror.siena.edu/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-446.el9.x86_64.rpm (IP: 199.223.246.113) 2024-05-13T21:40:27.412 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] kernel-core-5.14.0-446.el9.x86_64.rpm: Status code: 404 for http://mirror.siena.edu/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-446.el9.x86_64.rpm (IP: 199.223.246.113) 2024-05-13T21:40:27.412 INFO:teuthology.orchestra.run.smithi132.stdout:[MIRROR] kernel-modules-5.14.0-446.el9.x86_64.rpm: Status code: 404 for http://mirror.siena.edu/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-446.el9.x86_64.rpm (IP: 199.223.246.113) 2024-05-13T21:40:28.084 INFO:teuthology.orchestra.run.smithi132.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 778 kB/s | 550 kB 00:00 2024-05-13T21:40:37.009 INFO:teuthology.orchestra.run.smithi132.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 1.6 MB/s | 15 MB 00:09 2024-05-13T21:40:54.447 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:40:54.486 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:40:54.867 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:40:54.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-13T21:40:54.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:40:54.868 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:40:55.653 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:40:55.653 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:40:55.653 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:40:55.653 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-13T21:40:55.653 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-13T21:40:55.653 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-13T21:40:55.654 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-13T21:40:55.654 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:40:55.654 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:40:56.001 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T21:40:56.074 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-13T21:40:56.074 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-13T21:40:56.074 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-13T21:40:56.074 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-13T21:40:56.074 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-13T21:40:56.074 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-13T21:40:56.075 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-05-13T21:40:56.075 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T21:40:56.124 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-13T21:40:56.124 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-13T21:40:56.125 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.06 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 68.el9 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Group : Unspecified 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 8264254 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2024-05-13T21:40:56.155 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : builder@centos.org 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2024-05-13T21:40:56.156 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:40:56.157 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2024-05-13T21:40:56.157 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-13T21:40:56.158 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 5.14.0-446.el9.x86_64 2024-05-13T21:40:56.158 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-13T21:40:56.795 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-05-13T21:40:57.298 INFO:teuthology.orchestra.run.smithi132.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 1.1 MB/s | 34 MB 00:29 2024-05-13T21:40:58.176 INFO:teuthology.orchestra.run.smithi088.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-13T21:40:58.203 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-05-13T21:40:58.205 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-05-13T21:40:58.220 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.SuqCC7DLmk 2024-05-13T21:40:58.221 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SuqCC7DLmk 2024-05-13T21:40:58.286 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.SuqCC7DLmk 2024-05-13T21:40:58.420 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.SuqCC7DLmk is 6KB 2024-05-13T21:40:58.468 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.SuqCC7DLmk 2024-05-13T21:40:58.482 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2024-05-13T21:40:58.549 INFO:teuthology.orchestra.run.smithi088.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-13T21:40:58.549 INFO:teuthology.orchestra.run.smithi088.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-13T21:40:58.549 INFO:teuthology.orchestra.run.smithi088.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-13T21:40:58.549 INFO:teuthology.orchestra.run.smithi088.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-13T21:40:58.550 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-13T21:40:58.705 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-05-13T21:41:08.197 INFO:teuthology.orchestra.run.smithi132.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 715 kB/s | 28 MB 00:40 2024-05-13T21:41:08.197 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:41:08.197 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.9 MB/s | 78 MB 00:41 2024-05-13T21:41:08.882 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:41:09.219 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:41:09.219 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:41:10.159 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:41:10.159 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:41:12.550 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:41:13.276 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-13T21:41:13.356 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:41:15.998 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:41:16.147 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:41:20.877 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:41:20.924 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:25.649 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:28.707 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-13T21:41:28.708 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:41:28.709 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:41:42.665 INFO:teuthology.orchestra.run.smithi112.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 345 kB/s | 34 MB 01:41 2024-05-13T21:41:42.665 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:41:42.665 INFO:teuthology.orchestra.run.smithi112.stdout:Total 791 kB/s | 78 MB 01:41 2024-05-13T21:41:43.343 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:41:43.675 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:41:43.676 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:41:44.592 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:41:44.592 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:41:46.980 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:41:47.167 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-05-13T21:41:47.590 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-13T21:41:47.665 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:41:50.315 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:41:50.453 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:41:55.177 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:41:55.251 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:55.288 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:55.297 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:55.581 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:55.581 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-13T21:41:55.582 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:41:55.582 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:41:56.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:41:56.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:41:56.423 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:41:56.424 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:41:56.761 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T21:41:56.879 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-13T21:41:56.880 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-13T21:41:56.880 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-13T21:41:56.880 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-13T21:41:56.880 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-13T21:41:56.880 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-13T21:41:56.880 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2024-05-13T21:41:56.880 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T21:41:56.930 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-13T21:41:56.930 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-13T21:41:56.930 DEBUG:teuthology.orchestra.run.smithi132:> sudo rpm -qi grub2-tools 2024-05-13T21:41:56.960 INFO:teuthology.orchestra.run.smithi132.stdout:Name : grub2-tools 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Epoch : 1 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Version : 2.06 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Release : 68.el9 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: x86_64 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Group : Unspecified 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Size : 8264254 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:License : GPLv3+ 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-13T21:41:56.961 INFO:teuthology.orchestra.run.smithi132.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:Packager : builder@centos.org 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:Vendor : CentOS 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:Summary : Support tools for GRUB. 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:Description : 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:hardware devices. 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:41:56.962 INFO:teuthology.orchestra.run.smithi132.stdout:This subpackage provides tools for support of all platforms. 2024-05-13T21:41:56.966 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-13T21:41:56.966 INFO:teuthology.task.kernel:Updating grub on smithi132 to boot 5.14.0-446.el9.x86_64 2024-05-13T21:41:56.967 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-13T21:41:57.583 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2024-05-13T21:41:58.947 INFO:teuthology.orchestra.run.smithi132.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-13T21:41:58.971 INFO:teuthology.orchestra.run.smithi132.stderr:done 2024-05-13T21:41:58.973 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2024-05-13T21:41:58.988 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.ZHwGeotIcA 2024-05-13T21:41:58.989 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZHwGeotIcA 2024-05-13T21:41:59.061 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.ZHwGeotIcA 2024-05-13T21:41:59.206 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.ZHwGeotIcA is 6KB 2024-05-13T21:41:59.230 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-05-13T21:41:59.254 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.ZHwGeotIcA 2024-05-13T21:41:59.269 DEBUG:teuthology.orchestra.run.smithi132:> sudo /bin/ls /boot/loader/entries || true 2024-05-13T21:41:59.354 INFO:teuthology.orchestra.run.smithi132.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-13T21:41:59.354 INFO:teuthology.orchestra.run.smithi132.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-13T21:41:59.354 INFO:teuthology.orchestra.run.smithi132.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-13T21:41:59.354 INFO:teuthology.orchestra.run.smithi132.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-13T21:41:59.356 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-13T21:41:59.472 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2024-05-13T21:42:00.044 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:42:11.231 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:42:11.232 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:42:14.302 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-05-13T21:42:29.222 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:42:29.259 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:42:29.303 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:42:29.304 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:42:29.474 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-13T21:42:29.475 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-05-13T21:42:29.475 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:42:29.585 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:42:29.585 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-13T21:42:29.585 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-13T21:42:29.585 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-13T21:42:30.367 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:42:30.368 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:42:30.695 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T21:42:30.775 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-13T21:42:30.776 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-13T21:42:30.777 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-13T21:42:30.777 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-13T21:42:30.777 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-13T21:42:30.777 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-13T21:42:30.777 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-05-13T21:42:30.777 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-05-13T21:42:30.827 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-13T21:42:30.827 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-13T21:42:30.828 DEBUG:teuthology.orchestra.run.smithi112:> sudo rpm -qi grub2-tools 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Name : grub2-tools 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Epoch : 1 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Version : 2.06 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Release : 68.el9 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: x86_64 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Group : Unspecified 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Size : 8264254 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:License : GPLv3+ 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-13T21:42:30.858 INFO:teuthology.orchestra.run.smithi112.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:Packager : builder@centos.org 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:Vendor : CentOS 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:Summary : Support tools for GRUB. 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:Description : 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:hardware devices. 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:42:30.859 INFO:teuthology.orchestra.run.smithi112.stdout:This subpackage provides tools for support of all platforms. 2024-05-13T21:42:30.860 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-13T21:42:30.860 INFO:teuthology.task.kernel:Updating grub on smithi112 to boot 5.14.0-446.el9.x86_64 2024-05-13T21:42:30.861 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-13T21:42:31.478 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-05-13T21:42:32.382 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-05-13T21:42:32.792 INFO:teuthology.orchestra.run.smithi112.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-13T21:42:32.838 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-05-13T21:42:32.840 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-05-13T21:42:32.857 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.P1dZUJlpYU 2024-05-13T21:42:32.857 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.P1dZUJlpYU 2024-05-13T21:42:32.931 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.P1dZUJlpYU 2024-05-13T21:42:33.064 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.P1dZUJlpYU is 6KB 2024-05-13T21:42:33.113 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.P1dZUJlpYU 2024-05-13T21:42:33.128 DEBUG:teuthology.orchestra.run.smithi112:> sudo /bin/ls /boot/loader/entries || true 2024-05-13T21:42:33.189 INFO:teuthology.orchestra.run.smithi112.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-13T21:42:33.189 INFO:teuthology.orchestra.run.smithi112.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-13T21:42:33.189 INFO:teuthology.orchestra.run.smithi112.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-13T21:42:33.189 INFO:teuthology.orchestra.run.smithi112.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-13T21:42:33.191 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-13T21:42:33.336 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-05-13T21:42:47.839 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.132 2024-05-13T21:42:50.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:42:50.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:42:51.706 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-05-13T21:42:52.220 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:42:52.220 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-13T21:42:52.220 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-05-13T21:42:52.235 INFO:teuthology.orchestra.run.smithi088.stdout:5.14.0-446.el9.x86_64 2024-05-13T21:42:52.235 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-13T21:42:52.235 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-13T21:42:52.235 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-13T21:42:53.236 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-13T21:42:53.236 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-13T21:42:53.352 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-05-13T21:42:53.398 DEBUG:teuthology.parallel:result is None 2024-05-13T21:42:56.840 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-05-13T21:42:56.840 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:43:03.340 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-13T21:43:03.340 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-05-13T21:43:03.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:43:56.847 DEBUG:teuthology.orchestra.remote:timed out 2024-05-13T21:44:03.343 DEBUG:teuthology.orchestra.remote:timed out 2024-05-13T21:44:08.849 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-05-13T21:44:08.850 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:44:09.351 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-05-13T21:44:09.734 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-05-13T21:44:09.735 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-446.el9.x86_64"... 2024-05-13T21:44:09.735 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-05-13T21:44:09.756 INFO:teuthology.orchestra.run.smithi132.stdout:5.14.0-446.el9.x86_64 2024-05-13T21:44:09.757 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-13T21:44:09.757 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-13T21:44:09.757 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-13T21:44:10.758 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-13T21:44:10.758 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-13T21:44:10.834 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2024-05-13T21:44:10.869 DEBUG:teuthology.parallel:result is None 2024-05-13T21:44:12.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-05-13T21:44:12.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:44:15.777 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-05-13T21:44:16.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-05-13T21:44:16.148 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-13T21:44:16.149 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-05-13T21:44:16.171 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-446.el9.x86_64 2024-05-13T21:44:16.171 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-13T21:44:16.171 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-13T21:44:16.171 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-13T21:44:17.172 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-13T21:44:17.172 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-13T21:44:17.248 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-05-13T21:44:17.288 DEBUG:teuthology.parallel:result is None 2024-05-13T21:44:17.288 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-13T21:44:17.295 INFO:teuthology.task.internal:Creating test directory... 2024-05-13T21:44:17.295 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-13T21:44:17.298 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-13T21:44:17.306 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-13T21:44:17.324 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-13T21:44:17.333 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-13T21:44:17.385 INFO:teuthology.task.internal:Creating archive directory... 2024-05-13T21:44:17.385 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-13T21:44:17.388 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-13T21:44:17.390 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-13T21:44:17.698 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-13T21:44:17.706 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-13T21:44:17.706 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T21:44:17.711 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T21:44:17.715 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T21:44:17.747 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T21:44:17.748 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T21:44:17.758 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T21:44:17.760 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T21:44:17.808 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T21:44:17.818 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-13T21:44:17.820 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-13T21:44:17.828 INFO:teuthology.task.internal:Configuring sudo... 2024-05-13T21:44:17.828 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-13T21:44:17.832 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-13T21:44:17.836 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-13T21:44:17.868 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-13T21:44:17.897 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-13T21:44:17.897 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-13T21:44:17.904 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-13T21:44:17.912 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-13T21:44:17.946 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T21:44:18.018 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T21:44:18.074 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T21:44:18.167 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T21:44:18.206 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:44:18.206 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-13T21:44:18.272 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T21:44:18.318 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T21:44:18.365 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T21:44:18.487 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T21:44:18.523 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:44:18.523 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-13T21:44:18.598 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T21:44:18.648 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-13T21:44:18.700 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T21:44:18.790 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-13T21:44:18.833 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:44:18.833 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-13T21:44:18.903 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-05-13T21:44:18.906 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-05-13T21:44:18.908 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2024-05-13T21:44:18.958 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T21:44:18.961 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T21:44:18.991 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T21:44:19.463 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-13T21:44:19.478 INFO:teuthology.task.internal:Starting timer... 2024-05-13T21:44:19.478 INFO:teuthology.run_tasks:Running task pcp... 2024-05-13T21:44:19.492 INFO:teuthology.run_tasks:Running task selinux... 2024-05-13T21:44:19.523 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-13T21:44:19.523 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2024-05-13T21:44:19.588 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2024-05-13T21:44:19.590 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2024-05-13T21:44:19.659 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2024-05-13T21:44:19.660 DEBUG:teuthology.orchestra.run.smithi132:> sudo service auditd rotate 2024-05-13T21:44:19.719 INFO:teuthology.orchestra.run.smithi132.stdout:Rotating logs: 2024-05-13T21:44:19.721 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-13T21:44:19.721 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2024-05-13T21:44:19.772 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2024-05-13T21:44:19.773 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2024-05-13T21:44:19.797 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2024-05-13T21:44:19.797 DEBUG:teuthology.orchestra.run.smithi132:> /usr/sbin/getenforce 2024-05-13T21:44:19.845 INFO:teuthology.orchestra.run.smithi132.stdout:Permissive 2024-05-13T21:44:19.845 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi132.front.sepia.ceph.com': 'permissive'} 2024-05-13T21:44:19.845 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T21:44:19.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T21:44:19.881 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T21:44:19.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T21:44:19.911 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T21:44:19.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T21:44:19.940 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-13T21:44:19.940 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2024-05-13T21:44:19.977 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2024-05-13T21:44:20.031 DEBUG:teuthology.orchestra.run.smithi132:> sudo /usr/sbin/setenforce permissive 2024-05-13T21:44:20.058 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-13T21:44:20.075 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-13T21:44:20.114 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-13T21:44:20.116 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi112.front.sepia.ceph.com,smithi132.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-13T21:50:08.009 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi132.front.sepia.ceph.com')] 2024-05-13T21:50:08.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:50:08.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:50:08.088 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-05-13T21:50:08.179 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-05-13T21:50:08.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-05-13T21:50:08.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:50:08.254 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-05-13T21:50:08.330 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-05-13T21:50:08.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-05-13T21:50:08.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-13T21:50:08.406 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-05-13T21:50:08.488 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-05-13T21:50:08.488 INFO:teuthology.run_tasks:Running task clock... 2024-05-13T21:50:08.499 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-13T21:50:08.499 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-13T21:50:08.500 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T21:50:08.503 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-13T21:50:08.503 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T21:50:08.505 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-13T21:50:08.505 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T21:50:08.532 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-13T21:50:08.534 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-13T21:50:08.546 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-13T21:50:08.549 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-13T21:50:08.559 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-13T21:50:08.569 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2024-05-13T21:50:08.574 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-13T21:50:08.575 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2024-05-13T21:50:08.580 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2024-05-13T21:50:08.590 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2024-05-13T21:50:08.594 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-13T21:50:08.598 INFO:teuthology.orchestra.run.smithi132.stderr:sudo: ntpd: command not found 2024-05-13T21:50:08.601 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-13T21:50:08.608 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-13T21:50:08.610 INFO:teuthology.orchestra.run.smithi132.stdout:506 Cannot talk to daemon 2024-05-13T21:50:08.615 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-13T21:50:08.624 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-13T21:50:08.638 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-13T21:50:08.662 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-05-13T21:50:08.665 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T21:50:08.665 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-05-13T21:50:08.665 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.665 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.665 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.665 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.670 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-05-13T21:50:08.673 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T21:50:08.673 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-05-13T21:50:08.673 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.673 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.674 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.674 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.707 INFO:teuthology.orchestra.run.smithi132.stderr:bash: line 1: ntpq: command not found 2024-05-13T21:50:08.710 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T21:50:08.710 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2024-05-13T21:50:08.710 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.710 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.710 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.710 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T21:50:08.711 INFO:teuthology.run_tasks:Running task install... 2024-05-13T21:50:08.720 DEBUG:teuthology.task.install:project ceph 2024-05-13T21:50:08.720 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d'}} 2024-05-13T21:50:08.720 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d'} 2024-05-13T21:50:08.720 INFO:teuthology.task.install:Using flavor: default 2024-05-13T21:50:08.726 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-13T21:50:08.726 INFO:teuthology.task.install:extra packages: [] 2024-05-13T21:50:08.727 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': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d', 'tag': None, 'wait_for_package': False} 2024-05-13T21:50:08.727 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:50:08.729 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': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d', 'tag': None, 'wait_for_package': False} 2024-05-13T21:50:08.729 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:50:08.730 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': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d', 'tag': None, 'wait_for_package': False} 2024-05-13T21:50:08.730 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:50:08.878 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/ 2024-05-13T21:50:08.879 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2565.gc3e55145 2024-05-13T21:50:08.882 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/ 2024-05-13T21:50:08.883 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2565.gc3e55145 2024-05-13T21:50:08.952 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/ 2024-05-13T21:50:08.953 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2565.gc3e55145 2024-05-13T21:50:09.030 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-13T21:50:09.030 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:50:09.030 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-13T21:50:09.056 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-13T21:50:09.056 DEBUG:teuthology.orchestra.run.smithi132:> 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/c3e55145f4f4b3a500bb66ee08c938a215bc231d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-13T21:50:09.122 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T21:50:09.142 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-13T21:50:09.143 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:50:09.143 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-13T21:50:09.168 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-13T21:50:09.168 DEBUG:teuthology.orchestra.run.smithi112:> 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/c3e55145f4f4b3a500bb66ee08c938a215bc231d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-13T21:50:09.197 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T21:50:09.236 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T21:50:09.237 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-13T21:50:09.237 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:50:09.237 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-13T21:50:09.261 INFO:teuthology.orchestra.run.smithi132.stdout:check_obsoletes = 1 2024-05-13T21:50:09.263 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum clean all 2024-05-13T21:50:09.264 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-13T21:50:09.264 DEBUG:teuthology.orchestra.run.smithi088:> 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/c3e55145f4f4b3a500bb66ee08c938a215bc231d/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-13T21:50:09.311 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T21:50:09.331 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T21:50:09.375 INFO:teuthology.orchestra.run.smithi112.stdout:check_obsoletes = 1 2024-05-13T21:50:09.376 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum clean all 2024-05-13T21:50:09.408 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T21:50:09.473 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2024-05-13T21:50:09.475 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2024-05-13T21:50:09.517 INFO:teuthology.orchestra.run.smithi132.stdout:57 files removed 2024-05-13T21:50:09.544 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-radosgw 2024-05-13T21:50:09.609 INFO:teuthology.orchestra.run.smithi112.stdout:57 files removed 2024-05-13T21:50:09.636 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-radosgw 2024-05-13T21:50:09.715 INFO:teuthology.orchestra.run.smithi088.stdout:57 files removed 2024-05-13T21:50:09.743 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2024-05-13T21:50:10.310 INFO:teuthology.orchestra.run.smithi132.stdout:ceph packages for x86_64 176 kB/s | 83 kB 00:00 2024-05-13T21:50:10.488 INFO:teuthology.orchestra.run.smithi112.stdout:ceph packages for x86_64 144 kB/s | 83 kB 00:00 2024-05-13T21:50:10.585 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 146 kB/s | 83 kB 00:00 2024-05-13T21:50:10.702 INFO:teuthology.orchestra.run.smithi132.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-05-13T21:50:10.913 INFO:teuthology.orchestra.run.smithi112.stdout:ceph noarch packages 31 kB/s | 11 kB 00:00 2024-05-13T21:50:10.961 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-05-13T21:50:11.161 INFO:teuthology.orchestra.run.smithi132.stdout:ceph source packages 4.6 kB/s | 1.9 kB 00:00 2024-05-13T21:50:11.297 INFO:teuthology.orchestra.run.smithi112.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-13T21:50:11.403 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 4.7 kB/s | 1.9 kB 00:00 2024-05-13T21:50:12.961 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.1 MB 00:01 2024-05-13T21:50:14.505 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.1 MB 00:03 2024-05-13T21:50:14.711 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.1 MB 00:03 2024-05-13T21:50:23.039 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 19 MB 00:07 2024-05-13T21:50:28.282 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.2 MB 00:01 2024-05-13T21:50:29.641 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 97 kB/s | 16 kB 00:00 2024-05-13T21:50:30.152 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-05-13T21:50:31.195 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-05-13T21:50:32.359 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:16 2024-05-13T21:50:36.360 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-13T21:50:37.943 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - CRB 3.1 MB/s | 6.2 MB 00:02 2024-05-13T21:50:38.678 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 10 M 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrading: 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout: librados2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.4 M 2024-05-13T21:50:38.688 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.1 M 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 5.4 M 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 21 M 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 25 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 745 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-13T21:50:38.689 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 501 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 5.3 M 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 45 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 135 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 161 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 320 k 2024-05-13T21:50:38.690 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 300 k 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 100 k 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout:Installing weak dependencies: 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout:Install 30 Packages 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrade 2 Packages 2024-05-13T21:50:38.691 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:50:38.692 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 60 M 2024-05-13T21:50:38.692 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:50:39.577 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-05-13T21:50:39.753 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - CRB 1.0 MB/s | 6.2 MB 00:05 2024-05-13T21:50:40.277 INFO:teuthology.orchestra.run.smithi112.stdout:(1/32): ceph-radosgw-19.0.0-2565.gc3e55145.el9. 7.4 MB/s | 10 MB 00:01 2024-05-13T21:50:40.327 INFO:teuthology.orchestra.run.smithi112.stdout:(2/32): ceph-selinux-19.0.0-2565.gc3e55145.el9. 508 kB/s | 25 kB 00:00 2024-05-13T21:50:40.478 INFO:teuthology.orchestra.run.smithi112.stdout:(3/32): libcephfs2-19.0.0-2565.gc3e55145.el9.x8 4.9 MB/s | 745 kB 00:00 2024-05-13T21:50:40.611 INFO:teuthology.orchestra.run.smithi112.stdout:(4/32): ceph-base-19.0.0-2565.gc3e55145.el9.x86 3.1 MB/s | 5.4 MB 00:01 2024-05-13T21:50:40.637 INFO:teuthology.orchestra.run.smithi112.stdout:(5/32): libradosstriper1-19.0.0-2565.gc3e55145. 3.1 MB/s | 501 kB 00:00 2024-05-13T21:50:40.695 INFO:teuthology.orchestra.run.smithi112.stdout:(6/32): python3-ceph-argparse-19.0.0-2565.gc3e5 773 kB/s | 45 kB 00:00 2024-05-13T21:50:40.762 INFO:teuthology.orchestra.run.smithi112.stdout:(7/32): python3-ceph-common-19.0.0-2565.gc3e551 2.0 MB/s | 135 kB 00:00 2024-05-13T21:50:40.829 INFO:teuthology.orchestra.run.smithi112.stdout:(8/32): python3-cephfs-19.0.0-2565.gc3e55145.el 2.4 MB/s | 161 kB 00:00 2024-05-13T21:50:40.913 INFO:teuthology.orchestra.run.smithi112.stdout:(9/32): python3-rados-19.0.0-2565.gc3e55145.el9 3.8 MB/s | 320 kB 00:00 2024-05-13T21:50:40.996 INFO:teuthology.orchestra.run.smithi112.stdout:(10/32): python3-rbd-19.0.0-2565.gc3e55145.el9. 3.5 MB/s | 300 kB 00:00 2024-05-13T21:50:41.072 INFO:teuthology.orchestra.run.smithi112.stdout:(11/32): python3-rgw-19.0.0-2565.gc3e55145.el9. 1.3 MB/s | 100 kB 00:00 2024-05-13T21:50:41.297 INFO:teuthology.orchestra.run.smithi112.stdout:(12/32): librgw2-19.0.0-2565.gc3e55145.el9.x86_ 7.8 MB/s | 5.3 MB 00:00 2024-05-13T21:50:41.581 INFO:teuthology.orchestra.run.smithi112.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 210 kB/s | 107 kB 00:00 2024-05-13T21:50:41.690 INFO:teuthology.orchestra.run.smithi112.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 418 kB/s | 45 kB 00:00 2024-05-13T21:50:41.745 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-05-13T21:50:41.940 INFO:teuthology.orchestra.run.smithi112.stdout:(15/32): ceph-common-19.0.0-2565.gc3e55145.el9. 6.9 MB/s | 21 MB 00:03 2024-05-13T21:50:41.965 INFO:teuthology.orchestra.run.smithi112.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 240 kB/s | 160 kB 00:00 2024-05-13T21:50:42.065 INFO:teuthology.orchestra.run.smithi112.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 423 kB/s | 42 kB 00:00 2024-05-13T21:50:42.191 INFO:teuthology.orchestra.run.smithi112.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.3 MB/s | 662 kB 00:00 2024-05-13T21:50:42.291 INFO:teuthology.orchestra.run.smithi112.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 980 kB/s | 221 kB 00:00 2024-05-13T21:50:42.316 INFO:teuthology.orchestra.run.smithi112.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 286 kB/s | 36 kB 00:00 2024-05-13T21:50:42.392 INFO:teuthology.orchestra.run.smithi112.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 471 kB/s | 47 kB 00:00 2024-05-13T21:50:42.634 INFO:teuthology.orchestra.run.smithi112.stdout:(22/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 422 kB/s | 292 kB 00:00 2024-05-13T21:50:42.717 INFO:teuthology.orchestra.run.smithi112.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 771 kB/s | 309 kB 00:00 2024-05-13T21:50:42.784 INFO:teuthology.orchestra.run.smithi112.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 738 kB/s | 49 kB 00:00 2024-05-13T21:50:42.851 INFO:teuthology.orchestra.run.smithi112.stdout:(25/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 120 kB/s | 26 kB 00:00 2024-05-13T21:50:42.877 INFO:teuthology.orchestra.run.smithi112.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 732 kB/s | 67 kB 00:00 2024-05-13T21:50:42.994 INFO:teuthology.orchestra.run.smithi112.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.6 MB/s | 192 kB 00:00 2024-05-13T21:50:43.188 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-05-13T21:50:43.469 INFO:teuthology.orchestra.run.smithi112.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 3.3 MB/s | 1.6 MB 00:00 2024-05-13T21:50:43.827 INFO:teuthology.orchestra.run.smithi112.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 860 kB/s | 839 kB 00:00 2024-05-13T21:50:44.028 INFO:teuthology.orchestra.run.smithi112.stdout:(30/32): librados2-19.0.0-2565.gc3e55145.el9.x8 6.1 MB/s | 3.4 MB 00:00 2024-05-13T21:50:44.094 INFO:teuthology.orchestra.run.smithi112.stdout:(31/32): libarrow-9.0.0-11.el9.x86_64.rpm 2.6 MB/s | 4.4 MB 00:01 2024-05-13T21:50:44.545 INFO:teuthology.orchestra.run.smithi112.stdout:(32/32): librbd1-19.0.0-2565.gc3e55145.el9.x86_ 4.4 MB/s | 3.1 MB 00:00 2024-05-13T21:50:44.550 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:50:44.550 INFO:teuthology.orchestra.run.smithi112.stdout:Total 10 MB/s | 60 MB 00:05 2024-05-13T21:50:44.653 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:50:44.690 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:50:44.690 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:50:45.320 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:50:45.320 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:50:46.747 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:50:46.837 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-13T21:50:46.875 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-13T21:50:46.900 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-13T21:50:46.923 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-13T21:50:46.949 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-13T21:50:47.142 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-13T21:50:47.196 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-13T21:50:47.534 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-13T21:50:47.653 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:50:47.744 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:50:47.834 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 8/34 2024-05-13T21:50:47.862 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 9/34 2024-05-13T21:50:47.909 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 9/34 2024-05-13T21:50:47.938 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-13T21:50:47.982 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9. 11/34 2024-05-13T21:50:48.052 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 12/34 2024-05-13T21:50:48.075 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 13/34 2024-05-13T21:50:48.139 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 13/34 2024-05-13T21:50:48.174 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-13T21:50:48.284 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-13T21:50:48.305 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-05-13T21:50:48.317 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-13T21:50:48.359 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-13T21:50:48.391 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-13T21:50:48.419 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-13T21:50:48.444 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-13T21:50:48.752 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-13T21:50:48.790 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 22/34 2024-05-13T21:50:48.881 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 22/34 2024-05-13T21:50:48.912 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 23/34 2024-05-13T21:50:48.948 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-13T21:50:49.417 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-13T21:50:49.443 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 26/34 2024-05-13T21:50:49.498 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 26/34 2024-05-13T21:50:49.574 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 27/34 2024-05-13T21:50:49.605 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x8 28/34 2024-05-13T21:50:50.646 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-radosgw x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 10 M 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout:Upgrading: 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout: librados2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.4 M 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout: librbd1 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.1 M 2024-05-13T21:50:50.653 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-base x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 5.4 M 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-common x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 21 M 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-selinux x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 25 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 745 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-13T21:50:50.654 INFO:teuthology.orchestra.run.smithi132.stdout: libradosstriper1 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 501 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: librgw2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 5.3 M 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-argparse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 45 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-common x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 135 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cephfs x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 161 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rados x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 320 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rbd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 300 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rgw x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 100 k 2024-05-13T21:50:50.655 INFO:teuthology.orchestra.run.smithi132.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout:Installing weak dependencies: 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout:Install 30 Packages 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout:Upgrade 2 Packages 2024-05-13T21:50:50.656 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:50:50.657 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 60 M 2024-05-13T21:50:50.657 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:50:51.904 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:50:51.952 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:50:52.511 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:50:52.547 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 30/34 2024-05-13T21:50:52.648 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 30/34 2024-05-13T21:50:52.648 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-13T21:50:52.648 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-13T21:50:52.648 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:50:52.681 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:50:53.518 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 1.5 MB/s | 21 MB 00:13 2024-05-13T21:50:54.947 INFO:teuthology.orchestra.run.smithi132.stdout:(1/32): ceph-base-19.0.0-2565.gc3e55145.el9.x86 1.4 MB/s | 5.4 MB 00:03 2024-05-13T21:50:55.048 INFO:teuthology.orchestra.run.smithi132.stdout:(2/32): ceph-selinux-19.0.0-2565.gc3e55145.el9. 252 kB/s | 25 kB 00:00 2024-05-13T21:50:55.556 INFO:teuthology.orchestra.run.smithi132.stdout:(3/32): ceph-radosgw-19.0.0-2565.gc3e55145.el9. 2.3 MB/s | 10 MB 00:04 2024-05-13T21:50:55.715 INFO:teuthology.orchestra.run.smithi132.stdout:(4/32): libradosstriper1-19.0.0-2565.gc3e55145. 3.1 MB/s | 501 kB 00:00 2024-05-13T21:50:55.840 INFO:teuthology.orchestra.run.smithi132.stdout:(5/32): libcephfs2-19.0.0-2565.gc3e55145.el9.x8 941 kB/s | 745 kB 00:00 2024-05-13T21:50:55.907 INFO:teuthology.orchestra.run.smithi132.stdout:(6/32): python3-ceph-argparse-19.0.0-2565.gc3e5 676 kB/s | 45 kB 00:00 2024-05-13T21:50:56.015 INFO:teuthology.orchestra.run.smithi132.stdout:(7/32): python3-ceph-common-19.0.0-2565.gc3e551 1.2 MB/s | 135 kB 00:00 2024-05-13T21:50:56.182 INFO:teuthology.orchestra.run.smithi132.stdout:(8/32): python3-cephfs-19.0.0-2565.gc3e55145.el 968 kB/s | 161 kB 00:00 2024-05-13T21:50:56.433 INFO:teuthology.orchestra.run.smithi132.stdout:(9/32): python3-rados-19.0.0-2565.gc3e55145.el9 1.3 MB/s | 320 kB 00:00 2024-05-13T21:50:56.608 INFO:teuthology.orchestra.run.smithi132.stdout:(10/32): python3-rbd-19.0.0-2565.gc3e55145.el9. 1.7 MB/s | 300 kB 00:00 2024-05-13T21:50:56.709 INFO:teuthology.orchestra.run.smithi132.stdout:(11/32): librgw2-19.0.0-2565.gc3e55145.el9.x86_ 5.4 MB/s | 5.3 MB 00:00 2024-05-13T21:50:56.734 INFO:teuthology.orchestra.run.smithi132.stdout:(12/32): python3-rgw-19.0.0-2565.gc3e55145.el9. 797 kB/s | 100 kB 00:00 2024-05-13T21:50:57.259 INFO:teuthology.orchestra.run.smithi132.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 194 kB/s | 107 kB 00:00 2024-05-13T21:50:57.385 INFO:teuthology.orchestra.run.smithi132.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 246 kB/s | 160 kB 00:00 2024-05-13T21:50:57.410 INFO:teuthology.orchestra.run.smithi132.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 301 kB/s | 45 kB 00:00 2024-05-13T21:50:57.735 INFO:teuthology.orchestra.run.smithi132.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 900 kB/s | 292 kB 00:00 2024-05-13T21:50:57.810 INFO:teuthology.orchestra.run.smithi132.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.5 MB/s | 662 kB 00:00 2024-05-13T21:50:57.869 INFO:teuthology.orchestra.run.smithi132.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 316 kB/s | 42 kB 00:00 2024-05-13T21:50:57.945 INFO:teuthology.orchestra.run.smithi132.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-05-13T21:50:58.011 INFO:teuthology.orchestra.run.smithi132.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 253 kB/s | 36 kB 00:00 2024-05-13T21:50:58.061 INFO:teuthology.orchestra.run.smithi132.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 405 kB/s | 47 kB 00:00 2024-05-13T21:50:58.253 INFO:teuthology.orchestra.run.smithi132.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-05-13T21:50:58.287 INFO:teuthology.orchestra.run.smithi132.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 779 kB/s | 26 kB 00:00 2024-05-13T21:50:58.321 INFO:teuthology.orchestra.run.smithi132.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-05-13T21:50:58.463 INFO:teuthology.orchestra.run.smithi132.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 476 kB/s | 67 kB 00:00 2024-05-13T21:50:58.630 INFO:teuthology.orchestra.run.smithi132.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.9 MB/s | 839 kB 00:00 2024-05-13T21:50:58.672 INFO:teuthology.orchestra.run.smithi132.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-05-13T21:50:58.775 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-05-13T21:50:58.855 INFO:teuthology.orchestra.run.smithi132.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 5.6 MB/s | 4.4 MB 00:00 2024-05-13T21:50:58.914 INFO:teuthology.orchestra.run.smithi132.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 6.5 MB/s | 1.6 MB 00:00 2024-05-13T21:50:59.781 INFO:teuthology.orchestra.run.smithi132.stdout:(30/32): librbd1-19.0.0-2565.gc3e55145.el9.x86_ 3.6 MB/s | 3.1 MB 00:00 2024-05-13T21:51:00.331 INFO:teuthology.orchestra.run.smithi132.stdout:(31/32): librados2-19.0.0-2565.gc3e55145.el9.x8 2.3 MB/s | 3.4 MB 00:01 2024-05-13T21:51:01.166 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:51:01.177 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:01.177 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 10 M 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.4 M 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.1 M 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 5.4 M 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 21 M 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 25 k 2024-05-13T21:51:01.178 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 745 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 501 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 5.3 M 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-13T21:51:01.179 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 45 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 135 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 161 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 320 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 300 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 100 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:51:01.180 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:01.181 INFO:teuthology.orchestra.run.smithi088.stdout:Install 30 Packages 2024-05-13T21:51:01.181 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2024-05-13T21:51:01.181 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:01.181 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 60 M 2024-05-13T21:51:01.181 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:51:01.922 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:01.922 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /sys 2024-05-13T21:51:01.922 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /proc 2024-05-13T21:51:01.923 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /mnt 2024-05-13T21:51:01.923 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /var/tmp 2024-05-13T21:51:01.923 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /home 2024-05-13T21:51:01.923 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /root 2024-05-13T21:51:01.923 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /tmp 2024-05-13T21:51:01.923 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:02.886 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 32/34 2024-05-13T21:51:02.911 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 32/34 2024-05-13T21:51:02.911 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:02.911 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-13T21:51:02.911 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-13T21:51:02.912 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-13T21:51:02.912 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:02.913 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-13T21:51:02.996 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-13T21:51:02.996 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:04.126 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 1/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 3/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 4/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 5/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 6/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9. 8/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x8 9/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 10/34 2024-05-13T21:51:04.127 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 11/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 12/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 13/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-13T21:51:04.128 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-13T21:51:04.129 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 33/34 2024-05-13T21:51:04.941 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:04.941 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:04.941 INFO:teuthology.orchestra.run.smithi112.stdout:Upgraded: 2024-05-13T21:51:04.941 INFO:teuthology.orchestra.run.smithi112.stdout: librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.941 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-13T21:51:04.942 INFO:teuthology.orchestra.run.smithi112.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.943 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: re2-1:20211101-3.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:04.944 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:05.356 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-test 2024-05-13T21:51:05.933 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:29 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:05.992 INFO:teuthology.orchestra.run.smithi088.stdout:(1/32): ceph-radosgw-19.0.0-2565.gc3e55145.el9. 2.4 MB/s | 10 MB 00:04 2024-05-13T21:51:06.054 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:06.055 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:06.055 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:51:06.055 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:06.055 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:51:06.055 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 48 M 2024-05-13T21:51:06.055 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 163 k 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout:Install 4 Packages 2024-05-13T21:51:06.056 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:06.057 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 49 M 2024-05-13T21:51:06.057 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 207 M 2024-05-13T21:51:06.057 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:51:06.117 INFO:teuthology.orchestra.run.smithi088.stdout:(2/32): ceph-selinux-19.0.0-2565.gc3e55145.el9. 202 kB/s | 25 kB 00:00 2024-05-13T21:51:06.276 INFO:teuthology.orchestra.run.smithi112.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 305 kB 00:00 2024-05-13T21:51:06.317 INFO:teuthology.orchestra.run.smithi112.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-05-13T21:51:06.476 INFO:teuthology.orchestra.run.smithi088.stdout:(3/32): libcephfs2-19.0.0-2565.gc3e55145.el9.x8 2.0 MB/s | 745 kB 00:00 2024-05-13T21:51:06.901 INFO:teuthology.orchestra.run.smithi112.stdout:(3/4): libcephsqlite-19.0.0-2565.gc3e55145.el9. 204 kB/s | 163 kB 00:00 2024-05-13T21:51:06.918 INFO:teuthology.orchestra.run.smithi088.stdout:(4/32): libradosstriper1-19.0.0-2565.gc3e55145. 1.1 MB/s | 501 kB 00:00 2024-05-13T21:51:09.514 INFO:teuthology.orchestra.run.smithi132.stdout:(32/32): ceph-common-19.0.0-2565.gc3e55145.el9. 1.1 MB/s | 21 MB 00:18 2024-05-13T21:51:09.516 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:09.517 INFO:teuthology.orchestra.run.smithi132.stdout:Total 3.2 MB/s | 60 MB 00:18 2024-05-13T21:51:09.562 INFO:teuthology.orchestra.run.smithi088.stdout:(5/32): librgw2-19.0.0-2565.gc3e55145.el9.x86_6 2.0 MB/s | 5.3 MB 00:02 2024-05-13T21:51:09.609 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:51:09.644 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:51:09.645 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:51:09.662 INFO:teuthology.orchestra.run.smithi088.stdout:(6/32): ceph-base-19.0.0-2565.gc3e55145.el9.x86 688 kB/s | 5.4 MB 00:07 2024-05-13T21:51:09.688 INFO:teuthology.orchestra.run.smithi088.stdout:(7/32): python3-ceph-argparse-19.0.0-2565.gc3e5 360 kB/s | 45 kB 00:00 2024-05-13T21:51:09.813 INFO:teuthology.orchestra.run.smithi088.stdout:(8/32): python3-cephfs-19.0.0-2565.gc3e55145.el 1.3 MB/s | 161 kB 00:00 2024-05-13T21:51:09.855 INFO:teuthology.orchestra.run.smithi088.stdout:(9/32): python3-ceph-common-19.0.0-2565.gc3e551 703 kB/s | 135 kB 00:00 2024-05-13T21:51:09.989 INFO:teuthology.orchestra.run.smithi088.stdout:(10/32): python3-rados-19.0.0-2565.gc3e55145.el 1.8 MB/s | 320 kB 00:00 2024-05-13T21:51:10.097 INFO:teuthology.orchestra.run.smithi088.stdout:(11/32): python3-rgw-19.0.0-2565.gc3e55145.el9. 921 kB/s | 100 kB 00:00 2024-05-13T21:51:10.222 INFO:teuthology.orchestra.run.smithi088.stdout:(12/32): python3-rbd-19.0.0-2565.gc3e55145.el9. 816 kB/s | 300 kB 00:00 2024-05-13T21:51:10.248 INFO:teuthology.orchestra.run.smithi088.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 712 kB/s | 107 kB 00:00 2024-05-13T21:51:10.267 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:51:10.267 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:51:10.281 INFO:teuthology.orchestra.run.smithi088.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 45 kB 00:00 2024-05-13T21:51:10.348 INFO:teuthology.orchestra.run.smithi088.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-05-13T21:51:10.373 INFO:teuthology.orchestra.run.smithi088.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 662 kB 00:00 2024-05-13T21:51:10.415 INFO:teuthology.orchestra.run.smithi088.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-05-13T21:51:10.441 INFO:teuthology.orchestra.run.smithi088.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 631 kB/s | 42 kB 00:00 2024-05-13T21:51:10.474 INFO:teuthology.orchestra.run.smithi088.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-05-13T21:51:10.500 INFO:teuthology.orchestra.run.smithi088.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-05-13T21:51:10.550 INFO:teuthology.orchestra.run.smithi088.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 631 kB/s | 47 kB 00:00 2024-05-13T21:51:11.092 INFO:teuthology.orchestra.run.smithi088.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 522 kB/s | 309 kB 00:00 2024-05-13T21:51:11.150 INFO:teuthology.orchestra.run.smithi088.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 446 kB/s | 26 kB 00:00 2024-05-13T21:51:11.276 INFO:teuthology.orchestra.run.smithi088.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 389 kB/s | 49 kB 00:00 2024-05-13T21:51:11.443 INFO:teuthology.orchestra.run.smithi088.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 404 kB/s | 67 kB 00:00 2024-05-13T21:51:11.727 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:51:11.806 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-13T21:51:11.844 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-13T21:51:11.875 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-13T21:51:11.901 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-13T21:51:11.928 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-13T21:51:12.119 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-13T21:51:12.189 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-13T21:51:12.310 INFO:teuthology.orchestra.run.smithi088.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 968 kB/s | 839 kB 00:00 2024-05-13T21:51:12.535 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-13T21:51:12.585 INFO:teuthology.orchestra.run.smithi088.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 697 kB/s | 192 kB 00:00 2024-05-13T21:51:12.654 INFO:teuthology.orchestra.run.smithi132.stdout: Upgrading : librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:12.754 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:12.841 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 8/34 2024-05-13T21:51:12.881 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 9/34 2024-05-13T21:51:12.935 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 9/34 2024-05-13T21:51:12.964 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-13T21:51:13.008 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9. 11/34 2024-05-13T21:51:13.076 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 12/34 2024-05-13T21:51:13.100 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 13/34 2024-05-13T21:51:13.147 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 13/34 2024-05-13T21:51:13.183 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-13T21:51:13.291 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-13T21:51:13.325 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-13T21:51:13.366 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-13T21:51:13.398 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-13T21:51:13.427 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-13T21:51:13.460 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-13T21:51:13.677 INFO:teuthology.orchestra.run.smithi088.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 1.4 MB/s | 1.6 MB 00:01 2024-05-13T21:51:13.777 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-13T21:51:13.823 INFO:teuthology.orchestra.run.smithi132.stdout: Upgrading : librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 22/34 2024-05-13T21:51:13.885 INFO:teuthology.orchestra.run.smithi088.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 1.3 MB/s | 4.4 MB 00:03 2024-05-13T21:51:13.913 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 22/34 2024-05-13T21:51:13.944 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 23/34 2024-05-13T21:51:13.981 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-13T21:51:14.453 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-13T21:51:14.484 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 26/34 2024-05-13T21:51:14.548 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 26/34 2024-05-13T21:51:14.625 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 27/34 2024-05-13T21:51:14.654 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x8 28/34 2024-05-13T21:51:14.719 INFO:teuthology.orchestra.run.smithi088.stdout:(30/32): librbd1-19.0.0-2565.gc3e55145.el9.x86_ 3.8 MB/s | 3.1 MB 00:00 2024-05-13T21:51:15.361 INFO:teuthology.orchestra.run.smithi088.stdout:(31/32): librados2-19.0.0-2565.gc3e55145.el9.x8 2.0 MB/s | 3.4 MB 00:01 2024-05-13T21:51:15.992 INFO:teuthology.orchestra.run.smithi112.stdout:(4/4): ceph-test-19.0.0-2565.gc3e55145.el9.x86_ 4.9 MB/s | 48 MB 00:09 2024-05-13T21:51:15.994 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:15.994 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.9 MB/s | 49 MB 00:09 2024-05-13T21:51:16.023 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:51:16.043 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:51:16.043 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:51:16.409 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:51:16.409 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:51:16.920 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:51:16.931 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:51:16.968 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:51:17.019 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-13T21:51:17.058 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-13T21:51:17.086 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 3/4 2024-05-13T21:51:17.545 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:51:17.580 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 30/34 2024-05-13T21:51:17.663 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 30/34 2024-05-13T21:51:17.663 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-13T21:51:17.663 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-13T21:51:17.663 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:17.698 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:18.610 INFO:teuthology.orchestra.run.smithi088.stdout:(32/32): ceph-common-19.0.0-2565.gc3e55145.el9. 1.2 MB/s | 21 MB 00:16 2024-05-13T21:51:18.614 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:18.618 INFO:teuthology.orchestra.run.smithi088.stdout:Total 3.4 MB/s | 60 MB 00:17 2024-05-13T21:51:18.712 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:51:18.747 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:51:18.748 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:51:19.382 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:51:19.382 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:51:20.894 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:51:20.978 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-13T21:51:21.007 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-13T21:51:21.032 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-13T21:51:21.054 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-13T21:51:21.076 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-13T21:51:21.273 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-13T21:51:21.327 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-13T21:51:21.645 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 3/4 2024-05-13T21:51:21.656 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-13T21:51:21.743 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 4/4 2024-05-13T21:51:21.766 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:21.859 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:21.946 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 8/34 2024-05-13T21:51:21.977 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 9/34 2024-05-13T21:51:22.022 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 9/34 2024-05-13T21:51:22.051 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-13T21:51:22.095 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9. 11/34 2024-05-13T21:51:22.163 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 12/34 2024-05-13T21:51:22.187 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 13/34 2024-05-13T21:51:22.251 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 13/34 2024-05-13T21:51:22.285 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-13T21:51:22.402 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-13T21:51:22.437 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-13T21:51:22.478 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-13T21:51:22.509 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-13T21:51:22.539 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-13T21:51:22.571 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-13T21:51:22.882 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-13T21:51:22.934 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 22/34 2024-05-13T21:51:23.008 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 22/34 2024-05-13T21:51:23.039 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 23/34 2024-05-13T21:51:23.075 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-13T21:51:23.548 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-13T21:51:23.578 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 26/34 2024-05-13T21:51:23.642 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 26/34 2024-05-13T21:51:23.719 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 27/34 2024-05-13T21:51:23.748 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x8 28/34 2024-05-13T21:51:24.206 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 4/4 2024-05-13T21:51:24.244 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 1/4 2024-05-13T21:51:24.244 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 2/4 2024-05-13T21:51:24.244 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:24.481 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:24.761 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph 2024-05-13T21:51:25.333 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:49 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:25.457 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:25.459 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:25.459 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: ceph x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 6.6 k 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 2.4 M 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 1.5 M 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 249 k 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 4.7 M 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 17 M 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-13T21:51:25.460 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-collections 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-13T21:51:25.461 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-13T21:51:25.462 INFO:teuthology.orchestra.run.smithi112.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout:Install 36 Packages 2024-05-13T21:51:25.463 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:25.464 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 30 M 2024-05-13T21:51:25.464 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 107 M 2024-05-13T21:51:25.464 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:51:26.046 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:51:26.078 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:51:26.328 INFO:teuthology.orchestra.run.smithi112.stdout:(1/36): ceph-19.0.0-2565.gc3e55145.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-05-13T21:51:26.570 INFO:teuthology.orchestra.run.smithi112.stdout:(2/36): ceph-mgr-19.0.0-2565.gc3e55145.el9.x86_ 3.6 MB/s | 1.5 MB 00:00 2024-05-13T21:51:26.629 INFO:teuthology.orchestra.run.smithi112.stdout:(3/36): ceph-mds-19.0.0-2565.gc3e55145.el9.x86_ 5.0 MB/s | 2.4 MB 00:00 2024-05-13T21:51:26.635 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 29/34 2024-05-13T21:51:26.673 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 30/34 2024-05-13T21:51:26.695 INFO:teuthology.orchestra.run.smithi112.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2565.gc3e5 3.6 MB/s | 249 kB 00:00 2024-05-13T21:51:26.763 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 30/34 2024-05-13T21:51:26.764 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-13T21:51:26.764 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-13T21:51:26.764 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:26.791 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:27.041 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /sys 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /proc 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /mnt 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /var/tmp 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /home 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /root 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout:skipping the directory /tmp 2024-05-13T21:51:27.042 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:27.279 INFO:teuthology.orchestra.run.smithi112.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-05-13T21:51:27.496 INFO:teuthology.orchestra.run.smithi112.stdout:(6/36): ceph-osd-19.0.0-2565.gc3e55145.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-13T21:51:27.555 INFO:teuthology.orchestra.run.smithi112.stdout:(7/36): ceph-mon-19.0.0-2565.gc3e55145.el9.x86_ 3.8 MB/s | 4.7 MB 00:01 2024-05-13T21:51:27.781 INFO:teuthology.orchestra.run.smithi112.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 2.4 MB/s | 1.2 MB 00:00 2024-05-13T21:51:27.889 INFO:teuthology.orchestra.run.smithi112.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-05-13T21:51:27.914 INFO:teuthology.orchestra.run.smithi112.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 255 kB/s | 106 kB 00:00 2024-05-13T21:51:27.998 INFO:teuthology.orchestra.run.smithi112.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-05-13T21:51:28.036 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 32/34 2024-05-13T21:51:28.056 INFO:teuthology.orchestra.run.smithi112.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-05-13T21:51:28.061 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 32/34 2024-05-13T21:51:28.061 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:28.061 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-13T21:51:28.061 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-13T21:51:28.061 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-13T21:51:28.061 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:28.063 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-13T21:51:28.098 INFO:teuthology.orchestra.run.smithi112.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 835 kB/s | 35 kB 00:00 2024-05-13T21:51:28.132 INFO:teuthology.orchestra.run.smithi112.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 234 kB/s | 135 kB 00:00 2024-05-13T21:51:28.138 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-13T21:51:28.138 INFO:teuthology.orchestra.run.smithi132.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:28.157 INFO:teuthology.orchestra.run.smithi112.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-05-13T21:51:28.183 INFO:teuthology.orchestra.run.smithi112.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 607 kB/s | 51 kB 00:00 2024-05-13T21:51:28.258 INFO:teuthology.orchestra.run.smithi112.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 332 kB/s | 42 kB 00:00 2024-05-13T21:51:28.283 INFO:teuthology.orchestra.run.smithi112.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 178 kB/s | 22 kB 00:00 2024-05-13T21:51:28.358 INFO:teuthology.orchestra.run.smithi112.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 861 kB/s | 151 kB 00:00 2024-05-13T21:51:28.384 INFO:teuthology.orchestra.run.smithi112.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 349 kB/s | 43 kB 00:00 2024-05-13T21:51:28.409 INFO:teuthology.orchestra.run.smithi112.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-13T21:51:28.434 INFO:teuthology.orchestra.run.smithi112.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-05-13T21:51:28.459 INFO:teuthology.orchestra.run.smithi112.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 143 kB/s | 11 kB 00:00 2024-05-13T21:51:28.476 INFO:teuthology.orchestra.run.smithi112.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 265 kB/s | 18 kB 00:00 2024-05-13T21:51:28.501 INFO:teuthology.orchestra.run.smithi112.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 555 kB/s | 23 kB 00:00 2024-05-13T21:51:28.518 INFO:teuthology.orchestra.run.smithi112.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 332 kB/s | 19 kB 00:00 2024-05-13T21:51:28.535 INFO:teuthology.orchestra.run.smithi112.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 335 kB/s | 20 kB 00:00 2024-05-13T21:51:28.552 INFO:teuthology.orchestra.run.smithi112.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-05-13T21:51:28.577 INFO:teuthology.orchestra.run.smithi112.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-05-13T21:51:28.603 INFO:teuthology.orchestra.run.smithi112.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-05-13T21:51:28.645 INFO:teuthology.orchestra.run.smithi112.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 248 kB/s | 16 kB 00:00 2024-05-13T21:51:28.670 INFO:teuthology.orchestra.run.smithi112.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 985 kB/s | 90 kB 00:00 2024-05-13T21:51:28.695 INFO:teuthology.orchestra.run.smithi112.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-05-13T21:51:28.720 INFO:teuthology.orchestra.run.smithi112.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-05-13T21:51:28.745 INFO:teuthology.orchestra.run.smithi112.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.6 MB/s | 427 kB 00:00 2024-05-13T21:51:28.771 INFO:teuthology.orchestra.run.smithi112.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 270 kB/s | 20 kB 00:00 2024-05-13T21:51:28.775 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:28.775 INFO:teuthology.orchestra.run.smithi112.stdout:Total 9.1 MB/s | 30 MB 00:03 2024-05-13T21:51:28.920 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:51:28.958 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:51:28.958 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 1/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 3/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 4/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 5/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 6/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9. 8/34 2024-05-13T21:51:29.270 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x8 9/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 10/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 11/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 12/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 13/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-13T21:51:29.271 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-13T21:51:29.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-13T21:51:29.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-13T21:51:29.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-13T21:51:29.272 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-13T21:51:29.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-13T21:51:29.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-13T21:51:29.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-13T21:51:29.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:29.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-13T21:51:29.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 33/34 2024-05-13T21:51:29.398 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:51:29.399 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:51:29.976 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout:Upgraded: 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.977 INFO:teuthology.orchestra.run.smithi132.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-13T21:51:29.978 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: re2-1:20211101-3.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:29.979 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:51:30.336 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-test 2024-05-13T21:51:30.649 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:51:30.707 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-13T21:51:30.749 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-13T21:51:30.776 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-13T21:51:30.848 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-13T21:51:30.892 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-13T21:51:30.916 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:42 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:51:30.924 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-13T21:51:31.017 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-13T21:51:31.037 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:51:31.038 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:51:31.038 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:51:31.038 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:51:31.038 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:51:31.038 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-test x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 48 M 2024-05-13T21:51:31.038 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout: libcephsqlite x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 163 k 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout:Install 4 Packages 2024-05-13T21:51:31.039 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:31.040 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 49 M 2024-05-13T21:51:31.040 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 207 M 2024-05-13T21:51:31.040 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:51:31.086 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-13T21:51:31.128 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-13T21:51:31.170 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-13T21:51:31.200 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-13T21:51:31.226 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-13T21:51:31.260 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-13T21:51:31.300 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-13T21:51:31.335 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-13T21:51:31.370 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-13T21:51:31.408 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-13T21:51:31.468 INFO:teuthology.orchestra.run.smithi132.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.9 MB/s | 305 kB 00:00 2024-05-13T21:51:31.483 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-13T21:51:31.510 INFO:teuthology.orchestra.run.smithi132.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-05-13T21:51:31.623 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-13T21:51:31.644 INFO:teuthology.orchestra.run.smithi132.stdout:(3/4): libcephsqlite-19.0.0-2565.gc3e55145.el9. 494 kB/s | 163 kB 00:00 2024-05-13T21:51:31.709 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-13T21:51:31.770 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-13T21:51:31.807 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-13T21:51:31.857 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-13T21:51:31.912 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-13T21:51:32.104 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-13T21:51:32.147 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-13T21:51:32.227 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-13T21:51:32.324 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-13T21:51:32.362 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-13T21:51:32.480 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-13T21:51:32.636 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9. 31/36 2024-05-13T21:51:32.664 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 32/36 2024-05-13T21:51:32.695 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 32/36 2024-05-13T21:51:32.695 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:32.696 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-13T21:51:32.696 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-13T21:51:32.696 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-13T21:51:32.696 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:34.149 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 33/36 2024-05-13T21:51:34.176 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 33/36 2024-05-13T21:51:34.176 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:34.177 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-13T21:51:34.177 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-13T21:51:34.177 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-13T21:51:34.177 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:34.616 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 34/36 2024-05-13T21:51:34.640 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 34/36 2024-05-13T21:51:34.640 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:34.640 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-13T21:51:34.640 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-13T21:51:34.641 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-13T21:51:34.641 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:34.858 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 35/36 2024-05-13T21:51:34.882 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 35/36 2024-05-13T21:51:34.882 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:34.882 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-13T21:51:34.882 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-13T21:51:34.882 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-13T21:51:34.882 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:34.947 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 36/36 2024-05-13T21:51:36.133 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:36.133 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2024-05-13T21:51:36.133 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2024-05-13T21:51:36.134 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2024-05-13T21:51:36.134 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2024-05-13T21:51:36.134 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2024-05-13T21:51:36.134 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /root 2024-05-13T21:51:36.134 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2024-05-13T21:51:36.134 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:36.511 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 36/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 1/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 2/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 3/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 4/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 5/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9. 6/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-13T21:51:36.512 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-13T21:51:36.513 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-13T21:51:36.515 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-13T21:51:36.752 INFO:teuthology.orchestra.run.smithi132.stdout:(4/4): ceph-test-19.0.0-2565.gc3e55145.el9.x86_ 8.9 MB/s | 48 MB 00:05 2024-05-13T21:51:36.754 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:36.755 INFO:teuthology.orchestra.run.smithi132.stdout:Total 8.5 MB/s | 49 MB 00:05 2024-05-13T21:51:36.782 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:51:36.803 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:51:36.803 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:51:37.058 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 32/34 2024-05-13T21:51:37.083 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 32/34 2024-05-13T21:51:37.083 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:37.083 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-13T21:51:37.083 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-13T21:51:37.083 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-13T21:51:37.083 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:37.085 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-13T21:51:37.168 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-13T21:51:37.169 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:37.169 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:51:37.169 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:51:37.468 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-13T21:51:37.468 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:37.468 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:51:37.468 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:37.468 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:37.468 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: lua-5.4.4-4.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-13T21:51:37.469 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ply-3.11-14.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-13T21:51:37.470 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:37.471 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:37.715 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:51:37.795 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-13T21:51:37.820 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-base 2024-05-13T21:51:37.842 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-13T21:51:37.879 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 3/4 2024-05-13T21:51:38.397 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:02 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 1/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 3/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 4/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 5/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_6 6/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 7/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9. 8/34 2024-05-13T21:51:38.407 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x8 9/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 10/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 11/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 12/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 13/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-13T21:51:38.408 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 31/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-13T21:51:38.409 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 33/34 2024-05-13T21:51:38.478 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:51:38.521 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:38.521 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:51:38.522 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:38.585 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install cephadm 2024-05-13T21:51:39.151 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:03 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:39.274 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:39.275 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:39.275 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:51:39.275 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:39.275 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:51:39.275 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 763 k 2024-05-13T21:51:39.275 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 763 k 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 769 k 2024-05-13T21:51:39.276 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-13T21:51:39.361 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-13T21:51:39.362 INFO:teuthology.orchestra.run.smithi088.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.363 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: re2-1:20211101-3.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:39.364 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:51:39.713 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2024-05-13T21:51:40.285 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:42 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:51:40.406 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:51:40.406 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 48 M 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 163 k 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-05-13T21:51:40.407 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:40.408 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 49 M 2024-05-13T21:51:40.408 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 207 M 2024-05-13T21:51:40.408 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:51:40.467 INFO:teuthology.orchestra.run.smithi112.stdout:cephadm-19.0.0-2565.gc3e55145.el9.noarch.rpm 640 kB/s | 763 kB 00:01 2024-05-13T21:51:40.467 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:40.468 INFO:teuthology.orchestra.run.smithi112.stdout:Total 639 kB/s | 763 kB 00:01 2024-05-13T21:51:40.468 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:51:40.474 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:51:40.474 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:51:40.481 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:51:40.481 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:51:40.558 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:51:40.883 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): libcephsqlite-19.0.0-2565.gc3e55145.el9. 378 kB/s | 163 kB 00:00 2024-05-13T21:51:41.041 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 516 kB/s | 305 kB 00:00 2024-05-13T21:51:41.062 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:51:41.153 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:51:41.275 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 162 kB/s | 64 kB 00:00 2024-05-13T21:51:41.558 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:51:41.831 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:51:41.831 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:41.831 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:51:41.831 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:51:41.831 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:41.831 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:42.022 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-immutable-object-cache 2024-05-13T21:51:42.487 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 3/4 2024-05-13T21:51:42.569 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 4/4 2024-05-13T21:51:42.602 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:06 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:42.729 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 145 k 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:51:42.730 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:42.731 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 145 k 2024-05-13T21:51:42.731 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 435 k 2024-05-13T21:51:42.731 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:51:42.883 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): ceph-test-19.0.0-2565.gc3e55145.el9.x86_ 20 MB/s | 48 MB 00:02 2024-05-13T21:51:42.886 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:42.886 INFO:teuthology.orchestra.run.smithi088.stdout:Total 20 MB/s | 49 MB 00:02 2024-05-13T21:51:42.913 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:51:42.933 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:51:42.933 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:51:43.181 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-immutable-object-cache-19.0.0-2565.gc3e551 322 kB/s | 145 kB 00:00 2024-05-13T21:51:43.182 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:43.182 INFO:teuthology.orchestra.run.smithi112.stdout:Total 320 kB/s | 145 kB 00:00 2024-05-13T21:51:43.182 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:51:43.190 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:51:43.190 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:51:43.247 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:51:43.247 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:51:43.300 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:51:43.300 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:51:43.398 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:51:43.458 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:51:43.483 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:51:43.483 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:43.483 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-13T21:51:43.483 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:43.836 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:51:43.917 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-13T21:51:43.957 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-13T21:51:43.985 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 3/4 2024-05-13T21:51:44.397 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:51:44.397 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:44.398 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:51:44.398 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:44.398 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:44.398 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:44.635 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr 2024-05-13T21:51:44.973 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 4/4 2024-05-13T21:51:44.974 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 1/4 2024-05-13T21:51:44.974 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 2/4 2024-05-13T21:51:44.974 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-13T21:51:45.213 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:09 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:45.249 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-13T21:51:45.249 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout: libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:45.250 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:51:45.296 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:51:45.338 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:45.339 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:51:45.339 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:45.401 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-dashboard 2024-05-13T21:51:45.575 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph 2024-05-13T21:51:45.966 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:09 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:46.089 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:46.089 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 3.5 M 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 32 k 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 16 k 2024-05-13T21:51:46.090 INFO:teuthology.orchestra.run.smithi112.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout:Install 12 Packages 2024-05-13T21:51:46.091 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:46.092 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 8.6 M 2024-05-13T21:51:46.092 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 103 M 2024-05-13T21:51:46.092 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:51:46.152 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:00:58 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:51:46.278 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:51:46.280 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: ceph x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 6.6 k 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mds x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 2.4 M 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 1.5 M 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 249 k 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mon x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 4.7 M 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-osd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 17 M 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-13T21:51:46.281 INFO:teuthology.orchestra.run.smithi132.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-collections 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-13T21:51:46.282 INFO:teuthology.orchestra.run.smithi132.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-13T21:51:46.283 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout:Install 36 Packages 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 30 M 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 107 M 2024-05-13T21:51:46.284 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:51:46.952 INFO:teuthology.orchestra.run.smithi112.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2565.gc3e 36 kB/s | 16 kB 00:00 2024-05-13T21:51:46.985 INFO:teuthology.orchestra.run.smithi112.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2565.gc3 64 kB/s | 32 kB 00:00 2024-05-13T21:51:47.119 INFO:teuthology.orchestra.run.smithi112.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-05-13T21:51:47.170 INFO:teuthology.orchestra.run.smithi112.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-05-13T21:51:47.255 INFO:teuthology.orchestra.run.smithi132.stdout:(1/36): ceph-19.0.0-2565.gc3e55145.el9.x86_64.r 18 kB/s | 6.6 kB 00:00 2024-05-13T21:51:47.445 INFO:teuthology.orchestra.run.smithi112.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-05-13T21:51:47.495 INFO:teuthology.orchestra.run.smithi112.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 389 kB/s | 19 kB 00:00 2024-05-13T21:51:47.754 INFO:teuthology.orchestra.run.smithi112.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 7.9 MB/s | 2.0 MB 00:00 2024-05-13T21:51:47.804 INFO:teuthology.orchestra.run.smithi112.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-05-13T21:51:47.854 INFO:teuthology.orchestra.run.smithi112.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 614 kB/s | 31 kB 00:00 2024-05-13T21:51:47.913 INFO:teuthology.orchestra.run.smithi112.stdout:(10/12): ceph-mgr-dashboard-19.0.0-2565.gc3e551 2.5 MB/s | 3.5 MB 00:01 2024-05-13T21:51:47.938 INFO:teuthology.orchestra.run.smithi112.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-05-13T21:51:47.972 INFO:teuthology.orchestra.run.smithi112.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-05-13T21:51:47.975 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:47.975 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.6 MB/s | 8.6 MB 00:01 2024-05-13T21:51:48.026 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:51:48.030 INFO:teuthology.orchestra.run.smithi132.stdout:(2/36): ceph-mgr-19.0.0-2565.gc3e55145.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-05-13T21:51:48.043 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:51:48.043 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:51:48.197 INFO:teuthology.orchestra.run.smithi132.stdout:(3/36): ceph-mds-19.0.0-2565.gc3e55145.el9.x86_ 1.8 MB/s | 2.4 MB 00:01 2024-05-13T21:51:48.226 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:51:48.226 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:51:48.298 INFO:teuthology.orchestra.run.smithi132.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2565.gc3e5 2.4 MB/s | 249 kB 00:00 2024-05-13T21:51:48.606 INFO:teuthology.orchestra.run.smithi132.stdout:(5/36): ceph-mon-19.0.0-2565.gc3e55145.el9.x86_ 3.5 MB/s | 4.7 MB 00:01 2024-05-13T21:51:48.662 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 3/4 2024-05-13T21:51:48.741 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 4/4 2024-05-13T21:51:48.811 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:51:48.898 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-13T21:51:48.942 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-13T21:51:48.987 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-13T21:51:49.027 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-13T21:51:49.134 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-13T21:51:49.261 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-13T21:51:49.346 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-13T21:51:49.390 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-13T21:51:49.427 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-13T21:51:49.475 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9 10/12 2024-05-13T21:51:49.707 INFO:teuthology.orchestra.run.smithi132.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 1.1 MB/s | 1.2 MB 00:01 2024-05-13T21:51:49.840 INFO:teuthology.orchestra.run.smithi132.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 801 kB/s | 106 kB 00:00 2024-05-13T21:51:49.974 INFO:teuthology.orchestra.run.smithi132.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.0 MB/s | 135 kB 00:00 2024-05-13T21:51:49.999 INFO:teuthology.orchestra.run.smithi132.stdout:(9/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 149 kB/s | 253 kB 00:01 2024-05-13T21:51:50.116 INFO:teuthology.orchestra.run.smithi132.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-05-13T21:51:50.158 INFO:teuthology.orchestra.run.smithi132.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 679 kB/s | 125 kB 00:00 2024-05-13T21:51:50.266 INFO:teuthology.orchestra.run.smithi132.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 188 kB 00:00 2024-05-13T21:51:50.292 INFO:teuthology.orchestra.run.smithi132.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-05-13T21:51:50.317 INFO:teuthology.orchestra.run.smithi132.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 690 kB/s | 35 kB 00:00 2024-05-13T21:51:50.342 INFO:teuthology.orchestra.run.smithi132.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-05-13T21:51:50.368 INFO:teuthology.orchestra.run.smithi132.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-05-13T21:51:50.393 INFO:teuthology.orchestra.run.smithi132.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 444 kB/s | 22 kB 00:00 2024-05-13T21:51:50.509 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el 11/12 2024-05-13T21:51:50.551 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 12/12 2024-05-13T21:51:50.652 INFO:teuthology.orchestra.run.smithi132.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 168 kB/s | 43 kB 00:00 2024-05-13T21:51:50.810 INFO:teuthology.orchestra.run.smithi132.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 342 kB/s | 151 kB 00:00 2024-05-13T21:51:50.835 INFO:teuthology.orchestra.run.smithi132.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 936 kB/s | 172 kB 00:00 2024-05-13T21:51:50.919 INFO:teuthology.orchestra.run.smithi132.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 128 kB/s | 11 kB 00:00 2024-05-13T21:51:51.003 INFO:teuthology.orchestra.run.smithi132.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 212 kB/s | 18 kB 00:00 2024-05-13T21:51:51.030 INFO:teuthology.orchestra.run.smithi132.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-05-13T21:51:51.089 INFO:teuthology.orchestra.run.smithi132.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 270 kB/s | 23 kB 00:00 2024-05-13T21:51:51.114 INFO:teuthology.orchestra.run.smithi132.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 232 kB/s | 19 kB 00:00 2024-05-13T21:51:51.128 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 4/4 2024-05-13T21:51:51.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 1/4 2024-05-13T21:51:51.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 2/4 2024-05-13T21:51:51.128 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-13T21:51:51.156 INFO:teuthology.orchestra.run.smithi132.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 293 kB/s | 20 kB 00:00 2024-05-13T21:51:51.190 INFO:teuthology.orchestra.run.smithi132.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 615 kB/s | 46 kB 00:00 2024-05-13T21:51:51.248 INFO:teuthology.orchestra.run.smithi132.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 858 kB/s | 79 kB 00:00 2024-05-13T21:51:51.290 INFO:teuthology.orchestra.run.smithi132.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-05-13T21:51:51.316 INFO:teuthology.orchestra.run.smithi132.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-05-13T21:51:51.374 INFO:teuthology.orchestra.run.smithi132.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:51.382 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:51:51.399 INFO:teuthology.orchestra.run.smithi132.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 428 kB/s | 36 kB 00:00 2024-05-13T21:51:51.466 INFO:teuthology.orchestra.run.smithi132.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-05-13T21:51:51.542 INFO:teuthology.orchestra.run.smithi132.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-05-13T21:51:51.567 INFO:teuthology.orchestra.run.smithi132.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-05-13T21:51:51.613 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph 2024-05-13T21:51:51.849 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 12/12 2024-05-13T21:51:51.849 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el 1/12 2024-05-13T21:51:51.849 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 2/12 2024-05-13T21:51:51.849 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9 3/12 2024-05-13T21:51:51.849 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-13T21:51:51.850 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-13T21:51:52.026 INFO:teuthology.orchestra.run.smithi132.stdout:(36/36): ceph-osd-19.0.0-2565.gc3e55145.el9.x86 4.2 MB/s | 17 MB 00:03 2024-05-13T21:51:52.030 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:52.030 INFO:teuthology.orchestra.run.smithi132.stdout:Total 5.2 MB/s | 30 MB 00:05 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-13T21:51:52.145 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:52.146 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:51:52.175 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:51:52.192 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:54 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:51:52.215 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:51:52.215 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:51:52.318 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:51:52.320 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: ceph x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 6.6 k 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 2.4 M 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 1.5 M 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 249 k 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 4.7 M 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 17 M 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-13T21:51:52.321 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-13T21:51:52.322 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-13T21:51:52.323 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout:Install 36 Packages 2024-05-13T21:51:52.324 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:51:52.325 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 30 M 2024-05-13T21:51:52.325 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 107 M 2024-05-13T21:51:52.325 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:51:52.401 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-13T21:51:52.633 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:51:52.634 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:51:52.942 INFO:teuthology.orchestra.run.smithi088.stdout:(1/36): ceph-19.0.0-2565.gc3e55145.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-05-13T21:51:52.979 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:16 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:51:53.108 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout:======================================================================================= 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout:======================================================================================= 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 7.4 M 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:51:53.109 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:51:53.110 INFO:teuthology.orchestra.run.smithi112.stdout:======================================================================================= 2024-05-13T21:51:53.111 INFO:teuthology.orchestra.run.smithi112.stdout:Install 12 Packages 2024-05-13T21:51:53.111 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:51:53.111 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 38 M 2024-05-13T21:51:53.111 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 209 M 2024-05-13T21:51:53.111 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:51:53.251 INFO:teuthology.orchestra.run.smithi088.stdout:(2/36): ceph-mds-19.0.0-2565.gc3e55145.el9.x86_ 5.0 MB/s | 2.4 MB 00:00 2024-05-13T21:51:53.376 INFO:teuthology.orchestra.run.smithi088.stdout:(3/36): ceph-mgr-19.0.0-2565.gc3e55145.el9.x86_ 2.5 MB/s | 1.5 MB 00:00 2024-05-13T21:51:53.468 INFO:teuthology.orchestra.run.smithi088.stdout:(4/36): ceph-mon-19.0.0-2565.gc3e55145.el9.x86_ 8.9 MB/s | 4.7 MB 00:00 2024-05-13T21:51:53.493 INFO:teuthology.orchestra.run.smithi088.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2565.gc3e5 2.1 MB/s | 249 kB 00:00 2024-05-13T21:51:53.610 INFO:teuthology.orchestra.run.smithi088.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.7 MB/s | 253 kB 00:00 2024-05-13T21:51:53.653 INFO:teuthology.orchestra.run.smithi088.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-05-13T21:51:53.694 INFO:teuthology.orchestra.run.smithi088.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 6.1 MB/s | 1.2 MB 00:00 2024-05-13T21:51:53.719 INFO:teuthology.orchestra.run.smithi088.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-05-13T21:51:53.731 INFO:teuthology.orchestra.run.smithi112.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 374 kB/s | 195 kB 00:00 2024-05-13T21:51:53.744 INFO:teuthology.orchestra.run.smithi088.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-05-13T21:51:53.778 INFO:teuthology.orchestra.run.smithi088.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-05-13T21:51:53.834 INFO:teuthology.orchestra.run.smithi112.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-05-13T21:51:53.884 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:51:53.936 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-13T21:51:53.973 INFO:teuthology.orchestra.run.smithi112.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-13T21:51:53.974 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-13T21:51:54.005 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-13T21:51:54.076 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-13T21:51:54.091 INFO:teuthology.orchestra.run.smithi112.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 156 kB/s | 18 kB 00:00 2024-05-13T21:51:54.121 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-13T21:51:54.154 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-13T21:51:54.199 INFO:teuthology.orchestra.run.smithi112.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 325 kB/s | 35 kB 00:00 2024-05-13T21:51:54.255 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-13T21:51:54.328 INFO:teuthology.orchestra.run.smithi088.stdout:(12/36): ceph-osd-19.0.0-2565.gc3e55145.el9.x86 16 MB/s | 17 MB 00:01 2024-05-13T21:51:54.341 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-13T21:51:54.353 INFO:teuthology.orchestra.run.smithi088.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 309 kB/s | 188 kB 00:00 2024-05-13T21:51:54.378 INFO:teuthology.orchestra.run.smithi088.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 287 kB/s | 172 kB 00:00 2024-05-13T21:51:54.381 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-13T21:51:54.399 INFO:teuthology.orchestra.run.smithi112.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.3 MB/s | 3.0 MB 00:00 2024-05-13T21:51:54.417 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-13T21:51:54.446 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-13T21:51:54.454 INFO:teuthology.orchestra.run.smithi088.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 510 kB/s | 51 kB 00:00 2024-05-13T21:51:54.479 INFO:teuthology.orchestra.run.smithi088.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 415 kB/s | 42 kB 00:00 2024-05-13T21:51:54.480 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-13T21:51:54.504 INFO:teuthology.orchestra.run.smithi088.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 442 kB/s | 22 kB 00:00 2024-05-13T21:51:54.514 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-13T21:51:54.550 INFO:teuthology.orchestra.run.smithi112.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-25 5.5 MB/s | 7.4 MB 00:01 2024-05-13T21:51:54.554 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-13T21:51:54.575 INFO:teuthology.orchestra.run.smithi112.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-05-13T21:51:54.589 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-13T21:51:54.597 INFO:teuthology.orchestra.run.smithi088.stdout:(18/36): python3-markupsafe-1.1.1-12.el9.x86_64 130 kB/s | 35 kB 00:00 2024-05-13T21:51:54.624 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-13T21:51:54.663 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-13T21:51:54.700 INFO:teuthology.orchestra.run.smithi112.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.0 MB/s | 250 kB 00:00 2024-05-13T21:51:54.735 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-13T21:51:54.846 INFO:teuthology.orchestra.run.smithi088.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 127 kB/s | 43 kB 00:00 2024-05-13T21:51:54.882 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-13T21:51:54.962 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-13T21:51:55.015 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-13T21:51:55.054 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-13T21:51:55.105 INFO:teuthology.orchestra.run.smithi088.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 241 kB/s | 151 kB 00:00 2024-05-13T21:51:55.110 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-13T21:51:55.133 INFO:teuthology.orchestra.run.smithi088.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 320 kB/s | 172 kB 00:00 2024-05-13T21:51:55.166 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-13T21:51:55.233 INFO:teuthology.orchestra.run.smithi088.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 84 kB/s | 11 kB 00:00 2024-05-13T21:51:55.267 INFO:teuthology.orchestra.run.smithi088.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 132 kB/s | 18 kB 00:00 2024-05-13T21:51:55.284 INFO:teuthology.orchestra.run.smithi112.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 4.4 MB/s | 4.7 MB 00:01 2024-05-13T21:51:55.350 INFO:teuthology.orchestra.run.smithi088.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-05-13T21:51:55.363 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-13T21:51:55.375 INFO:teuthology.orchestra.run.smithi088.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 678 kB/s | 358 kB 00:00 2024-05-13T21:51:55.401 INFO:teuthology.orchestra.run.smithi088.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 145 kB/s | 19 kB 00:00 2024-05-13T21:51:55.407 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-13T21:51:55.468 INFO:teuthology.orchestra.run.smithi088.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-05-13T21:51:55.486 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-13T21:51:55.493 INFO:teuthology.orchestra.run.smithi088.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-05-13T21:51:55.598 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-13T21:51:55.618 INFO:teuthology.orchestra.run.smithi088.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 131 kB/s | 16 kB 00:00 2024-05-13T21:51:55.640 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-13T21:51:55.643 INFO:teuthology.orchestra.run.smithi088.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 325 kB/s | 79 kB 00:00 2024-05-13T21:51:55.756 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-13T21:51:55.769 INFO:teuthology.orchestra.run.smithi088.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 286 kB/s | 36 kB 00:00 2024-05-13T21:51:55.835 INFO:teuthology.orchestra.run.smithi088.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 414 kB/s | 90 kB 00:00 2024-05-13T21:51:55.894 INFO:teuthology.orchestra.run.smithi088.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 639 kB/s | 272 kB 00:00 2024-05-13T21:51:55.914 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9. 31/36 2024-05-13T21:51:55.950 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 32/36 2024-05-13T21:51:55.976 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 32/36 2024-05-13T21:51:55.977 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:55.977 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-13T21:51:55.977 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-13T21:51:55.977 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-13T21:51:55.977 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:56.020 INFO:teuthology.orchestra.run.smithi088.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 160 kB/s | 20 kB 00:00 2024-05-13T21:51:56.253 INFO:teuthology.orchestra.run.smithi088.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 474 kB/s | 230 kB 00:00 2024-05-13T21:51:56.478 INFO:teuthology.orchestra.run.smithi088.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 665 kB/s | 427 kB 00:00 2024-05-13T21:51:56.479 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:51:56.480 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.2 MB/s | 30 MB 00:04 2024-05-13T21:51:56.625 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:51:56.664 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:51:56.665 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:51:57.099 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:51:57.099 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:51:57.410 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 33/36 2024-05-13T21:51:57.436 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 33/36 2024-05-13T21:51:57.436 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:57.437 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-13T21:51:57.437 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-13T21:51:57.437 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-13T21:51:57.437 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:57.877 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 34/36 2024-05-13T21:51:57.901 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 34/36 2024-05-13T21:51:57.901 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:57.901 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-13T21:51:57.901 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-13T21:51:57.901 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-13T21:51:57.901 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:58.130 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 35/36 2024-05-13T21:51:58.152 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 35/36 2024-05-13T21:51:58.152 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:51:58.152 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-13T21:51:58.152 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-13T21:51:58.152 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-13T21:51:58.152 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:51:58.216 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 36/36 2024-05-13T21:51:58.376 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:51:58.447 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-13T21:51:58.485 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-13T21:51:58.516 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-13T21:51:58.586 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-13T21:51:58.623 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-13T21:51:58.656 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-13T21:51:58.746 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-13T21:51:58.817 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-13T21:51:58.858 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-13T21:51:58.894 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-13T21:51:58.946 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-13T21:51:58.983 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-13T21:51:59.017 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-13T21:51:59.057 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-13T21:51:59.091 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-13T21:51:59.126 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-13T21:51:59.165 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-13T21:51:59.237 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-13T21:51:59.374 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-13T21:51:59.456 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-13T21:51:59.509 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-13T21:51:59.548 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-13T21:51:59.596 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-13T21:51:59.659 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-13T21:51:59.843 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-13T21:51:59.893 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 36/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 1/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 2/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 3/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 4/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 5/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9. 6/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-13T21:51:59.899 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-13T21:51:59.900 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-13T21:51:59.901 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-13T21:51:59.901 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-13T21:51:59.901 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-13T21:51:59.902 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-13T21:51:59.902 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-13T21:51:59.902 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-13T21:51:59.902 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-13T21:51:59.902 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-13T21:51:59.962 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-13T21:52:00.050 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-13T21:52:00.093 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-13T21:52:00.208 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-13T21:52:00.366 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9. 31/36 2024-05-13T21:52:00.395 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 32/36 2024-05-13T21:52:00.420 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 32/36 2024-05-13T21:52:00.420 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:00.420 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-13T21:52:00.421 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-13T21:52:00.421 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-13T21:52:00.421 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: lua-5.4.4-4.el9.x86_64 2024-05-13T21:52:00.936 INFO:teuthology.orchestra.run.smithi132.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-13T21:52:00.937 INFO:teuthology.orchestra.run.smithi132.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-ply-3.11-14.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-13T21:52:00.938 INFO:teuthology.orchestra.run.smithi132.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-13T21:52:00.939 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:00.939 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:01.084 INFO:teuthology.orchestra.run.smithi112.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 799 kB/s | 5.1 MB 00:06 2024-05-13T21:52:01.401 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-base 2024-05-13T21:52:01.846 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 33/36 2024-05-13T21:52:01.874 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 33/36 2024-05-13T21:52:01.874 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:01.874 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-13T21:52:01.874 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-13T21:52:01.874 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-13T21:52:01.874 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:01.980 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:13 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:02.061 INFO:teuthology.orchestra.run.smithi132.stdout:Package ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:02.102 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:02.103 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:52:02.103 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:02.164 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install cephadm 2024-05-13T21:52:02.313 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 34/36 2024-05-13T21:52:02.337 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 34/36 2024-05-13T21:52:02.337 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:02.338 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-13T21:52:02.338 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-13T21:52:02.338 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-13T21:52:02.338 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:02.542 INFO:teuthology.orchestra.run.smithi112.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.1 MB/s | 16 MB 00:07 2024-05-13T21:52:02.543 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:02.544 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.0 MB/s | 38 MB 00:09 2024-05-13T21:52:02.555 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 35/36 2024-05-13T21:52:02.579 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 35/36 2024-05-13T21:52:02.579 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:02.579 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-13T21:52:02.580 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-13T21:52:02.580 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-13T21:52:02.580 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:02.638 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 36/36 2024-05-13T21:52:02.730 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:14 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:02.853 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:02.854 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:02.854 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:52:02.854 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout: cephadm noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 763 k 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 763 k 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 769 k 2024-05-13T21:52:02.855 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:52:02.901 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:02.929 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:02.929 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:03.127 INFO:teuthology.orchestra.run.smithi132.stdout:cephadm-19.0.0-2565.gc3e55145.el9.noarch.rpm 2.7 MB/s | 763 kB 00:00 2024-05-13T21:52:03.128 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:03.128 INFO:teuthology.orchestra.run.smithi132.stdout:Total 2.7 MB/s | 763 kB 00:00 2024-05-13T21:52:03.128 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:52:03.133 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:52:03.133 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:52:03.139 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:52:03.139 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:52:03.215 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:52:03.352 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:03.353 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:03.686 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:03.756 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:04.118 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:04.120 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:04.182 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-13T21:52:04.224 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-13T21:52:04.285 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 36/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 1/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 2/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 3/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 4/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 5/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9. 6/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-13T21:52:04.286 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-13T21:52:04.287 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-13T21:52:04.289 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-13T21:52:04.290 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-13T21:52:04.290 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-13T21:52:04.290 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-13T21:52:04.290 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-13T21:52:04.322 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-13T21:52:04.358 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-13T21:52:04.364 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:04.364 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:04.364 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:52:04.364 INFO:teuthology.orchestra.run.smithi132.stdout: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:04.364 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:04.364 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:04.536 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-13T21:52:04.565 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-13T21:52:04.573 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-immutable-object-cache 2024-05-13T21:52:04.642 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-13T21:52:05.152 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:17 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mds-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-modules-core-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mon-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:05.175 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-osd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: lua-5.4.4-4.el9.x86_64 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-13T21:52:05.176 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ply-3.11-14.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-13T21:52:05.177 INFO:teuthology.orchestra.run.smithi088.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-13T21:52:05.178 INFO:teuthology.orchestra.run.smithi088.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-13T21:52:05.178 INFO:teuthology.orchestra.run.smithi088.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-13T21:52:05.178 INFO:teuthology.orchestra.run.smithi088.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-13T21:52:05.178 INFO:teuthology.orchestra.run.smithi088.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-13T21:52:05.178 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:05.178 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:05.277 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:05.277 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 145 k 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 145 k 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 435 k 2024-05-13T21:52:05.278 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:52:05.298 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-13T21:52:05.404 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-13T21:52:05.509 INFO:teuthology.orchestra.run.smithi132.stdout:ceph-immutable-object-cache-19.0.0-2565.gc3e551 630 kB/s | 145 kB 00:00 2024-05-13T21:52:05.509 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:05.510 INFO:teuthology.orchestra.run.smithi132.stdout:Total 625 kB/s | 145 kB 00:00 2024-05-13T21:52:05.510 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:52:05.518 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:52:05.518 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:52:05.574 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:52:05.574 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:52:05.602 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-base 2024-05-13T21:52:05.742 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:52:05.835 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:52:05.861 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:52:05.861 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:05.861 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-13T21:52:05.861 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:06.181 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:08 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:06.262 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-base-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:06.304 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:06.305 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:52:06.305 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:06.367 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install cephadm 2024-05-13T21:52:06.628 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-13T21:52:06.790 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:52:06.790 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:06.790 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:52:06.790 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:06.790 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:06.790 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:06.938 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:08 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:07.008 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr 2024-05-13T21:52:07.061 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:07.062 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:07.062 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:07.062 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 763 k 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 763 k 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 769 k 2024-05-13T21:52:07.063 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:07.588 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:19 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:07.662 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-13T21:52:07.671 INFO:teuthology.orchestra.run.smithi132.stdout:Package ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:07.690 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 12/12 2024-05-13T21:52:07.713 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:07.714 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:52:07.714 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:07.778 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-dashboard 2024-05-13T21:52:07.889 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm-19.0.0-2565.gc3e55145.el9.noarch.rpm 923 kB/s | 763 kB 00:00 2024-05-13T21:52:07.890 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:07.890 INFO:teuthology.orchestra.run.smithi088.stdout:Total 921 kB/s | 763 kB 00:00 2024-05-13T21:52:07.891 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:07.896 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:07.896 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:07.901 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:07.902 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:07.975 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:08.347 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:20 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:08.389 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:08.469 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:08.470 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:08.470 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:52:08.470 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:08.470 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:52:08.470 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 3.5 M 2024-05-13T21:52:08.470 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 32 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 16 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:08.471 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:52:08.472 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:08.472 INFO:teuthology.orchestra.run.smithi132.stdout:Install 12 Packages 2024-05-13T21:52:08.472 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:08.472 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 8.6 M 2024-05-13T21:52:08.472 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 103 M 2024-05-13T21:52:08.472 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:52:08.478 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:08.896 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:09.030 INFO:teuthology.orchestra.run.smithi132.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2565.gc3e 42 kB/s | 16 kB 00:00 2024-05-13T21:52:09.055 INFO:teuthology.orchestra.run.smithi132.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2565.gc3 76 kB/s | 32 kB 00:00 2024-05-13T21:52:09.135 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/1 2024-05-13T21:52:09.135 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:09.135 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:09.135 INFO:teuthology.orchestra.run.smithi088.stdout: cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:09.135 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:09.135 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:09.198 INFO:teuthology.orchestra.run.smithi132.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-05-13T21:52:09.247 INFO:teuthology.orchestra.run.smithi132.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-05-13T21:52:09.363 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-immutable-object-cache 2024-05-13T21:52:09.953 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:11 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:10.077 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:10.078 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:10.078 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-05-13T21:52:10.078 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:10.078 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 145 k 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 145 k 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 435 k 2024-05-13T21:52:10.079 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:10.089 INFO:teuthology.orchestra.run.smithi132.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 968 kB/s | 863 kB 00:00 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 12/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 1/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-13T21:52:10.108 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-13T21:52:10.109 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-13T21:52:10.465 INFO:teuthology.orchestra.run.smithi132.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 52 kB/s | 19 kB 00:00 2024-05-13T21:52:10.477 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-13T21:52:10.478 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-13T21:52:10.479 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-13T21:52:10.479 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-13T21:52:10.479 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:10.479 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:10.714 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-immutable-object-cache-19.0.0-2565.gc3e551 228 kB/s | 145 kB 00:00 2024-05-13T21:52:10.714 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:10.715 INFO:teuthology.orchestra.run.smithi088.stdout:Total 228 kB/s | 145 kB 00:00 2024-05-13T21:52:10.715 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:10.723 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:10.723 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:10.740 INFO:teuthology.orchestra.run.smithi132.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 367 kB/s | 548 kB 00:01 2024-05-13T21:52:10.780 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:10.780 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:10.838 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-rook 2024-05-13T21:52:10.926 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:10.990 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:52:11.015 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:52:11.016 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:11.016 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-13T21:52:11.016 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:11.041 INFO:teuthology.orchestra.run.smithi132.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 481 kB/s | 144 kB 00:00 2024-05-13T21:52:11.157 INFO:teuthology.orchestra.run.smithi132.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 263 kB/s | 31 kB 00:00 2024-05-13T21:52:11.341 INFO:teuthology.orchestra.run.smithi132.stdout:(10/12): ceph-mgr-dashboard-19.0.0-2565.gc3e551 1.3 MB/s | 3.5 MB 00:02 2024-05-13T21:52:11.421 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:35 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:11.544 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:11.545 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:11.545 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:52:11.545 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:11.545 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:11.545 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 49 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-13T21:52:11.546 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout:Install 13 Packages 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:11.547 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 2.2 M 2024-05-13T21:52:11.548 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 26 M 2024-05-13T21:52:11.548 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:11.699 INFO:teuthology.orchestra.run.smithi132.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 348 kB/s | 188 kB 00:00 2024-05-13T21:52:11.917 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145. 1/1 2024-05-13T21:52:11.917 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:11.917 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:11.917 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-immutable-object-cache-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:11.917 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:11.917 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:12.159 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr 2024-05-13T21:52:12.225 INFO:teuthology.orchestra.run.smithi112.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 223 kB/s | 19 kB 00:00 2024-05-13T21:52:12.276 INFO:teuthology.orchestra.run.smithi112.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 188 kB/s | 26 kB 00:00 2024-05-13T21:52:12.368 INFO:teuthology.orchestra.run.smithi112.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.8 MB/s | 222 kB 00:00 2024-05-13T21:52:12.393 INFO:teuthology.orchestra.run.smithi112.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-05-13T21:52:12.426 INFO:teuthology.orchestra.run.smithi112.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.6 MB/s | 279 kB 00:00 2024-05-13T21:52:12.452 INFO:teuthology.orchestra.run.smithi112.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-05-13T21:52:12.585 INFO:teuthology.orchestra.run.smithi112.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 203 kB/s | 32 kB 00:00 2024-05-13T21:52:12.610 INFO:teuthology.orchestra.run.smithi112.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 94 kB/s | 15 kB 00:00 2024-05-13T21:52:12.678 INFO:teuthology.orchestra.run.smithi112.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 2.2 MB/s | 206 kB 00:00 2024-05-13T21:52:12.703 INFO:teuthology.orchestra.run.smithi112.stdout:(10/13): ceph-mgr-rook-19.0.0-2565.gc3e55145.el 87 kB/s | 49 kB 00:00 2024-05-13T21:52:12.742 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:14 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:12.762 INFO:teuthology.orchestra.run.smithi112.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-05-13T21:52:12.787 INFO:teuthology.orchestra.run.smithi112.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 546 kB/s | 59 kB 00:00 2024-05-13T21:52:12.812 INFO:teuthology.orchestra.run.smithi112.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 831 kB/s | 90 kB 00:00 2024-05-13T21:52:12.814 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:12.815 INFO:teuthology.orchestra.run.smithi112.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-05-13T21:52:12.825 INFO:teuthology.orchestra.run.smithi088.stdout:Package ceph-mgr-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:12.869 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:12.869 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:52:12.870 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:12.879 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:12.894 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:12.894 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:12.929 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-dashboard 2024-05-13T21:52:12.980 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:12.980 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:13.485 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:13.498 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:15 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:13.620 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:13.621 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:13.621 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:13.621 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:13.621 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 3.5 M 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 32 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 16 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-13T21:52:13.622 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-13T21:52:13.623 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:13.623 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:13.623 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:13.623 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-05-13T21:52:13.623 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:13.623 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 8.6 M 2024-05-13T21:52:13.624 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 103 M 2024-05-13T21:52:13.624 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:13.657 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-13T21:52:13.713 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-13T21:52:13.768 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-13T21:52:13.814 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-13T21:52:13.856 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-13T21:52:13.950 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-13T21:52:14.050 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-13T21:52:14.074 INFO:teuthology.orchestra.run.smithi132.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 578 kB/s | 2.0 MB 00:03 2024-05-13T21:52:14.077 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:14.077 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.5 MB/s | 8.6 MB 00:05 2024-05-13T21:52:14.107 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-13T21:52:14.130 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:52:14.148 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:52:14.149 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:52:14.327 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:52:14.327 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:52:14.469 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2565.gc3e 44 kB/s | 16 kB 00:00 2024-05-13T21:52:14.577 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2565.gc3 66 kB/s | 32 kB 00:00 2024-05-13T21:52:14.652 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-05-13T21:52:14.720 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 13 MB/s | 863 kB 00:00 2024-05-13T21:52:14.745 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-05-13T21:52:14.813 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-13T21:52:14.863 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-13T21:52:14.896 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-13T21:52:14.913 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:52:14.944 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-13T21:52:14.966 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 13/13 2024-05-13T21:52:14.992 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-13T21:52:14.995 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 78 kB/s | 19 kB 00:00 2024-05-13T21:52:15.035 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-13T21:52:15.082 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-13T21:52:15.112 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-13T21:52:15.223 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-13T21:52:15.237 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-05-13T21:52:15.312 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-05-13T21:52:15.354 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-13T21:52:15.396 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 5.1 MB/s | 2.0 MB 00:00 2024-05-13T21:52:15.421 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 283 kB/s | 31 kB 00:00 2024-05-13T21:52:15.447 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-13T21:52:15.471 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-05-13T21:52:15.492 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-13T21:52:15.520 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-13T21:52:15.551 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9 10/12 2024-05-13T21:52:15.762 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 13/13 2024-05-13T21:52:15.762 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 1/13 2024-05-13T21:52:15.762 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-13T21:52:15.762 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-13T21:52:15.763 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-13T21:52:16.076 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-13T21:52:16.077 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-13T21:52:16.078 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-13T21:52:16.078 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-13T21:52:16.078 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-13T21:52:16.078 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-13T21:52:16.078 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:16.078 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:16.336 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-cephadm 2024-05-13T21:52:16.546 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): ceph-mgr-dashboard-19.0.0-2565.gc3e551 1.4 MB/s | 3.5 MB 00:02 2024-05-13T21:52:16.551 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:16.551 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.9 MB/s | 8.6 MB 00:02 2024-05-13T21:52:16.588 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el 11/12 2024-05-13T21:52:16.605 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:16.624 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:16.624 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:16.628 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 12/12 2024-05-13T21:52:16.800 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:16.800 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:16.915 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:40 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:17.038 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:17.039 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:17.039 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:52:17.039 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:17.039 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:17.039 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 142 k 2024-05-13T21:52:17.039 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout:Install 6 Packages 2024-05-13T21:52:17.040 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:17.041 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 7.0 M 2024-05-13T21:52:17.041 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 33 M 2024-05-13T21:52:17.041 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:17.412 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:17.498 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-13T21:52:17.533 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-13T21:52:17.579 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-13T21:52:17.610 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-13T21:52:17.708 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-13T21:52:17.844 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-13T21:52:17.886 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 12/12 2024-05-13T21:52:17.886 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el 1/12 2024-05-13T21:52:17.886 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 2/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9 3/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-13T21:52:17.887 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-13T21:52:17.896 INFO:teuthology.orchestra.run.smithi112.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2565.gc3e55145.e 271 kB/s | 142 kB 00:00 2024-05-13T21:52:17.930 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-13T21:52:17.974 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-13T21:52:18.002 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-13T21:52:18.005 INFO:teuthology.orchestra.run.smithi112.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 392 kB/s | 248 kB 00:00 2024-05-13T21:52:18.033 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9 10/12 2024-05-13T21:52:18.195 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-13T21:52:18.196 INFO:teuthology.orchestra.run.smithi132.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-13T21:52:18.197 INFO:teuthology.orchestra.run.smithi132.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-13T21:52:18.197 INFO:teuthology.orchestra.run.smithi132.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-13T21:52:18.197 INFO:teuthology.orchestra.run.smithi132.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-13T21:52:18.197 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:18.197 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:18.222 INFO:teuthology.orchestra.run.smithi112.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 266 kB/s | 58 kB 00:00 2024-05-13T21:52:18.314 INFO:teuthology.orchestra.run.smithi112.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 554 kB/s | 51 kB 00:00 2024-05-13T21:52:18.456 INFO:teuthology.orchestra.run.smithi112.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 980 kB/s | 548 kB 00:00 2024-05-13T21:52:18.470 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-13T21:52:19.032 INFO:teuthology.orchestra.run.smithi112.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.6 MB/s | 6.0 MB 00:01 2024-05-13T21:52:19.032 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:19.032 INFO:teuthology.orchestra.run.smithi112.stdout:Total 3.5 MB/s | 7.0 MB 00:01 2024-05-13T21:52:19.037 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:31 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:19.075 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el 11/12 2024-05-13T21:52:19.106 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:19.109 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 12/12 2024-05-13T21:52:19.123 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:19.123 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:19.161 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================= 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================= 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 7.4 M 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-13T21:52:19.162 INFO:teuthology.orchestra.run.smithi132.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout:======================================================================================= 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout:Install 12 Packages 2024-05-13T21:52:19.163 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:19.164 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 38 M 2024-05-13T21:52:19.164 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 209 M 2024-05-13T21:52:19.164 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:52:19.220 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:19.221 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:19.520 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:19.685 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-13T21:52:19.741 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-13T21:52:19.891 INFO:teuthology.orchestra.run.smithi132.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 361 kB/s | 195 kB 00:00 2024-05-13T21:52:20.008 INFO:teuthology.orchestra.run.smithi132.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-05-13T21:52:20.133 INFO:teuthology.orchestra.run.smithi132.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-13T21:52:20.242 INFO:teuthology.orchestra.run.smithi132.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-05-13T21:52:20.257 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-13T21:52:20.342 INFO:teuthology.orchestra.run.smithi132.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-05-13T21:52:20.343 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-13T21:52:20.413 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 12/12 2024-05-13T21:52:20.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el 1/12 2024-05-13T21:52:20.413 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noa 2/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9 3/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-13T21:52:20.414 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-13T21:52:20.415 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-13T21:52:20.445 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 6/6 2024-05-13T21:52:20.659 INFO:teuthology.orchestra.run.smithi132.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.6 MB/s | 3.0 MB 00:00 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-grafana-dashboards-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-dashboard-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-prometheus-alerts-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-13T21:52:20.716 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-13T21:52:20.717 INFO:teuthology.orchestra.run.smithi088.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-13T21:52:20.717 INFO:teuthology.orchestra.run.smithi088.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-13T21:52:20.717 INFO:teuthology.orchestra.run.smithi088.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-13T21:52:20.717 INFO:teuthology.orchestra.run.smithi088.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-13T21:52:20.717 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:20.717 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:20.776 INFO:teuthology.orchestra.run.smithi132.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.0 MB/s | 244 kB 00:00 2024-05-13T21:52:20.934 INFO:teuthology.orchestra.run.smithi132.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 8.0 MB/s | 4.7 MB 00:00 2024-05-13T21:52:20.958 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-13T21:52:21.043 INFO:teuthology.orchestra.run.smithi132.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 250 kB 00:00 2024-05-13T21:52:21.271 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 6/6 2024-05-13T21:52:21.271 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/6 2024-05-13T21:52:21.271 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-13T21:52:21.271 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-13T21:52:21.271 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-13T21:52:21.271 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-13T21:52:21.524 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-13T21:52:21.524 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:21.524 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:21.524 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:21.524 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-13T21:52:21.524 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-13T21:52:21.525 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-13T21:52:21.525 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-13T21:52:21.525 INFO:teuthology.orchestra.run.smithi112.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-13T21:52:21.525 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:21.525 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:21.530 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:23 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:21.652 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:21.653 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-05-13T21:52:21.653 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 7.4 M 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-13T21:52:21.654 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout:======================================================================================= 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout:Install 12 Packages 2024-05-13T21:52:21.655 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:21.656 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 38 M 2024-05-13T21:52:21.656 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 209 M 2024-05-13T21:52:21.656 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:21.780 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-fuse 2024-05-13T21:52:22.374 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:46 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:22.503 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 890 k 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:52:22.504 INFO:teuthology.orchestra.run.smithi112.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-13T21:52:22.505 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:22.505 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:22.505 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:22.505 INFO:teuthology.orchestra.run.smithi112.stdout:Install 2 Packages 2024-05-13T21:52:22.505 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:22.506 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 970 k 2024-05-13T21:52:22.506 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 2.8 M 2024-05-13T21:52:22.506 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:22.526 INFO:teuthology.orchestra.run.smithi132.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 2.3 MB/s | 7.4 MB 00:03 2024-05-13T21:52:22.530 INFO:teuthology.orchestra.run.smithi088.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 364 kB/s | 195 kB 00:00 2024-05-13T21:52:22.630 INFO:teuthology.orchestra.run.smithi088.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-05-13T21:52:22.756 INFO:teuthology.orchestra.run.smithi088.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-13T21:52:22.856 INFO:teuthology.orchestra.run.smithi088.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-05-13T21:52:22.908 INFO:teuthology.orchestra.run.smithi112.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 621 kB/s | 80 kB 00:00 2024-05-13T21:52:22.956 INFO:teuthology.orchestra.run.smithi088.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 352 kB/s | 35 kB 00:00 2024-05-13T21:52:23.265 INFO:teuthology.orchestra.run.smithi088.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.7 MB/s | 3.0 MB 00:00 2024-05-13T21:52:23.374 INFO:teuthology.orchestra.run.smithi088.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.2 MB/s | 244 kB 00:00 2024-05-13T21:52:23.667 INFO:teuthology.orchestra.run.smithi112.stdout:(2/2): ceph-fuse-19.0.0-2565.gc3e55145.el9.x86_ 1.0 MB/s | 890 kB 00:00 2024-05-13T21:52:23.667 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:23.668 INFO:teuthology.orchestra.run.smithi112.stdout:Total 834 kB/s | 970 kB 00:01 2024-05-13T21:52:23.680 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:23.703 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:23.703 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:23.781 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:23.782 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:23.966 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:24.109 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-13T21:52:24.183 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2/2 2024-05-13T21:52:24.499 INFO:teuthology.orchestra.run.smithi088.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-25 3.0 MB/s | 7.4 MB 00:02 2024-05-13T21:52:24.814 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2/2 2024-05-13T21:52:24.815 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/2 2024-05-13T21:52:24.982 INFO:teuthology.orchestra.run.smithi088.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.2 MB/s | 5.1 MB 00:01 2024-05-13T21:52:25.041 INFO:teuthology.orchestra.run.smithi088.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 2.3 MB/s | 4.7 MB 00:02 2024-05-13T21:52:25.075 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-13T21:52:25.075 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:25.075 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:25.075 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-13T21:52:25.075 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:25.075 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:25.379 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-volume 2024-05-13T21:52:25.591 INFO:teuthology.orchestra.run.smithi088.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 229 kB/s | 250 kB 00:01 2024-05-13T21:52:25.962 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:49 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:26.089 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:26.089 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:26.089 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-05-13T21:52:26.089 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:26.089 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:26.089 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 264 k 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout:Install 2 Packages 2024-05-13T21:52:26.090 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:26.091 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 341 k 2024-05-13T21:52:26.091 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 1.5 M 2024-05-13T21:52:26.091 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:26.479 INFO:teuthology.orchestra.run.smithi112.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 657 kB/s | 77 kB 00:00 2024-05-13T21:52:27.296 INFO:teuthology.orchestra.run.smithi112.stdout:(2/2): ceph-volume-19.0.0-2565.gc3e55145.el9.no 282 kB/s | 264 kB 00:00 2024-05-13T21:52:27.297 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:27.297 INFO:teuthology.orchestra.run.smithi112.stdout:Total 282 kB/s | 341 kB 00:01 2024-05-13T21:52:27.311 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:27.322 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:27.322 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:27.362 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:27.362 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:27.513 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:27.680 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-13T21:52:27.715 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2/2 2024-05-13T21:52:27.731 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2/2 2024-05-13T21:52:27.732 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:27.732 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-13T21:52:27.732 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:28.469 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 1/2 2024-05-13T21:52:28.799 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-13T21:52:28.800 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:28.800 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:28.800 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:28.800 INFO:teuthology.orchestra.run.smithi112.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-13T21:52:28.800 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:28.800 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:29.086 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados-devel 2024-05-13T21:52:29.671 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:53 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:29.797 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:29.797 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 127 k 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 127 k 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 456 k 2024-05-13T21:52:29.798 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:30.392 INFO:teuthology.orchestra.run.smithi132.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 543 kB/s | 5.1 MB 00:09 2024-05-13T21:52:30.460 INFO:teuthology.orchestra.run.smithi112.stdout:librados-devel-19.0.0-2565.gc3e55145.el9.x86_64 192 kB/s | 127 kB 00:00 2024-05-13T21:52:30.460 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:30.461 INFO:teuthology.orchestra.run.smithi112.stdout:Total 191 kB/s | 127 kB 00:00 2024-05-13T21:52:30.461 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:30.466 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:30.467 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:30.530 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:30.531 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:30.681 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:30.774 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:31.196 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:31.448 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:31.449 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:31.449 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:31.449 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:31.449 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:31.449 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:31.694 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs2 2024-05-13T21:52:32.274 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:56 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:32.354 INFO:teuthology.orchestra.run.smithi112.stdout:Package libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:32.399 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:32.400 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:32.400 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:32.461 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs-devel 2024-05-13T21:52:33.044 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:57 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:33.166 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 32 k 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:33.167 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 32 k 2024-05-13T21:52:33.168 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 142 k 2024-05-13T21:52:33.168 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:33.571 INFO:teuthology.orchestra.run.smithi112.stdout:libcephfs-devel-19.0.0-2565.gc3e55145.el9.x86_6 78 kB/s | 32 kB 00:00 2024-05-13T21:52:33.572 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:33.572 INFO:teuthology.orchestra.run.smithi112.stdout:Total 78 kB/s | 32 kB 00:00 2024-05-13T21:52:33.572 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:33.576 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:33.576 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:33.599 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:33.599 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:33.679 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:33.793 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:34.214 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:34.430 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:34.430 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:34.430 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:34.430 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:34.430 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:34.431 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:34.603 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados2 2024-05-13T21:52:35.173 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:59 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:35.254 INFO:teuthology.orchestra.run.smithi112.stdout:Package librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:35.296 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:35.297 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:35.297 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:35.363 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librbd1 2024-05-13T21:52:35.781 INFO:teuthology.orchestra.run.smithi088.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.5 MB/s | 16 MB 00:10 2024-05-13T21:52:35.782 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:35.782 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.7 MB/s | 38 MB 00:14 2024-05-13T21:52:35.931 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:59 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:36.012 INFO:teuthology.orchestra.run.smithi112.stdout:Package librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:36.053 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:36.054 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:36.054 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:36.122 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rados 2024-05-13T21:52:36.140 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:36.166 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:36.167 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:36.595 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:36.595 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:36.697 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:00 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:36.777 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:36.819 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:36.820 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:36.820 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:36.880 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rgw 2024-05-13T21:52:37.345 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:37.410 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-13T21:52:37.449 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:01 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:37.454 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-13T21:52:37.528 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:37.551 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-13T21:52:37.569 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:37.570 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:37.571 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:37.589 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-13T21:52:37.635 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-cephfs 2024-05-13T21:52:37.765 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-13T21:52:37.796 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-13T21:52:37.872 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-13T21:52:38.205 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:02 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:38.284 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:38.325 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:38.326 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:38.327 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:38.392 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rbd 2024-05-13T21:52:38.523 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-13T21:52:38.641 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-13T21:52:38.964 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:02 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:39.043 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:52:39.084 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:39.085 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-05-13T21:52:39.086 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:39.143 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-fuse 2024-05-13T21:52:39.716 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:03 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:39.836 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:39.837 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:39.837 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-05-13T21:52:39.837 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 85 k 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 85 k 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 231 k 2024-05-13T21:52:39.838 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:39.852 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-13T21:52:40.175 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-fuse-19.0.0-2565.gc3e55145.el9.x86_64.rpm 253 kB/s | 85 kB 00:00 2024-05-13T21:52:40.175 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:40.175 INFO:teuthology.orchestra.run.smithi112.stdout:Total 252 kB/s | 85 kB 00:00 2024-05-13T21:52:40.176 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:40.182 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:40.182 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:40.245 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:40.245 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:40.393 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:40.495 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:40.896 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-13T21:52:40.901 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:40.921 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 12/12 2024-05-13T21:52:41.163 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:41.163 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:41.163 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:41.163 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:41.163 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:41.163 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:41.411 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-mirror 2024-05-13T21:52:41.991 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:05 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:42.114 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:42.114 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:42.114 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.1 M 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:42.115 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 3.1 M 2024-05-13T21:52:42.116 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 13 M 2024-05-13T21:52:42.116 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:42.832 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-mirror-19.0.0-2565.gc3e55145.el9.x86_64.rpm 4.3 MB/s | 3.1 MB 00:00 2024-05-13T21:52:42.832 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:42.833 INFO:teuthology.orchestra.run.smithi112.stdout:Total 4.3 MB/s | 3.1 MB 00:00 2024-05-13T21:52:42.833 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:42.842 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:42.842 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:42.923 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:42.924 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:43.347 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:43.417 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:43.442 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:43.442 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:52:43.442 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-13T21:52:43.442 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-13T21:52:43.442 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-13T21:52:43.442 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:43.493 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 12/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 1/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-13T21:52:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-13T21:52:43.749 INFO:teuthology.orchestra.run.smithi132.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 733 kB/s | 16 MB 00:22 2024-05-13T21:52:43.750 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:43.751 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.5 MB/s | 38 MB 00:24 2024-05-13T21:52:43.909 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-13T21:52:43.909 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:43.909 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-13T21:52:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:43.911 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:44.103 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:52:44.128 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:52:44.128 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:52:44.313 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-rook 2024-05-13T21:52:44.467 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:44.467 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:44.467 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:44.467 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:44.467 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:44.468 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:44.556 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:52:44.556 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:52:44.717 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-nbd 2024-05-13T21:52:44.899 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:46 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:45.022 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:45.023 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:45.023 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 49 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-13T21:52:45.024 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:45.025 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 2.2 M 2024-05-13T21:52:45.026 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 26 M 2024-05-13T21:52:45.026 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:45.292 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:02:09 ago on Mon 13 May 2024 09:50:36 PM UTC. 2024-05-13T21:52:45.300 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:52:45.380 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-13T21:52:45.417 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-05-13T21:52:45.417 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 171 k 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 171 k 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 494 k 2024-05-13T21:52:45.418 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-05-13T21:52:45.422 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-13T21:52:45.519 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-13T21:52:45.557 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-13T21:52:45.728 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 70 kB/s | 19 kB 00:00 2024-05-13T21:52:45.734 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-13T21:52:45.753 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 86 kB/s | 26 kB 00:00 2024-05-13T21:52:45.764 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-13T21:52:45.840 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-13T21:52:45.853 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): ceph-mgr-rook-19.0.0-2565.gc3e55145.el9 124 kB/s | 49 kB 00:00 2024-05-13T21:52:45.945 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-nbd-19.0.0-2565.gc3e55145.el9.x86_64.rpm 325 kB/s | 171 kB 00:00 2024-05-13T21:52:45.945 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:45.945 INFO:teuthology.orchestra.run.smithi112.stdout:Total 324 kB/s | 171 kB 00:00 2024-05-13T21:52:45.945 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-05-13T21:52:45.953 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-05-13T21:52:45.953 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-05-13T21:52:46.016 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-05-13T21:52:46.016 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-05-13T21:52:46.095 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-05-13T21:52:46.154 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 522 kB/s | 222 kB 00:00 2024-05-13T21:52:46.191 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-05-13T21:52:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 535 kB/s | 54 kB 00:00 2024-05-13T21:52:46.274 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:46.296 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 227 kB/s | 32 kB 00:00 2024-05-13T21:52:46.321 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 120 kB/s | 15 kB 00:00 2024-05-13T21:52:46.438 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 477 kB/s | 279 kB 00:00 2024-05-13T21:52:46.471 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.1 MB/s | 206 kB 00:00 2024-05-13T21:52:46.513 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-13T21:52:46.538 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-05-13T21:52:46.613 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.5 MB/s | 1.0 MB 00:00 2024-05-13T21:52:46.630 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): python3-rsa-4.9-2.el9.noarch.rpm 307 kB/s | 59 kB 00:00 2024-05-13T21:52:46.630 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:46.631 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-05-13T21:52:46.655 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-13T21:52:46.686 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:46.704 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:46.719 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:46.719 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:46.806 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:46.806 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:46.924 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:52:46.924 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:46.924 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-05-13T21:52:46.924 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:52:46.924 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-05-13T21:52:46.924 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-05-13T21:52:47.181 DEBUG:teuthology.parallel:result is None 2024-05-13T21:52:47.340 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:47.502 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-13T21:52:47.572 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-13T21:52:47.628 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-13T21:52:47.658 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-13T21:52:47.699 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-13T21:52:47.793 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-13T21:52:47.891 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-13T21:52:47.893 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-13T21:52:47.941 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-13T21:52:48.656 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-13T21:52:48.706 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-13T21:52:48.739 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-13T21:52:48.788 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-13T21:52:48.809 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 13/13 2024-05-13T21:52:48.939 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-13T21:52:48.972 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 12/12 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 13/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 1/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-13T21:52:49.589 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-13T21:52:49.590 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-13T21:52:49.590 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-13T21:52:49.893 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-13T21:52:49.893 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:49.893 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:49.893 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:49.893 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-13T21:52:49.893 INFO:teuthology.orchestra.run.smithi088.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:49.894 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:50.152 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-mgr-cephadm 2024-05-13T21:52:50.727 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:52 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:50.850 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 142 k 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-13T21:52:50.851 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:50.852 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 7.0 M 2024-05-13T21:52:50.853 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 33 M 2024-05-13T21:52:50.853 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:51.156 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-05-13T21:52:51.323 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 6.0 MB 00:00 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 12/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55 1/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-13T21:52:51.587 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-13T21:52:51.588 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-13T21:52:51.588 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-13T21:52:51.615 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 199 kB/s | 58 kB 00:00 2024-05-13T21:52:51.649 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-05-13T21:52:51.707 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 555 kB/s | 51 kB 00:00 2024-05-13T21:52:51.841 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-mgr-cephadm-19.0.0-2565.gc3e55145.e 171 kB/s | 142 kB 00:00 2024-05-13T21:52:51.843 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:51.843 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.0 MB/s | 7.0 MB 00:00 2024-05-13T21:52:51.915 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:51.926 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:51.926 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-13T21:52:52.009 INFO:teuthology.orchestra.run.smithi132.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-13T21:52:52.010 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-13T21:52:52.010 INFO:teuthology.orchestra.run.smithi132.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-13T21:52:52.010 INFO:teuthology.orchestra.run.smithi132.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-13T21:52:52.010 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-13T21:52:52.011 INFO:teuthology.orchestra.run.smithi132.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-13T21:52:52.011 INFO:teuthology.orchestra.run.smithi132.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-13T21:52:52.011 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:52.011 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:52.027 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:52.028 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:52.334 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:52.367 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-rook 2024-05-13T21:52:52.497 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-13T21:52:52.560 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-13T21:52:52.953 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:04 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:53.069 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-13T21:52:53.077 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:53.078 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:53.078 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:52:53.078 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:53.078 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:52:53.078 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-rook noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 49 k 2024-05-13T21:52:53.078 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:53.079 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:52:53.080 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:53.080 INFO:teuthology.orchestra.run.smithi132.stdout:Install 13 Packages 2024-05-13T21:52:53.080 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:53.080 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 2.2 M 2024-05-13T21:52:53.080 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 26 M 2024-05-13T21:52:53.080 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:52:53.145 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-13T21:52:53.209 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-13T21:52:53.238 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 6/6 2024-05-13T21:52:53.994 INFO:teuthology.orchestra.run.smithi132.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 67 kB/s | 19 kB 00:00 2024-05-13T21:52:54.019 INFO:teuthology.orchestra.run.smithi132.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 83 kB/s | 26 kB 00:00 2024-05-13T21:52:54.068 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 6/6 2024-05-13T21:52:54.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/6 2024-05-13T21:52:54.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-13T21:52:54.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-13T21:52:54.068 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-13T21:52:54.069 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-13T21:52:54.202 INFO:teuthology.orchestra.run.smithi132.stdout:(3/13): ceph-mgr-rook-19.0.0-2565.gc3e55145.el9 100 kB/s | 49 kB 00:00 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:54.318 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:54.352 INFO:teuthology.orchestra.run.smithi132.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 476 kB/s | 159 kB 00:00 2024-05-13T21:52:54.428 INFO:teuthology.orchestra.run.smithi132.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 511 kB/s | 222 kB 00:00 2024-05-13T21:52:54.453 INFO:teuthology.orchestra.run.smithi132.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 534 kB/s | 54 kB 00:00 2024-05-13T21:52:54.582 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-fuse 2024-05-13T21:52:54.587 INFO:teuthology.orchestra.run.smithi132.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 113 kB/s | 15 kB 00:00 2024-05-13T21:52:54.612 INFO:teuthology.orchestra.run.smithi132.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 175 kB/s | 32 kB 00:00 2024-05-13T21:52:54.762 INFO:teuthology.orchestra.run.smithi132.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 1.1 MB/s | 206 kB 00:00 2024-05-13T21:52:54.788 INFO:teuthology.orchestra.run.smithi132.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 476 kB/s | 279 kB 00:00 2024-05-13T21:52:54.821 INFO:teuthology.orchestra.run.smithi132.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-05-13T21:52:54.880 INFO:teuthology.orchestra.run.smithi132.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.8 MB/s | 1.0 MB 00:00 2024-05-13T21:52:55.005 INFO:teuthology.orchestra.run.smithi132.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 414 kB/s | 90 kB 00:00 2024-05-13T21:52:55.005 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:55.006 INFO:teuthology.orchestra.run.smithi132.stdout:Total 1.1 MB/s | 2.2 MB 00:01 2024-05-13T21:52:55.077 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:52:55.092 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:52:55.092 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:52:55.157 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:57 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:55.177 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:52:55.177 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:52:55.279 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:55.281 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:55.281 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:55.281 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:55.281 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:55.281 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 890 k 2024-05-13T21:52:55.282 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:52:55.282 INFO:teuthology.orchestra.run.smithi088.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-13T21:52:55.282 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:55.282 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:55.282 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:55.283 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2024-05-13T21:52:55.283 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:55.283 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 970 k 2024-05-13T21:52:55.283 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 2.8 M 2024-05-13T21:52:55.283 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:55.680 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:52:55.776 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 215 kB/s | 80 kB 00:00 2024-05-13T21:52:55.858 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-13T21:52:55.923 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-13T21:52:55.987 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-13T21:52:56.032 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-13T21:52:56.073 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-13T21:52:56.174 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-13T21:52:56.275 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-13T21:52:56.325 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-13T21:52:56.418 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-fuse-19.0.0-2565.gc3e55145.el9.x86_ 876 kB/s | 890 kB 00:01 2024-05-13T21:52:56.418 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:56.419 INFO:teuthology.orchestra.run.smithi088.stdout:Total 852 kB/s | 970 kB 00:01 2024-05-13T21:52:56.432 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:56.455 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:56.455 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:56.535 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:56.535 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:52:56.720 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:52:56.862 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-13T21:52:56.959 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2/2 2024-05-13T21:52:57.024 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-13T21:52:57.081 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-13T21:52:57.115 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-13T21:52:57.163 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-13T21:52:57.185 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 13/13 2024-05-13T21:52:57.599 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2/2 2024-05-13T21:52:57.599 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/2 2024-05-13T21:52:57.859 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-13T21:52:57.859 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:57.859 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:52:57.859 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-13T21:52:57.859 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:57.859 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:52:57.959 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 13/13 2024-05-13T21:52:57.959 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 1/13 2024-05-13T21:52:57.959 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-13T21:52:57.959 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-13T21:52:57.959 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-13T21:52:57.960 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-13T21:52:58.132 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-volume 2024-05-13T21:52:58.273 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-rook-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-13T21:52:58.274 INFO:teuthology.orchestra.run.smithi132.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:58.275 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:52:58.537 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-mgr-cephadm 2024-05-13T21:52:58.713 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:00 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:52:58.842 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:52:58.843 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:58.843 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-05-13T21:52:58.843 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:58.843 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 264 k 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:Install 2 Packages 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 341 k 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 1.5 M 2024-05-13T21:52:58.844 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:52:59.105 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:11 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:52:59.228 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 142 k 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-13T21:52:59.229 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:59.230 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:52:59.230 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:52:59.230 INFO:teuthology.orchestra.run.smithi132.stdout:Install 6 Packages 2024-05-13T21:52:59.230 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:52:59.230 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 7.0 M 2024-05-13T21:52:59.230 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 33 M 2024-05-13T21:52:59.231 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:52:59.339 INFO:teuthology.orchestra.run.smithi088.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 220 kB/s | 77 kB 00:00 2024-05-13T21:52:59.839 INFO:teuthology.orchestra.run.smithi088.stdout:(2/2): ceph-volume-19.0.0-2565.gc3e55145.el9.no 310 kB/s | 264 kB 00:00 2024-05-13T21:52:59.840 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:52:59.840 INFO:teuthology.orchestra.run.smithi088.stdout:Total 342 kB/s | 341 kB 00:00 2024-05-13T21:52:59.853 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:52:59.863 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:52:59.863 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:52:59.898 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:52:59.898 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:53:00.008 INFO:teuthology.orchestra.run.smithi132.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-05-13T21:53:00.039 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:53:00.200 INFO:teuthology.orchestra.run.smithi132.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-05-13T21:53:00.255 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-13T21:53:00.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2/2 2024-05-13T21:53:00.317 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2/2 2024-05-13T21:53:00.317 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:53:00.317 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-13T21:53:00.317 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:00.317 INFO:teuthology.orchestra.run.smithi132.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2565.gc3e55145.e 311 kB/s | 142 kB 00:00 2024-05-13T21:53:00.501 INFO:teuthology.orchestra.run.smithi132.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 193 kB/s | 58 kB 00:00 2024-05-13T21:53:00.526 INFO:teuthology.orchestra.run.smithi132.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-05-13T21:53:00.593 INFO:teuthology.orchestra.run.smithi132.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 185 kB/s | 51 kB 00:00 2024-05-13T21:53:00.595 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:00.596 INFO:teuthology.orchestra.run.smithi132.stdout:Total 5.1 MB/s | 7.0 MB 00:01 2024-05-13T21:53:00.667 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:00.678 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:00.679 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:00.776 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:01.079 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 1/2 2024-05-13T21:53:01.094 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:01.256 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-13T21:53:01.311 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-13T21:53:01.375 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-13T21:53:01.375 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:01.375 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:53:01.375 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:53:01.375 INFO:teuthology.orchestra.run.smithi088.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-13T21:53:01.376 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:01.376 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:01.730 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados-devel 2024-05-13T21:53:01.829 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-13T21:53:01.912 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-13T21:53:02.002 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-13T21:53:02.032 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 6/6 2024-05-13T21:53:02.312 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:04 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:02.436 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 127 k 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:53:02.437 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:02.438 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 127 k 2024-05-13T21:53:02.438 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 456 k 2024-05-13T21:53:02.438 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:53:02.729 INFO:teuthology.orchestra.run.smithi088.stdout:librados-devel-19.0.0-2565.gc3e55145.el9.x86_64 435 kB/s | 127 kB 00:00 2024-05-13T21:53:02.729 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:02.729 INFO:teuthology.orchestra.run.smithi088.stdout:Total 433 kB/s | 127 kB 00:00 2024-05-13T21:53:02.730 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:53:02.735 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:53:02.735 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:53:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 6/6 2024-05-13T21:53:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 1/6 2024-05-13T21:53:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-13T21:53:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-13T21:53:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-13T21:53:02.781 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-13T21:53:02.800 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:53:02.800 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:53:02.957 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:53:03.046 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-mgr-cephadm-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:03.047 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:03.060 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:03.341 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-fuse 2024-05-13T21:53:03.552 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:03.790 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:03.791 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:03.791 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:53:03.791 INFO:teuthology.orchestra.run.smithi088.stdout: librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:03.791 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:03.791 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:03.919 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:15 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:04.039 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs2 2024-05-13T21:53:04.042 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:04.042 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:04.042 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:53:04.042 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:04.042 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-fuse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 890 k 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:Install 2 Packages 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 970 k 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 2.8 M 2024-05-13T21:53:04.043 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:04.287 INFO:teuthology.orchestra.run.smithi132.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 580 kB/s | 80 kB 00:00 2024-05-13T21:53:04.624 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:06 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:04.705 INFO:teuthology.orchestra.run.smithi088.stdout:Package libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:04.750 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:04.751 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:04.751 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:04.810 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install libcephfs-devel 2024-05-13T21:53:05.053 INFO:teuthology.orchestra.run.smithi132.stdout:(2/2): ceph-fuse-19.0.0-2565.gc3e55145.el9.x86_ 983 kB/s | 890 kB 00:00 2024-05-13T21:53:05.054 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:05.054 INFO:teuthology.orchestra.run.smithi132.stdout:Total 959 kB/s | 970 kB 00:01 2024-05-13T21:53:05.067 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:05.092 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:05.092 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:05.173 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:05.173 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:05.362 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:05.377 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:07 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:05.496 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-13T21:53:05.497 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:05.498 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:05.498 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-05-13T21:53:05.498 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:05.498 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:53:05.498 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 32 k 2024-05-13T21:53:05.498 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 32 k 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 142 k 2024-05-13T21:53:05.499 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:53:05.568 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2/2 2024-05-13T21:53:05.881 INFO:teuthology.orchestra.run.smithi088.stdout:libcephfs-devel-19.0.0-2565.gc3e55145.el9.x86_6 83 kB/s | 32 kB 00:00 2024-05-13T21:53:05.882 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:05.882 INFO:teuthology.orchestra.run.smithi088.stdout:Total 83 kB/s | 32 kB 00:00 2024-05-13T21:53:05.882 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:53:05.885 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:53:05.886 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:53:05.905 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:53:05.906 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:53:05.984 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:53:06.112 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:06.259 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2/2 2024-05-13T21:53:06.259 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/2 2024-05-13T21:53:06.466 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:06.530 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-13T21:53:06.530 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:06.530 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:06.531 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-13T21:53:06.531 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:06.531 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:06.713 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:06.713 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:06.713 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:53:06.713 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:06.713 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:06.713 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:06.799 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install ceph-volume 2024-05-13T21:53:06.898 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librados2 2024-05-13T21:53:07.383 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:19 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:07.471 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:09 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:07.512 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-volume noarch 2:19.0.0-2565.gc3e55145.el9 ceph-noarch 264 k 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-13T21:53:07.513 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:07.514 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:07.514 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:07.514 INFO:teuthology.orchestra.run.smithi132.stdout:Install 2 Packages 2024-05-13T21:53:07.514 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:07.514 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 341 k 2024-05-13T21:53:07.515 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 1.5 M 2024-05-13T21:53:07.515 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:07.551 INFO:teuthology.orchestra.run.smithi088.stdout:Package librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:07.594 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:07.595 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:07.595 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:07.661 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install librbd1 2024-05-13T21:53:07.683 INFO:teuthology.orchestra.run.smithi132.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 735 kB/s | 77 kB 00:00 2024-05-13T21:53:08.225 INFO:teuthology.orchestra.run.smithi132.stdout:(2/2): ceph-volume-19.0.0-2565.gc3e55145.el9.no 408 kB/s | 264 kB 00:00 2024-05-13T21:53:08.226 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:08.226 INFO:teuthology.orchestra.run.smithi132.stdout:Total 478 kB/s | 341 kB 00:00 2024-05-13T21:53:08.233 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:10 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:08.238 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:08.248 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:08.248 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:08.282 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:08.283 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:08.312 INFO:teuthology.orchestra.run.smithi088.stdout:Package librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:08.354 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:08.355 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:08.355 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:08.416 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rados 2024-05-13T21:53:08.424 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:08.600 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-13T21:53:08.636 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2/2 2024-05-13T21:53:08.652 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2/2 2024-05-13T21:53:08.652 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:53:08.652 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-13T21:53:08.652 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:08.993 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:10 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:09.072 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:09.113 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:09.114 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:09.114 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:09.179 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rgw 2024-05-13T21:53:09.308 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 1/2 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout: ceph-volume-2:19.0.0-2565.gc3e55145.el9.noarch 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:09.610 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:09.752 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:11 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:09.832 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:09.874 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:09.875 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:09.875 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:09.889 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librados-devel 2024-05-13T21:53:09.944 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-cephfs 2024-05-13T21:53:10.479 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:22 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:10.518 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:12 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:10.598 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:10.604 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout: librados-devel x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 127 k 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:10.605 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:10.606 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:53:10.606 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:10.606 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 127 k 2024-05-13T21:53:10.606 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 456 k 2024-05-13T21:53:10.606 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:10.639 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:10.640 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:10.640 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:10.702 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install python3-rbd 2024-05-13T21:53:10.915 INFO:teuthology.orchestra.run.smithi132.stdout:librados-devel-19.0.0-2565.gc3e55145.el9.x86_64 411 kB/s | 127 kB 00:00 2024-05-13T21:53:10.916 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:10.916 INFO:teuthology.orchestra.run.smithi132.stdout:Total 409 kB/s | 127 kB 00:00 2024-05-13T21:53:10.916 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:10.921 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:10.921 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:10.985 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:10.986 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:11.138 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:11.246 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:11.288 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:13 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:11.374 INFO:teuthology.orchestra.run.smithi088.stdout:Package python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:11.417 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:11.418 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-05-13T21:53:11.419 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:11.493 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-fuse 2024-05-13T21:53:11.669 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:11.912 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:11.913 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:11.913 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:11.913 INFO:teuthology.orchestra.run.smithi132.stdout: librados-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:11.913 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:11.913 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:12.099 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:14 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:12.149 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install libcephfs2 2024-05-13T21:53:12.225 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 85 k 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:12.226 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:53:12.227 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:12.227 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:53:12.227 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:12.227 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 85 k 2024-05-13T21:53:12.227 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 231 k 2024-05-13T21:53:12.227 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:53:12.543 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-fuse-19.0.0-2565.gc3e55145.el9.x86_64.rpm 270 kB/s | 85 kB 00:00 2024-05-13T21:53:12.544 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:12.544 INFO:teuthology.orchestra.run.smithi088.stdout:Total 268 kB/s | 85 kB 00:00 2024-05-13T21:53:12.544 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:53:12.552 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:53:12.552 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:53:12.617 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:53:12.617 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:53:12.732 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:24 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:12.764 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:53:12.812 INFO:teuthology.orchestra.run.smithi132.stdout:Package libcephfs2-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:12.854 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:12.855 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:12.855 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:12.857 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:12.919 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install libcephfs-devel 2024-05-13T21:53:13.311 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:13.489 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:25 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:13.574 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:13.574 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:13.574 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:53:13.574 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:13.574 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:13.575 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:13.610 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs-devel x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 32 k 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:13.611 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:53:13.612 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:13.612 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 32 k 2024-05-13T21:53:13.612 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 142 k 2024-05-13T21:53:13.612 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:13.862 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-mirror 2024-05-13T21:53:13.868 INFO:teuthology.orchestra.run.smithi132.stdout:libcephfs-devel-19.0.0-2565.gc3e55145.el9.x86_6 124 kB/s | 32 kB 00:00 2024-05-13T21:53:13.869 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:13.869 INFO:teuthology.orchestra.run.smithi132.stdout:Total 123 kB/s | 32 kB 00:00 2024-05-13T21:53:13.869 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:13.873 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:13.873 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:13.887 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:13.887 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:13.972 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:14.084 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:14.443 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:16 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:14.472 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:14.568 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repo Size 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.1 M 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:53:14.569 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:14.570 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 3.1 M 2024-05-13T21:53:14.570 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 13 M 2024-05-13T21:53:14.570 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:53:14.686 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:14.686 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:14.686 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:14.687 INFO:teuthology.orchestra.run.smithi132.stdout: libcephfs-devel-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:14.687 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:14.687 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:14.867 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librados2 2024-05-13T21:53:15.024 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-mirror-19.0.0-2565.gc3e55145.el9.x86_64.rpm 6.8 MB/s | 3.1 MB 00:00 2024-05-13T21:53:15.025 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:15.025 INFO:teuthology.orchestra.run.smithi088.stdout:Total 6.8 MB/s | 3.1 MB 00:00 2024-05-13T21:53:15.026 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:53:15.034 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:53:15.035 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:53:15.115 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:53:15.115 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:53:15.434 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:27 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:15.515 INFO:teuthology.orchestra.run.smithi132.stdout:Package librados2-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:15.547 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:53:15.557 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:15.558 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:15.558 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:15.608 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:15.618 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install librbd1 2024-05-13T21:53:15.633 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:15.633 INFO:teuthology.orchestra.run.smithi088.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:53:15.633 INFO:teuthology.orchestra.run.smithi088.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-13T21:53:15.633 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-13T21:53:15.633 INFO:teuthology.orchestra.run.smithi088.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-13T21:53:15.633 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:16.189 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:28 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:16.270 INFO:teuthology.orchestra.run.smithi132.stdout:Package librbd1-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:16.311 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:16.312 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:16.312 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:16.375 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rados 2024-05-13T21:53:16.679 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:16.679 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:16.679 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:53:16.679 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:16.680 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:16.680 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:16.919 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install rbd-nbd 2024-05-13T21:53:16.946 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:28 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:17.026 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rados-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:17.068 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:17.069 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:17.069 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:17.137 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rgw 2024-05-13T21:53:17.512 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:19 ago on Mon 13 May 2024 09:50:58 PM UTC. 2024-05-13T21:53:17.634 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-05-13T21:53:17.634 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 171 k 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:Install 1 Package 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 171 k 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 494 k 2024-05-13T21:53:17.635 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-05-13T21:53:17.710 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:29 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:17.790 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rgw-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:17.831 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:17.832 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:17.832 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:17.895 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-cephfs 2024-05-13T21:53:18.256 INFO:teuthology.orchestra.run.smithi088.stdout:rbd-nbd-19.0.0-2565.gc3e55145.el9.x86_64.rpm 275 kB/s | 171 kB 00:00 2024-05-13T21:53:18.257 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:18.257 INFO:teuthology.orchestra.run.smithi088.stdout:Total 274 kB/s | 171 kB 00:00 2024-05-13T21:53:18.257 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-05-13T21:53:18.265 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-05-13T21:53:18.265 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-05-13T21:53:18.329 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-05-13T21:53:18.329 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-05-13T21:53:18.467 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:30 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:18.480 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-05-13T21:53:18.546 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-cephfs-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:18.578 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:18.588 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:18.589 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:18.589 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:18.658 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install python3-rbd 2024-05-13T21:53:18.976 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:19.223 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:19.223 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:19.224 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-05-13T21:53:19.224 INFO:teuthology.orchestra.run.smithi088.stdout: rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:19.224 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:53:19.224 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-05-13T21:53:19.230 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:31 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:19.311 INFO:teuthology.orchestra.run.smithi132.stdout:Package python3-rbd-2:19.0.0-2565.gc3e55145.el9.x86_64 is already installed. 2024-05-13T21:53:19.354 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:19.355 INFO:teuthology.orchestra.run.smithi132.stdout:Nothing to do. 2024-05-13T21:53:19.355 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:19.420 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-fuse 2024-05-13T21:53:19.492 DEBUG:teuthology.parallel:result is None 2024-05-13T21:53:19.993 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:31 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:20.114 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:20.115 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:20.115 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-05-13T21:53:20.115 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:20.115 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:20.115 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-fuse x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 85 k 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 85 k 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 231 k 2024-05-13T21:53:20.116 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:20.447 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-fuse-19.0.0-2565.gc3e55145.el9.x86_64.rpm 258 kB/s | 85 kB 00:00 2024-05-13T21:53:20.447 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:20.447 INFO:teuthology.orchestra.run.smithi132.stdout:Total 256 kB/s | 85 kB 00:00 2024-05-13T21:53:20.448 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:20.455 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:20.455 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:20.519 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:20.520 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:20.665 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:20.771 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:21.163 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:21.439 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:21.439 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:21.439 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:21.439 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-fuse-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:21.439 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:21.439 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:21.633 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-mirror 2024-05-13T21:53:22.230 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:34 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:22.354 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repo Size 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-mirror x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 3.1 M 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 3.1 M 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 13 M 2024-05-13T21:53:22.355 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:23.087 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-mirror-19.0.0-2565.gc3e55145.el9.x86_64.rpm 4.2 MB/s | 3.1 MB 00:00 2024-05-13T21:53:23.088 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:23.088 INFO:teuthology.orchestra.run.smithi132.stdout:Total 4.2 MB/s | 3.1 MB 00:00 2024-05-13T21:53:23.089 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:23.098 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:23.098 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:23.179 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:23.179 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:23.613 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:23.681 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:23.707 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:23.707 INFO:teuthology.orchestra.run.smithi132.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-13T21:53:23.707 INFO:teuthology.orchestra.run.smithi132.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-13T21:53:23.707 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-13T21:53:23.707 INFO:teuthology.orchestra.run.smithi132.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-13T21:53:23.707 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:24.745 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:24.746 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:24.746 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:24.746 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-mirror-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:24.746 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:24.746 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:24.967 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum -y install rbd-nbd 2024-05-13T21:53:25.554 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:02:37 ago on Mon 13 May 2024 09:50:48 PM UTC. 2024-05-13T21:53:25.683 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-nbd x86_64 2:19.0.0-2565.gc3e55145.el9 ceph 171 k 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:Install 1 Package 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:25.684 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 171 k 2024-05-13T21:53:25.685 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 494 k 2024-05-13T21:53:25.685 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-05-13T21:53:25.903 INFO:teuthology.orchestra.run.smithi132.stdout:rbd-nbd-19.0.0-2565.gc3e55145.el9.x86_64.rpm 785 kB/s | 171 kB 00:00 2024-05-13T21:53:25.903 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:53:25.903 INFO:teuthology.orchestra.run.smithi132.stdout:Total 779 kB/s | 171 kB 00:00 2024-05-13T21:53:25.903 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-05-13T21:53:25.911 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-05-13T21:53:25.911 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-05-13T21:53:25.974 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-05-13T21:53:25.975 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-05-13T21:53:26.132 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-05-13T21:53:26.233 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:26.687 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:26.950 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 1/1 2024-05-13T21:53:26.951 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:26.951 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-05-13T21:53:26.951 INFO:teuthology.orchestra.run.smithi132.stdout: rbd-nbd-2:19.0.0-2565.gc3e55145.el9.x86_64 2024-05-13T21:53:26.951 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:53:26.951 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-05-13T21:53:27.176 DEBUG:teuthology.parallel:result is None 2024-05-13T21:53:27.177 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:53:27.397 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-13T21:53:27.423 INFO:teuthology.orchestra.run.smithi088.stdout:19.0.0-2565.gc3e55145.el9 2024-05-13T21:53:27.424 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2565.gc3e55145.el9 2024-05-13T21:53:27.424 INFO:teuthology.task.install:The correct ceph version 19.0.0-2565.gc3e55145 is installed. 2024-05-13T21:53:27.426 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:53:27.560 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-13T21:53:27.585 INFO:teuthology.orchestra.run.smithi112.stdout:19.0.0-2565.gc3e55145.el9 2024-05-13T21:53:27.585 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2565.gc3e55145.el9 2024-05-13T21:53:27.586 INFO:teuthology.task.install:The correct ceph version 19.0.0-2565.gc3e55145 is installed. 2024-05-13T21:53:27.587 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:53:27.803 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-13T21:53:27.824 INFO:teuthology.orchestra.run.smithi132.stdout:19.0.0-2565.gc3e55145.el9 2024-05-13T21:53:27.824 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2565.gc3e55145.el9 2024-05-13T21:53:27.825 INFO:teuthology.task.install:The correct ceph version 19.0.0-2565.gc3e55145 is installed. 2024-05-13T21:53:27.826 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-13T21:53:27.826 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:53:27.827 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-13T21:53:27.857 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:53:27.857 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-13T21:53:27.887 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:53:27.887 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-13T21:53:27.913 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-13T21:53:27.913 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:53:27.913 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/daemon-helper 2024-05-13T21:53:27.942 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-13T21:53:28.010 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:53:28.010 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/daemon-helper 2024-05-13T21:53:28.040 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-13T21:53:28.107 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:53:28.107 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/daemon-helper 2024-05-13T21:53:28.132 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-13T21:53:28.196 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-13T21:53:28.196 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:53:28.196 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-13T21:53:28.225 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-13T21:53:28.292 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:53:28.292 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-13T21:53:28.317 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-13T21:53:28.381 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:53:28.381 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-13T21:53:28.405 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-13T21:53:28.470 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-13T21:53:28.470 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:53:28.471 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/usr/bin/stdin-killer 2024-05-13T21:53:28.500 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-13T21:53:28.568 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:53:28.569 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/stdin-killer 2024-05-13T21:53:28.593 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-13T21:53:28.658 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:53:28.658 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/usr/bin/stdin-killer 2024-05-13T21:53:28.683 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-13T21:53:28.747 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-13T21:53:28.844 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d'} 2024-05-13T21:53:28.844 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:53:28.844 INFO:tasks.cephadm:Cluster fsid is 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:53:28.844 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-13T21:53:28.845 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.88', 'mon.b': '172.21.15.112', 'mon.c': '172.21.15.132'} 2024-05-13T21:53:28.845 INFO:tasks.cephadm:First mon is mon.a on smithi088 2024-05-13T21:53:28.845 INFO:tasks.cephadm:First mgr is a 2024-05-13T21:53:28.845 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-13T21:53:28.845 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-05-13T21:53:28.876 DEBUG:teuthology.orchestra.run.smithi112:> sudo hostname $(hostname -s) 2024-05-13T21:53:28.901 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2024-05-13T21:53:28.926 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-13T21:53:28.926 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:53:29.180 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c3e55145f4f4b3a500bb66ee08c938a215bc231d', '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/55140/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2565-gc3e55145', 'node_name': '172.21.5.36+adami06', '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-2565.gc3e55145'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-13 17:39:34.721604', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-05-13T21:53:29.318 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 c3e55145f4f4b3a500bb66ee08c938a215bc231d from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:53:29.319 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/x86_64/flavors/default/cephadm 2024-05-13T21:53:29.319 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:30.268 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-r--r--. 1 ubuntu ubuntu 781944 May 13 21:53 /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:30.269 DEBUG:teuthology.orchestra.run.smithi112:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.044 INFO:teuthology.orchestra.run.smithi112.stdout:-rw-r--r--. 1 ubuntu ubuntu 781944 May 13 21:53 /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.044 DEBUG:teuthology.orchestra.run.smithi132:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c3e55145f4f4b3a500bb66ee08c938a215bc231d/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.690 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-r--r--. 1 ubuntu ubuntu 781944 May 13 21:53 /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.690 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.710 DEBUG:teuthology.orchestra.run.smithi112:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.730 DEBUG:teuthology.orchestra.run.smithi132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-13T21:53:31.761 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d on all hosts... 2024-05-13T21:53:31.761 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d pull 2024-05-13T21:53:31.763 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d pull 2024-05-13T21:53:31.773 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d pull 2024-05-13T21:53:32.594 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d... 2024-05-13T21:53:32.651 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d... 2024-05-13T21:53:32.770 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d... 2024-05-13T21:54:38.698 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-05-13T21:54:38.699 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph_version": "ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev)", 2024-05-13T21:54:38.699 INFO:teuthology.orchestra.run.smithi132.stdout: "image_id": "b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b", 2024-05-13T21:54:38.699 INFO:teuthology.orchestra.run.smithi132.stdout: "repo_digests": [ 2024-05-13T21:54:38.699 INFO:teuthology.orchestra.run.smithi132.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64" 2024-05-13T21:54:38.699 INFO:teuthology.orchestra.run.smithi132.stdout: ] 2024-05-13T21:54:38.699 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-05-13T21:54:40.443 INFO:teuthology.orchestra.run.smithi112.stdout:{ 2024-05-13T21:54:40.443 INFO:teuthology.orchestra.run.smithi112.stdout: "ceph_version": "ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev)", 2024-05-13T21:54:40.444 INFO:teuthology.orchestra.run.smithi112.stdout: "image_id": "b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b", 2024-05-13T21:54:40.444 INFO:teuthology.orchestra.run.smithi112.stdout: "repo_digests": [ 2024-05-13T21:54:40.444 INFO:teuthology.orchestra.run.smithi112.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64" 2024-05-13T21:54:40.444 INFO:teuthology.orchestra.run.smithi112.stdout: ] 2024-05-13T21:54:40.444 INFO:teuthology.orchestra.run.smithi112.stdout:} 2024-05-13T21:56:07.379 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-05-13T21:56:07.380 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev)", 2024-05-13T21:56:07.380 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b", 2024-05-13T21:56:07.380 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2024-05-13T21:56:07.380 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64" 2024-05-13T21:56:07.380 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2024-05-13T21:56:07.380 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-05-13T21:56:07.405 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-05-13T21:56:07.446 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /etc/ceph 2024-05-13T21:56:07.478 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2024-05-13T21:56:07.513 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-05-13T21:56:07.538 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 777 /etc/ceph 2024-05-13T21:56:07.568 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2024-05-13T21:56:07.597 INFO:tasks.cephadm:Writing seed config... 2024-05-13T21:56:07.598 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-13T21:56:07.598 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-13T21:56:07.599 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-13T21:56:07.600 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:56:07.600 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-13T21:56:07.615 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 = 3b789ffa-1173-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 = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-13T21:56:07.616 DEBUG:teuthology.orchestra.run.smithi088:mon.a> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a.service 2024-05-13T21:56:07.658 DEBUG:teuthology.orchestra.run.smithi088:mgr.a> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service 2024-05-13T21:56:07.701 INFO:tasks.cephadm:Bootstrapping... 2024-05-13T21:56:07.701 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d -v bootstrap --fsid 3b789ffa-1173-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.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-13T21:56:07.890 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-05-13T21:56:07.890 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d', '-v', 'bootstrap', '--fsid', '3b789ffa-1173-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.88', '--skip-admin-label'] 2024-05-13T21:56:07.891 INFO:teuthology.orchestra.run.smithi088.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-13T21:56:07.891 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying podman|docker is present... 2024-05-13T21:56:07.916 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 5.0.2 2024-05-13T21:56:07.917 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying lvm2 is present... 2024-05-13T21:56:07.917 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying time synchronization is in place... 2024-05-13T21:56:07.924 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-13T21:56:07.924 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-13T21:56:07.931 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-13T21:56:07.931 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-05-13T21:56:07.937 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2024-05-13T21:56:07.944 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2024-05-13T21:56:07.944 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2024-05-13T21:56:07.945 INFO:teuthology.orchestra.run.smithi088.stdout:Repeating the final host check... 2024-05-13T21:56:07.968 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 5.0.2 2024-05-13T21:56:07.968 INFO:teuthology.orchestra.run.smithi088.stdout:podman (/bin/podman) version 5.0.2 is present 2024-05-13T21:56:07.968 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl is present 2024-05-13T21:56:07.968 INFO:teuthology.orchestra.run.smithi088.stdout:lvcreate is present 2024-05-13T21:56:07.975 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-13T21:56:07.975 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-13T21:56:07.981 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-13T21:56:07.981 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-05-13T21:56:07.987 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2024-05-13T21:56:07.995 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2024-05-13T21:56:07.995 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2024-05-13T21:56:07.995 INFO:teuthology.orchestra.run.smithi088.stdout:Host looks OK 2024-05-13T21:56:07.995 INFO:teuthology.orchestra.run.smithi088.stdout:Cluster fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:07.995 INFO:teuthology.orchestra.run.smithi088.stdout:Acquiring lock 140284518987136 on /run/cephadm/3b789ffa-1173-11ef-bc98-c7b262605968.lock 2024-05-13T21:56:07.996 INFO:teuthology.orchestra.run.smithi088.stdout:Lock 140284518987136 acquired on /run/cephadm/3b789ffa-1173-11ef-bc98-c7b262605968.lock 2024-05-13T21:56:07.996 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 3300 ... 2024-05-13T21:56:07.996 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 6789 ... 2024-05-13T21:56:07.996 INFO:teuthology.orchestra.run.smithi088.stdout:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-05-13T21:56:07.998 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.88 metric 100 2024-05-13T21:56:07.998 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2024-05-13T21:56:08.001 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-13T21:56:08.001 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-05-13T21:56:08.001 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1766sec hoplimit 64 pref medium 2024-05-13T21:56:08.003 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-13T21:56:08.004 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-13T21:56:08.004 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-13T21:56:08.004 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-05-13T21:56:08.004 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d42d/64 scope link 2024-05-13T21:56:08.004 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-13T21:56:08.005 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-05-13T21:56:08.005 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-05-13T21:56:08.005 INFO:teuthology.orchestra.run.smithi088.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-13T21:56:08.005 INFO:teuthology.orchestra.run.smithi088.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-13T21:56:08.005 INFO:teuthology.orchestra.run.smithi088.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d... 2024-05-13T21:56:08.481 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b 2024-05-13T21:56:08.481 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d... 2024-05-13T21:56:08.481 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Getting image source signatures 2024-05-13T21:56:08.482 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:168ee38fc5241b4ce9af63d2f990864935158f8fecdfc4c753c01e4369437652 2024-05-13T21:56:08.482 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:bf5b95bd68251da39c6cd2eb96c6ba4138bb37a62bdc39287908b25e92047d7e 2024-05-13T21:56:08.482 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying config sha256:b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b 2024-05-13T21:56:08.482 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-13T21:56:09.427 INFO:teuthology.orchestra.run.smithi088.stdout:ceph: stdout ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev) 2024-05-13T21:56:09.427 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph version: ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev) 2024-05-13T21:56:09.427 INFO:teuthology.orchestra.run.smithi088.stdout:Extracting ceph user uid/gid from container image... 2024-05-13T21:56:10.333 INFO:teuthology.orchestra.run.smithi088.stdout:stat: stdout 167 167 2024-05-13T21:56:10.333 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial keys... 2024-05-13T21:56:11.163 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQB6jEJmn0CEJBAAXmXmUq04ITGzjey27VPjEg== 2024-05-13T21:56:12.078 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQB7jEJmS5tpHRAAkwMEwSDOwh2FZi7niyDGaQ== 2024-05-13T21:56:12.941 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQB8jEJmht7KGBAAvYElt5gCLmQbC4nFpO1NTg== 2024-05-13T21:56:12.942 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial monmap... 2024-05-13T21:56:13.822 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-13T21:56:13.822 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-13T21:56:13.822 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:13.822 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-13T21:56:13.823 INFO:teuthology.orchestra.run.smithi088.stdout:monmaptool for a [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-13T21:56:13.823 INFO:teuthology.orchestra.run.smithi088.stdout:setting min_mon_release = quincy 2024-05-13T21:56:13.823 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: set fsid to 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:13.823 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-13T21:56:13.823 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:56:13.823 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mon... 2024-05-13T21:56:14.820 INFO:teuthology.orchestra.run.smithi088.stdout:create mon.a on 2024-05-13T21:56:15.031 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-13T21:56:15.184 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-13T21:56:15.386 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3b789ffa-1173-11ef-bc98-c7b262605968.target → /etc/systemd/system/ceph-3b789ffa-1173-11ef-bc98-c7b262605968.target. 2024-05-13T21:56:15.386 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3b789ffa-1173-11ef-bc98-c7b262605968.target → /etc/systemd/system/ceph-3b789ffa-1173-11ef-bc98-c7b262605968.target. 2024-05-13T21:56:15.621 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a 2024-05-13T21:56:15.622 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a.service: Unit ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a.service not loaded. 2024-05-13T21:56:15.785 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3b789ffa-1173-11ef-bc98-c7b262605968.target.wants/ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a.service → /etc/systemd/system/ceph-3b789ffa-1173-11ef-bc98-c7b262605968@.service. 2024-05-13T21:56:16.320 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T21:56:16.321 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-05-13T21:56:16.329 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T21:56:16.329 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-05-13T21:56:16.329 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-05-13T21:56:16.329 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2024-05-13T21:56:16.329 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon to start... 2024-05-13T21:56:16.330 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon... 2024-05-13T21:56:16.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:16 smithi088 systemd[1]: Started Ceph mon.a for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T21:56:17.411 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-13T21:56:17.411 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: monmap epoch 1 2024-05-13T21:56:17.411 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:17.411 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: last_changed 2024-05-13T21:56:13.270086+0000 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: min_mon_release 19 (squid) 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: election_strategy: 1 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: fsmap 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: osdmap e1: 0 total, 0 up, 0 in 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: mgrmap e1: no daemons active 2024-05-13T21:56:17.412 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:17 smithi088 ceph-mon[28805]: from='client.? 172.21.15.88:0/654487723' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-13T21:56:17.415 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout cluster: 2024-05-13T21:56:17.415 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout id: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:17.415 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-13T21:56:17.415 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:17.415 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout services: 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.54085s) 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout data: 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pgs: 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:mon is available 2024-05-13T21:56:17.416 INFO:teuthology.orchestra.run.smithi088.stdout:Assimilating anything we can from ceph.conf... 2024-05-13T21:56:18.475 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:18 smithi088 ceph-mon[28805]: from='client.? 172.21.15.88:0/4243138972' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-13T21:56:18.475 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:18 smithi088 ceph-mon[28805]: from='client.? 172.21.15.88:0/4243138972' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-13T21:56:18.479 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-13T21:56:18.480 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-13T21:56:18.481 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:18.481 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2024-05-13T21:56:18.481 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-13T21:56:18.481 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-13T21:56:18.481 INFO:teuthology.orchestra.run.smithi088.stdout:Generating new minimal ceph.conf... 2024-05-13T21:56:19.417 INFO:teuthology.orchestra.run.smithi088.stdout:Restarting the monitor... 2024-05-13T21:56:19.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:19 smithi088 ceph-mon[28805]: from='client.? 172.21.15.88:0/1374098019' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:56:19.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:19 smithi088 systemd[1]: Stopping Ceph mon.a for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T21:56:20.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:19 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a[28801]: 2024-05-13T21:56:19.704+0000 7f430eca2700 -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-13T21:56:20.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:19 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a[28801]: 2024-05-13T21:56:19.704+0000 7f430eca2700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-13T21:56:20.005 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:19 smithi088 podman[29054]: 2024-05-13 21:56:19.736167182 +0000 UTC m=+0.150900618 container died 9b6dad3657127c50e497483423e45b4e8049e5dc6cfdc1ce149fd682e456e9fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-05-13T21:56:20.301 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 podman[29054]: 2024-05-13 21:56:20.096285233 +0000 UTC m=+0.511018662 container cleanup 9b6dad3657127c50e497483423e45b4e8049e5dc6cfdc1ce149fd682e456e9fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, RELEASE=squid-c3e5514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, org.label-schema.build-date=20240507) 2024-05-13T21:56:20.301 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 bash[29054]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a 2024-05-13T21:56:20.641 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 podman[29066]: 2024-05-13 21:56:20.305349392 +0000 UTC m=+0.572146539 container remove 9b6dad3657127c50e497483423e45b4e8049e5dc6cfdc1ce149fd682e456e9fe (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514) 2024-05-13T21:56:20.641 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-13T21:56:20.641 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 systemd[1]: Stopped Ceph mon.a for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T21:56:20.641 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 systemd[1]: Starting Ceph mon.a for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T21:56:20.904 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 podman[29160]: 2024-05-13 21:56:20.547876324 +0000 UTC m=+0.016705380 image pull b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:56:20.904 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 podman[29160]: 2024-05-13 21:56:20.64769996 +0000 UTC m=+0.116529016 container create f503999b05064bf042df6a9d340aa11dd54f976f775674172964ab2069dd1761 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=squid-c3e5514, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-13T21:56:20.904 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 podman[29160]: 2024-05-13 21:56:20.833355781 +0000 UTC m=+0.302184827 container init f503999b05064bf042df6a9d340aa11dd54f976f775674172964ab2069dd1761 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=squid-c3e5514, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 podman[29160]: 2024-05-13 21:56:20.836515939 +0000 UTC m=+0.305344985 container start f503999b05064bf042df6a9d340aa11dd54f976f775674172964ab2069dd1761 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=squid-c3e5514, org.label-schema.build-date=20240507, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, org.label-schema.vendor=CentOS) 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: set uid:gid to 167:167 (ceph:ceph) 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev), process ceph-mon, pid 2 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: pidfile_write: ignore empty --pid-file 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: load: jerasure load: lrc 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: RocksDB version: 7.9.2 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Git sha 0 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Compile date 2024-05-13 16:38:45 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: DB SUMMARY 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: DB Session ID: 1WL1F4UU9TGMEJPDDR59 2024-05-13T21:56:20.905 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: CURRENT file: CURRENT 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: IDENTITY file: IDENTITY 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88767 ; 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.error_if_exists: 0 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.create_if_missing: 0 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.paranoid_checks: 1 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.env: 0x556b1519ac60 2024-05-13T21:56:20.906 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.fs: PosixFileSystem 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.info_log: 0x556b160b3ac0 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_file_opening_threads: 16 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.statistics: (nil) 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.use_fsync: 0 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_log_file_size: 0 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.keep_log_file_num: 1000 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.recycle_log_file_num: 0 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.allow_fallocate: 1 2024-05-13T21:56:20.907 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.allow_mmap_reads: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.allow_mmap_writes: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.use_direct_reads: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.create_missing_column_families: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.db_log_dir: 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.wal_dir: 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-13T21:56:20.908 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.advise_random_on_open: 1 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.db_write_buffer_size: 0 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.write_buffer_manager: 0x556b160861e0 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.rate_limiter: (nil) 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-13T21:56:20.909 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.wal_recovery_mode: 2 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.enable_thread_tracking: 0 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.enable_pipelined_write: 0 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.unordered_write: 0 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.row_cache: None 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.wal_filter: None 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.allow_ingest_behind: 0 2024-05-13T21:56:20.911 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.two_write_queues: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.manual_wal_flush: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.wal_compression: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.atomic_flush: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.log_readahead_size: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.best_efforts_recovery: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.allow_data_in_errors: 0 2024-05-13T21:56:20.912 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.db_host_id: __hostname__ 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_background_jobs: 2 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_background_compactions: -1 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_subcompactions: 1 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_total_wal_size: 0 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-13T21:56:20.913 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_open_files: -1 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bytes_per_sync: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_readahead_size: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_background_flushes: -1 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Compression algorithms supported: 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kZSTD supported: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kXpressCompression supported: 0 2024-05-13T21:56:20.914 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kLZ4HCCompression supported: 1 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kZlibCompression supported: 1 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kSnappyCompression supported: 1 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kLZ4Compression supported: 1 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: kBZip2Compression supported: 0 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.merge_operator: 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_filter: None 2024-05-13T21:56:20.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_filter_factory: None 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.sst_partitioner_factory: None 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556b160b3bc0) 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: cache_index_and_filter_blocks: 1 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: pin_top_level_index_and_filter: 1 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_type: 0 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: data_block_index_type: 0 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_shortening: 1 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: checksum: 4 2024-05-13T21:56:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout: no_block_cache: 0 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache: 0x556b160b7090 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_name: BinnedLRUCache 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_options: 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: capacity : 536870912 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: num_shard_bits : 4 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: strict_capacity_limit : 0 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: high_pri_pool_ratio: 0.000 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_cache_compressed: (nil) 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: persistent_cache: (nil) 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_size: 4096 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_size_deviation: 10 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_restart_interval: 16 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: index_block_restart_interval: 1 2024-05-13T21:56:20.917 INFO:journalctl@ceph.mon.a.smithi088.stdout: metadata_block_size: 4096 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: partition_filters: 0 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: use_delta_encoding: 1 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: filter_policy: bloomfilter 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: whole_key_filtering: 1 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: verify_compression: 0 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: read_amp_bytes_per_bit: 0 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: format_version: 5 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: enable_index_compression: 1 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: block_align: 0 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: max_auto_readahead_size: 262144 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: prepopulate_block_cache: 0 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: initial_auto_readahead_size: 8192 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout: num_file_reads_for_auto_readahead: 2 2024-05-13T21:56:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.write_buffer_size: 33554432 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_write_buffer_number: 2 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression: NoCompression 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression: Disabled 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.prefix_extractor: nullptr 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.num_levels: 7 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-13T21:56:20.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.level: 32767 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.strategy: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.enabled: false 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-13T21:56:20.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.target_file_size_base: 67108864 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-13T21:56:20.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.arena_block_size: 1048576 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.disable_auto_compactions: 0 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-13T21:56:20.922 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.table_properties_collectors: 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.inplace_update_support: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.bloom_locality: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.max_successive_merges: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.paranoid_file_checks: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.force_consistency_checks: 1 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.report_bg_io_stats: 0 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.ttl: 2592000 2024-05-13T21:56:20.923 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.enable_blob_files: false 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.min_blob_size: 0 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.blob_file_size: 268435456 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.blob_file_starting_level: 0 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-13T21:56:20.924 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: 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-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2beb2ee1-6c88-484e-a8dc-4b17802881cb 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715637380865652, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715637380866519, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85358, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83531, "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": 77738, "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": 1715637380, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2beb2ee1-6c88-484e-a8dc-4b17802881cb", "db_session_id": "1WL1F4UU9TGMEJPDDR59", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715637380866598, "job": 1, "event": "recovery_finished"} 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: 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-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556b161a8000 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: DB pointer 0x556b16192000 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** DB Stats ** 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T21:56:20.925 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** Compaction Stats [default] ** 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: L0 2/0 85.19 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: Sum 2/0 85.19 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.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 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-05-13T21:56:20.926 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** Compaction Stats [default] ** 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.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 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-13T21:56:20.927 INFO:journalctl@ceph.mon.a.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: Cumulative compaction: 0.00 GB write, 28.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: Interval compaction: 0.00 GB write, 28.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: Block cache BinnedLRUCache@0x556b160b7090#2 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-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: starting mon.a rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???) e1 preinit fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).mds e1 new map 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).mds e1 print_map 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: e1 2024-05-13T21:56:20.928 INFO:journalctl@ceph.mon.a.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.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-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout: legacy client fscid: -1 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout: 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout: No filesystems configured 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 bash[29160]: f503999b05064bf042df6a9d340aa11dd54f976f775674172964ab2069dd1761 2024-05-13T21:56:20.929 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 systemd[1]: Started Ceph mon.a for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T21:56:20.929 INFO:teuthology.orchestra.run.smithi088.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: monmap epoch 1 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: last_changed 2024-05-13T21:56:13.270086+0000 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: min_mon_release 19 (squid) 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: election_strategy: 1 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:56:21.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: fsmap 2024-05-13T21:56:21.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: osdmap e1: 0 total, 0 up, 0 in 2024-05-13T21:56:21.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:20 smithi088 ceph-mon[29179]: mgrmap e1: no daemons active 2024-05-13T21:56:22.672 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:22 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2366320110' entity='client.admin' 2024-05-13T21:56:24.679 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-13T21:56:24.861 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-13T21:56:24.861 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mgr... 2024-05-13T21:56:24.862 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-13T21:56:24.862 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-13T21:56:25.654 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a 2024-05-13T21:56:25.655 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service: Unit ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service not loaded. 2024-05-13T21:56:25.893 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3b789ffa-1173-11ef-bc98-c7b262605968.target.wants/ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-3b789ffa-1173-11ef-bc98-c7b262605968@.service. 2024-05-13T21:56:26.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:26 smithi088 podman[29397]: 2024-05-13 21:56:26.037032268 +0000 UTC m=+0.017123353 image pull b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d 2024-05-13T21:56:27.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:27 smithi088 podman[29397]: 2024-05-13 21:56:27.210593138 +0000 UTC m=+1.190684219 container create 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-13T21:56:29.323 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:28 smithi088 podman[29397]: 2024-05-13 21:56:28.98225274 +0000 UTC m=+2.962343827 container init 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240507, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-05-13T21:56:29.323 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:28 smithi088 podman[29397]: 2024-05-13 21:56:28.98571951 +0000 UTC m=+2.965810591 container start 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507) 2024-05-13T21:56:29.323 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:29.142+0000 7fcc7e5f2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T21:56:29.323 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:29.326+0000 7fcc7e5f2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:56:29.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:29.429+0000 7fcc7e5f2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T21:56:29.858 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T21:56:29.859 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-05-13T21:56:29.866 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T21:56:29.866 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-05-13T21:56:29.866 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-05-13T21:56:29.866 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2024-05-13T21:56:29.874 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T21:56:29.875 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-05-13T21:56:29.882 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T21:56:29.882 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-05-13T21:56:29.882 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-05-13T21:56:29.882 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-13T21:56:29.882 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr to start... 2024-05-13T21:56:29.882 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr... 2024-05-13T21:56:30.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:29.737+0000 7fcc7e5f2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T21:56:30.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:29.821+0000 7fcc7e5f2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T21:56:30.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 bash[29397]: 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 2024-05-13T21:56:30.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:29 smithi088 systemd[1]: Started Ceph mgr.a for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T21:56:31.384 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1911845217' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-13T21:56:31.384 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:31.033+0000 7fcc7e5f2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T21:56:31.384 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:31.218+0000 7fcc7e5f2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T21:56:31.384 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:31.387+0000 7fcc7e5f2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T21:56:31.689 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:31.689 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:56:31.689 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "3b789ffa-1173-11ef-bc98-c7b262605968", 2024-05-13T21:56:31.689 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2024-05-13T21:56:31.689 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-13T21:56:31.689 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:31.690 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-13T21:56:31.691 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-13T21:56:31.695 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.695 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-13T21:56:31.695 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-13T21:56:31.695 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-13T21:56:31.695 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-13T21:56:31.695 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-13T21:56:31.696 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2024-05-13T21:56:16.294989+0000", 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-13T21:56:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:56:31.698 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (1/15)... 2024-05-13T21:56:31.969 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:31.679+0000 7fcc7e5f2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T21:56:31.969 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:31.773+0000 7fcc7e5f2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T21:56:31.969 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:31 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:31.973+0000 7fcc7e5f2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T21:56:32.421 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:32 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:32.164+0000 7fcc7e5f2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:56:33.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:32 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:32.760+0000 7fcc7e5f2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T21:56:33.470 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:33 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:33.176+0000 7fcc7e5f2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T21:56:33.470 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:33 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:33.272+0000 7fcc7e5f2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T21:56:33.470 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:33 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:33.473+0000 7fcc7e5f2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T21:56:34.095 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:34.018+0000 7fcc7e5f2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T21:56:34.358 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/749318250' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-13T21:56:34.358 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:34.115+0000 7fcc7e5f2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T21:56:34.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:34.361+0000 7fcc7e5f2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T21:56:34.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:34.500+0000 7fcc7e5f2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T21:56:34.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:34.594+0000 7fcc7e5f2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "3b789ffa-1173-11ef-bc98-c7b262605968", 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-13T21:56:34.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:34.712 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-13T21:56:34.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-13T21:56:34.718 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:34.719 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2024-05-13T21:56:16.294989+0000", 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:56:34.720 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (2/15)... 2024-05-13T21:56:35.004 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:34 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:34.711+0000 7fcc7e5f2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T21:56:35.004 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:35.008+0000 7fcc7e5f2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T21:56:35.861 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:35.595+0000 7fcc7e5f2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T21:56:35.861 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:35.810+0000 7fcc7e5f2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T21:56:36.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: Activating manager daemon a 2024-05-13T21:56:36.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: mgrmap e2: a(active, starting, since 0.00285886s) 2024-05-13T21:56:36.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: Manager daemon a is now available 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' 2024-05-13T21:56:36.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:35 smithi088 ceph-mon[29179]: from='mgr.14100 172.21.15.88:0/2055551401' entity='mgr.a' 2024-05-13T21:56:37.957 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:37 smithi088 ceph-mon[29179]: mgrmap e3: a(active, since 1.00645s) 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "3b789ffa-1173-11ef-bc98-c7b262605968", 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-13T21:56:38.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "a" 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 17, 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:38.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-13T21:56:38.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-13T21:56:38.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-13T21:56:38.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-13T21:56:38.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-13T21:56:38.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-13T21:56:38.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-13T21:56:38.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-13T21:56:38.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-13T21:56:38.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-13T21:56:38.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2024-05-13T21:56:16.294989+0000", 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2024-05-13T21:56:38.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-13T21:56:38.568 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:56:38.568 INFO:teuthology.orchestra.run.smithi088.stdout:mgr is available 2024-05-13T21:56:39.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:38 smithi088 ceph-mon[29179]: mgrmap e4: a(active, since 2s) 2024-05-13T21:56:39.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:38 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2762628419' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-13T21:56:39.762 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:39.762 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2024-05-13T21:56:39.762 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-13T21:56:39.763 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling cephadm module... 2024-05-13T21:56:39.982 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:39 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1327344823' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-13T21:56:39.982 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:39 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1327344823' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-13T21:56:41.124 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:40 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1862902970' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-13T21:56:41.124 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:40 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: ignoring --setuser ceph since I am not root 2024-05-13T21:56:41.124 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:40 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: ignoring --setgroup ceph since I am not root 2024-05-13T21:56:41.124 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:40 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:40.994+0000 7fa6bceb8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T21:56:41.390 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:41 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:41.180+0000 7fa6bceb8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:56:41.390 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:41 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:41.282+0000 7fa6bceb8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T21:56:41.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:41 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:41.599+0000 7fa6bceb8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T21:56:42.065 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:41 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1862902970' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-13T21:56:42.066 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:41 smithi088 ceph-mon[29179]: mgrmap e5: a(active, since 5s) 2024-05-13T21:56:42.066 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:41 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:41.690+0000 7fa6bceb8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T21:56:42.650 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:56:42.650 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-13T21:56:42.650 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-13T21:56:42.650 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-13T21:56:42.650 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-13T21:56:42.651 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:56:42.651 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2024-05-13T21:56:42.651 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 5... 2024-05-13T21:56:42.901 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:42 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2344822827' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-13T21:56:43.158 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:42 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:42.905+0000 7fa6bceb8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T21:56:43.158 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:43.076+0000 7fa6bceb8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T21:56:43.421 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:43.250+0000 7fa6bceb8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T21:56:43.828 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:43.538+0000 7fa6bceb8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T21:56:43.828 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:43.630+0000 7fa6bceb8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T21:56:43.828 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:43.832+0000 7fa6bceb8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T21:56:44.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:44 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:44.026+0000 7fa6bceb8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:56:44.921 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:44 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:44.622+0000 7fa6bceb8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T21:56:45.334 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:45 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:45.042+0000 7fa6bceb8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T21:56:45.335 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:45 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:45.138+0000 7fa6bceb8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T21:56:45.335 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:45 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:45.338+0000 7fa6bceb8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T21:56:46.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:45 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:45.855+0000 7fa6bceb8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T21:56:46.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:45 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:45.947+0000 7fa6bceb8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T21:56:46.531 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:46 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:46.188+0000 7fa6bceb8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T21:56:46.531 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:46 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:46.321+0000 7fa6bceb8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T21:56:46.531 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:46 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:46.417+0000 7fa6bceb8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T21:56:46.531 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:46 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:46.535+0000 7fa6bceb8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T21:56:47.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:46 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:46.834+0000 7fa6bceb8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T21:56:47.693 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:47.430+0000 7fa6bceb8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T21:56:47.693 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:56:47.644+0000 7fa6bceb8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: Active manager daemon a restarted 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: Activating manager daemon a 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: osdmap e2: 0 total, 0 up, 0 in 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: mgrmap e6: a(active, starting, since 0.00401927s) 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T21:56:48.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: Manager daemon a is now available 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T21:56:48.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:47 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T21:56:48.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:48 smithi088 ceph-mon[29179]: Found migration_current of "None". Setting to last migration. 2024-05-13T21:56:48.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:48 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:48.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:48 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:48.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:48 smithi088 ceph-mon[29179]: mgrmap e7: a(active, since 1.00622s) 2024-05-13T21:56:49.240 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:56:49.240 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-13T21:56:49.240 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-13T21:56:49.240 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:56:49.240 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 5 is available 2024-05-13T21:56:49.240 INFO:teuthology.orchestra.run.smithi088.stdout:Setting orchestrator backend to cephadm... 2024-05-13T21:56:50.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: [13/May/2024:21:56:48] ENGINE Bus STARTING 2024-05-13T21:56:50.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: [13/May/2024:21:56:48] ENGINE Serving on https://172.21.15.88:7150 2024-05-13T21:56:50.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-13T21:56:50.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-13T21:56:50.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: [13/May/2024:21:56:48] ENGINE Serving on http://172.21.15.88:8765 2024-05-13T21:56:50.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: [13/May/2024:21:56:48] ENGINE Bus STARTED 2024-05-13T21:56:50.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:49 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:56:50.862 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:50 smithi088 ceph-mon[29179]: mgrmap e8: a(active, since 2s) 2024-05-13T21:56:50.863 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:50 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:50.863 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:50 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:56:51.635 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-13T21:56:51.635 INFO:teuthology.orchestra.run.smithi088.stdout:Generating ssh key... 2024-05-13T21:56:51.968 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:51 smithi088 ceph-mon[29179]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:56:53.006 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-mon[29179]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:56:53.006 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: Generating public/private rsa key pair. 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: Your identification has been saved in /tmp/tmpgq092i0w/key. 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: Your public key has been saved in /tmp/tmpgq092i0w/key.pub. 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: The key fingerprint is: 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: SHA256:nUq7UroRAj/r4wT0UeMlj6reZHVXGxLMIJMjIZHXwc0 ceph-3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: The key's randomart image is: 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: +---[RSA 3072]----+ 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | oo.+B=o+. | 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | ..oo=OE o. | 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | o...o.. . o | 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | . + o . + o | 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | . * o S + . | 2024-05-13T21:56:53.007 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | o = +.+ | 2024-05-13T21:56:53.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | . = .oo | 2024-05-13T21:56:53.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | . *. o. . | 2024-05-13T21:56:53.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: | ..+..o. | 2024-05-13T21:56:53.008 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:56:52 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: +----[SHA256]-----+ 2024-05-13T21:56:53.851 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:53 smithi088 ceph-mon[29179]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:56:53.851 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:53 smithi088 ceph-mon[29179]: Generating ssh key... 2024-05-13T21:56:53.851 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:53 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:53.851 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:53 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:56:54.382 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:56:54.382 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-13T21:56:54.382 INFO:teuthology.orchestra.run.smithi088.stdout:Adding key to root@localhost authorized_keys... 2024-05-13T21:56:54.383 INFO:teuthology.orchestra.run.smithi088.stdout:Adding host smithi088... 2024-05-13T21:56:54.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:54 smithi088 ceph-mon[29179]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:56:56.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:55 smithi088 ceph-mon[29179]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:56:56.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:56:55 smithi088 ceph-mon[29179]: Deploying cephadm binary to smithi088 2024-05-13T21:56:59.681 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Added host 'smithi088' with addr '172.21.15.88' 2024-05-13T21:56:59.682 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying unmanaged mon service... 2024-05-13T21:57:00.327 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:00 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:57:00.327 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:00 smithi088 ceph-mon[29179]: Added host smithi088 2024-05-13T21:57:00.327 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:00 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:00.874 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-13T21:57:00.874 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying unmanaged mgr service... 2024-05-13T21:57:01.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:01 smithi088 ceph-mon[29179]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:01.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:01 smithi088 ceph-mon[29179]: Saving service mon spec with placement count:5 2024-05-13T21:57:01.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:01 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:57:02.570 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-13T21:57:03.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:03 smithi088 ceph-mon[29179]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:03.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:03 smithi088 ceph-mon[29179]: Saving service mgr spec with placement count:2 2024-05-13T21:57:03.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:03 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:57:03.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:03 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:57:04.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:04 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:57:04.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:04 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3936939322' entity='client.admin' 2024-05-13T21:57:05.044 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling the dashboard module... 2024-05-13T21:57:05.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:05 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2337947317' entity='client.admin' 2024-05-13T21:57:06.732 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1988440100' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-13T21:57:06.732 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-mon[29179]: from='mgr.14118 172.21.15.88:0/3094278258' entity='mgr.a' 2024-05-13T21:57:06.733 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: ignoring --setuser ceph since I am not root 2024-05-13T21:57:06.733 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: ignoring --setgroup ceph since I am not root 2024-05-13T21:57:06.733 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:06.648+0000 7f24925f7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T21:57:07.034 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:06.841+0000 7f24925f7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:57:07.034 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:06 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:06.946+0000 7f24925f7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T21:57:07.288 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:07 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:07.267+0000 7f24925f7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T21:57:07.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:07 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1988440100' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-13T21:57:07.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:07 smithi088 ceph-mon[29179]: mgrmap e9: a(active, since 18s) 2024-05-13T21:57:07.671 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:07 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:07.357+0000 7f24925f7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T21:57:08.301 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:57:08.301 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-13T21:57:08.301 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-13T21:57:08.301 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-13T21:57:08.302 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-13T21:57:08.302 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:57:08.302 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2024-05-13T21:57:08.302 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 9... 2024-05-13T21:57:08.584 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:08 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/241147803' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-13T21:57:08.920 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:08 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:08.589+0000 7f24925f7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T21:57:08.920 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:08 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:08.768+0000 7f24925f7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T21:57:09.244 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:08 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:08.947+0000 7f24925f7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T21:57:09.244 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:09 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:09.248+0000 7f24925f7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T21:57:09.546 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:09 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:09.343+0000 7f24925f7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T21:57:09.547 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:09 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:09.551+0000 7f24925f7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T21:57:09.921 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:09 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:09.749+0000 7f24925f7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:57:10.670 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:10 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:10.343+0000 7f24925f7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T21:57:11.058 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:10 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:10.763+0000 7f24925f7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T21:57:11.058 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:10 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:10.860+0000 7f24925f7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T21:57:11.058 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:11 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:11.062+0000 7f24925f7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T21:57:11.906 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:11 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:11.578+0000 7f24925f7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T21:57:11.906 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:11 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:11.670+0000 7f24925f7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T21:57:12.170 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:11 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:11.910+0000 7f24925f7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T21:57:12.170 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:12 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:12.044+0000 7f24925f7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T21:57:12.171 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:12 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:12.139+0000 7f24925f7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T21:57:12.547 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:12 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:12.255+0000 7f24925f7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T21:57:12.547 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:12 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:12.551+0000 7f24925f7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T21:57:13.409 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:13.146+0000 7f24925f7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T21:57:13.409 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:57:13.361+0000 7f24925f7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T21:57:13.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: Active manager daemon a restarted 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: Activating manager daemon a 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: osdmap e3: 0 total, 0 up, 0 in 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: mgrmap e10: a(active, starting, since 0.0032394s) 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-13T21:57:13.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: Manager daemon a is now available 2024-05-13T21:57:13.672 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:13.672 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-13T21:57:14.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:14 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-13T21:57:14.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:14 smithi088 ceph-mon[29179]: mgrmap e11: a(active, since 1.0053s) 2024-05-13T21:57:15.286 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2024-05-13T21:57:15.286 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-13T21:57:15.286 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-13T21:57:15.286 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2024-05-13T21:57:15.287 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 9 is available 2024-05-13T21:57:15.287 INFO:teuthology.orchestra.run.smithi088.stdout:Generating a dashboard self-signed certificate... 2024-05-13T21:57:15.637 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: [13/May/2024:21:57:14] ENGINE Bus STARTING 2024-05-13T21:57:15.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: [13/May/2024:21:57:14] ENGINE Serving on https://172.21.15.88:7150 2024-05-13T21:57:15.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-13T21:57:15.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-13T21:57:15.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: [13/May/2024:21:57:14] ENGINE Serving on http://172.21.15.88:8765 2024-05-13T21:57:15.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: [13/May/2024:21:57:14] ENGINE Bus STARTED 2024-05-13T21:57:15.638 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:15 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:16.592 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-13T21:57:16.593 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial admin user... 2024-05-13T21:57:16.977 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:16 smithi088 ceph-mon[29179]: mgrmap e12: a(active, since 2s) 2024-05-13T21:57:16.977 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:16.977 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:16 smithi088 ceph-mon[29179]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:16.977 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:16.977 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:18.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$uKjbE1MLlsHUGFXjgtxE4.Ww.SiKf4uxx2vR/W9gA8r0k8PGcTaMm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715637437, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-13T21:57:18.129 INFO:teuthology.orchestra.run.smithi088.stdout:Fetching dashboard port number... 2024-05-13T21:57:18.571 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:18 smithi088 ceph-mon[29179]: 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-13T21:57:18.571 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:19.405 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 8443 2024-05-13T21:57:19.415 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-13T21:57:19.415 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2024-05-13T21:57:19.422 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-13T21:57:19.422 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2024-05-13T21:57:19.422 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2024-05-13T21:57:19.422 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-13T21:57:19.423 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph Dashboard is now available at: 2024-05-13T21:57:19.423 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:19.423 INFO:teuthology.orchestra.run.smithi088.stdout: URL: https://smithi088.front.sepia.ceph.com:8443/ 2024-05-13T21:57:19.423 INFO:teuthology.orchestra.run.smithi088.stdout: User: admin 2024-05-13T21:57:19.424 INFO:teuthology.orchestra.run.smithi088.stdout: Password: 32s13evqgj 2024-05-13T21:57:19.424 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:19.424 INFO:teuthology.orchestra.run.smithi088.stdout:Saving cluster configuration to /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config directory 2024-05-13T21:57:19.424 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling autotune for osd_memory_target 2024-05-13T21:57:19.545 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:19 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1255136581' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-13T21:57:20.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:20 smithi088 ceph-mon[29179]: mgrmap e13: a(active, since 6s) 2024-05-13T21:57:21.777 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-13T21:57:21.777 INFO:teuthology.orchestra.run.smithi088.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-13T21:57:21.777 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.777 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:21.777 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout:Or, if you are only running a single cluster on this host: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: ceph telemetry on 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout:For more information see: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-13T21:57:21.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:21.779 INFO:teuthology.orchestra.run.smithi088.stdout:Bootstrap complete. 2024-05-13T21:57:21.817 INFO:tasks.cephadm:Fetching config... 2024-05-13T21:57:21.817 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:57:21.817 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-13T21:57:21.833 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-13T21:57:21.833 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:57:21.833 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-13T21:57:21.891 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-13T21:57:21.891 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:57:21.892 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-13T21:57:21.957 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-13T21:57:21.957 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:57:21.958 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-13T21:57:22.013 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-13T21:57:22.013 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-13T21:57:22.095 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:57:22.107 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-13T21:57:22.150 INFO:teuthology.orchestra.run.smithi112.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:57:22.162 DEBUG:teuthology.orchestra.run.smithi132:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-13T21:57:22.206 INFO:teuthology.orchestra.run.smithi132.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNNhYShNhTVDvC79xMXHdzIqJaqBOXUk8u3FJIg9yDgt+ruNWyvlE980kZU2nnaqU+vUS8+nOhmoZ+6e/kPVHaraVqXK951hF/9d8We8bxG4MZhNk9B3cOp/9yHrnNlLFM+DYY+qyGfeKfBjlcwhgoXho+T5PgvdUpfkjCIdMHlhHAkv05w+ErGf7qjgXBW6DY7/DQZpbfq224Curu2XTy3AJ+WHpWDtiQkypBNBMfmkIGAW2u508Ztz2iScz2kO9tctj7WWNyi5Ay2Td8Ef4e1aomhZ3rUj+3q83hkkHryCZRAH/RJExGBZuJZ5l/at4sh9+M1Oe2j1PH/Q/vtBRMPPxLDbSwtNzYAg+X23uzlD0Ei+XCwKVFHnX/pnkJWq+Ct14Q08ONarEemBo/LOTjQFz8hv3XsI2cvlBwCnzwqBuTg+c+HIIvADcGgQeSPawF8nUVfajzqywndAO3Wvc1yC9Nv1GbnrXPr1SjGs3NHbH3mb4VnvFFgjcB1yshp4E= ceph-3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:57:22.219 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-13T21:57:22.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:22 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2271591551' entity='client.admin' 2024-05-13T21:57:22.459 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3364025877' entity='client.admin' 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:25.322 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:25.347 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-13T21:57:25.348 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-13T21:57:25.582 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:27.929 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi112 2024-05-13T21:57:27.929 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:57:27.930 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/etc/ceph/ceph.conf 2024-05-13T21:57:27.949 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:57:27.949 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:28.007 INFO:tasks.cephadm:Adding host smithi112 to orchestrator... 2024-05-13T21:57:28.007 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch host add smithi112 2024-05-13T21:57:28.248 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:28.357 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:28.357 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:28.357 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:28.357 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:28.357 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:57:28.358 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: Updating smithi088:/etc/ceph/ceph.conf 2024-05-13T21:57:28.358 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: Updating smithi088:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:28.358 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:28.358 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:28.358 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:29.415 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:29 smithi088 ceph-mon[29179]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:29.415 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:29 smithi088 ceph-mon[29179]: Updating smithi088:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T21:57:30.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:30 smithi088 ceph-mon[29179]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi112", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:30.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:30 smithi088 ceph-mon[29179]: Deploying cephadm binary to smithi112 2024-05-13T21:57:33.889 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi112' with addr '172.21.15.112' 2024-05-13T21:57:34.461 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:34 smithi088 ceph-mon[29179]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:34.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:34 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:34.462 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:34 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:34.491 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch host ls --format=json 2024-05-13T21:57:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:35.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:35 smithi088 ceph-mon[29179]: Added host smithi112 2024-05-13T21:57:35.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:35.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:36.441 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:36.441 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.112", "hostname": "smithi112", "labels": [], "status": ""}] 2024-05-13T21:57:36.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:36 smithi088 ceph-mon[29179]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:37.032 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi132 2024-05-13T21:57:37.033 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:57:37.033 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/etc/ceph/ceph.conf 2024-05-13T21:57:37.052 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:57:37.052 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:37.111 INFO:tasks.cephadm:Adding host smithi132 to orchestrator... 2024-05-13T21:57:37.111 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch host add smithi132 2024-05-13T21:57:37.342 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:37.684 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:37 smithi088 ceph-mon[29179]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T21:57:37.684 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:37 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:38.580 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:38 smithi088 ceph-mon[29179]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:40.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:40.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi112", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:57:40.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:40 smithi088 ceph-mon[29179]: Updating smithi112:/etc/ceph/ceph.conf 2024-05-13T21:57:41.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:41 smithi088 ceph-mon[29179]: Deploying cephadm binary to smithi132 2024-05-13T21:57:41.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:41 smithi088 ceph-mon[29179]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:41.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:41 smithi088 ceph-mon[29179]: Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:42.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:42 smithi088 ceph-mon[29179]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:43.181 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi132' with addr '172.21.15.132' 2024-05-13T21:57:43.751 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:43 smithi088 ceph-mon[29179]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T21:57:43.751 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:43.751 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:43.751 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:43.752 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:43.752 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:43.781 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch host ls --format=json 2024-05-13T21:57:44.016 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:44.765 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:44 smithi088 ceph-mon[29179]: Added host smithi132 2024-05-13T21:57:44.766 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:44 smithi088 ceph-mon[29179]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:44.766 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:44.766 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:45.710 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:57:45.711 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.112", "hostname": "smithi112", "labels": [], "status": ""}, {"addr": "172.21.15.132", "hostname": "smithi132", "labels": [], "status": ""}] 2024-05-13T21:57:46.263 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-13T21:57:46.264 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd crush tunables default 2024-05-13T21:57:46.496 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:57:46.618 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:46 smithi088 ceph-mon[29179]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:46.618 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:47.767 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:47 smithi088 ceph-mon[29179]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T21:57:48.510 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2024-05-13T21:57:48.813 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:48 smithi088 ceph-mon[29179]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:48.813 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:48 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3942122258' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-13T21:57:49.144 INFO:tasks.cephadm:Adding mon.a on smithi088 2024-05-13T21:57:49.145 INFO:tasks.cephadm:Adding mon.b on smithi112 2024-05-13T21:57:49.145 INFO:tasks.cephadm:Adding mon.c on smithi132 2024-05-13T21:57:49.145 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch apply mon '3;smithi088:172.21.15.88=a;smithi112:172.21.15.112=b;smithi132:172.21.15.132=c' 2024-05-13T21:57:49.386 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /etc/ceph/ceph.conf 2024-05-13T21:57:49.433 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3942122258' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:49.865 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:57:49.866 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:49.866 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:49 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: Updating smithi132:/etc/ceph/ceph.conf 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:50.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:50 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:51.192 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled mon update... 2024-05-13T21:57:51.794 DEBUG:teuthology.orchestra.run.smithi112:mon.b> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.b.service 2024-05-13T21:57:51.798 DEBUG:teuthology.orchestra.run.smithi132:mon.c> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.c.service 2024-05-13T21:57:51.801 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-13T21:57:51.802 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-13T21:57:51.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T21:57:51.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:51.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:51.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:51.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:57:51.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:51.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:57:51.921 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:52.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:52 smithi088 ceph-mon[29179]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi088:172.21.15.88=a;smithi112:172.21.15.112=b;smithi132:172.21.15.132=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:52.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:52 smithi088 ceph-mon[29179]: Saving service mon spec with placement smithi088:172.21.15.88=a;smithi112:172.21.15.112=b;smithi132:172.21.15.132=c;count:3 2024-05-13T21:57:52.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:52 smithi088 ceph-mon[29179]: Deploying daemon mon.c on smithi132 2024-05-13T21:57:52.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:52 smithi088 ceph-mon[29179]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:53.355 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:54.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:57:54 smithi088 ceph-mon[29179]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:55.356 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 podman[33093]: 2024-05-13 21:57:55.185722666 +0000 UTC m=+0.017756715 image pull b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64 2024-05-13T21:57:55.667 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 podman[33093]: 2024-05-13 21:57:55.487278959 +0000 UTC m=+0.319312988 container create b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-c3e5514, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-13T21:57:55.667 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 podman[33093]: 2024-05-13 21:57:55.673328114 +0000 UTC m=+0.505362150 container init b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c, GIT_CLEAN=True, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-c3e5514, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-05-13T21:57:55.668 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:57:55.668 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":1,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","modified":"2024-05-13T21:56:13.270086Z","created":"2024-05-13T21:56:13.270086Z","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.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-13T21:57:55.671 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 1 2024-05-13T21:57:55.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 podman[33093]: 2024-05-13 21:57:55.677140622 +0000 UTC m=+0.509174644 container start b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-c3e5514, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.build-date=20240507) 2024-05-13T21:57:55.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: set uid:gid to 167:167 (ceph:ceph) 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: ceph version 19.0.0-2565-gc3e55145 (c3e55145f4f4b3a500bb66ee08c938a215bc231d) squid (dev), process ceph-mon, pid 2 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pidfile_write: ignore empty --pid-file 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: load: jerasure load: lrc 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: RocksDB version: 7.9.2 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Git sha 0 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Compile date 2024-05-13 16:38:45 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: DB SUMMARY 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: DB Session ID: Y76M54W25A4WLJYO6OTM 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: CURRENT file: CURRENT 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: IDENTITY file: IDENTITY 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-13T21:57:55.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.error_if_exists: 0 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.create_if_missing: 0 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.paranoid_checks: 1 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.env: 0x55c071869c60 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.fs: PosixFileSystem 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.info_log: 0x55c073c71ac0 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_file_opening_threads: 16 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.statistics: (nil) 2024-05-13T21:57:55.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.use_fsync: 0 2024-05-13T21:57:55.981 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_log_file_size: 0 2024-05-13T21:57:55.981 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-13T21:57:55.981 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-13T21:57:55.981 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.keep_log_file_num: 1000 2024-05-13T21:57:55.981 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.recycle_log_file_num: 0 2024-05-13T21:57:55.981 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.allow_fallocate: 1 2024-05-13T21:57:55.982 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.allow_mmap_reads: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.allow_mmap_writes: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.use_direct_reads: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.create_missing_column_families: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.db_log_dir: 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.wal_dir: 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-13T21:57:55.983 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.advise_random_on_open: 1 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.db_write_buffer_size: 0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.write_buffer_manager: 0x55c073c441e0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.rate_limiter: (nil) 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.wal_recovery_mode: 2 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.enable_thread_tracking: 0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.enable_pipelined_write: 0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.unordered_write: 0 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-13T21:57:55.984 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.row_cache: None 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.wal_filter: None 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.allow_ingest_behind: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.two_write_queues: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.manual_wal_flush: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.wal_compression: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.atomic_flush: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-13T21:57:55.985 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.log_readahead_size: 0 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.best_efforts_recovery: 0 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.allow_data_in_errors: 0 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.db_host_id: __hostname__ 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_background_jobs: 2 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_background_compactions: -1 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_subcompactions: 1 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-13T21:57:55.986 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_total_wal_size: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_open_files: -1 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bytes_per_sync: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_readahead_size: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_background_flushes: -1 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Compression algorithms supported: 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kZSTD supported: 0 2024-05-13T21:57:55.987 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kXpressCompression supported: 0 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kLZ4HCCompression supported: 1 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kZlibCompression supported: 1 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kSnappyCompression supported: 1 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kLZ4Compression supported: 1 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: kBZip2Compression supported: 0 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.merge_operator: 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_filter: None 2024-05-13T21:57:55.988 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_filter_factory: None 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.sst_partitioner_factory: None 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c073c71bc0) 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: cache_index_and_filter_blocks: 1 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: pin_top_level_index_and_filter: 1 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: index_type: 0 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: data_block_index_type: 0 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: index_shortening: 1 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-13T21:57:55.989 INFO:journalctl@ceph.mon.c.smithi132.stdout: checksum: 4 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: no_block_cache: 0 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_cache: 0x55c073c75090 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_cache_name: BinnedLRUCache 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_cache_options: 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: capacity : 536870912 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: num_shard_bits : 4 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: strict_capacity_limit : 0 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: high_pri_pool_ratio: 0.000 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_cache_compressed: (nil) 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: persistent_cache: (nil) 2024-05-13T21:57:55.990 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_size: 4096 2024-05-13T21:57:55.994 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_size_deviation: 10 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_restart_interval: 16 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: index_block_restart_interval: 1 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: metadata_block_size: 4096 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: partition_filters: 0 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: use_delta_encoding: 1 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: filter_policy: bloomfilter 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: whole_key_filtering: 1 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: verify_compression: 0 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: read_amp_bytes_per_bit: 0 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: format_version: 5 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: enable_index_compression: 1 2024-05-13T21:57:55.995 INFO:journalctl@ceph.mon.c.smithi132.stdout: block_align: 0 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout: max_auto_readahead_size: 262144 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout: prepopulate_block_cache: 0 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout: initial_auto_readahead_size: 8192 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout: num_file_reads_for_auto_readahead: 2 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.write_buffer_size: 33554432 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_write_buffer_number: 2 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression: NoCompression 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression: Disabled 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.prefix_extractor: nullptr 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.num_levels: 7 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-13T21:57:55.996 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.level: 32767 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.strategy: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-13T21:57:55.997 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.enabled: false 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.target_file_size_base: 67108864 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-13T21:57:55.998 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.arena_block_size: 1048576 2024-05-13T21:57:55.999 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.disable_auto_compactions: 0 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-13T21:57:56.000 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.table_properties_collectors: 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.inplace_update_support: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.bloom_locality: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.max_successive_merges: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.paranoid_file_checks: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.force_consistency_checks: 1 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.report_bg_io_stats: 0 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.ttl: 2592000 2024-05-13T21:57:56.001 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.enable_blob_files: false 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.min_blob_size: 0 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.blob_file_size: 268435456 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.blob_file_starting_level: 0 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-13T21:57:56.002 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: 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-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 91632d1f-7915-4c3f-9069-2b27cbfce96c 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715637475709847, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715637475710372, "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": 1715637475, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "91632d1f-7915-4c3f-9069-2b27cbfce96c", "db_session_id": "Y76M54W25A4WLJYO6OTM", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: EVENT_LOG_v1 {"time_micros": 1715637475710480, "job": 1, "event": "recovery_finished"} 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: 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-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c073d66000 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: DB pointer 0x55c073d50000 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-13T21:57:56.003 INFO:journalctl@ceph.mon.c.smithi132.stdout: ** DB Stats ** 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: ** Compaction Stats [default] ** 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T21:57:56.004 INFO:journalctl@ceph.mon.c.smithi132.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.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: ** Compaction Stats [default] ** 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-13T21:57:56.005 INFO:journalctl@ceph.mon.c.smithi132.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout: Block cache BinnedLRUCache@0x55c073c75090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout: 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: using public_addr v2:172.21.15.132:0/0 -> [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: starting mon.c rank -1 at public addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] at bind addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(???) e0 preinit fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:57:56.006 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).mds e1 new map 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).mds e1 print_map 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout: e1 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.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-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout: legacy client fscid: -1 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout: 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout: No filesystems configured 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: 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-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-13T21:57:56.007 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Deploying cephadm binary to smithi132 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi112:/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.008 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Added host smithi132 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3942122258' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3942122258' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.009 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi132:/etc/ceph/ceph.conf 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.010 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.client.admin.keyring 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi088:172.21.15.88=a;smithi112:172.21.15.112=b;smithi132:172.21.15.132=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Saving service mon spec with placement smithi088:172.21.15.88=a;smithi112:172.21.15.112=b;smithi132:172.21.15.132=c;count:3 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: Deploying daemon mon.c on smithi132 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 ceph-mon[33136]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-13T21:57:56.011 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 bash[33093]: b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 2024-05-13T21:57:56.012 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:57:55 smithi132 systemd[1]: Started Ceph mon.c for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T21:57:57.382 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-13T21:57:57.383 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-13T21:57:57.631 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T21:58:01.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:58:01.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: mon.a calling monitor election 2024-05-13T21:58:01.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:01.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: mon.c calling monitor election 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: monmap epoch 2 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: last_changed 2024-05-13T21:57:55.734350+0000 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: min_mon_release 19 (squid) 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: election_strategy: 1 2024-05-13T21:58:01.171 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: fsmap 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: mgrmap e13: a(active, since 47s) 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: overall HEALTH_OK 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:01.172 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:00 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: mon.a calling monitor election 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.228 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: mon.c calling monitor election 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: monmap epoch 2 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: last_changed 2024-05-13T21:57:55.734350+0000 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:58:01.229 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: min_mon_release 19 (squid) 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: election_strategy: 1 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: fsmap 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: mgrmap e13: a(active, since 47s) 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: overall HEALTH_OK 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:01.230 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:00 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:02.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:01 smithi088 ceph-mon[29179]: Deploying daemon mon.b on smithi112 2024-05-13T21:58:02.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:01 smithi088 ceph-mon[29179]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:02.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:01 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:02.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:01 smithi132 ceph-mon[33136]: Deploying daemon mon.b on smithi112 2024-05-13T21:58:02.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:01 smithi132 ceph-mon[33136]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:02.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:01 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:02.359 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:58:02.359 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":2,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","modified":"2024-05-13T21:57:55.734350Z","created":"2024-05-13T21:56:13.270086Z","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.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-13T21:58:02.361 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 2 2024-05-13T21:58:02.915 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:02 smithi132 ceph-mon[33136]: from='client.? 172.21.15.132:0/2645981725' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T21:58:03.170 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:02 smithi088 ceph-mon[29179]: from='client.? 172.21.15.132:0/2645981725' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T21:58:03.170 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 21:58:02 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T21:58:02.734+0000 7f244fa5a700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-05-13T21:58:03.942 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-13T21:58:03.943 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph mon dump -f json 2024-05-13T21:58:04.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:03 smithi088 ceph-mon[29179]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:04.189 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T21:58:04.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:03 smithi132 ceph-mon[33136]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:04.478 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:04 smithi112 ceph-mon[32555]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-13T21:58:04.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:04 smithi112 bash[32537]: 88df1b22b10df87c7d6411173ff45091910ab4a06e897eb459ca9ae94a0034b5 2024-05-13T21:58:04.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:04 smithi112 systemd[1]: Started Ceph mon.b for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: mon.a calling monitor election 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: mon.c calling monitor election 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: mon.b calling monitor election 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: monmap epoch 3 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: last_changed 2024-05-13T21:58:04.425192+0000 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: min_mon_release 19 (squid) 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: election_strategy: 1 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: 2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b 2024-05-13T21:58:09.792 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: fsmap 2024-05-13T21:58:09.793 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:58:09.793 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: mgrmap e13: a(active, since 56s) 2024-05-13T21:58:09.793 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: overall HEALTH_OK 2024-05-13T21:58:09.793 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.793 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.793 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: mon.a calling monitor election 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: mon.c calling monitor election 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.838 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: mon.b calling monitor election 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: monmap epoch 3 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: last_changed 2024-05-13T21:58:04.425192+0000 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: min_mon_release 19 (squid) 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: election_strategy: 1 2024-05-13T21:58:09.839 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: 2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: fsmap 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: mgrmap e13: a(active, since 56s) 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: overall HEALTH_OK 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.840 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: mon.a calling monitor election 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: mon.c calling monitor election 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: mon.b calling monitor election 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.978 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: monmap epoch 3 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: last_changed 2024-05-13T21:58:04.425192+0000 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: min_mon_release 19 (squid) 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: election_strategy: 1 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: 2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: fsmap 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: osdmap e4: 0 total, 0 up, 0 in 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: mgrmap e13: a(active, since 56s) 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: overall HEALTH_OK 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.979 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:09.980 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:10.374 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-05-13T21:58:10.374 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":3,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","modified":"2024-05-13T21:58:04.425192Z","created":"2024-05-13T21:56:13.270086Z","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.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-13T21:58:10.375 INFO:teuthology.orchestra.run.smithi132.stderr:dumped monmap epoch 3 2024-05-13T21:58:10.626 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:10 smithi132 ceph-mon[33136]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:10.627 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:10 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:10.627 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:10 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:10.627 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:10 smithi132 ceph-mon[33136]: from='client.? 172.21.15.132:0/1932666153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T21:58:10.627 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:10 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:10.767 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:10 smithi088 ceph-mon[29179]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:10.767 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:10 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:10.767 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:10 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:10.767 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:10 smithi088 ceph-mon[29179]: from='client.? 172.21.15.132:0/1932666153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T21:58:10.767 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:10 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:10.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:10 smithi112 ceph-mon[32555]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:10.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:10 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:10.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:10 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:10.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:10 smithi112 ceph-mon[32555]: from='client.? 172.21.15.132:0/1932666153' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T21:58:10.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:10 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:58:11.272 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-13T21:58:11.272 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph config generate-minimal-conf 2024-05-13T21:58:11.510 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:58:11.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:11.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:11.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:11.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:11.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:11.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:11.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:12.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:12.290 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.290 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.291 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:12.291 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.291 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:12.291 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:12.291 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:13.267 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:13.267 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2024-05-13T21:58:13.268 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T21:58:13.268 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] 2024-05-13T21:58:13.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Updating smithi088:/etc/ceph/ceph.conf 2024-05-13T21:58:13.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Updating smithi112:/etc/ceph/ceph.conf 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Updating smithi132:/etc/ceph/ceph.conf 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Updating smithi088:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Reconfiguring mon.a (unknown last config time)... 2024-05-13T21:58:13.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:13.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:13.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:13.421 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:13 smithi088 ceph-mon[29179]: Reconfiguring daemon mon.a on smithi088 2024-05-13T21:58:13.476 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Updating smithi088:/etc/ceph/ceph.conf 2024-05-13T21:58:13.476 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Updating smithi112:/etc/ceph/ceph.conf 2024-05-13T21:58:13.476 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Updating smithi132:/etc/ceph/ceph.conf 2024-05-13T21:58:13.476 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.476 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Updating smithi088:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Reconfiguring mon.a (unknown last config time)... 2024-05-13T21:58:13.477 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:13 smithi112 ceph-mon[32555]: Reconfiguring daemon mon.a on smithi088 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Updating smithi088:/etc/ceph/ceph.conf 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Updating smithi112:/etc/ceph/ceph.conf 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Updating smithi132:/etc/ceph/ceph.conf 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Updating smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Updating smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Updating smithi088:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/config/ceph.conf 2024-05-13T21:58:13.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Reconfiguring mon.a (unknown last config time)... 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:13.479 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:13 smithi132 ceph-mon[33136]: Reconfiguring daemon mon.a on smithi088 2024-05-13T21:58:14.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:14 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2697026881' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:14.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:14 smithi088 ceph-mon[29179]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:14.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:14 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:14.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:14 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/2697026881' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:14.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:14 smithi132 ceph-mon[33136]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:14.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:14 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:14.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:14 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/2697026881' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:14.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:14 smithi112 ceph-mon[32555]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:14.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:14 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:14.643 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-13T21:58:14.644 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:58:14.644 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-05-13T21:58:14.672 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:58:14.672 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:58:14.737 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:58:14.737 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.conf 2024-05-13T21:58:14.766 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:58:14.766 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:58:14.830 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:58:14.830 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.conf 2024-05-13T21:58:14.863 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:58:14.864 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-13T21:58:14.933 INFO:tasks.cephadm:Adding mgr.a on smithi088 2024-05-13T21:58:14.933 INFO:tasks.cephadm:Adding mgr.b on smithi112 2024-05-13T21:58:14.933 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch apply mgr '2;smithi088=a;smithi112=b' 2024-05-13T21:58:15.206 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: Reconfiguring mon.b (monmap changed)... 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:15.409 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:15 smithi132 ceph-mon[33136]: Reconfiguring daemon mon.b on smithi112 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: Reconfiguring mon.b (monmap changed)... 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:15.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:15 smithi088 ceph-mon[29179]: Reconfiguring daemon mon.b on smithi112 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: Reconfiguring mon.b (monmap changed)... 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:15.437 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:15 smithi112 ceph-mon[32555]: Reconfiguring daemon mon.b on smithi112 2024-05-13T21:58:16.419 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:16 smithi132 ceph-mon[33136]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:16.419 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:16 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:16.419 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:16 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:16.419 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:16 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:16.419 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:16 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:16.419 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:16 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:16.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:16 smithi088 ceph-mon[29179]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:16.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:16.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:16.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:16.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:16.420 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:16 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:16.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:16 smithi112 ceph-mon[32555]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:16.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:16 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:16.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:16 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:16.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:16 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T21:58:16.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:16 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T21:58:16.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:16 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:16.782 INFO:teuthology.orchestra.run.smithi132.stdout:Scheduled mgr update... 2024-05-13T21:58:17.396 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:17 smithi132 ceph-mon[33136]: Reconfiguring mon.c (monmap changed)... 2024-05-13T21:58:17.396 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:17 smithi132 ceph-mon[33136]: Reconfiguring daemon mon.c on smithi132 2024-05-13T21:58:17.396 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:17 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:17.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:17 smithi088 ceph-mon[29179]: Reconfiguring mon.c (monmap changed)... 2024-05-13T21:58:17.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:17 smithi088 ceph-mon[29179]: Reconfiguring daemon mon.c on smithi132 2024-05-13T21:58:17.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:17 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:17.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:17 smithi112 ceph-mon[32555]: Reconfiguring mon.c (monmap changed)... 2024-05-13T21:58:17.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:17 smithi112 ceph-mon[32555]: Reconfiguring daemon mon.c on smithi132 2024-05-13T21:58:17.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:17 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:17.933 DEBUG:teuthology.orchestra.run.smithi112:mgr.b> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.b.service 2024-05-13T21:58:17.936 INFO:tasks.cephadm:Deploying OSDs... 2024-05-13T21:58:17.936 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-05-13T21:58:17.936 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-05-13T21:58:17.952 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-13T21:58:17.952 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-05-13 21:57:22.773546914 +0000 2024-05-13T21:58:18.009 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-05-13 21:49:14.805376984 +0000 2024-05-13T21:58:18.010 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-05-13 21:49:14.805376984 +0000 2024-05-13T21:58:18.010 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-05-13 21:49:14.805376984 +0000 2024-05-13T21:58:18.010 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-13T21:58:18.075 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-05-13T21:58:18.075 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-05-13T21:58:18.075 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000268846 s, 1.9 MB/s 2024-05-13T21:58:18.076 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-13T21:58:18.133 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-05-13 21:57:22.798546408 +0000 2024-05-13T21:58:18.189 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-05-13 21:49:15.149369964 +0000 2024-05-13T21:58:18.190 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-05-13 21:49:15.149369964 +0000 2024-05-13T21:58:18.190 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-05-13 21:49:15.149369964 +0000 2024-05-13T21:58:18.190 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-13T21:58:18.252 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-05-13T21:58:18.252 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-05-13T21:58:18.253 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000198095 s, 2.6 MB/s 2024-05-13T21:58:18.254 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-13T21:58:18.312 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-05-13 21:57:22.822545922 +0000 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-05-13 21:49:15.486363087 +0000 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-05-13 21:49:15.486363087 +0000 2024-05-13T21:58:18.368 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-05-13 21:49:15.486363087 +0000 2024-05-13T21:58:18.369 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-13T21:58:18.431 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-05-13T21:58:18.431 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-05-13T21:58:18.431 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000204803 s, 2.5 MB/s 2024-05-13T21:58:18.432 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-13T21:58:18.489 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-05-13 21:57:22.846545435 +0000 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-05-13 21:49:15.828356107 +0000 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-05-13 21:49:15.828356107 +0000 2024-05-13T21:58:18.545 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: 2024-05-13 21:49:15.828356107 +0000 2024-05-13T21:58:18.546 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-13T21:58:18.607 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-05-13T21:58:18.608 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-05-13T21:58:18.608 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00018895 s, 2.7 MB/s 2024-05-13T21:58:18.609 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-13T21:58:18.664 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-05-13T21:58:18.664 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/scratch_devs of=/dev/stdout 2024-05-13T21:58:18.680 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-13T21:58:18.681 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_1 2024-05-13T21:58:18.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi112=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:18.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: Saving service mgr spec with placement smithi088=a;smithi112=b;count:2 2024-05-13T21:58:18.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:18.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T21:58:18.728 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:18 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:18.736 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-05-13 21:58:03.881921696 +0000 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-05-13 21:49:12.459278331 +0000 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-05-13 21:49:12.459278331 +0000 2024-05-13T21:58:18.737 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-05-13 21:49:12.459278331 +0000 2024-05-13T21:58:18.737 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi112=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: Saving service mgr spec with placement smithi088=a;smithi112=b;count:2 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T21:58:18.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-13T21:58:18.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T21:58:18.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:18 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:18.801 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-05-13T21:58:18.801 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-05-13T21:58:18.801 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000186482 s, 2.7 MB/s 2024-05-13T21:58:18.803 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-13T21:58:18.859 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_2 2024-05-13T21:58:18.915 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-13T21:58:18.915 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:18.915 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-13T21:58:18.915 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:18.916 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:18.916 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-05-13 21:58:03.881921696 +0000 2024-05-13T21:58:18.916 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-05-13 21:49:12.803269442 +0000 2024-05-13T21:58:18.916 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-05-13 21:49:12.803269442 +0000 2024-05-13T21:58:18.916 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-05-13 21:49:12.803269442 +0000 2024-05-13T21:58:18.916 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-13T21:58:18.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi088=a;smithi112=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:18.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: Saving service mgr spec with placement smithi088=a;smithi112=b;count:2 2024-05-13T21:58:18.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:18.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T21:58:18.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:18 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:18.984 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-05-13T21:58:18.984 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-05-13T21:58:18.984 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000218738 s, 2.3 MB/s 2024-05-13T21:58:18.985 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-13T21:58:19.044 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_3 2024-05-13T21:58:19.100 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-05-13 21:58:03.881921696 +0000 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-05-13 21:49:13.149260502 +0000 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-05-13 21:49:13.149260502 +0000 2024-05-13T21:58:19.101 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-05-13 21:49:13.149260502 +0000 2024-05-13T21:58:19.101 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-13T21:58:19.164 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-05-13T21:58:19.165 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-05-13T21:58:19.165 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000201347 s, 2.5 MB/s 2024-05-13T21:58:19.166 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-13T21:58:19.223 DEBUG:teuthology.orchestra.run.smithi112:> stat /dev/vg_nvme/lv_4 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout:Access: 2024-05-13 21:58:03.882921670 +0000 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout:Modify: 2024-05-13 21:49:13.495251562 +0000 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout:Change: 2024-05-13 21:49:13.495251562 +0000 2024-05-13T21:58:19.280 INFO:teuthology.orchestra.run.smithi112.stdout: Birth: 2024-05-13 21:49:13.495251562 +0000 2024-05-13T21:58:19.281 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-13T21:58:19.343 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records in 2024-05-13T21:58:19.344 INFO:teuthology.orchestra.run.smithi112.stderr:1+0 records out 2024-05-13T21:58:19.344 INFO:teuthology.orchestra.run.smithi112.stderr:512 bytes copied, 0.000264484 s, 1.9 MB/s 2024-05-13T21:58:19.345 DEBUG:teuthology.orchestra.run.smithi112:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-13T21:58:19.401 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-05-13T21:58:19.401 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2024-05-13T21:58:19.421 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-13T21:58:19.422 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_1 2024-05-13T21:58:19.480 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-13T21:58:19.480 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-05-13 21:57:54.700563374 +0000 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-05-13 21:49:12.455568479 +0000 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-05-13 21:49:12.455568479 +0000 2024-05-13T21:58:19.481 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: 2024-05-13 21:49:12.455568479 +0000 2024-05-13T21:58:19.481 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-13T21:58:19.549 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-05-13T21:58:19.549 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-05-13T21:58:19.549 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000227358 s, 2.3 MB/s 2024-05-13T21:58:19.550 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-13T21:58:19.608 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_2 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-05-13 21:57:54.700563374 +0000 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-05-13 21:49:12.785560019 +0000 2024-05-13T21:58:19.665 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-05-13 21:49:12.785560019 +0000 2024-05-13T21:58:19.666 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: 2024-05-13 21:49:12.785560019 +0000 2024-05-13T21:58:19.666 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-13T21:58:19.717 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:19 smithi112 ceph-mon[32555]: Deploying daemon mgr.b on smithi112 2024-05-13T21:58:19.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:19 smithi132 ceph-mon[33136]: Deploying daemon mgr.b on smithi112 2024-05-13T21:58:19.730 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-05-13T21:58:19.730 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-05-13T21:58:19.730 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000269528 s, 1.9 MB/s 2024-05-13T21:58:19.731 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-13T21:58:19.788 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_3 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-05-13 21:57:54.700563374 +0000 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-05-13 21:49:13.131551150 +0000 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-05-13 21:49:13.131551150 +0000 2024-05-13T21:58:19.844 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: 2024-05-13 21:49:13.131551150 +0000 2024-05-13T21:58:19.845 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-13T21:58:19.908 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-05-13T21:58:19.908 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-05-13T21:58:19.908 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000211101 s, 2.4 MB/s 2024-05-13T21:58:19.909 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-13T21:58:19.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:19 smithi088 ceph-mon[29179]: Deploying daemon mgr.b on smithi112 2024-05-13T21:58:19.967 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_4 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-05-13 21:57:54.701563348 +0000 2024-05-13T21:58:20.023 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-05-13 21:49:13.479542229 +0000 2024-05-13T21:58:20.024 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-05-13 21:49:13.479542229 +0000 2024-05-13T21:58:20.024 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: 2024-05-13 21:49:13.479542229 +0000 2024-05-13T21:58:20.024 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-13T21:58:20.086 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-05-13T21:58:20.086 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-05-13T21:58:20.086 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.00020455 s, 2.5 MB/s 2024-05-13T21:58:20.088 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-13T21:58:20.144 INFO:tasks.cephadm:Deploying osd.0 on smithi088 with /dev/vg_nvme/lv_4... 2024-05-13T21:58:20.144 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-13T21:58:20.385 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:58:20.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:20 smithi132 ceph-mon[33136]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:20.733 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:20 smithi088 ceph-mon[29179]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:20.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:20 smithi112 ceph-mon[32555]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:20.790 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:20 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:20.617+0000 7f8671700200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-13T21:58:21.232 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:20 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:20.807+0000 7f8671700200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:58:21.232 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:20 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:20.911+0000 7f8671700200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-13T21:58:21.232 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:21.238+0000 7f8671700200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-13T21:58:21.541 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:21.330+0000 7f8671700200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-13T21:58:21.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:21 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:21 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:21 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:21 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:21 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:21.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:21 smithi088 ceph-mon[29179]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:21.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:21 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:21 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:21 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:21 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:21.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:21 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:21.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:21 smithi132 ceph-mon[33136]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:22.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:22.041 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:22.041 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:22.041 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:22.041 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:22.041 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:21 smithi112 ceph-mon[32555]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:22.147 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-13T21:58:22.147 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-13T21:58:22.147 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2024-05-13T21:58:22.148 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2024-05-13T21:58:22.148 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011246 s, 932 MB/s 2024-05-13T21:58:22.148 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2024-05-13T21:58:22.732 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2024-05-13T21:58:22.939 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:22 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:22.599+0000 7f8671700200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-13T21:58:22.940 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:22 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:22.772+0000 7f8671700200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-13T21:58:22.940 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:22 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:22.945+0000 7f8671700200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-13T21:58:23.234 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: Reconfiguring mgr.a (unknown last config time)... 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:23.235 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-mon[32555]: Reconfiguring daemon mgr.a on smithi088 2024-05-13T21:58:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: Reconfiguring mgr.a (unknown last config time)... 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:23.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:23 smithi088 ceph-mon[29179]: Reconfiguring daemon mgr.a on smithi088 2024-05-13T21:58:23.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:23.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:23.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:23.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: Reconfiguring mgr.a (unknown last config time)... 2024-05-13T21:58:23.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T21:58:23.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T21:58:23.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:23.478 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:23 smithi132 ceph-mon[33136]: Reconfiguring daemon mgr.a on smithi088 2024-05-13T21:58:23.532 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:23.240+0000 7f8671700200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-13T21:58:23.532 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:23.336+0000 7f8671700200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-13T21:58:23.532 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:23.538+0000 7f8671700200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-13T21:58:23.790 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:23 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:23.730+0000 7f8671700200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:24.622 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.683 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:24.683 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.683 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.684 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.684 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:24.684 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:24.684 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:24.684 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:24.325+0000 7f8671700200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:24.741 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:24.742 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:25.035 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:24.747+0000 7f8671700200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-13T21:58:25.036 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:24 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:24.842+0000 7f8671700200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-13T21:58:25.036 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:25.042+0000 7f8671700200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-13T21:58:25.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:58:25.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:58:25.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:25 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:25.708 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:58:25.708 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:58:25.708 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:25.709 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:25.567+0000 7f8671700200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-13T21:58:25.709 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:25.658+0000 7f8671700200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-13T21:58:25.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:25 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:58:25.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:25 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:58:25.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:25 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:26.023 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:25 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:25.897+0000 7f8671700200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-13T21:58:26.023 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:26 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:26.029+0000 7f8671700200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-13T21:58:26.290 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:26 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:26.123+0000 7f8671700200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-13T21:58:26.290 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:26 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:26.239+0000 7f8671700200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-13T21:58:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:26 smithi088 ceph-mon[29179]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:26 smithi088 ceph-mon[29179]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:26.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:26 smithi132 ceph-mon[33136]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:26.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:26 smithi132 ceph-mon[33136]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:26.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:26 smithi112 ceph-mon[32555]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:26.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:26 smithi112 ceph-mon[32555]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:26.791 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:26 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:26.536+0000 7f8671700200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-13T21:58:27.416 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:27.131+0000 7f8671700200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-13T21:58:27.416 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b[33926]: 2024-05-13T21:58:27.346+0000 7f8671700200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-13T21:58:27.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:27 smithi088 ceph-mon[29179]: Standby manager daemon b started 2024-05-13T21:58:27.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:27 smithi088 ceph-mon[29179]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T21:58:27.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:27 smithi088 ceph-mon[29179]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T21:58:27.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:27 smithi088 ceph-mon[29179]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T21:58:27.670 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:27 smithi088 ceph-mon[29179]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T21:58:27.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:27 smithi132 ceph-mon[33136]: Standby manager daemon b started 2024-05-13T21:58:27.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:27 smithi132 ceph-mon[33136]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T21:58:27.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:27 smithi132 ceph-mon[33136]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T21:58:27.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:27 smithi132 ceph-mon[33136]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T21:58:27.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:27 smithi132 ceph-mon[33136]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T21:58:27.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-mon[32555]: Standby manager daemon b started 2024-05-13T21:58:27.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-mon[32555]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-13T21:58:27.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-mon[32555]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-13T21:58:27.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-mon[32555]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-13T21:58:27.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:27 smithi112 ceph-mon[32555]: from='mgr.? 172.21.15.112:0/2875768711' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: mgrmap e14: a(active, since 74s), standbys: b 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/800908213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cd5d93b-45f2-4ae5-983d-f8651d813e8d"}]: dispatch 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/800908213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cd5d93b-45f2-4ae5-983d-f8651d813e8d"}]': finished 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: osdmap e5: 1 total, 0 up, 1 in 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:28.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:28 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/2601952808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:58:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: mgrmap e14: a(active, since 74s), standbys: b 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/800908213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cd5d93b-45f2-4ae5-983d-f8651d813e8d"}]: dispatch 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/800908213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cd5d93b-45f2-4ae5-983d-f8651d813e8d"}]': finished 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: osdmap e5: 1 total, 0 up, 1 in 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:28.791 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:28 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/2601952808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:58:28.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:28.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: mgrmap e14: a(active, since 74s), standbys: b 2024-05-13T21:58:28.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-13T21:58:28.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/800908213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5cd5d93b-45f2-4ae5-983d-f8651d813e8d"}]: dispatch 2024-05-13T21:58:28.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/800908213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5cd5d93b-45f2-4ae5-983d-f8651d813e8d"}]': finished 2024-05-13T21:58:28.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: osdmap e5: 1 total, 0 up, 1 in 2024-05-13T21:58:28.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:28.920 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:28 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2601952808' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:58:30.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:30 smithi132 ceph-mon[33136]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:30.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:30 smithi112 ceph-mon[32555]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:30.862 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:30 smithi088 ceph-mon[29179]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:32.686 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:32 smithi088 ceph-mon[29179]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:32.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:32 smithi132 ceph-mon[33136]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:32.776 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:32 smithi112 ceph-mon[32555]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:34.644 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:34 smithi088 ceph-mon[29179]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:34.645 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:34 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T21:58:34.645 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:34 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:34.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:34 smithi132 ceph-mon[33136]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:34.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:34 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T21:58:34.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:34 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:34.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:34 smithi112 ceph-mon[32555]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:34.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:34 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T21:58:34.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:34 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:35.521 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:35 smithi088 ceph-mon[29179]: Deploying daemon osd.0 on smithi088 2024-05-13T21:58:35.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:35 smithi132 ceph-mon[33136]: Deploying daemon osd.0 on smithi088 2024-05-13T21:58:35.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:35 smithi112 ceph-mon[32555]: Deploying daemon osd.0 on smithi088 2024-05-13T21:58:36.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:36 smithi088 ceph-mon[29179]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:36.729 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:36 smithi132 ceph-mon[33136]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:36.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:36 smithi112 ceph-mon[32555]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:38.580 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:38 smithi088 ceph-mon[29179]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:38.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:38 smithi132 ceph-mon[33136]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:38.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:38 smithi112 ceph-mon[32555]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:40.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:39 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:40.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:39 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:40.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:39 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:40.169 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:39 smithi088 ceph-mon[29179]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:40.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:39 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:40.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:39 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:40.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:39 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:40.227 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:39 smithi132 ceph-mon[33136]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:40.290 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:39 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:40.290 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:39 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:40.290 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:39 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:40.290 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:39 smithi112 ceph-mon[32555]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:42.382 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.382 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.382 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:42.382 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:42.382 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.382 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:42.383 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:42 smithi088 ceph-mon[29179]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-13T21:58:42.469 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 0 on host 'smithi088' 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:42.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:42 smithi132 ceph-mon[33136]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-13T21:58:42.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:42.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:42.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:42.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:42.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:42 smithi112 ceph-mon[32555]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-13T21:58:43.041 DEBUG:teuthology.orchestra.run.smithi088:osd.0> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.0.service 2024-05-13T21:58:43.044 INFO:tasks.cephadm:Deploying osd.1 on smithi112 with /dev/vg_nvme/lv_4... 2024-05-13T21:58:43.044 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-13T21:58:43.290 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.b/config 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: osdmap e6: 1 total, 0 up, 1 in 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:43.332 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:43.333 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:58:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0[40791]: 2024-05-13T21:58:43.156+0000 7f0276e47700 -1 osd.0 0 waiting for initial osdmap 2024-05-13T21:58:43.333 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:58:43 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0[40791]: 2024-05-13T21:58:43.161+0000 7f0272c3a700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-13T21:58:43.412 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-13T21:58:43.412 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: osdmap e6: 1 total, 0 up, 1 in 2024-05-13T21:58:43.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-05-13T21:58:43.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:43.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:43.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:43.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:43.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-13T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: osdmap e6: 1 total, 0 up, 1 in 2024-05-13T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-05-13T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:58:44.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:44 smithi088 ceph-mon[29179]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-05-13T21:58:44.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:44 smithi088 ceph-mon[29179]: osdmap e7: 1 total, 0 up, 1 in 2024-05-13T21:58:44.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:44.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:44.419 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:44 smithi088 ceph-mon[29179]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:44.453 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:44 smithi112 ceph-mon[32555]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-05-13T21:58:44.453 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:44 smithi112 ceph-mon[32555]: osdmap e7: 1 total, 0 up, 1 in 2024-05-13T21:58:44.453 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:44 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:44.453 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:44 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:44.453 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:44 smithi112 ceph-mon[32555]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:44.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:44 smithi132 ceph-mon[33136]: from='osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-05-13T21:58:44.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:44 smithi132 ceph-mon[33136]: osdmap e7: 1 total, 0 up, 1 in 2024-05-13T21:58:44.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:44 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:44.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:44 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:44.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:44 smithi132 ceph-mon[33136]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-13T21:58:45.122 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-13T21:58:45.122 INFO:teuthology.orchestra.run.smithi112.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-13T21:58:45.122 INFO:teuthology.orchestra.run.smithi112.stderr: stderr: 10+0 records in 2024-05-13T21:58:45.123 INFO:teuthology.orchestra.run.smithi112.stderr:10+0 records out 2024-05-13T21:58:45.123 INFO:teuthology.orchestra.run.smithi112.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0116268 s, 902 MB/s 2024-05-13T21:58:45.123 INFO:teuthology.orchestra.run.smithi112.stderr:--> Zapping successful for: 2024-05-13T21:58:45.388 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:45 smithi088 ceph-mon[29179]: purged_snaps scrub starts 2024-05-13T21:58:45.388 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:45 smithi088 ceph-mon[29179]: purged_snaps scrub ok 2024-05-13T21:58:45.388 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:45 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:45.388 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:45 smithi088 ceph-mon[29179]: osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115] boot 2024-05-13T21:58:45.388 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:45 smithi088 ceph-mon[29179]: osdmap e8: 1 total, 1 up, 1 in 2024-05-13T21:58:45.388 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:45 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:45.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:45 smithi112 ceph-mon[32555]: purged_snaps scrub starts 2024-05-13T21:58:45.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:45 smithi112 ceph-mon[32555]: purged_snaps scrub ok 2024-05-13T21:58:45.413 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:45 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:45.414 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:45 smithi112 ceph-mon[32555]: osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115] boot 2024-05-13T21:58:45.414 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:45 smithi112 ceph-mon[32555]: osdmap e8: 1 total, 1 up, 1 in 2024-05-13T21:58:45.414 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:45 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:45.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:45 smithi132 ceph-mon[33136]: purged_snaps scrub starts 2024-05-13T21:58:45.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:45 smithi132 ceph-mon[33136]: purged_snaps scrub ok 2024-05-13T21:58:45.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:45 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:45.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:45 smithi132 ceph-mon[33136]: osd.0 [v2:172.21.15.88:6802/2340021115,v1:172.21.15.88:6803/2340021115] boot 2024-05-13T21:58:45.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:45 smithi132 ceph-mon[33136]: osdmap e8: 1 total, 1 up, 1 in 2024-05-13T21:58:45.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:45 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-13T21:58:45.743 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi112:vg_nvme/lv_4 2024-05-13T21:58:45.986 INFO:teuthology.orchestra.run.smithi112.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.b/config 2024-05-13T21:58:46.383 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: osdmap e9: 1 total, 1 up, 1 in 2024-05-13T21:58:46.383 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:46.383 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.383 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.383 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:58:46.384 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.384 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:46.384 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:46.384 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:46 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: osdmap e9: 1 total, 1 up, 1 in 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:46.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:46 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: osdmap e9: 1 total, 1 up, 1 in 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:58:46.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:46 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:58:47.241 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:47 smithi112 ceph-mon[32555]: Detected new or changed devices on smithi088 2024-05-13T21:58:47.242 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:47 smithi112 ceph-mon[32555]: Adjusting osd_memory_target on smithi088 to 17088M 2024-05-13T21:58:47.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:47 smithi132 ceph-mon[33136]: Detected new or changed devices on smithi088 2024-05-13T21:58:47.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:47 smithi132 ceph-mon[33136]: Adjusting osd_memory_target on smithi088 to 17088M 2024-05-13T21:58:47.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:47 smithi088 ceph-mon[29179]: Detected new or changed devices on smithi088 2024-05-13T21:58:47.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:47 smithi088 ceph-mon[29179]: Adjusting osd_memory_target on smithi088 to 17088M 2024-05-13T21:58:48.435 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:48 smithi112 ceph-mon[32555]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:48.435 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:48 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:58:48.435 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:48 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:58:48.435 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:48 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:48.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:48 smithi132 ceph-mon[33136]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:48.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:48 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:58:48.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:48 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:58:48.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:48 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:48.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:48 smithi088 ceph-mon[29179]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:48.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:48 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:58:48.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:48 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:58:48.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:48 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:49.330 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:49 smithi112 ceph-mon[32555]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:49.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:49 smithi132 ceph-mon[33136]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:49.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:49 smithi088 ceph-mon[29179]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi112:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:58:50.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:50 smithi132 ceph-mon[33136]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:50.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:50 smithi132 ceph-mon[33136]: from='client.? 172.21.15.112:0/1300378212' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]: dispatch 2024-05-13T21:58:50.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:50 smithi132 ceph-mon[33136]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]: dispatch 2024-05-13T21:58:50.477 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:50 smithi132 ceph-mon[33136]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]': finished 2024-05-13T21:58:50.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:50 smithi112 ceph-mon[32555]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:50.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:50 smithi112 ceph-mon[32555]: from='client.? 172.21.15.112:0/1300378212' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]: dispatch 2024-05-13T21:58:50.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:50 smithi112 ceph-mon[32555]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]: dispatch 2024-05-13T21:58:50.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:50 smithi112 ceph-mon[32555]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]': finished 2024-05-13T21:58:50.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:50 smithi088 ceph-mon[29179]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:50.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:50 smithi088 ceph-mon[29179]: from='client.? 172.21.15.112:0/1300378212' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]: dispatch 2024-05-13T21:58:50.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:50 smithi088 ceph-mon[29179]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]: dispatch 2024-05-13T21:58:50.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:50 smithi088 ceph-mon[29179]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f1749fc-5677-4e37-b31a-e82b0e69522e"}]': finished 2024-05-13T21:58:51.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:51 smithi132 ceph-mon[33136]: osdmap e10: 2 total, 1 up, 2 in 2024-05-13T21:58:51.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:51 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:58:51.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:51 smithi132 ceph-mon[33136]: from='client.? 172.21.15.112:0/107789901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:58:51.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:51 smithi112 ceph-mon[32555]: osdmap e10: 2 total, 1 up, 2 in 2024-05-13T21:58:51.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:51 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:58:51.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:51 smithi112 ceph-mon[32555]: from='client.? 172.21.15.112:0/107789901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:58:51.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:51 smithi088 ceph-mon[29179]: osdmap e10: 2 total, 1 up, 2 in 2024-05-13T21:58:51.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:51 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:58:51.671 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:51 smithi088 ceph-mon[29179]: from='client.? 172.21.15.112:0/107789901' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:58:52.451 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:52 smithi112 ceph-mon[32555]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:52.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:52 smithi132 ceph-mon[33136]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:52.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:52 smithi088 ceph-mon[29179]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:54.542 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:54 smithi112 ceph-mon[32555]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:54.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:54 smithi132 ceph-mon[33136]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:54.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:54 smithi088 ceph-mon[29179]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:56.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:56 smithi132 ceph-mon[33136]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:56.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:56 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T21:58:56.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:56 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:56.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:56 smithi112 ceph-mon[32555]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:56.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:56 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T21:58:56.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:56 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:56.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:56 smithi088 ceph-mon[29179]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:56.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:56 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T21:58:56.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:56 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:58:57.690 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:57 smithi112 ceph-mon[32555]: Deploying daemon osd.1 on smithi112 2024-05-13T21:58:57.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:57 smithi132 ceph-mon[33136]: Deploying daemon osd.1 on smithi112 2024-05-13T21:58:57.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:57 smithi088 ceph-mon[29179]: Deploying daemon osd.1 on smithi112 2024-05-13T21:58:58.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:58:58 smithi112 ceph-mon[32555]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:58.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:58:58 smithi132 ceph-mon[33136]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:58:58.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:58:58 smithi088 ceph-mon[29179]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:00.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:00 smithi112 ceph-mon[32555]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:00.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:00 smithi132 ceph-mon[33136]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:00.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:00 smithi088 ceph-mon[29179]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:02.620 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:02 smithi112 ceph-mon[32555]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:02.620 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:02 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:02.620 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:02 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:02.620 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:02 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:02.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:02 smithi132 ceph-mon[33136]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:02.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:02 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:02.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:02 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:02.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:02 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:02.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:02 smithi088 ceph-mon[29179]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:02.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:02 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:02.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:02 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:02.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:02 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:04.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:04 smithi132 ceph-mon[33136]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:04.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:04 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:04 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:04 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:04.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:04 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:04.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:04 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:04 smithi112 ceph-mon[32555]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:04.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:04 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:04 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:04 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:04.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:04 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:04.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:04 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:04 smithi088 ceph-mon[29179]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:04.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:04 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:04 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:04.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:04 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:04.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:04 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:04.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:04 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:05.373 INFO:teuthology.orchestra.run.smithi112.stdout:Created osd(s) 1 on host 'smithi112' 2024-05-13T21:59:05.670 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:05 smithi112 ceph-mon[32555]: from='osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T21:59:05.670 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:05 smithi112 ceph-mon[32555]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T21:59:05.670 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:05 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:05.670 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:05 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:05.670 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:05 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:05.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:05 smithi132 ceph-mon[33136]: from='osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T21:59:05.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:05 smithi132 ceph-mon[33136]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T21:59:05.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:05 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:05.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:05 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:05.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:05 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:05.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:05 smithi088 ceph-mon[29179]: from='osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T21:59:05.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:05 smithi088 ceph-mon[29179]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-13T21:59:05.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:05 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:05.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:05 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:05.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:05 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:06.006 DEBUG:teuthology.orchestra.run.smithi112:osd.1> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.1.service 2024-05-13T21:59:06.009 INFO:tasks.cephadm:Deploying osd.2 on smithi132 with /dev/vg_nvme/lv_4... 2024-05-13T21:59:06.009 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-13T21:59:06.253 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T21:59:06.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:06 smithi112 ceph-mon[32555]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:06.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:06 smithi112 ceph-mon[32555]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-13T21:59:06.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:06 smithi112 ceph-mon[32555]: osdmap e11: 2 total, 1 up, 2 in 2024-05-13T21:59:06.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:06 smithi112 ceph-mon[32555]: from='osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-05-13T21:59:06.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:06 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:06.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:06 smithi112 ceph-mon[32555]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-05-13T21:59:06.540 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:06 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1[36756]: 2024-05-13T21:59:06.473+0000 7fa41fdb5700 -1 osd.1 0 waiting for initial osdmap 2024-05-13T21:59:06.541 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:06 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1[36756]: 2024-05-13T21:59:06.475+0000 7fa41bba8700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-13T21:59:06.631 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:06 smithi132 ceph-mon[33136]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:06.631 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:06 smithi132 ceph-mon[33136]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-13T21:59:06.631 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:06 smithi132 ceph-mon[33136]: osdmap e11: 2 total, 1 up, 2 in 2024-05-13T21:59:06.631 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:06 smithi132 ceph-mon[33136]: from='osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-05-13T21:59:06.631 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:06 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:06.631 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:06 smithi132 ceph-mon[33136]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-05-13T21:59:06.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:06 smithi088 ceph-mon[29179]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:06.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:06 smithi088 ceph-mon[29179]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-13T21:59:06.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:06 smithi088 ceph-mon[29179]: osdmap e11: 2 total, 1 up, 2 in 2024-05-13T21:59:06.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:06 smithi088 ceph-mon[29179]: from='osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-05-13T21:59:06.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:06 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:06.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:06 smithi088 ceph-mon[29179]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]: dispatch 2024-05-13T21:59:07.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:07 smithi112 ceph-mon[32555]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-05-13T21:59:07.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:07 smithi112 ceph-mon[32555]: osdmap e12: 2 total, 1 up, 2 in 2024-05-13T21:59:07.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:07 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:07 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:07 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:07 smithi132 ceph-mon[33136]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-05-13T21:59:07.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:07 smithi132 ceph-mon[33136]: osdmap e12: 2 total, 1 up, 2 in 2024-05-13T21:59:07.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:07 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:07 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:07 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:07 smithi088 ceph-mon[29179]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi112", "root=default"]}]': finished 2024-05-13T21:59:07.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:07 smithi088 ceph-mon[29179]: osdmap e12: 2 total, 1 up, 2 in 2024-05-13T21:59:07.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:07 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:07 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:07 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:07.990 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-13T21:59:07.990 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-13T21:59:07.991 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10+0 records in 2024-05-13T21:59:07.991 INFO:teuthology.orchestra.run.smithi132.stderr:10+0 records out 2024-05-13T21:59:07.991 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128932 s, 813 MB/s 2024-05-13T21:59:07.991 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping successful for: 2024-05-13T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:08 smithi132 ceph-mon[33136]: purged_snaps scrub starts 2024-05-13T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:08 smithi132 ceph-mon[33136]: purged_snaps scrub ok 2024-05-13T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:08 smithi132 ceph-mon[33136]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:08 smithi132 ceph-mon[33136]: osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849] boot 2024-05-13T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:08 smithi132 ceph-mon[33136]: osdmap e13: 2 total, 2 up, 2 in 2024-05-13T21:59:08.574 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:08 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:08.601 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch daemon add osd smithi132:vg_nvme/lv_4 2024-05-13T21:59:08.692 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:08 smithi112 ceph-mon[32555]: purged_snaps scrub starts 2024-05-13T21:59:08.692 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:08 smithi112 ceph-mon[32555]: purged_snaps scrub ok 2024-05-13T21:59:08.692 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:08 smithi112 ceph-mon[32555]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:08.693 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:08 smithi112 ceph-mon[32555]: osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849] boot 2024-05-13T21:59:08.693 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:08 smithi112 ceph-mon[32555]: osdmap e13: 2 total, 2 up, 2 in 2024-05-13T21:59:08.693 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:08 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:08.839 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.c/config 2024-05-13T21:59:08.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:08 smithi088 ceph-mon[29179]: purged_snaps scrub starts 2024-05-13T21:59:08.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:08 smithi088 ceph-mon[29179]: purged_snaps scrub ok 2024-05-13T21:59:08.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:08 smithi088 ceph-mon[29179]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-05-13T21:59:08.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:08 smithi088 ceph-mon[29179]: osd.1 [v2:172.21.15.112:6800/2906015849,v1:172.21.15.112:6801/2906015849] boot 2024-05-13T21:59:08.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:08 smithi088 ceph-mon[29179]: osdmap e13: 2 total, 2 up, 2 in 2024-05-13T21:59:08.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:08 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-13T21:59:09.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: osdmap e14: 2 total, 2 up, 2 in 2024-05-13T21:59:09.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:59:09.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:09.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:09.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: osdmap e14: 2 total, 2 up, 2 in 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:09.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.819 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: osdmap e14: 2 total, 2 up, 2 in 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:09.820 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:10.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:10 smithi112 ceph-mon[32555]: Detected new or changed devices on smithi112 2024-05-13T21:59:10.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:10 smithi112 ceph-mon[32555]: Adjusting osd_memory_target on smithi112 to 17088M 2024-05-13T21:59:10.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:10 smithi112 ceph-mon[32555]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:10.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:10 smithi088 ceph-mon[29179]: Detected new or changed devices on smithi112 2024-05-13T21:59:10.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:10 smithi088 ceph-mon[29179]: Adjusting osd_memory_target on smithi112 to 17088M 2024-05-13T21:59:10.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:10 smithi088 ceph-mon[29179]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:10.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:10 smithi132 ceph-mon[33136]: Detected new or changed devices on smithi112 2024-05-13T21:59:10.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:10 smithi132 ceph-mon[33136]: Adjusting osd_memory_target on smithi112 to 17088M 2024-05-13T21:59:10.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:10 smithi132 ceph-mon[33136]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:11.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:59:11.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:59:11.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:11 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:11.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:59:11.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:59:11.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:11 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:11.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-13T21:59:11.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-13T21:59:11.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:11 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:12.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:12 smithi112 ceph-mon[32555]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:59:12.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:12 smithi112 ceph-mon[32555]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:12.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:12 smithi088 ceph-mon[29179]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:59:12.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:12 smithi088 ceph-mon[29179]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:12.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:12 smithi132 ceph-mon[33136]: from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T21:59:12.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:12 smithi132 ceph-mon[33136]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:13.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:13 smithi112 ceph-mon[32555]: from='client.? 172.21.15.132:0/1001826978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]: dispatch 2024-05-13T21:59:13.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:13 smithi112 ceph-mon[32555]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]: dispatch 2024-05-13T21:59:13.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:13 smithi112 ceph-mon[32555]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]': finished 2024-05-13T21:59:13.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:13 smithi112 ceph-mon[32555]: osdmap e15: 3 total, 2 up, 3 in 2024-05-13T21:59:13.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:13 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:13.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:13 smithi088 ceph-mon[29179]: from='client.? 172.21.15.132:0/1001826978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]: dispatch 2024-05-13T21:59:13.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:13 smithi088 ceph-mon[29179]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]: dispatch 2024-05-13T21:59:13.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:13 smithi088 ceph-mon[29179]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]': finished 2024-05-13T21:59:13.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:13 smithi088 ceph-mon[29179]: osdmap e15: 3 total, 2 up, 3 in 2024-05-13T21:59:13.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:13 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:13.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:13 smithi132 ceph-mon[33136]: from='client.? 172.21.15.132:0/1001826978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]: dispatch 2024-05-13T21:59:13.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:13 smithi132 ceph-mon[33136]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]: dispatch 2024-05-13T21:59:13.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:13 smithi132 ceph-mon[33136]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a101c8d-9aaa-44aa-a4af-ebc455b0c878"}]': finished 2024-05-13T21:59:13.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:13 smithi132 ceph-mon[33136]: osdmap e15: 3 total, 2 up, 3 in 2024-05-13T21:59:13.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:13 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:14.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:14 smithi112 ceph-mon[32555]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:14.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:14 smithi112 ceph-mon[32555]: from='client.? 172.21.15.132:0/801850050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:59:14.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:14 smithi088 ceph-mon[29179]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:14.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:14 smithi088 ceph-mon[29179]: from='client.? 172.21.15.132:0/801850050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:59:14.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:14 smithi132 ceph-mon[33136]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:14.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:14 smithi132 ceph-mon[33136]: from='client.? 172.21.15.132:0/801850050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-13T21:59:16.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:16 smithi112 ceph-mon[32555]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:16.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:16 smithi088 ceph-mon[29179]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:16.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:16 smithi132 ceph-mon[33136]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:18.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:18 smithi112 ceph-mon[32555]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:18.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:18 smithi088 ceph-mon[29179]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:18.967 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:18 smithi132 ceph-mon[33136]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:19.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:19 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T21:59:19.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:19 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:19.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:19 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T21:59:19.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:19 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:19.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:19 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T21:59:19.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:19 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:20.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:20 smithi112 ceph-mon[32555]: Deploying daemon osd.2 on smithi132 2024-05-13T21:59:20.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:20 smithi112 ceph-mon[32555]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:20.847 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:20 smithi132 ceph-mon[33136]: Deploying daemon osd.2 on smithi132 2024-05-13T21:59:20.847 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:20 smithi132 ceph-mon[33136]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:20 smithi088 ceph-mon[29179]: Deploying daemon osd.2 on smithi132 2024-05-13T21:59:20.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:20 smithi088 ceph-mon[29179]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:22.759 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:22 smithi132 ceph-mon[33136]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:22.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:22 smithi112 ceph-mon[32555]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:22.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:22 smithi088 ceph-mon[29179]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:24.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:24 smithi112 ceph-mon[32555]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:24.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:24.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:24.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:24 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:24.808 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:24 smithi132 ceph-mon[33136]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:24.808 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:24.809 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:24.809 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:24 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:24.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:24 smithi088 ceph-mon[29179]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:24.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:24.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:24.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:24 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:26.711 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:26 smithi132 ceph-mon[33136]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:26.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:26 smithi112 ceph-mon[32555]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:26.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:26 smithi088 ceph-mon[29179]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:27.658 INFO:teuthology.orchestra.run.smithi132.stdout:Created osd(s) 2 on host 'smithi132' 2024-05-13T21:59:28.275 DEBUG:teuthology.orchestra.run.smithi132:osd.2> sudo journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.2.service 2024-05-13T21:59:28.278 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-13T21:59:28.278 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd stat -f json 2024-05-13T21:59:28.528 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:28.649 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:28.649 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: from='osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T21:59:28.649 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T21:59:28.650 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.650 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.650 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.650 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: from='osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T21:59:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T21:59:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: from='osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:28.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:29.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:29 smithi112 ceph-mon[32555]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-13T21:59:29.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:29 smithi112 ceph-mon[32555]: osdmap e16: 3 total, 2 up, 3 in 2024-05-13T21:59:29.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:29 smithi112 ceph-mon[32555]: from='osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-05-13T21:59:29.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:29 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:29.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:29 smithi112 ceph-mon[32555]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-05-13T21:59:29.790 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:29 smithi112 ceph-mon[32555]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-05-13T21:59:29.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:29 smithi088 ceph-mon[29179]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-13T21:59:29.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:29 smithi088 ceph-mon[29179]: osdmap e16: 3 total, 2 up, 3 in 2024-05-13T21:59:29.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:29 smithi088 ceph-mon[29179]: from='osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-05-13T21:59:29.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:29 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:29.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:29 smithi088 ceph-mon[29179]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-05-13T21:59:29.853 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:29 smithi088 ceph-mon[29179]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-05-13T21:59:29.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:29 smithi132 ceph-mon[33136]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-13T21:59:29.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:29 smithi132 ceph-mon[33136]: osdmap e16: 3 total, 2 up, 3 in 2024-05-13T21:59:29.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:29 smithi132 ceph-mon[33136]: from='osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-05-13T21:59:29.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:29 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:29.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:29 smithi132 ceph-mon[33136]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-05-13T21:59:29.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:29 smithi132 ceph-mon[33136]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-05-13T21:59:29.977 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:29 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2[37279]: 2024-05-13T21:59:29.537+0000 7f1456829700 -1 osd.2 0 waiting for initial osdmap 2024-05-13T21:59:29.977 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:29 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2[37279]: 2024-05-13T21:59:29.543+0000 7f145261c700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-13T21:59:30.252 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:59:30.525 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:30 smithi132 ceph-mon[33136]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:30.774 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:30 smithi088 ceph-mon[29179]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:30.775 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:30 smithi088 ceph-mon[29179]: osdmap e17: 3 total, 2 up, 3 in 2024-05-13T21:59:30.775 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:30 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:30.775 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:30 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:30.775 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:30 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1900175841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T21:59:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:30 smithi112 ceph-mon[32555]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:30 smithi112 ceph-mon[32555]: osdmap e17: 3 total, 2 up, 3 in 2024-05-13T21:59:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:30 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:30 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:30 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/1900175841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T21:59:30.790 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:30 smithi132 ceph-mon[33136]: osdmap e17: 3 total, 2 up, 3 in 2024-05-13T21:59:30.790 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:30 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:30.790 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:30 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:30.790 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:30 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/1900175841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T21:59:30.802 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1715637547,"num_in_osds":3,"osd_in_since":1715637552,"num_remapped_pgs":0} 2024-05-13T21:59:31.803 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd stat -f json 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: purged_snaps scrub starts 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: purged_snaps scrub ok 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587] boot 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: osdmap e18: 3 total, 3 up, 3 in 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:31.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:31.977 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:31 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.037 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:32.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: purged_snaps scrub starts 2024-05-13T21:59:32.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: purged_snaps scrub ok 2024-05-13T21:59:32.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:32.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587] boot 2024-05-13T21:59:32.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: osdmap e18: 3 total, 3 up, 3 in 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:32.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:31 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: purged_snaps scrub starts 2024-05-13T21:59:32.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: purged_snaps scrub ok 2024-05-13T21:59:32.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:32.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: osd.2 [v2:172.21.15.132:6800/4021918587,v1:172.21.15.132:6801/4021918587] boot 2024-05-13T21:59:32.159 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: osdmap e18: 3 total, 3 up, 3 in 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T21:59:32.160 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:31 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:32.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: Detected new or changed devices on smithi132 2024-05-13T21:59:32.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: Adjusting osd_memory_target on smithi132 to 21184M 2024-05-13T21:59:32.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:32.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' 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-13T21:59:32.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' 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-13T21:59:32.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: osdmap e19: 3 total, 3 up, 3 in 2024-05-13T21:59:32.919 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: Detected new or changed devices on smithi132 2024-05-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: Adjusting osd_memory_target on smithi132 to 21184M 2024-05-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' 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-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' 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-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: osdmap e19: 3 total, 3 up, 3 in 2024-05-13T21:59:32.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-13T21:59:33.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: Detected new or changed devices on smithi132 2024-05-13T21:59:33.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: Adjusting osd_memory_target on smithi132 to 21184M 2024-05-13T21:59:33.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-05-13T21:59:33.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' 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-13T21:59:33.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' 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-13T21:59:33.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: osdmap e19: 3 total, 3 up, 3 in 2024-05-13T21:59:33.040 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-13T21:59:33.668 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44556]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T21:59:33.668 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44556]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:33.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44556]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:33.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44556]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:33.722 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:59:34.094 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44579]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T21:59:34.094 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44579]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:34.094 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44579]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:34.094 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 21:59:33 smithi088 sudo[44579]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:34.208 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:34 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-13T21:59:34.208 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:34 smithi112 ceph-mon[32555]: osdmap e20: 3 total, 3 up, 3 in 2024-05-13T21:59:34.208 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:34 smithi112 ceph-mon[32555]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:34.208 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:34 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:34.208 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:34 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/4029876470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T21:59:34.209 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:33 smithi112 sudo[40311]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T21:59:34.209 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:33 smithi112 sudo[40311]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:34.209 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:33 smithi112 sudo[40311]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:34.209 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:33 smithi112 sudo[40311]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:34.311 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1715637570,"num_in_osds":3,"osd_in_since":1715637552,"num_remapped_pgs":0} 2024-05-13T21:59:34.311 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-13T21:59:34.418 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:34 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-13T21:59:34.418 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:34 smithi088 ceph-mon[29179]: osdmap e20: 3 total, 3 up, 3 in 2024-05-13T21:59:34.418 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:34 smithi088 ceph-mon[29179]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:34.418 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:34 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:34.418 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:34 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/4029876470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T21:59:34.470 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:34 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-13T21:59:34.471 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:34 smithi132 ceph-mon[33136]: osdmap e20: 3 total, 3 up, 3 in 2024-05-13T21:59:34.471 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:34 smithi132 ceph-mon[33136]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:34.471 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:34 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:34.471 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:34 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/4029876470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-13T21:59:34.539 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:34 smithi112 sudo[40314]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T21:59:34.539 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:34 smithi112 sudo[40314]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:34.539 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:34 smithi112 sudo[40314]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:34.539 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 21:59:34 smithi112 sudo[40314]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:34.546 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:34.725 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40723]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T21:59:34.725 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40723]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:34.725 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40723]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:34.725 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40723]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:34.976 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40726]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T21:59:34.976 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40726]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:34.976 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40726]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:34.976 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 21:59:34 smithi132 sudo[40726]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:35.206 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44689]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T21:59:35.207 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44689]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:35.207 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44689]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:35.207 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44689]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44693]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44693]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44693]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 sudo[44693]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 ceph-mon[29179]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 ceph-mon[29179]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:35.491 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:35 smithi088 ceph-mon[29179]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 ceph-mon[33136]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 ceph-mon[33136]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 ceph-mon[33136]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40729]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40729]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:35.516 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40729]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:35.517 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40729]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:35.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:35 smithi112 ceph-mon[32555]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-13T21:59:35.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:35 smithi112 ceph-mon[32555]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T21:59:35.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:35 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:35.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:35 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T21:59:35.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:35 smithi112 ceph-mon[32555]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:35.849 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40732]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T21:59:35.849 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40732]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:35.849 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40732]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:35.849 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:35 smithi132 sudo[40732]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:36.174 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:59:36.174 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","created":"2024-05-13T21:56:16.294536+0000","modified":"2024-05-13T21:59:34.096871+0000","last_up_change":"2024-05-13T21:59:30.538522+0000","last_in_change":"2024-05-13T21:59:12.994515+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"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-13T21:59:31.679676+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":3,"score_stable":3,"optimal_score":1,"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":"5cd5d93b-45f2-4ae5-983d-f8651d813e8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6803","nonce":2340021115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6805","nonce":2340021115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6809","nonce":2340021115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6807","nonce":2340021115}]},"public_addr":"172.21.15.88:6803/2340021115","cluster_addr":"172.21.15.88:6805/2340021115","heartbeat_back_addr":"172.21.15.88:6809/2340021115","heartbeat_front_addr":"172.21.15.88:6807/2340021115","state":["exists","up"]},{"osd":1,"uuid":"2f1749fc-5677-4e37-b31a-e82b0e69522e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6801","nonce":2906015849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6803","nonce":2906015849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6807","nonce":2906015849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6805","nonce":2906015849}]},"public_addr":"172.21.15.112:6801/2906015849","cluster_addr":"172.21.15.112:6803/2906015849","heartbeat_back_addr":"172.21.15.112:6807/2906015849","heartbeat_front_addr":"172.21.15.112:6805/2906015849","state":["exists","up"]},{"osd":2,"uuid":"6a101c8d-9aaa-44aa-a4af-ebc455b0c878","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6801","nonce":4021918587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6803","nonce":4021918587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6807","nonce":4021918587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6805","nonce":4021918587}]},"public_addr":"172.21.15.132:6801/4021918587","cluster_addr":"172.21.15.132:6803/4021918587","heartbeat_back_addr":"172.21.15.132:6807/4021918587","heartbeat_front_addr":"172.21.15.132:6805/4021918587","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-13T21:58:43.018656+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-13T21:59:05.794961+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-13T21:59:28.524404+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/41407585":"2024-05-14T21:57:13.363604+0000","172.21.15.88:6800/41407585":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/1996771911":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/498807119":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/821695405":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/467106243":"2024-05-14T21:56:47.647042+0000","172.21.15.88:6800/3233443046":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/3252461206":"2024-05-14T21:56:47.647042+0000","172.21.15.88:6801/3233443046":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/3425280805":"2024-05-14T21:57:13.363604+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-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40317]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40317]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40317]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40317]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40320]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40320]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40320]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 sudo[40320]: pam_unix(sudo:session): session closed for user root 2024-05-13T21:59:36.267 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.482 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:36.483 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.483 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.483 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.483 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3658763795' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:36.483 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:36 smithi088 ceph-mon[29179]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/3658763795' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:36.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:36 smithi112 ceph-mon[32555]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: pgmap v82: 1 pgs: 1 active+clean; 449 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-13T21:59:36.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T21:59:36.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T21:59:36.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T21:59:36.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3658763795' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:36.727 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:36 smithi132 ceph-mon[33136]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-13T21:59:36.785 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-13T21:59:31.679676+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': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-13T21:59:36.786 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-13T21:59:37.019 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:38.687 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2024-05-13T21:59:38.688 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:38 smithi088 ceph-mon[29179]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:38.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:38 smithi132 ceph-mon[33136]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:38.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:38 smithi112 ceph-mon[32555]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:39.299 INFO:tasks.cephadm:Setting up client nodes... 2024-05-13T21:59:39.299 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-13T21:59:39.299 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-13T21:59:39.299 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph mgr dump --format=json 2024-05-13T21:59:39.539 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:39.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:39 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/2878283018' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-13T21:59:39.761 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:39 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2878283018' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-13T21:59:39.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:39 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/2878283018' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-13T21:59:40.577 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:40 smithi088 ceph-mon[29179]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 346 KiB/s wr, 23 op/s 2024-05-13T21:59:40.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:40 smithi132 ceph-mon[33136]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 346 KiB/s wr, 23 op/s 2024-05-13T21:59:40.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:40 smithi112 ceph-mon[32555]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 6.8 KiB/s rd, 346 KiB/s wr, 23 op/s 2024-05-13T21:59:41.138 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:59:41.700 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:41 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/276770567' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-13T21:59:41.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:41 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/276770567' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-13T21:59:41.726 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":644252478},{"type":"v1","addr":"172.21.15.88:6801","nonce":644252478}]},"active_addr":"172.21.15.88:6801/644252478","active_change":"2024-05-13T21:57:13.363715+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"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.88: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.88:0","nonce":1520877015}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":393298894}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":3488342356}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":902185896}]}]} 2024-05-13T21:59:41.733 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-13T21:59:41.733 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-13T21:59:41.733 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-13T21:59:41.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:41 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/276770567' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-13T21:59:41.965 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:42.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:42 smithi088 ceph-mon[29179]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.9 KiB/s rd, 251 KiB/s wr, 16 op/s 2024-05-13T21:59:42.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:42 smithi132 ceph-mon[33136]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.9 KiB/s rd, 251 KiB/s wr, 16 op/s 2024-05-13T21:59:42.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:42 smithi112 ceph-mon[32555]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 4.9 KiB/s rd, 251 KiB/s wr, 16 op/s 2024-05-13T21:59:43.583 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:59:43.583 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","created":"2024-05-13T21:56:16.294536+0000","modified":"2024-05-13T21:59:34.096871+0000","last_up_change":"2024-05-13T21:59:30.538522+0000","last_in_change":"2024-05-13T21:59:12.994515+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"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-13T21:59:31.679676+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":3,"score_stable":3,"optimal_score":1,"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":"5cd5d93b-45f2-4ae5-983d-f8651d813e8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6803","nonce":2340021115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6805","nonce":2340021115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6809","nonce":2340021115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6807","nonce":2340021115}]},"public_addr":"172.21.15.88:6803/2340021115","cluster_addr":"172.21.15.88:6805/2340021115","heartbeat_back_addr":"172.21.15.88:6809/2340021115","heartbeat_front_addr":"172.21.15.88:6807/2340021115","state":["exists","up"]},{"osd":1,"uuid":"2f1749fc-5677-4e37-b31a-e82b0e69522e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6801","nonce":2906015849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6803","nonce":2906015849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6807","nonce":2906015849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6805","nonce":2906015849}]},"public_addr":"172.21.15.112:6801/2906015849","cluster_addr":"172.21.15.112:6803/2906015849","heartbeat_back_addr":"172.21.15.112:6807/2906015849","heartbeat_front_addr":"172.21.15.112:6805/2906015849","state":["exists","up"]},{"osd":2,"uuid":"6a101c8d-9aaa-44aa-a4af-ebc455b0c878","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6801","nonce":4021918587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6803","nonce":4021918587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6807","nonce":4021918587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6805","nonce":4021918587}]},"public_addr":"172.21.15.132:6801/4021918587","cluster_addr":"172.21.15.132:6803/4021918587","heartbeat_back_addr":"172.21.15.132:6807/4021918587","heartbeat_front_addr":"172.21.15.132:6805/4021918587","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-13T21:58:43.018656+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-13T21:59:05.794961+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-13T21:59:28.524404+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/41407585":"2024-05-14T21:57:13.363604+0000","172.21.15.88:6800/41407585":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/1996771911":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/498807119":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/821695405":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/467106243":"2024-05-14T21:56:47.647042+0000","172.21.15.88:6800/3233443046":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/3252461206":"2024-05-14T21:56:47.647042+0000","172.21.15.88:6801/3233443046":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/3425280805":"2024-05-14T21:57:13.363604+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-13T21:59:44.174 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-13T21:59:44.174 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd dump --format=json 2024-05-13T21:59:44.406 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:44.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:44 smithi132 ceph-mon[33136]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2024-05-13T21:59:44.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:44 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/2971456941' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:44.741 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:44 smithi088 ceph-mon[29179]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2024-05-13T21:59:44.742 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:44 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2971456941' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:44.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:44 smithi112 ceph-mon[32555]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 197 KiB/s wr, 13 op/s 2024-05-13T21:59:44.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:44 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/2971456941' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:46.059 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T21:59:46.059 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":21,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","created":"2024-05-13T21:56:16.294536+0000","modified":"2024-05-13T21:59:34.096871+0000","last_up_change":"2024-05-13T21:59:30.538522+0000","last_in_change":"2024-05-13T21:59:12.994515+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"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-13T21:59:31.679676+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":3,"score_stable":3,"optimal_score":1,"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":"5cd5d93b-45f2-4ae5-983d-f8651d813e8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6803","nonce":2340021115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6805","nonce":2340021115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6809","nonce":2340021115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2340021115},{"type":"v1","addr":"172.21.15.88:6807","nonce":2340021115}]},"public_addr":"172.21.15.88:6803/2340021115","cluster_addr":"172.21.15.88:6805/2340021115","heartbeat_back_addr":"172.21.15.88:6809/2340021115","heartbeat_front_addr":"172.21.15.88:6807/2340021115","state":["exists","up"]},{"osd":1,"uuid":"2f1749fc-5677-4e37-b31a-e82b0e69522e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6800","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6801","nonce":2906015849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6802","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6803","nonce":2906015849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6806","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6807","nonce":2906015849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:6804","nonce":2906015849},{"type":"v1","addr":"172.21.15.112:6805","nonce":2906015849}]},"public_addr":"172.21.15.112:6801/2906015849","cluster_addr":"172.21.15.112:6803/2906015849","heartbeat_back_addr":"172.21.15.112:6807/2906015849","heartbeat_front_addr":"172.21.15.112:6805/2906015849","state":["exists","up"]},{"osd":2,"uuid":"6a101c8d-9aaa-44aa-a4af-ebc455b0c878","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6801","nonce":4021918587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6802","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6803","nonce":4021918587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6807","nonce":4021918587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":4021918587},{"type":"v1","addr":"172.21.15.132:6805","nonce":4021918587}]},"public_addr":"172.21.15.132:6801/4021918587","cluster_addr":"172.21.15.132:6803/4021918587","heartbeat_back_addr":"172.21.15.132:6807/4021918587","heartbeat_front_addr":"172.21.15.132:6805/4021918587","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-13T21:58:43.018656+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-13T21:59:05.794961+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-13T21:59:28.524404+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/41407585":"2024-05-14T21:57:13.363604+0000","172.21.15.88:6800/41407585":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/1996771911":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/498807119":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/821695405":"2024-05-14T21:57:13.363604+0000","172.21.15.88:0/467106243":"2024-05-14T21:56:47.647042+0000","172.21.15.88:6800/3233443046":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/3252461206":"2024-05-14T21:56:47.647042+0000","172.21.15.88:6801/3233443046":"2024-05-14T21:56:47.647042+0000","172.21.15.88:0/3425280805":"2024-05-14T21:57:13.363604+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-13T21:59:46.618 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:46 smithi088 ceph-mon[29179]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2024-05-13T21:59:46.619 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:46 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/997355530' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:46.645 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-13T21:59:46.646 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-13T21:59:46.646 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-13T21:59:46.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:46 smithi132 ceph-mon[33136]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2024-05-13T21:59:46.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:46 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/997355530' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:46.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:46 smithi112 ceph-mon[32555]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 162 KiB/s wr, 10 op/s 2024-05-13T21:59:46.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:46 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/997355530' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-13T21:59:46.917 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:46.919 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:46.925 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:48.726 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:48 smithi132 ceph-mon[33136]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-05-13T21:59:48.782 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:48 smithi088 ceph-mon[29179]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-05-13T21:59:48.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:48 smithi112 ceph-mon[32555]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-05-13T21:59:50.627 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:50 smithi088 ceph-mon[29179]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-05-13T21:59:50.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:50 smithi132 ceph-mon[33136]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-05-13T21:59:50.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:50 smithi112 ceph-mon[32555]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-05-13T21:59:51.554 INFO:teuthology.orchestra.run.smithi088.stdout:55834574860 2024-05-13T21:59:51.555 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-13T21:59:52.133 INFO:teuthology.orchestra.run.smithi088.stdout:34359738385 2024-05-13T21:59:52.134 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-13T21:59:52.312 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:52.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:52 smithi132 ceph-mon[33136]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:52.745 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:52 smithi088 ceph-mon[29179]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:52.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:52 smithi112 ceph-mon[32555]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:53.294 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:53.666 INFO:teuthology.orchestra.run.smithi088.stdout:77309411336 2024-05-13T21:59:53.666 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-13T21:59:54.286 INFO:teuthology.orchestra.run.smithi088.stdout:55834574860 2024-05-13T21:59:54.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:54 smithi088 ceph-mon[29179]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:54.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:54 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2518904855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-13T21:59:54.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:54 smithi132 ceph-mon[33136]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:54.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:54 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/2518904855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-13T21:59:54.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:54 smithi112 ceph-mon[32555]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:54.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:54 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/2518904855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-13T21:59:55.869 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574860 for osd.1 2024-05-13T21:59:55.869 DEBUG:teuthology.parallel:result is None 2024-05-13T21:59:56.071 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T21:59:56.292 INFO:teuthology.orchestra.run.smithi088.stdout:34359738386 2024-05-13T21:59:56.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:56 smithi132 ceph-mon[33136]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:56.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:56 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/1566979267' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-13T21:59:56.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:56 smithi112 ceph-mon[32555]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:56.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:56 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/1566979267' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-13T21:59:56.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:56 smithi088 ceph-mon[29179]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:56.918 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:56 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1566979267' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-13T21:59:57.876 INFO:teuthology.orchestra.run.smithi088.stdout:77309411337 2024-05-13T21:59:58.030 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738386 for osd.0 2024-05-13T21:59:58.030 DEBUG:teuthology.parallel:result is None 2024-05-13T21:59:58.547 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:58 smithi088 ceph-mon[29179]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:58.547 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 21:59:58 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/1647686811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-13T21:59:58.575 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411337 for osd.2 2024-05-13T21:59:58.575 DEBUG:teuthology.parallel:result is None 2024-05-13T21:59:58.575 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-13T21:59:58.575 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph pg dump --format=json 2024-05-13T21:59:58.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:58 smithi132 ceph-mon[33136]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:58.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 21:59:58 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/1647686811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-13T21:59:58.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:58 smithi112 ceph-mon[32555]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T21:59:58.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 21:59:58 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/1647686811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-13T21:59:58.810 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T22:00:00.593 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T22:00:00.595 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-05-13T22:00:00.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:00 smithi088 ceph-mon[29179]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:00.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:00 smithi088 ceph-mon[29179]: overall HEALTH_OK 2024-05-13T22:00:00.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:00 smithi132 ceph-mon[33136]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:00.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:00 smithi132 ceph-mon[33136]: overall HEALTH_OK 2024-05-13T22:00:00.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:00 smithi112 ceph-mon[32555]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:00.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:00 smithi112 ceph-mon[32555]: overall HEALTH_OK 2024-05-13T22:00:01.113 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2024-05-13T21:59:59.392799+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":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":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":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":85188,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150268,"statfs":{"total":287985106944,"available":287897874432,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.001773"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-13T21:59:36.263484+0000","last_change":"2024-05-13T21:59:33.100956+0000","last_active":"2024-05-13T21:59:36.263484+0000","last_peered":"2024-05-13T21:59:36.263484+0000","last_clean":"2024-05-13T21:59:36.263484+0000","last_became_active":"2024-05-13T21:59:33.100531+0000","last_became_peered":"2024-05-13T21:59:33.100531+0000","last_unstale":"2024-05-13T21:59:36.263484+0000","last_undegraded":"2024-05-13T21:59:36.263484+0000","last_fullsized":"2024-05-13T21:59:36.263484+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-13T21:59:32.086921+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-13T21:59:32.086921+0000","last_clean_scrub_stamp":"2024-05-13T21:59:32.086921+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-14T22:37:18.713272+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":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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":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":1781760,"data_stored":1771104,"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":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"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":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"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":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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}]}} 2024-05-13T22:00:01.114 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph pg dump --format=json 2024-05-13T22:00:01.353 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T22:00:02.633 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:02 smithi088 ceph-mon[29179]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T22:00:02.633 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:02 smithi088 ceph-mon[29179]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:02.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:02 smithi132 ceph-mon[33136]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T22:00:02.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:02 smithi132 ceph-mon[33136]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:02.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:02 smithi112 ceph-mon[32555]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T22:00:02.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:02 smithi112 ceph-mon[32555]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:03.055 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T22:00:03.057 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-05-13T22:00:03.678 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2024-05-13T22:00:01.393135+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":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":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":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":85188,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150268,"statfs":{"total":287985106944,"available":287897874432,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.001831"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-05-13T21:59:36.263484+0000","last_change":"2024-05-13T21:59:33.100956+0000","last_active":"2024-05-13T21:59:36.263484+0000","last_peered":"2024-05-13T21:59:36.263484+0000","last_clean":"2024-05-13T21:59:36.263484+0000","last_became_active":"2024-05-13T21:59:33.100531+0000","last_became_peered":"2024-05-13T21:59:33.100531+0000","last_unstale":"2024-05-13T21:59:36.263484+0000","last_undegraded":"2024-05-13T21:59:36.263484+0000","last_fullsized":"2024-05-13T21:59:36.263484+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-13T21:59:32.086921+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-13T21:59:32.086921+0000","last_clean_scrub_stamp":"2024-05-13T21:59:32.086921+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-14T22:37:18.713272+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":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},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":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":1781760,"data_stored":1771104,"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":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"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":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"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":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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}]}} 2024-05-13T22:00:03.678 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-13T22:00:03.678 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-13T22:00:03.678 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-13T22:00:03.679 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph health --format=json 2024-05-13T22:00:03.912 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T22:00:04.523 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:04 smithi088 ceph-mon[29179]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T22:00:04.523 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:04 smithi088 ceph-mon[29179]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:04.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:04 smithi112 ceph-mon[32555]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T22:00:04.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:04 smithi112 ceph-mon[32555]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:04.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:04 smithi132 ceph-mon[33136]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-13T22:00:04.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:04 smithi132 ceph-mon[33136]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:05.484 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T22:00:05.484 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-13T22:00:05.998 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-13T22:00:05.998 INFO:tasks.cephadm:Setup complete, yielding 2024-05-13T22:00:05.999 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-05-13T22:00:06.009 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2024-05-13T22:00:06.009 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- ceph orch apply -i - 2024-05-13T22:00:06.242 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T22:00:06.641 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:06 smithi088 ceph-mon[29179]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:06.641 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:06 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3812613996' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-13T22:00:06.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:06 smithi112 ceph-mon[32555]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:06.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:06 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/3812613996' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-13T22:00:06.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:06 smithi132 ceph-mon[33136]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:06.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:06 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3812613996' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-13T22:00:07.949 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-05-13T22:00:08.595 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-13T22:00:08.604 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 -- bash -c 'set -ex 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> # since we don'"'"'t know the real hostnames before the test, the next 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> # the actual names cephadm knows the host by within the mon spec 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch ls --service-name mon --export > mon.yaml 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> MONSPEC=`cat mon.yaml` 2024-05-13T22:00:08.604 DEBUG:teuthology.orchestra.run.smithi088:> echo "$MONSPEC" 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> while read realname <&3 && read fakename <&4; do 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> done 3 echo "$MONSPEC" > mon.yaml 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> cat mon.yaml 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch apply -i mon.yaml 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> sleep 90 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch ps --refresh 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> sleep 90 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> ceph mon dump 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> ceph mon dump --format json 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> # verify all the crush locations got set from "ceph mon dump" output 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> while read monid <&3 && read crushloc <&4; do 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-05-13T22:00:08.605 DEBUG:teuthology.orchestra.run.smithi088:> done 3 ' 2024-05-13T22:00:08.626 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:08 smithi088 ceph-mon[29179]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:08.627 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:08 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:08.627 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:08 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:00:08.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:08 smithi112 ceph-mon[32555]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:08.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:08 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:08.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:08 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:00:08.839 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/mon.a/config 2024-05-13T22:00:08.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:08 smithi132 ceph-mon[33136]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:08.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:08 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:08.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:08 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: Saving service mon spec with placement count:3 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-13T22:00:09.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:09 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: Saving service mon spec with placement count:3 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-13T22:00:09.800 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:09 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:09.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:00:09.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: Saving service mon spec with placement count:3 2024-05-13T22:00:09.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:09.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:00:09.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:09.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-13T22:00:09.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:09 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:10.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch host ls --format json 2024-05-13T22:00:10.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq -r '.[] | .hostname' 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'host.a 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:host.b 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:host.c' 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'a 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:b 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:c' 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo '{datacenter=a} 2024-05-13T22:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:{datacenter=b,rack=2} 2024-05-13T22:00:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:{datacenter=a,rack=3}' 2024-05-13T22:00:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch ls --service-name mon --export 2024-05-13T22:00:10.785 INFO:teuthology.orchestra.run.smithi088.stderr:++ cat mon.yaml 2024-05-13T22:00:10.785 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:10 smithi088 ceph-mon[29179]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-05-13T22:00:10.786 INFO:teuthology.orchestra.run.smithi088.stderr: host.a: 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: host.b: 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stdout:service_type: mon 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stdout:service_name: mon 2024-05-13T22:00:10.787 INFO:teuthology.orchestra.run.smithi088.stdout:placement: 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: count: 3 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout:spec: 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: crush_locations: 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: host.a: 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: host.b: 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=b 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=2 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: host.c: 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-05-13T22:00:10.788 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=3 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'service_type: mon 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr: host.a: 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr: host.b: 2024-05-13T22:00:10.789 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ read fakename 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-05-13T22:00:10.790 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: host.b: 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ read fakename 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-05-13T22:00:10.791 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: smithi112: 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: host.c: 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ read fakename 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ MONSPEC='service_type: mon 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-05-13T22:00:10.792 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: smithi112: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: smithi132: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ read realname 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'service_type: mon 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr:service_name: mon 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr:placement: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: count: 3 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr:spec: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: crush_locations: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: smithi088: 2024-05-13T22:00:10.793 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr: smithi112: 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=b 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=2 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr: smithi132: 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr: - datacenter=a 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr: - rack=3' 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ cat mon.yaml 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stdout:service_type: mon 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stdout:service_name: mon 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stdout:placement: 2024-05-13T22:00:10.794 INFO:teuthology.orchestra.run.smithi088.stdout: count: 3 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout:spec: 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: crush_locations: 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: smithi088: 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: smithi112: 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=b 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=2 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: smithi132: 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: - datacenter=a 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stdout: - rack=3 2024-05-13T22:00:10.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch apply -i mon.yaml 2024-05-13T22:00:10.796 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:10 smithi112 ceph-mon[32555]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:10.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:10 smithi132 ceph-mon[33136]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:11.106 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-05-13T22:00:11.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ sleep 90 2024-05-13T22:00:26.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-13T22:00:26.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.a calling monitor election 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.c calling monitor election 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.b calling monitor election 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: overall HEALTH_OK 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.c calling monitor election 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.a calling monitor election 2024-05-13T22:00:26.540 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: monmap epoch 6 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: last_changed 2024-05-13T22:00:21.168799+0000 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: min_mon_release 19 (squid) 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: election_strategy: 1 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: 2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: fsmap 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: mgrmap e15: a(active, since 3m), standbys: b 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: overall HEALTH_OK 2024-05-13T22:00:26.541 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:26 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:26.565 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-13T22:00:26.565 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-13T22:00:26.565 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.a calling monitor election 2024-05-13T22:00:26.565 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.c calling monitor election 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.b calling monitor election 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: overall HEALTH_OK 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.c calling monitor election 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.a calling monitor election 2024-05-13T22:00:26.566 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: monmap epoch 6 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: last_changed 2024-05-13T22:00:21.168799+0000 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: min_mon_release 19 (squid) 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: election_strategy: 1 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: 2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: fsmap 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: mgrmap e15: a(active, since 3m), standbys: b 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: overall HEALTH_OK 2024-05-13T22:00:26.567 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:26 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:26.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-05-13T22:00:26.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.a calling monitor election 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.c calling monitor election 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.b calling monitor election 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: overall HEALTH_OK 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.c calling monitor election 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.a calling monitor election 2024-05-13T22:00:26.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: monmap epoch 6 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: last_changed 2024-05-13T22:00:21.168799+0000 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: created 2024-05-13T21:56:13.270086+0000 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: min_mon_release 19 (squid) 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: election_strategy: 1 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: 1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: 2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: fsmap 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: osdmap e21: 3 total, 3 up, 3 in 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: mgrmap e15: a(active, since 3m), standbys: b 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: overall HEALTH_OK 2024-05-13T22:00:26.669 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:26 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:27.492 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:27 smithi132 ceph-mon[33136]: Reconfiguring mon.a (monmap changed)... 2024-05-13T22:00:27.492 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:27 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:27.492 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:27 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:27.492 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:27 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:27.493 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:27 smithi132 ceph-mon[33136]: Reconfiguring daemon mon.a on smithi088 2024-05-13T22:00:27.538 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:27 smithi112 ceph-mon[32555]: Reconfiguring mon.a (monmap changed)... 2024-05-13T22:00:27.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:27 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:27.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:27 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:27.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:27 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:27.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:27 smithi112 ceph-mon[32555]: Reconfiguring daemon mon.a on smithi088 2024-05-13T22:00:27.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:27 smithi088 ceph-mon[29179]: Reconfiguring mon.a (monmap changed)... 2024-05-13T22:00:27.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:27 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:27.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:27 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:27.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:27 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:27.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:27 smithi088 ceph-mon[29179]: Reconfiguring daemon mon.a on smithi088 2024-05-13T22:00:28.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:28 smithi088 ceph-mon[29179]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:28.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:28.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:28.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T22:00:28.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T22:00:28.509 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:28 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:28.538 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:28 smithi112 ceph-mon[32555]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:28.538 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:28.538 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:28.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T22:00:28.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T22:00:28.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:28 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:28.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:28 smithi132 ceph-mon[33136]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:28.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:28.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:28.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T22:00:28.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T22:00:28.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:28 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:29.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:29 smithi088 ceph-mon[29179]: Reconfiguring mgr.a (monmap changed)... 2024-05-13T22:00:29.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:29 smithi088 ceph-mon[29179]: Reconfiguring daemon mgr.a on smithi088 2024-05-13T22:00:29.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:29 smithi112 ceph-mon[32555]: Reconfiguring mgr.a (monmap changed)... 2024-05-13T22:00:29.539 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:29 smithi112 ceph-mon[32555]: Reconfiguring daemon mgr.a on smithi088 2024-05-13T22:00:29.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:29 smithi132 ceph-mon[33136]: Reconfiguring mgr.a (monmap changed)... 2024-05-13T22:00:29.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:29 smithi132 ceph-mon[33136]: Reconfiguring daemon mgr.a on smithi088 2024-05-13T22:00:30.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:30.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:30.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:30.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: Reconfiguring osd.0 (monmap changed)... 2024-05-13T22:00:30.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T22:00:30.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:30.668 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:30 smithi088 ceph-mon[29179]: Reconfiguring daemon osd.0 on smithi088 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: Reconfiguring osd.0 (monmap changed)... 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:30.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:30 smithi132 ceph-mon[33136]: Reconfiguring daemon osd.0 on smithi088 2024-05-13T22:00:30.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: Reconfiguring osd.0 (monmap changed)... 2024-05-13T22:00:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-13T22:00:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:30.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:30 smithi112 ceph-mon[32555]: Reconfiguring daemon osd.0 on smithi088 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: Reconfiguring mon.b (monmap changed)... 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: Reconfiguring daemon mon.b on smithi112 2024-05-13T22:00:32.289 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:32 smithi112 ceph-mon[32555]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: Reconfiguring mon.b (monmap changed)... 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:32.417 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: Reconfiguring daemon mon.b on smithi112 2024-05-13T22:00:32.418 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:32 smithi088 ceph-mon[29179]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: Reconfiguring mon.b (monmap changed)... 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:32.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: Reconfiguring daemon mon.b on smithi112 2024-05-13T22:00:32.476 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:32 smithi132 ceph-mon[33136]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: Reconfiguring mgr.b (monmap changed)... 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: Reconfiguring daemon mgr.b on smithi112 2024-05-13T22:00:34.039 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:33 smithi112 ceph-mon[32555]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:34.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:34.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:34.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: Reconfiguring mgr.b (monmap changed)... 2024-05-13T22:00:34.167 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T22:00:34.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T22:00:34.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:34.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: Reconfiguring daemon mgr.b on smithi112 2024-05-13T22:00:34.168 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:33 smithi088 ceph-mon[29179]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: Reconfiguring mgr.b (monmap changed)... 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: Reconfiguring daemon mgr.b on smithi112 2024-05-13T22:00:34.225 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:33 smithi132 ceph-mon[33136]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:35.531 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:35 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:35.531 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:35 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:35.531 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:35 smithi112 ceph-mon[32555]: Reconfiguring osd.1 (monmap changed)... 2024-05-13T22:00:35.531 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:35 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T22:00:35.531 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:35 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:35.532 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:35 smithi112 ceph-mon[32555]: Reconfiguring daemon osd.1 on smithi112 2024-05-13T22:00:35.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:35.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:35.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:35 smithi088 ceph-mon[29179]: Reconfiguring osd.1 (monmap changed)... 2024-05-13T22:00:35.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T22:00:35.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:35 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:35.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:35 smithi088 ceph-mon[29179]: Reconfiguring daemon osd.1 on smithi112 2024-05-13T22:00:35.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:35 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:35.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:35 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:35.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:35 smithi132 ceph-mon[33136]: Reconfiguring osd.1 (monmap changed)... 2024-05-13T22:00:35.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:35 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-13T22:00:35.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:35 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:35.725 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:35 smithi132 ceph-mon[33136]: Reconfiguring daemon osd.1 on smithi112 2024-05-13T22:00:36.568 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:36 smithi132 ceph-mon[33136]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:36.568 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:36.568 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:36.568 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:36.568 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:36.568 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:36 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:36.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:36 smithi088 ceph-mon[29179]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:36.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:36.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:36.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:36.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:36.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:36 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:36.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:36 smithi112 ceph-mon[32555]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:36.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:36.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:36.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-13T22:00:36.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-13T22:00:36.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:36 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:37.474 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:37 smithi132 ceph-mon[33136]: Reconfiguring mon.c (monmap changed)... 2024-05-13T22:00:37.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:37 smithi132 ceph-mon[33136]: Reconfiguring daemon mon.c on smithi132 2024-05-13T22:00:37.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:37 smithi088 ceph-mon[29179]: Reconfiguring mon.c (monmap changed)... 2024-05-13T22:00:37.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:37 smithi088 ceph-mon[29179]: Reconfiguring daemon mon.c on smithi132 2024-05-13T22:00:37.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:37 smithi112 ceph-mon[32555]: Reconfiguring mon.c (monmap changed)... 2024-05-13T22:00:37.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:37 smithi112 ceph-mon[32555]: Reconfiguring daemon mon.c on smithi132 2024-05-13T22:00:38.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:38 smithi132 ceph-mon[33136]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:38.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:38 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:38.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:38 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:38.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:38 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T22:00:38.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:38 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:38.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:38 smithi088 ceph-mon[29179]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:38.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:38 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:38.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:38 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:38.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:38 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T22:00:38.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:38 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:38.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:38 smithi112 ceph-mon[32555]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:38.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:38 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:38.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:38 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:38.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:38 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-13T22:00:38.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:38 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:00:39.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:39 smithi132 ceph-mon[33136]: Reconfiguring osd.2 (monmap changed)... 2024-05-13T22:00:39.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:39 smithi132 ceph-mon[33136]: Reconfiguring daemon osd.2 on smithi132 2024-05-13T22:00:39.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:39 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:39.475 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:39 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:39.569 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:39 smithi088 ceph-mon[29179]: Reconfiguring osd.2 (monmap changed)... 2024-05-13T22:00:39.569 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:39 smithi088 ceph-mon[29179]: Reconfiguring daemon osd.2 on smithi132 2024-05-13T22:00:39.569 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:39 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:39.569 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:39 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:39.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:39 smithi112 ceph-mon[32555]: Reconfiguring osd.2 (monmap changed)... 2024-05-13T22:00:39.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:39 smithi112 ceph-mon[32555]: Reconfiguring daemon osd.2 on smithi132 2024-05-13T22:00:39.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:39 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:39.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:39 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:00:40.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:40 smithi088 ceph-mon[29179]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:40.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:40 smithi132 ceph-mon[33136]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:40.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:40 smithi112 ceph-mon[32555]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:42.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:42 smithi132 ceph-mon[33136]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:42.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:42 smithi112 ceph-mon[32555]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:42.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:42 smithi088 ceph-mon[29179]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:44.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:44 smithi132 ceph-mon[33136]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:44.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:44 smithi112 ceph-mon[32555]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:44.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:44 smithi088 ceph-mon[29179]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:46.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:46 smithi132 ceph-mon[33136]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:46.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:46 smithi112 ceph-mon[32555]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:46.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:46 smithi088 ceph-mon[29179]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:48.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:48 smithi132 ceph-mon[33136]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:48.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:48 smithi112 ceph-mon[32555]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:48.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:48 smithi088 ceph-mon[29179]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:50.667 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:50 smithi088 ceph-mon[29179]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:50.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:50 smithi132 ceph-mon[33136]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:50.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:50 smithi112 ceph-mon[32555]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:52.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:52 smithi132 ceph-mon[33136]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:52.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:52 smithi112 ceph-mon[32555]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:52.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:52 smithi088 ceph-mon[29179]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:54.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:54 smithi132 ceph-mon[33136]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:54.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:54 smithi112 ceph-mon[32555]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:54.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:54 smithi088 ceph-mon[29179]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:56.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:56 smithi132 ceph-mon[33136]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:56.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:56 smithi112 ceph-mon[32555]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:56.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:56 smithi088 ceph-mon[29179]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:58.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:00:58 smithi132 ceph-mon[33136]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:58.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:00:58 smithi112 ceph-mon[32555]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:00:58.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:00:58 smithi088 ceph-mon[29179]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:00.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:00 smithi132 ceph-mon[33136]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:00.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:00 smithi112 ceph-mon[32555]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:00.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:00 smithi088 ceph-mon[29179]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:02.724 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:02 smithi132 ceph-mon[33136]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:02.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:02 smithi112 ceph-mon[32555]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:02.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:02 smithi088 ceph-mon[29179]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:04.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:04 smithi112 ceph-mon[32555]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:04.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:04 smithi088 ceph-mon[29179]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:04.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:04 smithi132 ceph-mon[33136]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:06.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:06 smithi112 ceph-mon[32555]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:06.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:06 smithi088 ceph-mon[29179]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:06.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:06 smithi132 ceph-mon[33136]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:08.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:08 smithi112 ceph-mon[32555]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:08.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:08 smithi088 ceph-mon[29179]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:08.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:08 smithi132 ceph-mon[33136]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:10.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:10 smithi112 ceph-mon[32555]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:10.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:10 smithi088 ceph-mon[29179]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:10.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:10 smithi132 ceph-mon[33136]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:12.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:12 smithi112 ceph-mon[32555]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:12.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:12 smithi088 ceph-mon[29179]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:12.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:12 smithi132 ceph-mon[33136]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:14.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:14 smithi112 ceph-mon[32555]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:14.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:14 smithi088 ceph-mon[29179]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:14.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:14 smithi132 ceph-mon[33136]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:16.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:16 smithi112 ceph-mon[32555]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:16.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:16 smithi088 ceph-mon[29179]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:16.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:16 smithi132 ceph-mon[33136]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:18.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:18 smithi112 ceph-mon[32555]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:18.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:18 smithi088 ceph-mon[29179]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:18.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:18 smithi132 ceph-mon[33136]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:20.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:20 smithi112 ceph-mon[32555]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:20 smithi088 ceph-mon[29179]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:20.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:20 smithi132 ceph-mon[33136]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:22.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:22 smithi112 ceph-mon[32555]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:22.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:22 smithi088 ceph-mon[29179]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:22.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:22 smithi132 ceph-mon[33136]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:24.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:24 smithi112 ceph-mon[32555]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:24.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:24 smithi088 ceph-mon[29179]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:24.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:24 smithi132 ceph-mon[33136]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:26.775 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:26 smithi132 ceph-mon[33136]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:26.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:26 smithi112 ceph-mon[32555]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:26.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:26 smithi088 ceph-mon[29179]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:28.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:28 smithi112 ceph-mon[32555]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:28.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:28 smithi088 ceph-mon[29179]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:28.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:28 smithi132 ceph-mon[33136]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:30.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:30 smithi112 ceph-mon[32555]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:30.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:30 smithi088 ceph-mon[29179]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:30.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:30 smithi132 ceph-mon[33136]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:32.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:32 smithi112 ceph-mon[32555]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:32.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:32 smithi088 ceph-mon[29179]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:32.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:32 smithi132 ceph-mon[33136]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:34.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:34 smithi112 ceph-mon[32555]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:34.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:34 smithi088 ceph-mon[29179]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:34.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:34 smithi132 ceph-mon[33136]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:36.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:36 smithi112 ceph-mon[32555]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:36.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:36 smithi088 ceph-mon[29179]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:36.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:36 smithi132 ceph-mon[33136]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:38.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:38 smithi112 ceph-mon[32555]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:38.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:38 smithi088 ceph-mon[29179]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:38.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:38 smithi132 ceph-mon[33136]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:39.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:39 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:39.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:39 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:39.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:39 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:40.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:40 smithi112 ceph-mon[32555]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:40.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:40 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:40.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:40 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:40.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:40 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:40.818 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:40 smithi088 ceph-mon[29179]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:40.818 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:40.818 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:40.818 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:40 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:40.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:40 smithi132 ceph-mon[33136]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:40.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:40 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:40.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:40 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:40.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:40 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:41.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch ps --refresh 2024-05-13T22:01:41.452 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-13T22:01:41.452 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.a smithi088 *:9283,8765 running (5m) 3m ago 5m 492M - 19.0.0-2565-gc3e55145 b1b56bed7c91 4f3075577b29 2024-05-13T22:01:41.452 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.b smithi112 *:8443,8765 running (3m) 2m ago 3m 449M - 19.0.0-2565-gc3e55145 b1b56bed7c91 29700cabb58a 2024-05-13T22:01:41.453 INFO:teuthology.orchestra.run.smithi088.stdout:mon.a smithi088 running (5m) 3m ago 5m 37.8M 2048M 19.0.0-2565-gc3e55145 b1b56bed7c91 f503999b0506 2024-05-13T22:01:41.453 INFO:teuthology.orchestra.run.smithi088.stdout:mon.b smithi112 running (3m) 2m ago 3m 34.2M 2048M 19.0.0-2565-gc3e55145 b1b56bed7c91 88df1b22b10d 2024-05-13T22:01:41.453 INFO:teuthology.orchestra.run.smithi088.stdout:mon.c smithi132 running (3m) 2m ago 3m 35.7M 2048M 19.0.0-2565-gc3e55145 b1b56bed7c91 b3b06764ed3a 2024-05-13T22:01:41.453 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (3m) 3m ago 3m 12.5M 16.6G 19.0.0-2565-gc3e55145 b1b56bed7c91 87e3f8bbe022 2024-05-13T22:01:41.453 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi112 running (2m) 2m ago 2m 12.0M 16.6G 19.0.0-2565-gc3e55145 b1b56bed7c91 78e478180c3d 2024-05-13T22:01:41.453 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi132 running (2m) 2m ago 2m 12.4M 20.6G 19.0.0-2565-gc3e55145 b1b56bed7c91 a87877665cb1 2024-05-13T22:01:41.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch ls --service-name mon --export 2024-05-13T22:01:41.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:41 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:41.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph orch apply -i mon.yaml 2024-05-13T22:01:41.812 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:41 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:41.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:41 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:42.170 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled mon update... 2024-05-13T22:01:42.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ sleep 90 2024-05-13T22:01:42.666 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:42 smithi088 ceph-mon[29179]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:42.666 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:42 smithi088 ceph-mon[29179]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:42.666 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:42 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:42.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:42 smithi112 ceph-mon[32555]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:42.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:42 smithi112 ceph-mon[32555]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:42.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:42 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:42.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:42 smithi132 ceph-mon[33136]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:42.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:42 smithi132 ceph-mon[33136]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:42.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:42 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: Saving service mon spec with placement count:3 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.788 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:43.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:43.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:43.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: Saving service mon spec with placement count:3 2024-05-13T22:01:43.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:43.917 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:43.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-13T22:01:43.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: Saving service mon spec with placement count:3 2024-05-13T22:01:43.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:01:43.975 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:01:43.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:01:43.976 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:01:44.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:44 smithi112 ceph-mon[32555]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:44.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:44 smithi088 ceph-mon[29179]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:44.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:44 smithi132 ceph-mon[33136]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:46.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:46 smithi088 ceph-mon[29179]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:46.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:46 smithi132 ceph-mon[33136]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:47.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:46 smithi112 ceph-mon[32555]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:48.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:48 smithi088 ceph-mon[29179]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:48.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:48 smithi132 ceph-mon[33136]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:49.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:48 smithi112 ceph-mon[32555]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:50.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:50 smithi088 ceph-mon[29179]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:50.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:50 smithi132 ceph-mon[33136]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:51.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:50 smithi112 ceph-mon[32555]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:52.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:52 smithi088 ceph-mon[29179]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:52.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:52 smithi132 ceph-mon[33136]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:53.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:52 smithi112 ceph-mon[32555]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:54.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:54 smithi088 ceph-mon[29179]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:54.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:54 smithi132 ceph-mon[33136]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:55.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:54 smithi112 ceph-mon[32555]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:56.839 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:56 smithi112 ceph-mon[32555]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:56.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:56 smithi088 ceph-mon[29179]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:56.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:56 smithi132 ceph-mon[33136]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:58.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:58 smithi088 ceph-mon[29179]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:58.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:58 smithi132 ceph-mon[33136]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:59.029 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:58 smithi112 ceph-mon[32555]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:59.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:01:59 smithi088 ceph-mon[29179]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:01:59.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:01:59 smithi132 ceph-mon[33136]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:00.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:01:59 smithi112 ceph-mon[32555]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:02.723 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:02 smithi132 ceph-mon[33136]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:02.789 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:02 smithi112 ceph-mon[32555]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:02.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:02 smithi088 ceph-mon[29179]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:04.723 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:04 smithi132 ceph-mon[33136]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:04.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:04 smithi112 ceph-mon[32555]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:04.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:04 smithi088 ceph-mon[29179]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:06.723 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:06 smithi132 ceph-mon[33136]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:06.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:06 smithi112 ceph-mon[32555]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:06.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:06 smithi088 ceph-mon[29179]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:08.723 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:08 smithi132 ceph-mon[33136]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:08.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:08 smithi112 ceph-mon[32555]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:08.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:08 smithi088 ceph-mon[29179]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:10.723 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:10 smithi132 ceph-mon[33136]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:10.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:10 smithi112 ceph-mon[32555]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:10.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:10 smithi088 ceph-mon[29179]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:12.723 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:12 smithi132 ceph-mon[33136]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:12.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:12 smithi112 ceph-mon[32555]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:12.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:12 smithi088 ceph-mon[29179]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:14.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:14 smithi112 ceph-mon[32555]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:14.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:14 smithi088 ceph-mon[29179]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:14.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:14 smithi132 ceph-mon[33136]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:16.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:16 smithi112 ceph-mon[32555]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:16.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:16 smithi088 ceph-mon[29179]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:16.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:16 smithi132 ceph-mon[33136]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:18.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:18 smithi112 ceph-mon[32555]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:18.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:18 smithi088 ceph-mon[29179]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:18.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:18 smithi132 ceph-mon[33136]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:20.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:20 smithi112 ceph-mon[32555]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:20.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:20 smithi088 ceph-mon[29179]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:20.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:20 smithi132 ceph-mon[33136]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:22.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:22 smithi112 ceph-mon[32555]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:22.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:22 smithi088 ceph-mon[29179]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:22.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:22 smithi132 ceph-mon[33136]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:24.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:24 smithi112 ceph-mon[32555]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:24.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:24 smithi088 ceph-mon[29179]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:24.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:24 smithi132 ceph-mon[33136]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:26.775 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:26 smithi132 ceph-mon[33136]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:26.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:26 smithi112 ceph-mon[32555]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:26.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:26 smithi088 ceph-mon[29179]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:28.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:28 smithi112 ceph-mon[32555]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:28.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:28 smithi088 ceph-mon[29179]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:28.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:28 smithi132 ceph-mon[33136]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:30.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:30 smithi112 ceph-mon[32555]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:30.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:30 smithi088 ceph-mon[29179]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:30.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:30 smithi132 ceph-mon[33136]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:32.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:32 smithi112 ceph-mon[32555]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:32.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:32 smithi088 ceph-mon[29179]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:32.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:32 smithi132 ceph-mon[33136]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:34.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:34 smithi112 ceph-mon[32555]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:34.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:34 smithi088 ceph-mon[29179]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:34.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:34 smithi132 ceph-mon[33136]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:36.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:36 smithi112 ceph-mon[32555]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:36.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:36 smithi088 ceph-mon[29179]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:36.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:36 smithi132 ceph-mon[33136]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:38.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:38 smithi112 ceph-mon[32555]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:38.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:38 smithi088 ceph-mon[29179]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:38.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:38 smithi132 ceph-mon[33136]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:40.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:40 smithi112 ceph-mon[32555]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:40.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:40 smithi088 ceph-mon[29179]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:40.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:40 smithi132 ceph-mon[33136]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:42.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:42 smithi112 ceph-mon[32555]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:42.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:42 smithi088 ceph-mon[29179]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:42.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:42 smithi132 ceph-mon[33136]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:43.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:43 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:02:43.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:43 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:02:43.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:43 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-13T22:02:44.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:44 smithi112 ceph-mon[32555]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:44.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:44 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:02:44.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:44 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:02:44.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:44 smithi112 ceph-mon[32555]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:02:44.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:44 smithi088 ceph-mon[29179]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:44.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:02:44.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:02:44.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:44 smithi088 ceph-mon[29179]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:02:44.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:44 smithi132 ceph-mon[33136]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:44.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:44 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-13T22:02:44.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:44 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-13T22:02:44.974 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:44 smithi132 ceph-mon[33136]: from='mgr.14150 172.21.15.88:0/426310396' entity='mgr.a' 2024-05-13T22:02:46.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:46 smithi112 ceph-mon[32555]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:46.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:46 smithi088 ceph-mon[29179]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:46.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:46 smithi132 ceph-mon[33136]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:48.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:48 smithi112 ceph-mon[32555]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:48.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:48 smithi088 ceph-mon[29179]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:48.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:48 smithi132 ceph-mon[33136]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:50.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:50 smithi112 ceph-mon[32555]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:50.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:50 smithi088 ceph-mon[29179]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:50.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:50 smithi132 ceph-mon[33136]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:52.786 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:52 smithi112 ceph-mon[32555]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:52.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:52 smithi088 ceph-mon[29179]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:52.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:52 smithi132 ceph-mon[33136]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:54.787 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:54 smithi112 ceph-mon[32555]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:54.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:54 smithi088 ceph-mon[29179]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:54.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:54 smithi132 ceph-mon[33136]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:56.790 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:56 smithi132 ceph-mon[33136]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:56.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:56 smithi088 ceph-mon[29179]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:57.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:56 smithi112 ceph-mon[32555]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:58.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:02:58 smithi088 ceph-mon[29179]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:58.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:02:58 smithi132 ceph-mon[33136]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:02:59.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:02:58 smithi112 ceph-mon[32555]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:00.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:00 smithi088 ceph-mon[29179]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:00.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:00 smithi132 ceph-mon[33136]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:01.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:00 smithi112 ceph-mon[32555]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:02.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:02 smithi088 ceph-mon[29179]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:02.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:02 smithi132 ceph-mon[33136]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:03.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:02 smithi112 ceph-mon[32555]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:04.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:04 smithi088 ceph-mon[29179]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:04.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:04 smithi132 ceph-mon[33136]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:05.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:04 smithi112 ceph-mon[32555]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:06.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:06 smithi088 ceph-mon[29179]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:06.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:06 smithi132 ceph-mon[33136]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:07.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:06 smithi112 ceph-mon[32555]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:08.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:08 smithi088 ceph-mon[29179]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:08.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:08 smithi132 ceph-mon[33136]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:09.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:08 smithi112 ceph-mon[32555]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:10.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:10 smithi088 ceph-mon[29179]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:10.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:10 smithi132 ceph-mon[33136]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:11.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:10 smithi112 ceph-mon[32555]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:12.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump 2024-05-13T22:03:12.573 INFO:teuthology.orchestra.run.smithi088.stdout:epoch 6 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:fsid 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:last_changed 2024-05-13T22:00:21.168799+0000 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:created 2024-05-13T21:56:13.270086+0000 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:min_mon_release 19 (squid) 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:election_strategy: 1 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.a; crush_location {datacenter=a} 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:1: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-05-13T22:03:12.574 INFO:teuthology.orchestra.run.smithi088.stdout:2: [v2:172.21.15.112:3300/0,v1:172.21.15.112:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-05-13T22:03:12.576 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-05-13T22:03:12.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-05-13T22:03:12.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:12 smithi088 ceph-mon[29179]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:12.966 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-05-13T22:03:12.966 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":6,"fsid":"3b789ffa-1173-11ef-bc98-c7b262605968","modified":"2024-05-13T22:00:21.168799Z","created":"2024-05-13T21:56:13.270086Z","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.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.112:3300","nonce":0},{"type":"v1","addr":"172.21.15.112:6789","nonce":0}]},"addr":"172.21.15.112:6789/0","public_addr":"172.21.15.112:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-05-13T22:03:12.969 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-05-13T22:03:12.972 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:12 smithi132 ceph-mon[33136]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:12.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-05-13T22:03:12.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ read crushloc 2024-05-13T22:03:12.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-05-13T22:03:12.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-13T22:03:13.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:12 smithi112 ceph-mon[32555]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:13.366 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-05-13T22:03:13.376 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-05-13T22:03:13.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-05-13T22:03:13.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ read crushloc 2024-05-13T22:03:13.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-05-13T22:03:13.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-13T22:03:13.665 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:13 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3774459709' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-13T22:03:13.665 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:13 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3171306172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:13.665 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:13 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/3299405925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:13.765 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-05-13T22:03:13.774 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-05-13T22:03:13.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-05-13T22:03:13.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ read crushloc 2024-05-13T22:03:13.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ ceph mon dump --format json 2024-05-13T22:03:13.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-05-13T22:03:13.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:13 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3774459709' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-13T22:03:13.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:13 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3171306172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:13.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:13 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/3299405925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:14.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:13 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/3774459709' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-05-13T22:03:14.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:13 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/3171306172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:14.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:13 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/3299405925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:14.157 INFO:teuthology.orchestra.run.smithi088.stderr:dumped monmap epoch 6 2024-05-13T22:03:14.167 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-05-13T22:03:14.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ read monid 2024-05-13T22:03:14.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:14 smithi088 ceph-mon[29179]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:14.915 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:14 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/2079452618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:14.916 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:14 smithi088 ceph-mon[29179]: from='client.? 172.21.15.88:0/476517490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:14.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:14 smithi132 ceph-mon[33136]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:14.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:14 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/2079452618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:14.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:14 smithi132 ceph-mon[33136]: from='client.? 172.21.15.88:0/476517490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:15.027 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-13T22:03:15.037 INFO:tasks.cephadm:Teardown begin 2024-05-13T22:03:15.037 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T22:03:15.038 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:14 smithi112 ceph-mon[32555]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-05-13T22:03:15.038 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:14 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/2079452618' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:15.038 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:14 smithi112 ceph-mon[32555]: from='client.? 172.21.15.88:0/476517490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-13T22:03:15.098 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T22:03:15.131 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T22:03:15.165 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-13T22:03:15.165 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-13T22:03:15.183 DEBUG:teuthology.orchestra.run.smithi112:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-13T22:03:15.200 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-13T22:03:15.223 INFO:tasks.cephadm:Stopping all daemons... 2024-05-13T22:03:15.223 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-13T22:03:15.224 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a 2024-05-13T22:03:15.515 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:15 smithi088 systemd[1]: Stopping Ceph mon.a for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:15.832 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:15 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a[29175]: 2024-05-13T22:03:15.524+0000 7eff24603700 -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-13T22:03:15.832 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:15 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a[29175]: 2024-05-13T22:03:15.524+0000 7eff24603700 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-05-13T22:03:15.832 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:15 smithi088 podman[48429]: 2024-05-13 22:03:15.58656836 +0000 UTC m=+0.157809484 container died f503999b05064bf042df6a9d340aa11dd54f976f775674172964ab2069dd1761 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-c3e5514, GIT_CLEAN=True, 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, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-05-13T22:03:16.165 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:15 smithi088 podman[48429]: 2024-05-13 22:03:15.9416969 +0000 UTC m=+0.512938016 container cleanup f503999b05064bf042df6a9d340aa11dd54f976f775674172964ab2069dd1761 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240507, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=squid-c3e5514, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-13T22:03:16.165 INFO:journalctl@ceph.mon.a.smithi088.stdout:May 13 22:03:15 smithi088 bash[48429]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-a 2024-05-13T22:03:16.360 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.a.service' 2024-05-13T22:03:16.406 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:16.406 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-13T22:03:16.407 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-13T22:03:16.407 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.b 2024-05-13T22:03:16.709 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:16 smithi112 systemd[1]: Stopping Ceph mon.b for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:17.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:16 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-b[32551]: 2024-05-13T22:03:16.718+0000 7f2050859700 -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-13T22:03:17.036 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:16 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-b[32551]: 2024-05-13T22:03:16.718+0000 7f2050859700 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-05-13T22:03:17.037 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:16 smithi112 podman[41528]: 2024-05-13 22:03:16.842180875 +0000 UTC m=+0.230263103 container died 88df1b22b10df87c7d6411173ff45091910ab4a06e897eb459ca9ae94a0034b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-c3e5514, ceph=True, io.buildah.version=1.33.5) 2024-05-13T22:03:17.459 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:17 smithi112 podman[41528]: 2024-05-13 22:03:17.277680766 +0000 UTC m=+0.665762980 container cleanup 88df1b22b10df87c7d6411173ff45091910ab4a06e897eb459ca9ae94a0034b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-b, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, 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.schema-version=1.0, ceph=True, RELEASE=squid-c3e5514, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-05-13T22:03:17.460 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:17 smithi112 bash[41528]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-b 2024-05-13T22:03:17.699 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.b.service' 2024-05-13T22:03:17.720 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:17 smithi112 podman[41542]: 2024-05-13 22:03:17.470687642 +0000 UTC m=+0.627015771 container remove 88df1b22b10df87c7d6411173ff45091910ab4a06e897eb459ca9ae94a0034b5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-b, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, GIT_BRANCH=HEAD) 2024-05-13T22:03:17.720 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:17 smithi112 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.b.service: Deactivated successfully. 2024-05-13T22:03:17.720 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:17 smithi112 systemd[1]: Stopped Ceph mon.b for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T22:03:17.720 INFO:journalctl@ceph.mon.b.smithi112.stdout:May 13 22:03:17 smithi112 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.b.service: Consumed 3.627s CPU time. 2024-05-13T22:03:17.746 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:17.746 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-13T22:03:17.746 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-13T22:03:17.746 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.c 2024-05-13T22:03:18.105 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:17 smithi132 systemd[1]: Stopping Ceph mon.c for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:18.473 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:18 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c[33130]: 2024-05-13T22:03:18.114+0000 7f5e336f0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -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-13T22:03:18.473 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:18 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c[33130]: 2024-05-13T22:03:18.114+0000 7f5e336f0700 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-05-13T22:03:18.473 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:18 smithi132 podman[41806]: 2024-05-13 22:03:18.360154282 +0000 UTC m=+0.408124262 container died b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c, RELEASE=squid-c3e5514, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240507) 2024-05-13T22:03:18.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:18 smithi132 podman[41806]: 2024-05-13 22:03:18.797761806 +0000 UTC m=+0.845731777 container cleanup b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True) 2024-05-13T22:03:18.973 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:18 smithi132 bash[41806]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c 2024-05-13T22:03:19.210 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.c.service' 2024-05-13T22:03:19.232 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:18 smithi132 podman[41820]: 2024-05-13 22:03:18.99059166 +0000 UTC m=+0.624984395 container remove b3b06764ed3ab3ee2d79d90d664edacb160afd9b4b8c5524f584439b3d1e96d8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-c3e5514, org.label-schema.build-date=20240507, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-13T22:03:19.232 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:19 smithi132 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-13T22:03:19.232 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:19 smithi132 systemd[1]: Stopped Ceph mon.c for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T22:03:19.232 INFO:journalctl@ceph.mon.c.smithi132.stdout:May 13 22:03:19 smithi132 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mon.c.service: Consumed 3.481s CPU time. 2024-05-13T22:03:19.259 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:19.259 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-13T22:03:19.259 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-13T22:03:19.260 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a 2024-05-13T22:03:19.551 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:19 smithi088 systemd[1]: Stopping Ceph mgr.a for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:19.826 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:19 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T22:03:19.560+0000 7f2487009700 -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-13T22:03:19.826 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:19 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a[29412]: 2024-05-13T22:03:19.560+0000 7f2487009700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-13T22:03:19.827 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:19 smithi088 podman[48548]: 2024-05-13 22:03:19.592838963 +0000 UTC m=+0.128220785 container died 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=squid-c3e5514, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-05-13T22:03:20.085 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:19 smithi088 podman[48548]: 2024-05-13 22:03:19.911351714 +0000 UTC m=+0.446733538 container cleanup 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-c3e5514, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240507, org.label-schema.license=GPLv2, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-13T22:03:20.085 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:19 smithi088 bash[48548]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a 2024-05-13T22:03:20.332 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service' 2024-05-13T22:03:20.354 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:20 smithi088 podman[48562]: 2024-05-13 22:03:20.096166604 +0000 UTC m=+0.503868274 container remove 4f3075577b2982e737d24434ad6504329560a6ca43fa38567526aadddc5269a9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c3e55145f4f4b3a500bb66ee08c938a215bc231d, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=squid-c3e5514) 2024-05-13T22:03:20.354 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:20 smithi088 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service: Deactivated successfully. 2024-05-13T22:03:20.354 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:20 smithi088 systemd[1]: Stopped Ceph mgr.a for 3b789ffa-1173-11ef-bc98-c7b262605968. 2024-05-13T22:03:20.354 INFO:journalctl@ceph.mgr.a.smithi088.stdout:May 13 22:03:20 smithi088 systemd[1]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.a.service: Consumed 46.387s CPU time. 2024-05-13T22:03:20.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:20.365 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-13T22:03:20.366 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-13T22:03:20.366 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.b 2024-05-13T22:03:20.692 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 22:03:20 smithi112 systemd[1]: Stopping Ceph mgr.b for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:21.036 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 22:03:20 smithi112 podman[41651]: 2024-05-13 22:03:20.702905042 +0000 UTC m=+0.136026469 container died 29700cabb58a50bad9d3eee8b02bd0ef63f60e7719d767f655a700d822c6ae64 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.build-date=20240507, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-c3e5514, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-05-13T22:03:21.314 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 22:03:21 smithi112 podman[41651]: 2024-05-13 22:03:21.065685028 +0000 UTC m=+0.498806404 container cleanup 29700cabb58a50bad9d3eee8b02bd0ef63f60e7719d767f655a700d822c6ae64 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b, RELEASE=squid-c3e5514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240507, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux ) 2024-05-13T22:03:21.314 INFO:journalctl@ceph.mgr.b.smithi112.stdout:May 13 22:03:21 smithi112 bash[41651]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-mgr-b 2024-05-13T22:03:21.474 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@mgr.b.service' 2024-05-13T22:03:21.507 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:21.507 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-13T22:03:21.507 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-13T22:03:21.507 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.0 2024-05-13T22:03:21.796 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:21 smithi088 systemd[1]: Stopping Ceph osd.0 for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:22.165 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:21 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0[40791]: 2024-05-13T22:03:21.806+0000 7f0277e49700 -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-13T22:03:22.165 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:21 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0[40791]: 2024-05-13T22:03:21.806+0000 7f0277e49700 -1 osd.0 21 *** Got signal Terminated *** 2024-05-13T22:03:22.165 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:21 smithi088 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0[40791]: 2024-05-13T22:03:21.806+0000 7f0277e49700 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-13T22:03:27.578 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:27 smithi088 podman[48669]: 2024-05-13 22:03:27.232971376 +0000 UTC m=+5.527870319 container died 87e3f8bbe02211878b1a5509f946be84d57568925500c2796d5d3e13e9ed4340 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=squid-c3e5514, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True) 2024-05-13T22:03:27.579 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:27 smithi088 podman[48669]: 2024-05-13 22:03:27.58909406 +0000 UTC m=+5.883992997 container cleanup 87e3f8bbe02211878b1a5509f946be84d57568925500c2796d5d3e13e9ed4340 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240507) 2024-05-13T22:03:27.837 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:27 smithi088 bash[48669]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0 2024-05-13T22:03:28.165 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:27 smithi088 podman[48685]: 2024-05-13 22:03:27.848505738 +0000 UTC m=+0.611740533 container remove 87e3f8bbe02211878b1a5509f946be84d57568925500c2796d5d3e13e9ed4340 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240507, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-05-13T22:03:28.649 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:28 smithi088 podman[48771]: 2024-05-13 22:03:28.199086327 +0000 UTC m=+0.110453036 container create 8b98d2058a9c087585e96f8490b849742ed03e1774e9a6291fc456b60916dff8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-c3e5514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-05-13T22:03:28.649 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:28 smithi088 podman[48771]: 2024-05-13 22:03:28.105482719 +0000 UTC m=+0.016849449 image pull b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64 2024-05-13T22:03:28.649 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:28 smithi088 podman[48771]: 2024-05-13 22:03:28.367958626 +0000 UTC m=+0.279325344 container init 8b98d2058a9c087585e96f8490b849742ed03e1774e9a6291fc456b60916dff8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-c3e5514) 2024-05-13T22:03:28.649 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:28 smithi088 podman[48771]: 2024-05-13 22:03:28.371237674 +0000 UTC m=+0.282604400 container start 8b98d2058a9c087585e96f8490b849742ed03e1774e9a6291fc456b60916dff8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0-deactivate, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=squid-c3e5514, org.label-schema.build-date=20240507, maintainer=Guillaume Abrioux ) 2024-05-13T22:03:28.649 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:28 smithi088 podman[48771]: 2024-05-13 22:03:28.434694009 +0000 UTC m=+0.346060764 container attach 8b98d2058a9c087585e96f8490b849742ed03e1774e9a6291fc456b60916dff8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514) 2024-05-13T22:03:28.915 INFO:journalctl@ceph.osd.0.smithi088.stdout:May 13 22:03:28 smithi088 podman[48771]: 2024-05-13 22:03:28.659641024 +0000 UTC m=+0.571007742 container died 8b98d2058a9c087585e96f8490b849742ed03e1774e9a6291fc456b60916dff8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240507, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=squid-c3e5514, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-05-13T22:03:29.100 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.0.service' 2024-05-13T22:03:29.136 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:29.137 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-13T22:03:29.137 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-13T22:03:29.137 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.1 2024-05-13T22:03:29.425 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:29 smithi112 systemd[1]: Stopping Ceph osd.1 for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:29.677 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:29 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1[36756]: 2024-05-13T22:03:29.435+0000 7fa420db7700 -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-13T22:03:29.677 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:29 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1[36756]: 2024-05-13T22:03:29.435+0000 7fa420db7700 -1 osd.1 21 *** Got signal Terminated *** 2024-05-13T22:03:29.677 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:29 smithi112 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1[36756]: 2024-05-13T22:03:29.435+0000 7fa420db7700 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-13T22:03:35.134 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:34 smithi112 podman[41774]: 2024-05-13 22:03:34.877515465 +0000 UTC m=+5.537792945 container died 78e478180c3d803814227f8379b79e9f509dd096ae20bf19cd69551e5f6feb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514) 2024-05-13T22:03:35.400 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:35 smithi112 podman[41774]: 2024-05-13 22:03:35.227273139 +0000 UTC m=+5.887550605 container cleanup 78e478180c3d803814227f8379b79e9f509dd096ae20bf19cd69551e5f6feb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.build-date=20240507, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=squid-c3e5514, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-13T22:03:35.401 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:35 smithi112 bash[41774]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1 2024-05-13T22:03:35.786 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:35 smithi112 podman[41807]: 2024-05-13 22:03:35.411517668 +0000 UTC m=+0.525212777 container remove 78e478180c3d803814227f8379b79e9f509dd096ae20bf19cd69551e5f6feb9c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240507, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=squid-c3e5514, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-13T22:03:36.145 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:35 smithi112 podman[41893]: 2024-05-13 22:03:35.740607511 +0000 UTC m=+0.017101401 image pull b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64 2024-05-13T22:03:36.146 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:35 smithi112 podman[41893]: 2024-05-13 22:03:35.845712168 +0000 UTC m=+0.122206044 container create 673950e1ca9703a6f1f0e7f0fe663ab54a227c291a3382836f57219bf19faf9f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514, org.label-schema.build-date=20240507, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-05-13T22:03:36.146 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:36 smithi112 podman[41893]: 2024-05-13 22:03:36.082438326 +0000 UTC m=+0.358932211 container init 673950e1ca9703a6f1f0e7f0fe663ab54a227c291a3382836f57219bf19faf9f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-c3e5514) 2024-05-13T22:03:36.146 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:36 smithi112 podman[41893]: 2024-05-13 22:03:36.085940666 +0000 UTC m=+0.362434551 container start 673950e1ca9703a6f1f0e7f0fe663ab54a227c291a3382836f57219bf19faf9f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-c3e5514, org.label-schema.build-date=20240507, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-05-13T22:03:36.146 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:36 smithi112 podman[41893]: 2024-05-13 22:03:36.156484023 +0000 UTC m=+0.432977900 container attach 673950e1ca9703a6f1f0e7f0fe663ab54a227c291a3382836f57219bf19faf9f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=squid-c3e5514, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-13T22:03:36.536 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:36 smithi112 podman[41893]: 2024-05-13 22:03:36.377328384 +0000 UTC m=+0.653822262 container died 673950e1ca9703a6f1f0e7f0fe663ab54a227c291a3382836f57219bf19faf9f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240507, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-c3e5514, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-13T22:03:36.907 INFO:journalctl@ceph.osd.1.smithi112.stdout:May 13 22:03:36 smithi112 podman[41920]: 2024-05-13 22:03:36.901456161 +0000 UTC m=+0.518601372 container remove 673950e1ca9703a6f1f0e7f0fe663ab54a227c291a3382836f57219bf19faf9f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240507, GIT_CLEAN=True, RELEASE=squid-c3e5514, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-05-13T22:03:36.913 DEBUG:teuthology.orchestra.run.smithi112:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.1.service' 2024-05-13T22:03:36.949 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:36.950 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-13T22:03:36.950 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-13T22:03:36.950 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.2 2024-05-13T22:03:37.265 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:37 smithi132 systemd[1]: Stopping Ceph osd.2 for 3b789ffa-1173-11ef-bc98-c7b262605968... 2024-05-13T22:03:37.722 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:37 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2[37279]: 2024-05-13T22:03:37.274+0000 7f145782b700 -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-13T22:03:37.723 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:37 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2[37279]: 2024-05-13T22:03:37.274+0000 7f145782b700 -1 osd.2 21 *** Got signal Terminated *** 2024-05-13T22:03:37.723 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:37 smithi132 ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2[37279]: 2024-05-13T22:03:37.274+0000 7f145782b700 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-13T22:03:42.956 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:42 smithi132 podman[41944]: 2024-05-13 22:03:42.65886953 +0000 UTC m=+5.495860740 container died a87877665cb1bbc735ee221b1515be9851c457995a02eecf7822337d5b267fc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240507, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, io.buildah.version=1.33.5) 2024-05-13T22:03:42.956 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:42 smithi132 podman[41944]: 2024-05-13 22:03:42.966695904 +0000 UTC m=+5.803687106 container cleanup a87877665cb1bbc735ee221b1515be9851c457995a02eecf7822337d5b267fc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-c3e5514, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-05-13T22:03:43.222 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:42 smithi132 bash[41944]: ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2 2024-05-13T22:03:43.222 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[41962]: 2024-05-13 22:03:43.17603882 +0000 UTC m=+0.513638530 container remove a87877665cb1bbc735ee221b1515be9851c457995a02eecf7822337d5b267fc9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, RELEASE=squid-c3e5514) 2024-05-13T22:03:43.760 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[42050]: 2024-05-13 22:03:43.501822467 +0000 UTC m=+0.108450119 container create 7ec79f4d81e5168afb2bbb9801a280967c8557345cee1ebc3001ed6628f0a410 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2-deactivate, RELEASE=squid-c3e5514, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240507, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-13T22:03:43.760 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[42050]: 2024-05-13 22:03:43.41019244 +0000 UTC m=+0.016820105 image pull b1b56bed7c9161afc4ceb5e22f8d8cb1f63f2c9c4e5704fa5bbbc460745d969b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64 2024-05-13T22:03:43.760 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[42050]: 2024-05-13 22:03:43.696421087 +0000 UTC m=+0.303048747 container init 7ec79f4d81e5168afb2bbb9801a280967c8557345cee1ebc3001ed6628f0a410 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, ceph=True, GIT_CLEAN=True) 2024-05-13T22:03:43.760 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[42050]: 2024-05-13 22:03:43.699838644 +0000 UTC m=+0.306466297 container start 7ec79f4d81e5168afb2bbb9801a280967c8557345cee1ebc3001ed6628f0a410 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-13T22:03:43.760 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[42050]: 2024-05-13 22:03:43.770878916 +0000 UTC m=+0.377506577 container attach 7ec79f4d81e5168afb2bbb9801a280967c8557345cee1ebc3001ed6628f0a410 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c3e5514, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0, org.label-schema.build-date=20240507, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-05-13T22:03:44.222 INFO:journalctl@ceph.osd.2.smithi132.stdout:May 13 22:03:43 smithi132 podman[42050]: 2024-05-13 22:03:43.998145322 +0000 UTC m=+0.604772978 container died 7ec79f4d81e5168afb2bbb9801a280967c8557345cee1ebc3001ed6628f0a410 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9cd05a64e34795b62d7224161b7c229af8ae91396504d4169d8967902985ae64, name=ceph-3b789ffa-1173-11ef-bc98-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240507, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, RELEASE=squid-c3e5514, GIT_BRANCH=HEAD, GIT_COMMIT=d4a0f93b06679a5c9148c9e9b367478b2a0d04e0) 2024-05-13T22:03:44.604 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3b789ffa-1173-11ef-bc98-c7b262605968@osd.2.service' 2024-05-13T22:03:44.643 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-13T22:03:44.643 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-13T22:03:44.643 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-13T22:03:44.836 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:45.856 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-13T22:03:46.048 INFO:teuthology.orchestra.run.smithi112.stdout:Deleting cluster with fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:47.171 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 --force --keep-logs 2024-05-13T22:03:47.361 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:48.210 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T22:03:48.242 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T22:03:48.275 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-13T22:03:48.301 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-13T22:03:48.303 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi088/crash 2024-05-13T22:03:48.304 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash -- . 2024-05-13T22:03:48.341 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-13T22:03:48.341 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-05-13T22:03:48.344 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi112/crash 2024-05-13T22:03:48.345 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash -- . 2024-05-13T22:03:48.437 INFO:teuthology.orchestra.run.smithi112.stderr:tar: /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-13T22:03:48.437 INFO:teuthology.orchestra.run.smithi112.stderr:tar: Error is not recoverable: exiting now 2024-05-13T22:03:48.439 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi132/crash 2024-05-13T22:03:48.440 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash -- . 2024-05-13T22:03:48.473 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-13T22:03:48.473 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2024-05-13T22:03:48.474 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-13T22:03:48.474 DEBUG:teuthology.orchestra.run.smithi088:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | head -n 1 2024-05-13T22:03:48.505 INFO:tasks.cephadm:Compressing logs... 2024-05-13T22:03:48.506 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T22:03:48.548 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T22:03:48.551 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T22:03:48.573 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log 2024-05-13T22:03:48.573 INFO:teuthology.orchestra.run.smithi088.stderr:: No such file or directory 2024-05-13T22:03:48.575 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log 2024-05-13T22:03:48.575 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.0.log 2024-05-13T22:03:48.575 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.a.log 2024-05-13T22:03:48.575 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.0.log: 87.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log.gz 2024-05-13T22:03:48.575 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log 2024-05-13T22:03:48.577 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mgr.a.log 2024-05-13T22:03:48.578 INFO:teuthology.orchestra.run.smithi088.stderr: 89.3% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log.gz 2024-05-13T22:03:48.578 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log 2024-05-13T22:03:48.578 INFO:teuthology.orchestra.run.smithi088.stderr: 82.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log.gz 2024-05-13T22:03:48.578 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:: No such file or directory 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.2.log 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.c.log 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log: 87.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log.gz 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log 2024-05-13T22:03:48.579 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log 2024-05-13T22:03:48.580 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-13T22:03:48.580 INFO:teuthology.orchestra.run.smithi132.stderr: 89.6% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log.gz 2024-05-13T22:03:48.580 INFO:teuthology.orchestra.run.smithi132.stderr: 80.9% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log.gz 2024-05-13T22:03:48.580 INFO:teuthology.orchestra.run.smithi132.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-13T22:03:48.581 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mgr.a.log: /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 89.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-13T22:03:48.581 INFO:teuthology.orchestra.run.smithi088.stderr: 91.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log.gz 2024-05-13T22:03:48.581 INFO:teuthology.orchestra.run.smithi112.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log 2024-05-13T22:03:48.582 INFO:teuthology.orchestra.run.smithi112.stderr:: No such file or directory 2024-05-13T22:03:48.582 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log 2024-05-13T22:03:48.582 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.1.log 2024-05-13T22:03:48.582 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log: /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log 2024-05-13T22:03:48.582 INFO:teuthology.orchestra.run.smithi132.stderr: 91.0% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log.gz 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.1.log: 87.0% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.log.gz 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mgr.b.log 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr: 89.5% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.audit.log.gz 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr: 81.0% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph.cephadm.log.gz 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.b.log 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-13T22:03:48.584 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 88.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-13T22:03:48.585 INFO:teuthology.orchestra.run.smithi112.stderr: 91.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mgr.b.log.gz 2024-05-13T22:03:48.585 INFO:teuthology.orchestra.run.smithi112.stderr: 91.0% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-volume.log.gz 2024-05-13T22:03:48.605 INFO:teuthology.orchestra.run.smithi132.stderr: 93.9% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.2.log.gz 2024-05-13T22:03:48.605 INFO:teuthology.orchestra.run.smithi088.stderr: 93.8% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.0.log.gz 2024-05-13T22:03:48.632 INFO:teuthology.orchestra.run.smithi132.stderr: 93.0% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.c.log.gz 2024-05-13T22:03:48.634 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-05-13T22:03:48.634 INFO:teuthology.orchestra.run.smithi132.stderr:real 0m0.068s 2024-05-13T22:03:48.634 INFO:teuthology.orchestra.run.smithi132.stderr:user 0m0.100s 2024-05-13T22:03:48.634 INFO:teuthology.orchestra.run.smithi132.stderr:sys 0m0.016s 2024-05-13T22:03:48.638 INFO:teuthology.orchestra.run.smithi112.stderr: 92.5% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.b.log.gz 2024-05-13T22:03:48.638 INFO:teuthology.orchestra.run.smithi112.stderr: 94.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-osd.1.log.gz 2024-05-13T22:03:48.640 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-05-13T22:03:48.640 INFO:teuthology.orchestra.run.smithi112.stderr:real 0m0.074s 2024-05-13T22:03:48.640 INFO:teuthology.orchestra.run.smithi112.stderr:user 0m0.131s 2024-05-13T22:03:48.640 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m0.026s 2024-05-13T22:03:48.641 INFO:teuthology.orchestra.run.smithi088.stderr: 90.3% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mgr.a.log.gz 2024-05-13T22:03:48.773 INFO:teuthology.orchestra.run.smithi088.stderr: 91.1% -- replaced with /var/log/ceph/3b789ffa-1173-11ef-bc98-c7b262605968/ceph-mon.a.log.gz 2024-05-13T22:03:48.775 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-05-13T22:03:48.775 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m0.212s 2024-05-13T22:03:48.775 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m0.295s 2024-05-13T22:03:48.775 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.033s 2024-05-13T22:03:48.775 INFO:tasks.cephadm:Archiving logs... 2024-05-13T22:03:48.775 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi088/log 2024-05-13T22:03:48.776 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-13T22:03:48.898 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi112/log 2024-05-13T22:03:48.899 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-13T22:03:48.950 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi132/log 2024-05-13T22:03:48.951 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-13T22:03:48.993 INFO:tasks.cephadm:Removing cluster... 2024-05-13T22:03:48.993 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 --force 2024-05-13T22:03:49.169 INFO:teuthology.orchestra.run.smithi088.stdout:Deleting cluster with fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:49.422 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 --force 2024-05-13T22:03:49.613 INFO:teuthology.orchestra.run.smithi112.stdout:Deleting cluster with fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:49.865 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3b789ffa-1173-11ef-bc98-c7b262605968 --force 2024-05-13T22:03:50.052 INFO:teuthology.orchestra.run.smithi132.stdout:Deleting cluster with fsid: 3b789ffa-1173-11ef-bc98-c7b262605968 2024-05-13T22:03:50.308 INFO:tasks.cephadm:Removing cephadm ... 2024-05-13T22:03:50.309 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-13T22:03:50.327 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-13T22:03:50.343 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-13T22:03:50.358 INFO:tasks.cephadm:Teardown complete 2024-05-13T22:03:50.359 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-13T22:03:50.370 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-13T22:03:50.370 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-13T22:03:50.372 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-13T22:03:50.385 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-13T22:03:50.492 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-13T22:03:50.500 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-13T22:03:50.500 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T22:03:50.502 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T22:03:50.505 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-13T22:03:50.516 INFO:teuthology.orchestra.run.smithi088.stderr:bash: line 1: ntpq: command not found 2024-05-13T22:03:50.517 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-05-13T22:03:50.519 INFO:teuthology.orchestra.run.smithi132.stderr:bash: line 1: ntpq: command not found 2024-05-13T22:03:50.520 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T22:03:50.520 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-05-13T22:03:50.520 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv01.front.sepia.ceph.com 3 6 377 37 +711us[ +709us] +/- 59ms 2024-05-13T22:03:50.520 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 38 -1035us[-1037us] +/- 52ms 2024-05-13T22:03:50.520 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +413us[ +413us] +/- 75ms 2024-05-13T22:03:50.520 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T22:03:50.522 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T22:03:50.522 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-05-13T22:03:50.522 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv01.front.sepia.ceph.com 3 6 377 38 +720us[ +716us] +/- 59ms 2024-05-13T22:03:50.522 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 40 -1015us[-1019us] +/- 52ms 2024-05-13T22:03:50.522 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 +428us[ +424us] +/- 75ms 2024-05-13T22:03:50.522 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T22:03:50.523 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-13T22:03:50.523 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2024-05-13T22:03:50.523 INFO:teuthology.orchestra.run.smithi132.stdout:^* hv01.front.sepia.ceph.com 3 6 377 41 +731us[ +745us] +/- 59ms 2024-05-13T22:03:50.523 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 39 -1004us[-1004us] +/- 52ms 2024-05-13T22:03:50.523 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 +453us[ +453us] +/- 75ms 2024-05-13T22:03:50.523 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-13T22:03:50.524 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-13T22:03:50.535 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-13T22:03:50.536 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-13T22:03:50.549 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T22:03:50.630 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T22:03:50.692 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T22:03:50.752 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T22:03:50.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T22:03:50.782 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T22:03:50.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T22:03:50.809 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T22:03:50.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T22:03:50.837 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-13T22:03:50.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-13T22:03:50.856 INFO:teuthology.task.internal:Duration was 1171.378233 seconds 2024-05-13T22:03:50.857 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-13T22:03:50.871 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-13T22:03:50.871 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-13T22:03:50.873 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-13T22:03:50.876 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-13T22:03:50.912 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T22:03:50.912 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T22:03:50.915 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-13T22:03:51.326 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-13T22:03:51.326 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-05-13T22:03:51.326 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T22:03:51.347 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-05-13T22:03:51.347 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T22:03:51.393 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2024-05-13T22:03:51.393 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T22:03:51.418 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-13T22:03:51.418 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T22:03:51.420 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T22:03:51.435 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-13T22:03:51.486 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-13T22:03:51.486 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-13T22:03:51.488 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-13T22:03:51.502 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-13T22:03:51.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-13T22:03:51.667 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-13T22:03:51.667 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-13T22:03:51.691 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-13T22:03:51.716 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-13T22:03:51.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-13T22:03:51.754 DEBUG:teuthology.orchestra.run.smithi088:> 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-13T22:03:51.756 DEBUG:teuthology.orchestra.run.smithi112:> 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-13T22:03:51.759 DEBUG:teuthology.orchestra.run.smithi132:> 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-13T22:03:51.777 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-05-13T22:03:51.780 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-05-13T22:03:51.804 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2024-05-13T22:03:51.824 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-13T22:03:51.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T22:03:51.850 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-13T22:03:51.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T22:03:51.864 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-13T22:03:51.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-13T22:03:51.879 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-13T22:03:51.889 INFO:teuthology.task.internal:Transferring archived files... 2024-05-13T22:03:51.890 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi088 2024-05-13T22:03:51.890 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-13T22:03:51.926 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi112 2024-05-13T22:03:51.926 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-13T22:03:51.960 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-13_21:08:02-orch-squid-distro-default-smithi/7704957/remote/smithi132 2024-05-13T22:03:51.960 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-13T22:03:51.993 INFO:teuthology.task.internal:Removing archive directory... 2024-05-13T22:03:51.993 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-13T22:03:51.996 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-13T22:03:51.998 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-13T22:03:52.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-13T22:03:52.054 INFO:teuthology.task.internal:Not uploading archives. 2024-05-13T22:03:52.054 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-13T22:03:52.121 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-13T22:03:52.121 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-13T22:03:52.123 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-13T22:03:52.125 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-13T22:03:52.136 INFO:teuthology.orchestra.run.smithi088.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 13 22:03 /home/ubuntu/cephtest 2024-05-13T22:03:52.138 INFO:teuthology.orchestra.run.smithi112.stdout: 265612 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 13 22:03 /home/ubuntu/cephtest 2024-05-13T22:03:52.140 INFO:teuthology.orchestra.run.smithi132.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 13 22:03 /home/ubuntu/cephtest 2024-05-13T22:03:52.141 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-13T22:03:52.206 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-13T22:03:52.229 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/connectivity task/test_set_mon_crush_locations} duration: 1171.3782329559326 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-05-13T22:03:52.229 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-13T22:03:52.304 INFO:teuthology.run:pass