2023-10-31T06:24:35.711 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-10-31T06:24:35.712 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767 --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/connectivity task/test_set_mon_crush_locations} --verbose --owner scheduled_adking@teuthology --name adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi -- /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/orig.config.yaml 2023-10-31T06:24:35.743 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-31T06:24:35.826 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767 branch: wip-adk-testing-2023-10-30-1928 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: adking@redhat.com first_in_suite: false job_id: '7441767' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-10-30-1928 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: fcc751a494aeedbeb6237860a239d39dfe5b98d4 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: fcc751a494aeedbeb6237860a239d39dfe5b98d4 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-10-30-1928 sha1: fcc751a494aeedbeb6237860a239d39dfe5b98d4 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.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: 8091 sha1: fcc751a494aeedbeb6237860a239d39dfe5b98d4 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-10-30-1928 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: fcc751a494aeedbeb6237860a239d39dfe5b98d4 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi123.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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 0x7f8ad4055a60>, signals=[15]) 2023-10-31T06:24:36.327 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-31T06:24:36.333 INFO:teuthology.task.internal:Opening connections... 2023-10-31T06:24:36.334 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-10-31T06:24:36.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-31T06:24:36.404 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-10-31T06:24:36.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-31T06:24:36.471 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2023-10-31T06:24:36.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-31T06:24:36.539 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-31T06:24:36.546 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-10-31T06:24:36.570 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-10-31T06:24:36.571 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-10-31T06:24:36.631 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="Red Hat Enterprise Linux" 2023-10-31T06:24:36.631 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8.6 (Ootpa)" 2023-10-31T06:24:36.632 INFO:teuthology.orchestra.run.smithi045.stdout:ID="rhel" 2023-10-31T06:24:36.632 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="fedora" 2023-10-31T06:24:36.632 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8.6" 2023-10-31T06:24:36.632 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-10-31T06:24:36.632 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-31T06:24:36.633 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-10-31T06:24:36.633 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-31T06:24:36.633 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://www.redhat.com/" 2023-10-31T06:24:36.633 INFO:teuthology.orchestra.run.smithi045.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-31T06:24:36.633 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-31T06:24:36.634 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:24:36.634 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-31T06:24:36.634 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-31T06:24:36.634 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-31T06:24:36.634 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-31T06:24:36.635 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-10-31T06:24:36.662 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-10-31T06:24:36.682 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-10-31T06:24:36.683 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-10-31T06:24:36.742 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Red Hat Enterprise Linux" 2023-10-31T06:24:36.742 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8.6 (Ootpa)" 2023-10-31T06:24:36.743 INFO:teuthology.orchestra.run.smithi098.stdout:ID="rhel" 2023-10-31T06:24:36.743 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="fedora" 2023-10-31T06:24:36.743 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8.6" 2023-10-31T06:24:36.743 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-10-31T06:24:36.743 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-31T06:24:36.744 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-10-31T06:24:36.744 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-31T06:24:36.744 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.redhat.com/" 2023-10-31T06:24:36.744 INFO:teuthology.orchestra.run.smithi098.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-31T06:24:36.744 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-31T06:24:36.745 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:24:36.745 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-31T06:24:36.745 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-31T06:24:36.745 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-31T06:24:36.745 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-31T06:24:36.746 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-10-31T06:24:36.770 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2023-10-31T06:24:36.791 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2023-10-31T06:24:36.792 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2023-10-31T06:24:36.848 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="Red Hat Enterprise Linux" 2023-10-31T06:24:36.849 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="8.6 (Ootpa)" 2023-10-31T06:24:36.849 INFO:teuthology.orchestra.run.smithi123.stdout:ID="rhel" 2023-10-31T06:24:36.849 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE="fedora" 2023-10-31T06:24:36.849 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="8.6" 2023-10-31T06:24:36.850 INFO:teuthology.orchestra.run.smithi123.stdout:PLATFORM_ID="platform:el8" 2023-10-31T06:24:36.850 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-31T06:24:36.850 INFO:teuthology.orchestra.run.smithi123.stdout:ANSI_COLOR="0;31" 2023-10-31T06:24:36.850 INFO:teuthology.orchestra.run.smithi123.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-31T06:24:36.851 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://www.redhat.com/" 2023-10-31T06:24:36.851 INFO:teuthology.orchestra.run.smithi123.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-31T06:24:36.851 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-31T06:24:36.851 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:24:36.851 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-31T06:24:36.851 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-31T06:24:36.852 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-31T06:24:36.852 INFO:teuthology.orchestra.run.smithi123.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-31T06:24:36.852 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2023-10-31T06:24:36.878 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-31T06:24:36.891 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-31T06:24:36.921 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-31T06:24:36.921 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-10-31T06:24:36.924 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-10-31T06:24:36.926 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2023-10-31T06:24:36.946 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-31T06:24:36.981 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-31T06:24:36.982 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-10-31T06:24:36.984 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-10-31T06:24:36.986 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2023-10-31T06:24:37.012 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-31T06:24:37.097 INFO:teuthology.run_tasks:Running task kernel... 2023-10-31T06:24:37.113 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-31T06:24:37.114 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-31T06:24:37.114 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-31T06:24:37.115 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-31T06:24:37.116 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-31T06:24:37.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:24:37.136 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-10-31T06:24:37.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:24:37.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:24:37.139 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-10-31T06:24:37.140 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2023-10-31T06:24:37.195 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:37.195 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:37.196 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-10-31T06:24:37.200 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:37.200 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:37.200 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-10-31T06:24:37.202 INFO:teuthology.orchestra.run.smithi123.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:37.202 INFO:teuthology.task.kernel:Running kernel on smithi123: 4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:37.202 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum install -y kernel 2023-10-31T06:24:38.365 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:38.366 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-31T06:24:38.385 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:38.385 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity 2023-10-31T06:24:38.455 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:38.456 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-10-31T06:24:39.737 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-10-31T06:24:39.848 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-10-31T06:24:39.953 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-10-31T06:24:40.419 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-10-31T06:24:41.379 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-10-31T06:24:41.573 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 8.6 MB/s | 16 MB 00:01 2023-10-31T06:24:44.086 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 541 kB/s | 24 kB 00:00 2023-10-31T06:24:44.780 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-31T06:24:44.841 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:24:44.842 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:24:44.843 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:24:44.921 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 562 kB/s | 24 kB 00:00 2023-10-31T06:24:44.956 DEBUG:teuthology.orchestra.run.smithi045:> echo no | sudo yum reinstall kernel || true 2023-10-31T06:24:45.023 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 628 kB/s | 24 kB 00:00 2023-10-31T06:24:45.307 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:45.308 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity 2023-10-31T06:24:45.565 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-31T06:24:45.588 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:01 ago on Tue 31 Oct 2023 06:24:44 AM UTC. 2023-10-31T06:24:45.623 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:24:45.624 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:24:45.624 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:24:45.633 INFO:teuthology.orchestra.run.smithi045.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-31T06:24:45.669 INFO:teuthology.orchestra.run.smithi045.stderr:Error: No packages marked for reinstall. 2023-10-31T06:24:45.692 INFO:teuthology.orchestra.run.smithi123.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-31T06:24:45.716 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum reinstall -y kernel || true 2023-10-31T06:24:45.751 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2023-10-31T06:24:45.753 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:24:45.754 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:24:45.755 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:24:45.877 DEBUG:teuthology.orchestra.run.smithi123:> echo no | sudo yum reinstall kernel || true 2023-10-31T06:24:46.068 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:46.068 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity 2023-10-31T06:24:46.081 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:46.081 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-10-31T06:24:46.210 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:46.210 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-31T06:24:46.344 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:02 ago on Tue 31 Oct 2023 06:24:44 AM UTC. 2023-10-31T06:24:46.349 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:02 ago on Tue 31 Oct 2023 06:24:44 AM UTC. 2023-10-31T06:24:46.386 INFO:teuthology.orchestra.run.smithi045.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-31T06:24:46.390 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-31T06:24:46.417 INFO:teuthology.orchestra.run.smithi045.stderr:Error: No packages marked for reinstall. 2023-10-31T06:24:46.435 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-10-31T06:24:46.467 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-10-31T06:24:46.477 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:02 ago on Tue 31 Oct 2023 06:24:44 AM UTC. 2023-10-31T06:24:46.481 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2023-10-31T06:24:46.517 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-31T06:24:46.544 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-10-31T06:24:46.550 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:46.551 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:46.552 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-31T06:24:46.552 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-31T06:24:46.552 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-31T06:24:46.585 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-10-31T06:24:46.591 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum reinstall -y kernel || true 2023-10-31T06:24:46.601 DEBUG:teuthology.parallel:result is None 2023-10-31T06:24:46.808 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:46.808 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-10-31T06:24:46.921 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:24:46.921 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to read consumer identity 2023-10-31T06:24:47.068 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Tue 31 Oct 2023 06:24:44 AM UTC. 2023-10-31T06:24:47.110 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-31T06:24:47.148 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-10-31T06:24:47.180 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:03 ago on Tue 31 Oct 2023 06:24:44 AM UTC. 2023-10-31T06:24:47.196 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-10-31T06:24:47.219 INFO:teuthology.orchestra.run.smithi123.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-31T06:24:47.241 INFO:teuthology.orchestra.run.smithi123.stderr:Error: No packages marked for reinstall. 2023-10-31T06:24:47.277 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:47.277 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:47.278 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-31T06:24:47.278 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-31T06:24:47.278 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-31T06:24:47.291 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q kernel | sort -rV | head -n 1 2023-10-31T06:24:47.304 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-10-31T06:24:47.325 DEBUG:teuthology.parallel:result is None 2023-10-31T06:24:47.370 INFO:teuthology.orchestra.run.smithi123.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:47.371 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-31T06:24:47.371 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-31T06:24:47.371 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-10-31T06:24:47.372 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-31T06:24:47.398 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2023-10-31T06:24:47.410 DEBUG:teuthology.parallel:result is None 2023-10-31T06:24:47.411 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-31T06:24:47.429 INFO:teuthology.task.internal:Creating test directory... 2023-10-31T06:24:47.429 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-31T06:24:47.432 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-31T06:24:47.434 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-31T06:24:47.468 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-31T06:24:47.475 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-31T06:24:47.529 INFO:teuthology.task.internal:Creating archive directory... 2023-10-31T06:24:47.529 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-31T06:24:47.532 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-31T06:24:47.534 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-31T06:24:47.563 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-31T06:24:47.570 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-31T06:24:47.571 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-31T06:24:47.593 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:24:47.595 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:24:47.633 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-31T06:24:47.638 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-31T06:24:47.646 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-31T06:24:47.649 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-31T06:24:47.652 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-31T06:24:47.662 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-31T06:24:47.664 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-31T06:24:47.671 INFO:teuthology.task.internal:Configuring sudo... 2023-10-31T06:24:47.672 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-31T06:24:47.690 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-31T06:24:47.693 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-31T06:24:47.720 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-31T06:24:47.729 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-31T06:24:47.730 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-31T06:24:47.763 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-31T06:24:47.766 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-31T06:24:47.782 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-31T06:24:47.862 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-31T06:24:47.920 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-31T06:24:48.009 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-31T06:24:48.056 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:24:48.056 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-31T06:24:48.149 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-31T06:24:48.195 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-31T06:24:48.251 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-31T06:24:48.335 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-31T06:24:48.376 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:24:48.377 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-31T06:24:48.444 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-31T06:24:48.489 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-31T06:24:48.541 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-31T06:24:48.624 DEBUG:teuthology.orchestra.run.smithi123:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-31T06:24:48.666 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:24:48.667 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-31T06:24:48.733 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-10-31T06:24:48.736 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-10-31T06:24:48.738 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2023-10-31T06:24:48.797 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-31T06:24:48.823 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-31T06:24:48.832 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-31T06:24:49.107 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-31T06:24:49.116 INFO:teuthology.task.internal:Starting timer... 2023-10-31T06:24:49.116 INFO:teuthology.run_tasks:Running task pcp... 2023-10-31T06:24:49.157 INFO:teuthology.run_tasks:Running task selinux... 2023-10-31T06:24:49.180 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-31T06:24:49.181 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-10-31T06:24:49.246 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-10-31T06:24:49.248 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-10-31T06:24:49.316 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-10-31T06:24:49.318 DEBUG:teuthology.orchestra.run.smithi123:> sudo service auditd rotate 2023-10-31T06:24:49.384 INFO:teuthology.orchestra.run.smithi123.stdout:Rotating logs: 2023-10-31T06:24:49.386 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-31T06:24:49.386 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-10-31T06:24:49.412 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-10-31T06:24:49.413 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-10-31T06:24:49.440 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-10-31T06:24:49.440 DEBUG:teuthology.orchestra.run.smithi123:> /usr/sbin/getenforce 2023-10-31T06:24:49.462 INFO:teuthology.orchestra.run.smithi123.stdout:Permissive 2023-10-31T06:24:49.462 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi123.front.sepia.ceph.com': 'permissive'} 2023-10-31T06:24:49.463 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-31T06:24:49.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:24:49.492 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:24:49.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:24:49.521 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:24:49.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:24:49.549 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-31T06:24:49.549 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-10-31T06:24:49.577 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-10-31T06:24:49.604 DEBUG:teuthology.orchestra.run.smithi123:> sudo /usr/sbin/setenforce permissive 2023-10-31T06:24:49.631 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-31T06:24:49.649 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-31T06:24:49.650 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-31T06:24:49.666 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'}]}] 2023-10-31T06:24:49.667 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi098.front.sepia.ceph.com,smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-31T06:34:43.142 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi123.front.sepia.ceph.com')] 2023-10-31T06:34:43.143 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-31T06:34:43.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-31T06:34:43.214 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-10-31T06:34:43.284 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-31T06:34:43.285 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-10-31T06:34:43.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-31T06:34:43.354 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-10-31T06:34:43.420 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-10-31T06:34:43.421 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-10-31T06:34:43.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-31T06:34:43.493 DEBUG:teuthology.orchestra.run.smithi123:> true 2023-10-31T06:34:43.560 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2023-10-31T06:34:43.560 INFO:teuthology.run_tasks:Running task clock... 2023-10-31T06:34:43.572 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-31T06:34:43.573 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-31T06:34:43.574 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-31T06:34:43.576 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-31T06:34:43.577 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:34:43.579 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-31T06:34:43.580 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:34:43.609 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-31T06:34:43.612 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-31T06:34:43.624 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-31T06:34:43.629 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-31T06:34:43.631 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-31T06:34:43.645 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-31T06:34:43.691 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-10-31T06:34:43.699 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-10-31T06:34:43.703 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-10-31T06:34:43.713 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-10-31T06:34:43.713 INFO:teuthology.orchestra.run.smithi123.stderr:sudo: ntpd: command not found 2023-10-31T06:34:43.717 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-31T06:34:43.724 INFO:teuthology.orchestra.run.smithi123.stdout:506 Cannot talk to daemon 2023-10-31T06:34:43.728 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-31T06:34:43.731 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-31T06:34:43.739 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-31T06:34:43.743 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-31T06:34:43.752 INFO:teuthology.orchestra.run.smithi123.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-31T06:34:43.801 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-10-31T06:34:43.804 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-31T06:34:43.805 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-10-31T06:34:43.805 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.805 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.805 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.806 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.815 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-10-31T06:34:43.819 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-31T06:34:43.819 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-10-31T06:34:43.819 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.819 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.819 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.820 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.834 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-10-31T06:34:43.838 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-31T06:34:43.839 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-10-31T06:34:43.839 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.840 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.840 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.840 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:34:43.841 INFO:teuthology.run_tasks:Running task pexec... 2023-10-31T06:34:43.852 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-31T06:34:43.853 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-10-31T06:34:43.854 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-31T06:34:43.855 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-10-31T06:34:43.855 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-31T06:34:43.856 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi123.front.sepia.ceph.com 2023-10-31T06:34:43.856 DEBUG:teuthology.orchestra.run.smithi123:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-31T06:34:44.229 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:34:44.249 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:34:44.253 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:34:45.054 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:19 ago on Tue 31 Oct 2023 06:32:25 AM UTC. 2023-10-31T06:34:45.067 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:22 ago on Tue 31 Oct 2023 06:32:22 AM UTC. 2023-10-31T06:34:45.112 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:46 ago on Tue 31 Oct 2023 06:32:58 AM UTC. 2023-10-31T06:34:46.851 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:34:46.852 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:34:46.852 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-10-31T06:34:46.852 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:34:46.852 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-10-31T06:34:46.852 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-10-31T06:34:46.853 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:34:46.853 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:34:46.853 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:34:46.853 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:34:46.938 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:34:46.939 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:34:46.940 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-10-31T06:34:46.940 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:34:46.940 INFO:teuthology.orchestra.run.smithi123.stdout:Resetting modules: 2023-10-31T06:34:46.940 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools 2023-10-31T06:34:46.940 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:34:46.940 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:34:46.941 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:34:46.941 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:34:47.052 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:34:47.053 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:34:47.053 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-10-31T06:34:47.053 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:34:47.054 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-10-31T06:34:47.054 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-10-31T06:34:47.054 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:34:47.054 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:34:47.054 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:34:47.055 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:34:47.825 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:22 ago on Tue 31 Oct 2023 06:32:25 AM UTC. 2023-10-31T06:34:47.923 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:25 ago on Tue 31 Oct 2023 06:32:22 AM UTC. 2023-10-31T06:34:48.041 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:49 ago on Tue 31 Oct 2023 06:32:58 AM UTC. 2023-10-31T06:34:50.256 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:34:50.709 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:34:51.290 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:34:51.342 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:34:51.524 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:26 ago on Tue 31 Oct 2023 06:32:25 AM UTC. 2023-10-31T06:34:51.744 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:34:51.823 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:34:52.552 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:30 ago on Tue 31 Oct 2023 06:32:22 AM UTC. 2023-10-31T06:34:52.701 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:54 ago on Tue 31 Oct 2023 06:32:58 AM UTC. 2023-10-31T06:34:53.242 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:34:53.339 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================================ 2023-10-31T06:34:53.340 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:34:53.340 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================================ 2023-10-31T06:34:53.340 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-10-31T06:34:53.340 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-31T06:34:53.341 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-31T06:34:53.341 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-31T06:34:53.341 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-31T06:34:53.341 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-31T06:34:53.341 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-31T06:34:53.342 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-31T06:34:53.342 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:34:53.342 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-31T06:34:53.342 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-31T06:34:53.342 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-31T06:34:53.343 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-10-31T06:34:53.343 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-10-31T06:34:53.343 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:34:53.343 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-10-31T06:34:53.343 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2023-10-31T06:34:53.343 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:34:53.344 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:34:53.344 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================================ 2023-10-31T06:34:53.344 INFO:teuthology.orchestra.run.smithi098.stdout:Install 10 Packages 2023-10-31T06:34:53.344 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:34:53.345 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 18 M 2023-10-31T06:34:53.345 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 65 M 2023-10-31T06:34:53.345 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:34:53.411 INFO:teuthology.orchestra.run.smithi098.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 360 kB/s | 25 kB 00:00 2023-10-31T06:34:53.457 INFO:teuthology.orchestra.run.smithi098.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 356 kB/s | 41 kB 00:00 2023-10-31T06:34:53.495 INFO:teuthology.orchestra.run.smithi098.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 612 kB/s | 94 kB 00:00 2023-10-31T06:34:53.521 INFO:teuthology.orchestra.run.smithi098.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 452 kB/s | 49 kB 00:00 2023-10-31T06:34:53.554 INFO:teuthology.orchestra.run.smithi098.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.3 MB/s | 524 kB 00:00 2023-10-31T06:34:53.579 INFO:teuthology.orchestra.run.smithi098.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-10-31T06:34:53.605 INFO:teuthology.orchestra.run.smithi098.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-10-31T06:34:53.688 INFO:teuthology.orchestra.run.smithi098.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 26 MB/s | 2.2 MB 00:00 2023-10-31T06:34:53.805 INFO:teuthology.orchestra.run.smithi098.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 31 MB/s | 7.0 MB 00:00 2023-10-31T06:34:53.922 INFO:teuthology.orchestra.run.smithi098.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-10-31T06:34:53.923 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:34:53.923 INFO:teuthology.orchestra.run.smithi098.stdout:Total 31 MB/s | 18 MB 00:00 2023-10-31T06:34:54.122 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:34:54.141 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:34:54.141 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:34:54.269 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:34:54.324 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:34:54.328 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:34:54.363 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================================ 2023-10-31T06:34:54.363 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:34:54.364 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================================ 2023-10-31T06:34:54.364 INFO:teuthology.orchestra.run.smithi123.stdout:Installing group/module packages: 2023-10-31T06:34:54.364 INFO:teuthology.orchestra.run.smithi123.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-31T06:34:54.364 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-31T06:34:54.365 INFO:teuthology.orchestra.run.smithi123.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-31T06:34:54.365 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-31T06:34:54.365 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-31T06:34:54.365 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-31T06:34:54.365 INFO:teuthology.orchestra.run.smithi123.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-31T06:34:54.366 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:34:54.366 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-31T06:34:54.366 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-31T06:34:54.366 INFO:teuthology.orchestra.run.smithi123.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-31T06:34:54.366 INFO:teuthology.orchestra.run.smithi123.stdout:Installing module profiles: 2023-10-31T06:34:54.367 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools/common 2023-10-31T06:34:54.367 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:34:54.367 INFO:teuthology.orchestra.run.smithi123.stdout:Enabling module streams: 2023-10-31T06:34:54.367 INFO:teuthology.orchestra.run.smithi123.stdout: container-tools rhel8 2023-10-31T06:34:54.368 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:34:54.368 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:34:54.368 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================================ 2023-10-31T06:34:54.368 INFO:teuthology.orchestra.run.smithi123.stdout:Install 10 Packages 2023-10-31T06:34:54.368 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:34:54.369 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 18 M 2023-10-31T06:34:54.369 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 65 M 2023-10-31T06:34:54.370 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:34:54.430 INFO:teuthology.orchestra.run.smithi123.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-10-31T06:34:54.455 INFO:teuthology.orchestra.run.smithi123.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 278 kB/s | 25 kB 00:00 2023-10-31T06:34:54.480 INFO:teuthology.orchestra.run.smithi123.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 356 kB/s | 41 kB 00:00 2023-10-31T06:34:54.514 INFO:teuthology.orchestra.run.smithi123.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 588 kB/s | 49 kB 00:00 2023-10-31T06:34:54.547 INFO:teuthology.orchestra.run.smithi123.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.6 MB/s | 524 kB 00:00 2023-10-31T06:34:54.606 INFO:teuthology.orchestra.run.smithi123.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.6 MB/s | 149 kB 00:00 2023-10-31T06:34:54.619 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:34:54.623 INFO:teuthology.orchestra.run.smithi123.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.8 MB/s | 213 kB 00:00 2023-10-31T06:34:54.707 INFO:teuthology.orchestra.run.smithi123.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 26 MB/s | 2.2 MB 00:00 2023-10-31T06:34:54.719 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================================================ 2023-10-31T06:34:54.720 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:34:54.720 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================================================ 2023-10-31T06:34:54.720 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-10-31T06:34:54.720 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-31T06:34:54.721 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-31T06:34:54.721 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-31T06:34:54.721 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-31T06:34:54.721 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-31T06:34:54.721 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-31T06:34:54.722 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-31T06:34:54.722 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:34:54.722 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-31T06:34:54.722 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-31T06:34:54.722 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-31T06:34:54.723 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-10-31T06:34:54.723 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-10-31T06:34:54.723 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:34:54.723 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-10-31T06:34:54.723 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools rhel8 2023-10-31T06:34:54.724 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:34:54.724 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:34:54.724 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================================================ 2023-10-31T06:34:54.724 INFO:teuthology.orchestra.run.smithi045.stdout:Install 10 Packages 2023-10-31T06:34:54.724 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:34:54.725 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 18 M 2023-10-31T06:34:54.725 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 65 M 2023-10-31T06:34:54.725 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:34:54.787 INFO:teuthology.orchestra.run.smithi045.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-10-31T06:34:54.804 INFO:teuthology.orchestra.run.smithi045.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 306 kB/s | 25 kB 00:00 2023-10-31T06:34:54.820 INFO:teuthology.orchestra.run.smithi045.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 417 kB/s | 41 kB 00:00 2023-10-31T06:34:54.823 INFO:teuthology.orchestra.run.smithi123.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 32 MB/s | 7.0 MB 00:00 2023-10-31T06:34:54.837 INFO:teuthology.orchestra.run.smithi045.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 979 kB/s | 49 kB 00:00 2023-10-31T06:34:54.847 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:34:54.871 INFO:teuthology.orchestra.run.smithi045.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 7.7 MB/s | 524 kB 00:00 2023-10-31T06:34:54.888 INFO:teuthology.orchestra.run.smithi045.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.9 MB/s | 149 kB 00:00 2023-10-31T06:34:54.915 INFO:teuthology.orchestra.run.smithi123.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-10-31T06:34:54.916 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:34:54.916 INFO:teuthology.orchestra.run.smithi123.stdout:Total 33 MB/s | 18 MB 00:00 2023-10-31T06:34:54.921 INFO:teuthology.orchestra.run.smithi045.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-10-31T06:34:55.022 INFO:teuthology.orchestra.run.smithi045.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-10-31T06:34:55.057 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-31T06:34:55.117 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:34:55.136 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:34:55.136 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:34:55.176 INFO:teuthology.orchestra.run.smithi045.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 24 MB/s | 7.0 MB 00:00 2023-10-31T06:34:55.226 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-31T06:34:55.264 INFO:teuthology.orchestra.run.smithi045.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-10-31T06:34:55.265 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:34:55.265 INFO:teuthology.orchestra.run.smithi045.stdout:Total 34 MB/s | 18 MB 00:00 2023-10-31T06:34:55.318 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:34:55.322 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:34:55.453 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-31T06:34:55.469 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:34:55.489 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:34:55.489 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:34:55.662 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-31T06:34:55.683 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:34:55.687 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:34:55.836 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:34:56.012 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-31T06:34:56.046 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-31T06:34:56.196 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-31T06:34:56.218 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:34:56.398 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-31T06:34:56.399 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-31T06:34:56.605 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-31T06:34:56.634 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-31T06:34:56.802 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-31T06:34:56.862 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-31T06:34:56.958 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-31T06:34:56.984 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-31T06:34:57.353 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-31T06:34:57.740 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-31T06:34:57.775 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-31T06:34:58.047 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-31T06:34:58.169 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-31T06:34:58.224 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-31T06:34:58.435 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-31T06:34:58.610 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-31T06:34:58.693 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-31T06:34:58.693 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-31T06:34:58.693 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-31T06:34:58.694 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-31T06:34:58.694 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-31T06:34:58.694 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-31T06:34:58.694 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-31T06:34:58.695 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-31T06:34:58.695 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-31T06:34:58.695 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-31T06:34:58.812 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-31T06:34:58.970 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-31T06:34:59.106 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-31T06:34:59.180 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-31T06:34:59.325 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-31T06:34:59.453 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-31T06:34:59.454 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-31T06:34:59.454 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-31T06:34:59.454 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-31T06:34:59.454 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-31T06:34:59.454 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-31T06:34:59.455 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-31T06:34:59.455 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-31T06:34:59.455 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-31T06:34:59.455 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-31T06:34:59.494 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-31T06:34:59.670 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-31T06:34:59.805 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-31T06:34:59.805 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:34 ago on Tue 31 Oct 2023 06:32:25 AM UTC. 2023-10-31T06:34:59.949 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-31T06:34:59.949 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-31T06:34:59.949 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-31T06:34:59.950 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-31T06:34:59.950 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-31T06:34:59.950 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-31T06:34:59.950 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-31T06:34:59.950 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-31T06:34:59.950 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-31T06:34:59.951 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-31T06:35:00.620 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-31T06:35:00.620 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:38 ago on Tue 31 Oct 2023 06:32:22 AM UTC. 2023-10-31T06:35:01.084 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-31T06:35:01.084 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:02 ago on Tue 31 Oct 2023 06:32:58 AM UTC. 2023-10-31T06:35:02.608 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:35:02.803 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:35:02.803 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:35:02.804 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:02.804 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-31T06:35:02.804 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:02.804 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-31T06:35:02.804 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-31T06:35:02.805 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-31T06:35:02.805 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:02.805 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:02.805 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-31T06:35:02.805 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-31T06:35:02.806 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:35:02.806 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:35:02.953 DEBUG:teuthology.parallel:result is None 2023-10-31T06:35:03.461 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:35:03.655 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:35:03.656 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:35:03.656 INFO:teuthology.orchestra.run.smithi123.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:03.656 INFO:teuthology.orchestra.run.smithi123.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-31T06:35:03.656 INFO:teuthology.orchestra.run.smithi123.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:03.657 INFO:teuthology.orchestra.run.smithi123.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-31T06:35:03.657 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-31T06:35:03.657 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-31T06:35:03.657 INFO:teuthology.orchestra.run.smithi123.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:03.657 INFO:teuthology.orchestra.run.smithi123.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:03.658 INFO:teuthology.orchestra.run.smithi123.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-31T06:35:03.658 INFO:teuthology.orchestra.run.smithi123.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-31T06:35:03.658 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:35:03.658 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:35:03.799 DEBUG:teuthology.parallel:result is None 2023-10-31T06:35:04.024 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:35:04.239 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:35:04.240 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:35:04.240 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:04.240 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-31T06:35:04.240 INFO:teuthology.orchestra.run.smithi045.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:04.240 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-31T06:35:04.241 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-31T06:35:04.241 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-31T06:35:04.241 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:04.241 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-31T06:35:04.241 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-31T06:35:04.242 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-31T06:35:04.242 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:35:04.242 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:35:04.394 DEBUG:teuthology.parallel:result is None 2023-10-31T06:35:04.395 INFO:teuthology.run_tasks:Running task install... 2023-10-31T06:35:04.403 DEBUG:teuthology.task.install:project ceph 2023-10-31T06:35:04.404 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4'}} 2023-10-31T06:35:04.404 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4'} 2023-10-31T06:35:04.405 INFO:teuthology.task.install:Using flavor: default 2023-10-31T06:35:04.411 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']} 2023-10-31T06:35:04.411 INFO:teuthology.task.install:extra packages: [] 2023-10-31T06:35:04.412 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': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4', 'tag': None, 'wait_for_package': False} 2023-10-31T06:35:04.413 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:35:04.415 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': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4', 'tag': None, 'wait_for_package': False} 2023-10-31T06:35:04.415 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:35:04.416 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': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4', 'tag': None, 'wait_for_package': False} 2023-10-31T06:35:04.417 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:35:04.573 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/ 2023-10-31T06:35:04.573 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6937.gfcc751a4 2023-10-31T06:35:04.588 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/ 2023-10-31T06:35:04.588 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6937.gfcc751a4 2023-10-31T06:35:04.693 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-31T06:35:04.693 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:35:04.694 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-31T06:35:04.700 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-31T06:35:04.700 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:35:04.701 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-31T06:35:04.722 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/ 2023-10-31T06:35:04.723 INFO:teuthology.task.install.rpm:Package version is 18.0.0-6937.gfcc751a4 2023-10-31T06:35:04.726 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 2023-10-31T06:35:04.727 DEBUG:teuthology.orchestra.run.smithi045:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/fcc751a494aeedbeb6237860a239d39dfe5b98d4/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-31T06:35:04.733 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 2023-10-31T06:35:04.733 DEBUG:teuthology.orchestra.run.smithi098:> 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/fcc751a494aeedbeb6237860a239d39dfe5b98d4/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-31T06:35:04.796 DEBUG:teuthology.orchestra.run.smithi045:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-10-31T06:35:04.804 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:35:04.874 DEBUG:teuthology.orchestra.run.smithi045:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-10-31T06:35:04.885 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:35:04.942 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2023-10-31T06:35:04.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2023-10-31T06:35:04.953 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2023-10-31T06:35:04.955 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2023-10-31T06:35:05.006 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-10-31T06:35:05.006 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:35:05.007 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-10-31T06:35:05.040 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 2023-10-31T06:35:05.040 DEBUG:teuthology.orchestra.run.smithi123:> 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/fcc751a494aeedbeb6237860a239d39dfe5b98d4/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-10-31T06:35:05.111 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:35:05.192 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:35:05.260 INFO:teuthology.orchestra.run.smithi123.stdout:check_obsoletes = 1 2023-10-31T06:35:05.262 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum clean all 2023-10-31T06:35:05.327 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:35:05.334 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:35:05.638 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:35:06.308 INFO:teuthology.orchestra.run.smithi045.stdout:44 files removed 2023-10-31T06:35:06.364 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2023-10-31T06:35:06.389 INFO:teuthology.orchestra.run.smithi098.stdout:44 files removed 2023-10-31T06:35:06.443 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2023-10-31T06:35:06.720 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:35:06.761 INFO:teuthology.orchestra.run.smithi123.stdout:44 files removed 2023-10-31T06:35:06.774 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:35:06.813 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-radosgw 2023-10-31T06:35:07.145 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:35:07.633 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 307 kB/s | 81 kB 00:00 2023-10-31T06:35:07.710 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 289 kB/s | 81 kB 00:00 2023-10-31T06:35:07.883 INFO:teuthology.orchestra.run.smithi123.stdout:ceph packages for x86_64 270 kB/s | 81 kB 00:00 2023-10-31T06:35:07.908 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 39 kB/s | 9.4 kB 00:00 2023-10-31T06:35:08.010 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 35 kB/s | 9.4 kB 00:00 2023-10-31T06:35:08.142 INFO:teuthology.orchestra.run.smithi123.stdout:ceph noarch packages 41 kB/s | 9.4 kB 00:00 2023-10-31T06:35:08.176 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 6.1 kB/s | 1.5 kB 00:00 2023-10-31T06:35:08.303 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-10-31T06:35:08.310 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-10-31T06:35:08.409 INFO:teuthology.orchestra.run.smithi123.stdout:ceph source packages 6.1 kB/s | 1.5 kB 00:00 2023-10-31T06:35:08.437 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-10-31T06:35:08.560 INFO:teuthology.orchestra.run.smithi123.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-10-31T06:35:09.546 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-10-31T06:35:10.102 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-10-31T06:35:12.938 INFO:teuthology.orchestra.run.smithi123.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-10-31T06:35:13.413 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 58 kB/s | 24 kB 00:00 2023-10-31T06:35:13.802 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 421 kB/s | 24 kB 00:00 2023-10-31T06:35:14.549 INFO:teuthology.orchestra.run.smithi098.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-10-31T06:35:15.154 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 MB/s | 47 MB 00:01 2023-10-31T06:35:16.452 INFO:teuthology.orchestra.run.smithi123.stdout:lab-extras 429 kB/s | 24 kB 00:00 2023-10-31T06:35:17.597 INFO:teuthology.orchestra.run.smithi123.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-10-31T06:35:22.674 INFO:teuthology.orchestra.run.smithi098.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 57 MB/s | 47 MB 00:00 2023-10-31T06:35:23.529 INFO:teuthology.orchestra.run.smithi045.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-10-31T06:35:25.738 INFO:teuthology.orchestra.run.smithi123.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-10-31T06:35:33.602 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:35:33.605 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-10-31T06:35:33.605 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:35:33.605 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-10-31T06:35:33.605 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:35:33.606 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 14 M 2023-10-31T06:35:33.606 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2023-10-31T06:35:33.606 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.8 M 2023-10-31T06:35:33.606 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.7 M 2023-10-31T06:35:33.607 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:35:33.607 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 5.4 M 2023-10-31T06:35:33.610 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 23 M 2023-10-31T06:35:33.610 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 24 k 2023-10-31T06:35:33.610 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-31T06:35:33.611 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 839 k 2023-10-31T06:35:33.611 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-31T06:35:33.611 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-31T06:35:33.611 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 519 k 2023-10-31T06:35:33.612 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-31T06:35:33.612 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 6.9 M 2023-10-31T06:35:33.612 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-31T06:35:33.612 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-31T06:35:33.612 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 45 k 2023-10-31T06:35:33.612 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 128 k 2023-10-31T06:35:33.613 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 197 k 2023-10-31T06:35:33.613 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-31T06:35:33.613 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 370 k 2023-10-31T06:35:33.613 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 365 k 2023-10-31T06:35:33.614 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 106 k 2023-10-31T06:35:33.614 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-31T06:35:33.614 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:35:33.614 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:35:33.615 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-10-31T06:35:33.615 INFO:teuthology.orchestra.run.smithi098.stdout:Install 21 Packages 2023-10-31T06:35:33.615 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2023-10-31T06:35:33.615 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:35:33.616 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 62 M 2023-10-31T06:35:33.616 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:35:35.059 INFO:teuthology.orchestra.run.smithi098.stdout:(1/23): ceph-radosgw-18.0.0-6937.gfcc751a4.el8. 13 MB/s | 14 MB 00:01 2023-10-31T06:35:35.117 INFO:teuthology.orchestra.run.smithi098.stdout:(2/23): ceph-selinux-18.0.0-6937.gfcc751a4.el8. 418 kB/s | 24 kB 00:00 2023-10-31T06:35:35.218 INFO:teuthology.orchestra.run.smithi098.stdout:(3/23): libcephfs2-18.0.0-6937.gfcc751a4.el8.x8 8.2 MB/s | 839 kB 00:00 2023-10-31T06:35:35.301 INFO:teuthology.orchestra.run.smithi098.stdout:(4/23): libradosstriper1-18.0.0-6937.gfcc751a4. 6.1 MB/s | 519 kB 00:00 2023-10-31T06:35:35.557 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:35:35.560 INFO:teuthology.orchestra.run.smithi045.stdout:==================================================================================================== 2023-10-31T06:35:35.560 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:35:35.561 INFO:teuthology.orchestra.run.smithi045.stdout:==================================================================================================== 2023-10-31T06:35:35.561 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:35:35.561 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 14 M 2023-10-31T06:35:35.561 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2023-10-31T06:35:35.562 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.8 M 2023-10-31T06:35:35.562 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.7 M 2023-10-31T06:35:35.562 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:35:35.562 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 5.4 M 2023-10-31T06:35:35.562 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 23 M 2023-10-31T06:35:35.563 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 24 k 2023-10-31T06:35:35.563 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-31T06:35:35.563 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 839 k 2023-10-31T06:35:35.563 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-31T06:35:35.563 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-31T06:35:35.564 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 519 k 2023-10-31T06:35:35.564 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-31T06:35:35.564 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 6.9 M 2023-10-31T06:35:35.564 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-31T06:35:35.564 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-31T06:35:35.565 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 45 k 2023-10-31T06:35:35.565 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 128 k 2023-10-31T06:35:35.565 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 197 k 2023-10-31T06:35:35.565 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-31T06:35:35.565 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 370 k 2023-10-31T06:35:35.566 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 365 k 2023-10-31T06:35:35.566 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 106 k 2023-10-31T06:35:35.566 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-31T06:35:35.566 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:35:35.567 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:35:35.567 INFO:teuthology.orchestra.run.smithi045.stdout:==================================================================================================== 2023-10-31T06:35:35.567 INFO:teuthology.orchestra.run.smithi045.stdout:Install 21 Packages 2023-10-31T06:35:35.567 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2023-10-31T06:35:35.567 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:35:35.568 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 62 M 2023-10-31T06:35:35.568 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:35:35.810 INFO:teuthology.orchestra.run.smithi098.stdout:(5/23): librgw2-18.0.0-6937.gfcc751a4.el8.x86_6 14 MB/s | 6.9 MB 00:00 2023-10-31T06:35:35.877 INFO:teuthology.orchestra.run.smithi098.stdout:(6/23): python3-ceph-argparse-18.0.0-6937.gfcc7 673 kB/s | 45 kB 00:00 2023-10-31T06:35:35.961 INFO:teuthology.orchestra.run.smithi098.stdout:(7/23): python3-ceph-common-18.0.0-6937.gfcc751 1.5 MB/s | 128 kB 00:00 2023-10-31T06:35:36.203 INFO:teuthology.orchestra.run.smithi098.stdout:(8/23): ceph-common-18.0.0-6937.gfcc751a4.el8.x 10 MB/s | 23 MB 00:02 2023-10-31T06:35:36.228 INFO:teuthology.orchestra.run.smithi098.stdout:(9/23): python3-cephfs-18.0.0-6937.gfcc751a4.el 737 kB/s | 197 kB 00:00 2023-10-31T06:35:36.298 INFO:teuthology.orchestra.run.smithi098.stdout:(10/23): python3-rados-18.0.0-6937.gfcc751a4.el 3.8 MB/s | 370 kB 00:00 2023-10-31T06:35:36.328 INFO:teuthology.orchestra.run.smithi098.stdout:(11/23): python3-rbd-18.0.0-6937.gfcc751a4.el8. 3.6 MB/s | 365 kB 00:00 2023-10-31T06:35:36.354 INFO:teuthology.orchestra.run.smithi098.stdout:(12/23): python3-rgw-18.0.0-6937.gfcc751a4.el8. 1.9 MB/s | 106 kB 00:00 2023-10-31T06:35:36.521 INFO:teuthology.orchestra.run.smithi098.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 353 kB/s | 59 kB 00:00 2023-10-31T06:35:36.596 INFO:teuthology.orchestra.run.smithi098.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2023-10-31T06:35:36.613 INFO:teuthology.orchestra.run.smithi045.stdout:(1/23): ceph-base-18.0.0-6937.gfcc751a4.el8.x86 5.9 MB/s | 5.4 MB 00:00 2023-10-31T06:35:36.621 INFO:teuthology.orchestra.run.smithi098.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 749 kB/s | 75 kB 00:00 2023-10-31T06:35:36.663 INFO:teuthology.orchestra.run.smithi045.stdout:(2/23): ceph-selinux-18.0.0-6937.gfcc751a4.el8. 488 kB/s | 24 kB 00:00 2023-10-31T06:35:36.705 INFO:teuthology.orchestra.run.smithi098.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 562 kB/s | 47 kB 00:00 2023-10-31T06:35:36.747 INFO:teuthology.orchestra.run.smithi098.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-10-31T06:35:36.754 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:35:36.757 INFO:teuthology.orchestra.run.smithi123.stdout:==================================================================================================== 2023-10-31T06:35:36.757 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:35:36.757 INFO:teuthology.orchestra.run.smithi123.stdout:==================================================================================================== 2023-10-31T06:35:36.758 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:35:36.758 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-radosgw x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 14 M 2023-10-31T06:35:36.758 INFO:teuthology.orchestra.run.smithi123.stdout:Upgrading: 2023-10-31T06:35:36.758 INFO:teuthology.orchestra.run.smithi123.stdout: librados2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.8 M 2023-10-31T06:35:36.759 INFO:teuthology.orchestra.run.smithi123.stdout: librbd1 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.7 M 2023-10-31T06:35:36.759 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:35:36.759 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-base x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 5.4 M 2023-10-31T06:35:36.759 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-common x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 23 M 2023-10-31T06:35:36.760 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-selinux x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 24 k 2023-10-31T06:35:36.760 INFO:teuthology.orchestra.run.smithi123.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-10-31T06:35:36.760 INFO:teuthology.orchestra.run.smithi123.stdout: libcephfs2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 839 k 2023-10-31T06:35:36.760 INFO:teuthology.orchestra.run.smithi123.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-10-31T06:35:36.760 INFO:teuthology.orchestra.run.smithi123.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-10-31T06:35:36.761 INFO:teuthology.orchestra.run.smithi123.stdout: libradosstriper1 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 519 k 2023-10-31T06:35:36.761 INFO:teuthology.orchestra.run.smithi123.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-10-31T06:35:36.761 INFO:teuthology.orchestra.run.smithi123.stdout: librgw2 x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 6.9 M 2023-10-31T06:35:36.761 INFO:teuthology.orchestra.run.smithi123.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-10-31T06:35:36.761 INFO:teuthology.orchestra.run.smithi123.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-10-31T06:35:36.762 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-argparse x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 45 k 2023-10-31T06:35:36.762 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-common x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 128 k 2023-10-31T06:35:36.762 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cephfs x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 197 k 2023-10-31T06:35:36.762 INFO:teuthology.orchestra.run.smithi123.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-10-31T06:35:36.762 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rados x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 370 k 2023-10-31T06:35:36.763 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rbd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 365 k 2023-10-31T06:35:36.763 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rgw x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 106 k 2023-10-31T06:35:36.763 INFO:teuthology.orchestra.run.smithi123.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-10-31T06:35:36.763 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:35:36.763 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:35:36.764 INFO:teuthology.orchestra.run.smithi123.stdout:==================================================================================================== 2023-10-31T06:35:36.764 INFO:teuthology.orchestra.run.smithi123.stdout:Install 21 Packages 2023-10-31T06:35:36.764 INFO:teuthology.orchestra.run.smithi123.stdout:Upgrade 2 Packages 2023-10-31T06:35:36.764 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:35:36.765 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 62 M 2023-10-31T06:35:36.765 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:35:36.781 INFO:teuthology.orchestra.run.smithi098.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-10-31T06:35:36.788 INFO:teuthology.orchestra.run.smithi045.stdout:(3/23): libcephfs2-18.0.0-6937.gfcc751a4.el8.x8 6.6 MB/s | 839 kB 00:00 2023-10-31T06:35:36.823 INFO:teuthology.orchestra.run.smithi098.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 7.7 MB/s | 1.7 MB 00:00 2023-10-31T06:35:36.856 INFO:teuthology.orchestra.run.smithi098.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-10-31T06:35:36.922 INFO:teuthology.orchestra.run.smithi045.stdout:(4/23): libradosstriper1-18.0.0-6937.gfcc751a4. 3.8 MB/s | 519 kB 00:00 2023-10-31T06:35:37.557 INFO:teuthology.orchestra.run.smithi098.stdout:(21/23): librados2-18.0.0-6937.gfcc751a4.el8.x8 5.1 MB/s | 3.8 MB 00:00 2023-10-31T06:35:37.614 INFO:teuthology.orchestra.run.smithi045.stdout:(5/23): ceph-radosgw-18.0.0-6937.gfcc751a4.el8. 7.3 MB/s | 14 MB 00:01 2023-10-31T06:35:37.624 INFO:teuthology.orchestra.run.smithi098.stdout:(22/23): librbd1-18.0.0-6937.gfcc751a4.el8.x86_ 4.8 MB/s | 3.7 MB 00:00 2023-10-31T06:35:37.714 INFO:teuthology.orchestra.run.smithi045.stdout:(6/23): python3-ceph-argparse-18.0.0-6937.gfcc7 448 kB/s | 45 kB 00:00 2023-10-31T06:35:37.814 INFO:teuthology.orchestra.run.smithi045.stdout:(7/23): python3-ceph-common-18.0.0-6937.gfcc751 1.3 MB/s | 128 kB 00:00 2023-10-31T06:35:37.923 INFO:teuthology.orchestra.run.smithi045.stdout:(8/23): python3-cephfs-18.0.0-6937.gfcc751a4.el 1.8 MB/s | 197 kB 00:00 2023-10-31T06:35:38.032 INFO:teuthology.orchestra.run.smithi045.stdout:(9/23): python3-rados-18.0.0-6937.gfcc751a4.el8 3.3 MB/s | 370 kB 00:00 2023-10-31T06:35:38.140 INFO:teuthology.orchestra.run.smithi045.stdout:(10/23): python3-rbd-18.0.0-6937.gfcc751a4.el8. 3.3 MB/s | 365 kB 00:00 2023-10-31T06:35:38.149 INFO:teuthology.orchestra.run.smithi098.stdout:(23/23): ceph-base-18.0.0-6937.gfcc751a4.el8.x8 1.3 MB/s | 5.4 MB 00:04 2023-10-31T06:35:38.151 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:35:38.152 INFO:teuthology.orchestra.run.smithi098.stdout:Total 14 MB/s | 62 MB 00:04 2023-10-31T06:35:38.188 INFO:teuthology.orchestra.run.smithi123.stdout:(1/23): ceph-base-18.0.0-6937.gfcc751a4.el8.x86 4.9 MB/s | 5.4 MB 00:01 2023-10-31T06:35:38.198 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:35:38.199 INFO:teuthology.orchestra.run.smithi045.stdout:(11/23): python3-rgw-18.0.0-6937.gfcc751a4.el8. 1.8 MB/s | 106 kB 00:00 2023-10-31T06:35:38.242 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:35:38.243 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:35:38.255 INFO:teuthology.orchestra.run.smithi123.stdout:(2/23): ceph-selinux-18.0.0-6937.gfcc751a4.el8. 365 kB/s | 24 kB 00:00 2023-10-31T06:35:38.341 INFO:teuthology.orchestra.run.smithi045.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.1 MB/s | 306 kB 00:00 2023-10-31T06:35:38.383 INFO:teuthology.orchestra.run.smithi045.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.4 MB/s | 59 kB 00:00 2023-10-31T06:35:38.414 INFO:teuthology.orchestra.run.smithi123.stdout:(3/23): libcephfs2-18.0.0-6937.gfcc751a4.el8.x8 5.2 MB/s | 839 kB 00:00 2023-10-31T06:35:38.425 INFO:teuthology.orchestra.run.smithi045.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.8 MB/s | 75 kB 00:00 2023-10-31T06:35:38.497 INFO:teuthology.orchestra.run.smithi123.stdout:(4/23): libradosstriper1-18.0.0-6937.gfcc751a4. 6.1 MB/s | 519 kB 00:00 2023-10-31T06:35:38.575 INFO:teuthology.orchestra.run.smithi045.stdout:(15/23): librgw2-18.0.0-6937.gfcc751a4.el8.x86_ 4.2 MB/s | 6.9 MB 00:01 2023-10-31T06:35:38.585 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:35:38.589 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:35:38.625 INFO:teuthology.orchestra.run.smithi045.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 8.7 MB/s | 1.7 MB 00:00 2023-10-31T06:35:38.701 INFO:teuthology.orchestra.run.smithi045.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2023-10-31T06:35:38.726 INFO:teuthology.orchestra.run.smithi045.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 481 kB/s | 44 kB 00:00 2023-10-31T06:35:38.760 INFO:teuthology.orchestra.run.smithi045.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-10-31T06:35:38.785 INFO:teuthology.orchestra.run.smithi045.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 799 kB/s | 47 kB 00:00 2023-10-31T06:35:39.381 INFO:teuthology.orchestra.run.smithi123.stdout:(5/23): librgw2-18.0.0-6937.gfcc751a4.el8.x86_6 7.9 MB/s | 6.9 MB 00:00 2023-10-31T06:35:39.465 INFO:teuthology.orchestra.run.smithi123.stdout:(6/23): python3-ceph-argparse-18.0.0-6937.gfcc7 538 kB/s | 45 kB 00:00 2023-10-31T06:35:39.557 INFO:teuthology.orchestra.run.smithi123.stdout:(7/23): python3-ceph-common-18.0.0-6937.gfcc751 1.4 MB/s | 128 kB 00:00 2023-10-31T06:35:39.635 INFO:teuthology.orchestra.run.smithi045.stdout:(21/23): librbd1-18.0.0-6937.gfcc751a4.el8.x86_ 4.4 MB/s | 3.7 MB 00:00 2023-10-31T06:35:39.640 INFO:teuthology.orchestra.run.smithi123.stdout:(8/23): python3-cephfs-18.0.0-6937.gfcc751a4.el 2.3 MB/s | 197 kB 00:00 2023-10-31T06:35:39.732 INFO:teuthology.orchestra.run.smithi123.stdout:(9/23): python3-rados-18.0.0-6937.gfcc751a4.el8 3.9 MB/s | 370 kB 00:00 2023-10-31T06:35:39.761 INFO:teuthology.orchestra.run.smithi045.stdout:(22/23): librados2-18.0.0-6937.gfcc751a4.el8.x8 3.8 MB/s | 3.8 MB 00:01 2023-10-31T06:35:39.766 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:35:39.799 INFO:teuthology.orchestra.run.smithi123.stdout:(10/23): python3-rbd-18.0.0-6937.gfcc751a4.el8. 5.4 MB/s | 365 kB 00:00 2023-10-31T06:35:39.858 INFO:teuthology.orchestra.run.smithi123.stdout:(11/23): python3-rgw-18.0.0-6937.gfcc751a4.el8. 1.8 MB/s | 106 kB 00:00 2023-10-31T06:35:39.975 INFO:teuthology.orchestra.run.smithi123.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.6 MB/s | 306 kB 00:00 2023-10-31T06:35:39.998 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-31T06:35:40.030 INFO:teuthology.orchestra.run.smithi123.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.1 MB/s | 59 kB 00:00 2023-10-31T06:35:40.052 INFO:teuthology.orchestra.run.smithi045.stdout:(23/23): ceph-common-18.0.0-6937.gfcc751a4.el8. 5.2 MB/s | 23 MB 00:04 2023-10-31T06:35:40.055 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:35:40.055 INFO:teuthology.orchestra.run.smithi045.stdout:Total 14 MB/s | 62 MB 00:04 2023-10-31T06:35:40.067 INFO:teuthology.orchestra.run.smithi123.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 2.0 MB/s | 75 kB 00:00 2023-10-31T06:35:40.103 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:35:40.153 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:35:40.153 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:35:40.159 INFO:teuthology.orchestra.run.smithi123.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 19 MB/s | 1.7 MB 00:00 2023-10-31T06:35:40.224 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-31T06:35:40.301 INFO:teuthology.orchestra.run.smithi123.stdout:(16/23): ceph-radosgw-18.0.0-6937.gfcc751a4.el8 4.3 MB/s | 14 MB 00:03 2023-10-31T06:35:40.351 INFO:teuthology.orchestra.run.smithi123.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 244 kB/s | 47 kB 00:00 2023-10-31T06:35:40.377 INFO:teuthology.orchestra.run.smithi123.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.7 MB/s | 259 kB 00:00 2023-10-31T06:35:40.402 INFO:teuthology.orchestra.run.smithi123.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 876 kB/s | 44 kB 00:00 2023-10-31T06:35:40.427 INFO:teuthology.orchestra.run.smithi123.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-10-31T06:35:40.517 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:35:40.521 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:35:40.647 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-31T06:35:40.761 INFO:teuthology.orchestra.run.smithi123.stdout:(21/23): ceph-common-18.0.0-6937.gfcc751a4.el8. 6.1 MB/s | 23 MB 00:03 2023-10-31T06:35:40.852 INFO:teuthology.orchestra.run.smithi123.stdout:(22/23): librados2-18.0.0-6937.gfcc751a4.el8.x8 8.3 MB/s | 3.8 MB 00:00 2023-10-31T06:35:40.916 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:35:41.015 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:35:41.061 INFO:teuthology.orchestra.run.smithi123.stdout:(23/23): librbd1-18.0.0-6937.gfcc751a4.el8.x86_ 5.9 MB/s | 3.7 MB 00:00 2023-10-31T06:35:41.064 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:35:41.064 INFO:teuthology.orchestra.run.smithi123.stdout:Total 14 MB/s | 62 MB 00:04 2023-10-31T06:35:41.110 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:35:41.156 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:35:41.157 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:35:41.255 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/25 2023-10-31T06:35:41.493 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-31T06:35:41.495 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:35:41.499 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:35:41.715 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/25 2023-10-31T06:35:41.870 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:35:42.092 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-31T06:35:42.121 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/25 2023-10-31T06:35:42.283 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-31T06:35:42.349 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:35:42.451 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:35:42.649 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-31T06:35:42.716 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-31T06:35:42.716 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-31T06:35:42.723 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:35:42.916 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:35:42.963 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-10-31T06:35:43.020 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:35:43.107 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-10-31T06:35:43.176 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-31T06:35:43.206 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/25 2023-10-31T06:35:43.302 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8. 10/25 2023-10-31T06:35:43.447 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-31T06:35:43.494 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 11/25 2023-10-31T06:35:43.586 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-10-31T06:35:43.633 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/25 2023-10-31T06:35:43.704 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 12/25 2023-10-31T06:35:43.784 INFO:teuthology.orchestra.run.smithi123.stdout: Upgrading : librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:35:43.885 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:35:43.907 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 13/25 2023-10-31T06:35:43.965 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 13/25 2023-10-31T06:35:44.050 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/25 2023-10-31T06:35:44.101 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-31T06:35:44.106 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/25 2023-10-31T06:35:44.340 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-31T06:35:44.353 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-10-31T06:35:44.407 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:35:44.459 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:35:44.542 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/25 2023-10-31T06:35:44.666 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-10-31T06:35:44.849 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-10-31T06:35:44.929 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-10-31T06:35:44.975 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/25 2023-10-31T06:35:45.053 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8. 10/25 2023-10-31T06:35:45.167 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-31T06:35:45.208 INFO:teuthology.orchestra.run.smithi123.stdout: Upgrading : librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:35:45.263 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 11/25 2023-10-31T06:35:45.312 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:35:45.340 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 17/25 2023-10-31T06:35:45.459 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 17/25 2023-10-31T06:35:45.466 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 12/25 2023-10-31T06:35:45.475 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-31T06:35:45.545 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-10-31T06:35:45.624 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 13/25 2023-10-31T06:35:45.691 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 18/25 2023-10-31T06:35:45.692 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 13/25 2023-10-31T06:35:45.732 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-10-31T06:35:45.818 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-31T06:35:45.853 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8. 10/25 2023-10-31T06:35:45.924 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x8 19/25 2023-10-31T06:35:46.036 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 11/25 2023-10-31T06:35:46.201 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-31T06:35:46.271 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 12/25 2023-10-31T06:35:46.417 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 13/25 2023-10-31T06:35:46.483 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 13/25 2023-10-31T06:35:46.668 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 14/25 2023-10-31T06:35:46.853 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 15/25 2023-10-31T06:35:47.026 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-31T06:35:47.182 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 17/25 2023-10-31T06:35:47.243 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 17/25 2023-10-31T06:35:47.461 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 18/25 2023-10-31T06:35:47.616 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x8 19/25 2023-10-31T06:35:47.946 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 16/25 2023-10-31T06:35:48.108 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 17/25 2023-10-31T06:35:48.207 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 17/25 2023-10-31T06:35:48.409 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 18/25 2023-10-31T06:35:48.567 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x8 19/25 2023-10-31T06:35:49.630 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:49.898 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:50.481 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:50.775 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 21/25 2023-10-31T06:35:50.858 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 21/25 2023-10-31T06:35:51.022 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:35:51.599 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:52.007 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:52.292 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:52.508 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:52.639 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:52.895 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 21/25 2023-10-31T06:35:52.991 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 21/25 2023-10-31T06:35:53.090 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 20/25 2023-10-31T06:35:53.140 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:35:53.358 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 21/25 2023-10-31T06:35:53.434 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 21/25 2023-10-31T06:35:53.582 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:09.513 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:09.514 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2023-10-31T06:36:09.514 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2023-10-31T06:36:09.514 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2023-10-31T06:36:09.515 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /run 2023-10-31T06:36:09.515 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2023-10-31T06:36:09.515 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2023-10-31T06:36:09.515 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2023-10-31T06:36:09.515 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2023-10-31T06:36:09.516 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2023-10-31T06:36:09.516 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:10.964 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 23/25 2023-10-31T06:36:10.984 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 23/25 2023-10-31T06:36:10.985 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-31T06:36:11.189 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-31T06:36:11.189 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:11.829 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:11.830 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/25 2023-10-31T06:36:11.830 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/25 2023-10-31T06:36:11.830 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:36:11.830 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/25 2023-10-31T06:36:11.830 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/25 2023-10-31T06:36:11.831 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 6/25 2023-10-31T06:36:11.831 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:36:11.831 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8. 8/25 2023-10-31T06:36:11.831 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x8 9/25 2023-10-31T06:36:11.831 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 10/25 2023-10-31T06:36:11.831 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 11/25 2023-10-31T06:36:11.832 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 12/25 2023-10-31T06:36:11.832 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 13/25 2023-10-31T06:36:11.832 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-31T06:36:11.832 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-31T06:36:11.832 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-31T06:36:11.833 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-31T06:36:11.833 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-10-31T06:36:11.833 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-10-31T06:36:11.833 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-10-31T06:36:11.833 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-10-31T06:36:11.833 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:11.834 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-31T06:36:11.834 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 24/25 2023-10-31T06:36:12.203 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:12.203 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /sys 2023-10-31T06:36:12.203 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /proc 2023-10-31T06:36:12.204 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /dev 2023-10-31T06:36:12.204 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /run 2023-10-31T06:36:12.204 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /mnt 2023-10-31T06:36:12.204 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /var/tmp 2023-10-31T06:36:12.204 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /home 2023-10-31T06:36:12.205 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /tmp 2023-10-31T06:36:12.205 INFO:teuthology.orchestra.run.smithi123.stdout:skipping the directory /dev 2023-10-31T06:36:12.205 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:12.639 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:12.639 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2023-10-31T06:36:12.639 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2023-10-31T06:36:12.639 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-10-31T06:36:12.640 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /run 2023-10-31T06:36:12.640 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2023-10-31T06:36:12.640 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2023-10-31T06:36:12.640 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2023-10-31T06:36:12.640 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2023-10-31T06:36:12.641 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /dev 2023-10-31T06:36:12.641 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:13.162 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:13.163 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:51 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:36:13.613 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 23/25 2023-10-31T06:36:13.633 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 23/25 2023-10-31T06:36:13.633 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-31T06:36:13.848 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-31T06:36:13.848 INFO:teuthology.orchestra.run.smithi123.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:14.125 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 23/25 2023-10-31T06:36:14.146 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 23/25 2023-10-31T06:36:14.147 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-31T06:36:14.364 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-10-31T06:36:14.364 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:14.455 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:14.455 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/25 2023-10-31T06:36:14.455 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/25 2023-10-31T06:36:14.456 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:36:14.456 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/25 2023-10-31T06:36:14.456 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/25 2023-10-31T06:36:14.456 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 6/25 2023-10-31T06:36:14.457 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:36:14.457 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8. 8/25 2023-10-31T06:36:14.457 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x8 9/25 2023-10-31T06:36:14.457 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 10/25 2023-10-31T06:36:14.457 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 11/25 2023-10-31T06:36:14.457 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 12/25 2023-10-31T06:36:14.458 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 13/25 2023-10-31T06:36:14.458 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-31T06:36:14.458 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-31T06:36:14.458 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-31T06:36:14.458 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-31T06:36:14.459 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-10-31T06:36:14.459 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-10-31T06:36:14.459 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-10-31T06:36:14.459 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-10-31T06:36:14.459 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:14.459 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-31T06:36:14.460 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 24/25 2023-10-31T06:36:15.002 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:15.002 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/25 2023-10-31T06:36:15.003 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/25 2023-10-31T06:36:15.003 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/25 2023-10-31T06:36:15.003 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/25 2023-10-31T06:36:15.003 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/25 2023-10-31T06:36:15.004 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_6 6/25 2023-10-31T06:36:15.004 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 7/25 2023-10-31T06:36:15.004 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8. 8/25 2023-10-31T06:36:15.004 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x8 9/25 2023-10-31T06:36:15.004 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 10/25 2023-10-31T06:36:15.004 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 11/25 2023-10-31T06:36:15.005 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 12/25 2023-10-31T06:36:15.005 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 13/25 2023-10-31T06:36:15.005 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-10-31T06:36:15.005 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-10-31T06:36:15.005 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-10-31T06:36:15.006 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-10-31T06:36:15.006 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-10-31T06:36:15.006 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-10-31T06:36:15.006 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-10-31T06:36:15.006 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-10-31T06:36:15.007 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 22/25 2023-10-31T06:36:15.007 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-10-31T06:36:15.007 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 24/25 2023-10-31T06:36:15.490 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:36:15.677 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:15.677 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2023-10-31T06:36:15.677 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.678 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.678 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:36:15.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.679 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.679 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-31T06:36:15.679 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.679 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-31T06:36:15.680 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-31T06:36:15.680 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.680 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-31T06:36:15.680 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.680 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-31T06:36:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-31T06:36:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-31T06:36:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-31T06:36:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:15.682 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:36:15.796 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:15.797 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:50 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:36:15.845 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2023-10-31T06:36:16.194 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:36:16.404 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-10-31T06:36:16.404 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:53 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:36:17.029 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:55 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:36:18.407 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:36:18.408 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-10-31T06:36:18.409 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:36:18.409 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-10-31T06:36:18.409 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:36:18.409 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 49 M 2023-10-31T06:36:18.409 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:36:18.410 INFO:teuthology.orchestra.run.smithi098.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-31T06:36:18.410 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 183 k 2023-10-31T06:36:18.410 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-31T06:36:18.410 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-31T06:36:18.410 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-31T06:36:18.411 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:18.411 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:36:18.411 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-10-31T06:36:18.411 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2023-10-31T06:36:18.411 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:18.412 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 50 M 2023-10-31T06:36:18.412 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 223 M 2023-10-31T06:36:18.412 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:36:18.453 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-10-31T06:36:18.545 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-10-31T06:36:18.587 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-10-31T06:36:18.629 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-10-31T06:36:18.679 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): libcephsqlite-18.0.0-6937.gfcc751a4.el8. 683 kB/s | 183 kB 00:00 2023-10-31T06:36:19.323 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:36:19.512 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:19.513 INFO:teuthology.orchestra.run.smithi123.stdout:Upgraded: 2023-10-31T06:36:19.513 INFO:teuthology.orchestra.run.smithi123.stdout: librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.513 INFO:teuthology.orchestra.run.smithi123.stdout: librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.513 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:36:19.513 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.514 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.514 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.514 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.514 INFO:teuthology.orchestra.run.smithi123.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-31T06:36:19.515 INFO:teuthology.orchestra.run.smithi123.stdout: libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.515 INFO:teuthology.orchestra.run.smithi123.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-31T06:36:19.515 INFO:teuthology.orchestra.run.smithi123.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-31T06:36:19.515 INFO:teuthology.orchestra.run.smithi123.stdout: libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.515 INFO:teuthology.orchestra.run.smithi123.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-31T06:36:19.515 INFO:teuthology.orchestra.run.smithi123.stdout: librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.516 INFO:teuthology.orchestra.run.smithi123.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-31T06:36:19.516 INFO:teuthology.orchestra.run.smithi123.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-31T06:36:19.516 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.516 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.516 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.517 INFO:teuthology.orchestra.run.smithi123.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-31T06:36:19.517 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.517 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.517 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.517 INFO:teuthology.orchestra.run.smithi123.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-31T06:36:19.517 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:19.518 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:36:19.579 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:36:19.685 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-test 2023-10-31T06:36:19.789 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:19.789 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2023-10-31T06:36:19.789 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.790 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.790 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:36:19.790 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.790 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.791 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.791 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.791 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-10-31T06:36:19.791 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.791 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.2-3.el8.x86_64 2023-10-31T06:36:19.792 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-10-31T06:36:19.792 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.792 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-10-31T06:36:19.792 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.792 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.3.1-3.el8.x86_64 2023-10-31T06:36:19.793 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-10-31T06:36:19.793 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.793 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.793 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.793 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-10-31T06:36:19.794 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.794 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.794 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:19.794 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.13.0-2.el8.x86_64 2023-10-31T06:36:19.794 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:19.795 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:36:19.985 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2023-10-31T06:36:20.034 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:36:20.354 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:36:20.921 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:00:55 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:36:21.079 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): ceph-test-18.0.0-6937.gfcc751a4.el8.x86_ 18 MB/s | 49 MB 00:02 2023-10-31T06:36:21.082 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:36:21.082 INFO:teuthology.orchestra.run.smithi098.stdout:Total 19 MB/s | 50 MB 00:02 2023-10-31T06:36:21.118 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:36:21.140 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:36:21.140 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:36:21.262 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:58 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:36:21.403 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:36:21.407 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:36:21.854 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:36:21.985 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-31T06:36:22.071 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-31T06:36:22.285 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:36:22.286 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================ 2023-10-31T06:36:22.286 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:36:22.287 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================ 2023-10-31T06:36:22.287 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:36:22.287 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-test x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 49 M 2023-10-31T06:36:22.287 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:36:22.288 INFO:teuthology.orchestra.run.smithi123.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-31T06:36:22.288 INFO:teuthology.orchestra.run.smithi123.stdout: libcephsqlite x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 183 k 2023-10-31T06:36:22.288 INFO:teuthology.orchestra.run.smithi123.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-31T06:36:22.288 INFO:teuthology.orchestra.run.smithi123.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-31T06:36:22.288 INFO:teuthology.orchestra.run.smithi123.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-31T06:36:22.289 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:22.289 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:36:22.289 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================================ 2023-10-31T06:36:22.289 INFO:teuthology.orchestra.run.smithi123.stdout:Install 6 Packages 2023-10-31T06:36:22.289 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:22.290 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 50 M 2023-10-31T06:36:22.290 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 223 M 2023-10-31T06:36:22.290 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:36:22.296 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-31T06:36:22.349 INFO:teuthology.orchestra.run.smithi123.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.1 MB/s | 70 kB 00:00 2023-10-31T06:36:22.452 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-31T06:36:22.517 INFO:teuthology.orchestra.run.smithi123.stdout:(2/6): libcephsqlite-18.0.0-6937.gfcc751a4.el8. 806 kB/s | 183 kB 00:00 2023-10-31T06:36:22.570 INFO:teuthology.orchestra.run.smithi123.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-10-31T06:36:22.634 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-31T06:36:22.667 INFO:teuthology.orchestra.run.smithi123.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-10-31T06:36:22.692 INFO:teuthology.orchestra.run.smithi123.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.6 MB/s | 202 kB 00:00 2023-10-31T06:36:22.785 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/6 2023-10-31T06:36:22.841 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:36:22.843 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================================ 2023-10-31T06:36:22.843 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:36:22.843 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================================ 2023-10-31T06:36:22.843 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:36:22.843 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 49 M 2023-10-31T06:36:22.844 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:36:22.844 INFO:teuthology.orchestra.run.smithi045.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-10-31T06:36:22.844 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 183 k 2023-10-31T06:36:22.844 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-10-31T06:36:22.844 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-10-31T06:36:22.845 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-10-31T06:36:22.845 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:22.845 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:36:22.845 INFO:teuthology.orchestra.run.smithi045.stdout:============================================================================================ 2023-10-31T06:36:22.845 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-10-31T06:36:22.846 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:22.846 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 50 M 2023-10-31T06:36:22.847 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 223 M 2023-10-31T06:36:22.847 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:36:22.880 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-10-31T06:36:23.047 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2023-10-31T06:36:23.071 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): libcephsqlite-18.0.0-6937.gfcc751a4.el8. 810 kB/s | 183 kB 00:00 2023-10-31T06:36:23.180 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2023-10-31T06:36:23.272 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.0 MB/s | 202 kB 00:00 2023-10-31T06:36:25.442 INFO:teuthology.orchestra.run.smithi123.stdout:(6/6): ceph-test-18.0.0-6937.gfcc751a4.el8.x86_ 16 MB/s | 49 MB 00:03 2023-10-31T06:36:25.444 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:36:25.444 INFO:teuthology.orchestra.run.smithi123.stdout:Total 16 MB/s | 50 MB 00:03 2023-10-31T06:36:25.479 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:36:25.499 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:36:25.499 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:36:25.764 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:36:25.767 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:36:26.239 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:36:26.377 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-31T06:36:26.484 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-31T06:36:26.680 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-31T06:36:26.836 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-31T06:36:26.922 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): ceph-test-18.0.0-6937.gfcc751a4.el8.x86_ 12 MB/s | 49 MB 00:04 2023-10-31T06:36:26.924 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:36:26.924 INFO:teuthology.orchestra.run.smithi045.stdout:Total 12 MB/s | 50 MB 00:04 2023-10-31T06:36:26.962 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:36:26.986 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:36:26.986 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:36:26.992 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-31T06:36:27.135 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/6 2023-10-31T06:36:27.267 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:36:27.271 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:36:27.484 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/6 2023-10-31T06:36:27.724 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/6 2023-10-31T06:36:27.752 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:36:27.910 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-31T06:36:27.971 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/6 2023-10-31T06:36:27.971 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/6 2023-10-31T06:36:27.971 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/6 2023-10-31T06:36:27.971 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-31T06:36:27.972 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-31T06:36:27.972 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-31T06:36:27.979 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-10-31T06:36:28.148 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-10-31T06:36:28.285 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-10-31T06:36:28.418 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-10-31T06:36:28.559 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/6 2023-10-31T06:36:29.072 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-31T06:36:29.072 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:07 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:36:31.845 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/6 2023-10-31T06:36:32.065 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/6 2023-10-31T06:36:32.288 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/6 2023-10-31T06:36:32.289 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/6 2023-10-31T06:36:32.289 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/6 2023-10-31T06:36:32.289 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-31T06:36:32.290 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-31T06:36:32.290 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-31T06:36:33.380 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-31T06:36:33.380 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:08 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:36:33.567 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/6 2023-10-31T06:36:33.764 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/6 2023-10-31T06:36:34.002 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 6/6 2023-10-31T06:36:34.002 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/6 2023-10-31T06:36:34.002 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/6 2023-10-31T06:36:34.002 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-10-31T06:36:34.003 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-10-31T06:36:34.003 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-10-31T06:36:35.122 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-10-31T06:36:35.123 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:12 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:36:37.874 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:36:38.058 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:38.058 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:36:38.059 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:38.059 INFO:teuthology.orchestra.run.smithi098.stdout: jq-1.6-3.el8.x86_64 2023-10-31T06:36:38.059 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:38.059 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-31T06:36:38.059 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-31T06:36:38.060 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-31T06:36:38.060 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:38.060 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:36:38.194 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2023-10-31T06:36:38.529 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:36:39.709 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:36:39.894 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:39.895 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:36:39.895 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:39.895 INFO:teuthology.orchestra.run.smithi123.stdout: jq-1.6-3.el8.x86_64 2023-10-31T06:36:39.895 INFO:teuthology.orchestra.run.smithi123.stdout: libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:39.896 INFO:teuthology.orchestra.run.smithi123.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-31T06:36:39.896 INFO:teuthology.orchestra.run.smithi123.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-31T06:36:39.896 INFO:teuthology.orchestra.run.smithi123.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-31T06:36:39.896 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:39.897 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:36:40.032 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph 2023-10-31T06:36:40.198 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:18 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:36:40.365 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:36:41.586 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:36:41.589 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================= 2023-10-31T06:36:41.589 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:36:41.589 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================= 2023-10-31T06:36:41.590 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:36:41.590 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 6.4 k 2023-10-31T06:36:41.590 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:36:41.590 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 2.3 M 2023-10-31T06:36:41.590 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 1.6 M 2023-10-31T06:36:41.591 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 242 k 2023-10-31T06:36:41.591 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 4.6 M 2023-10-31T06:36:41.591 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 18 M 2023-10-31T06:36:41.591 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-31T06:36:41.592 INFO:teuthology.orchestra.run.smithi098.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-31T06:36:41.592 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-31T06:36:41.592 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-31T06:36:41.592 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-31T06:36:41.592 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-31T06:36:41.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-31T06:36:41.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-31T06:36:41.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-31T06:36:41.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-31T06:36:41.593 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-31T06:36:41.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-31T06:36:41.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-31T06:36:41.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-31T06:36:41.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-31T06:36:41.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-31T06:36:41.595 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-31T06:36:41.595 INFO:teuthology.orchestra.run.smithi098.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-31T06:36:41.595 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-31T06:36:41.596 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-31T06:36:41.596 INFO:teuthology.orchestra.run.smithi098.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-31T06:36:41.596 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-31T06:36:41.596 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-31T06:36:41.596 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-31T06:36:41.597 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-31T06:36:41.597 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-31T06:36:41.597 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:41.597 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:36:41.597 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================= 2023-10-31T06:36:41.598 INFO:teuthology.orchestra.run.smithi098.stdout:Install 32 Packages 2023-10-31T06:36:41.598 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:36:41.599 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 30 M 2023-10-31T06:36:41.599 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 121 M 2023-10-31T06:36:41.599 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:36:41.885 INFO:teuthology.orchestra.run.smithi098.stdout:(1/32): ceph-18.0.0-6937.gfcc751a4.el8.x86_64.r 41 kB/s | 6.4 kB 00:00 2023-10-31T06:36:41.990 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:16 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:36:42.073 INFO:teuthology.orchestra.run.smithi098.stdout:(2/32): ceph-mgr-18.0.0-6937.gfcc751a4.el8.x86_ 4.7 MB/s | 1.6 MB 00:00 2023-10-31T06:36:42.114 INFO:teuthology.orchestra.run.smithi098.stdout:(3/32): ceph-mds-18.0.0-6937.gfcc751a4.el8.x86_ 6.0 MB/s | 2.3 MB 00:00 2023-10-31T06:36:42.206 INFO:teuthology.orchestra.run.smithi098.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6937.gfcc7 2.6 MB/s | 242 kB 00:00 2023-10-31T06:36:42.356 INFO:teuthology.orchestra.run.smithi098.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 291 kB/s | 44 kB 00:00 2023-10-31T06:36:42.431 INFO:teuthology.orchestra.run.smithi098.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 2.4 MB/s | 185 kB 00:00 2023-10-31T06:36:42.515 INFO:teuthology.orchestra.run.smithi098.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.0 MB/s | 173 kB 00:00 2023-10-31T06:36:42.607 INFO:teuthology.orchestra.run.smithi098.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 4.1 MB/s | 384 kB 00:00 2023-10-31T06:36:42.657 INFO:teuthology.orchestra.run.smithi098.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 222 kB/s | 11 kB 00:00 2023-10-31T06:36:42.725 INFO:teuthology.orchestra.run.smithi098.stdout:(10/32): ceph-mon-18.0.0-6937.gfcc751a4.el8.x86 5.5 MB/s | 4.6 MB 00:00 2023-10-31T06:36:42.741 INFO:teuthology.orchestra.run.smithi098.stdout:(11/32): python3-jaraco-functools-2.0-4.el8.noa 210 kB/s | 18 kB 00:00 2023-10-31T06:36:42.775 INFO:teuthology.orchestra.run.smithi098.stdout:(12/32): python3-more-itertools-7.2.0-3.el8.noa 1.7 MB/s | 59 kB 00:00 2023-10-31T06:36:42.825 INFO:teuthology.orchestra.run.smithi098.stdout:(13/32): python3-pecan-1.3.2-9.el8.noarch.rpm 5.6 MB/s | 283 kB 00:00 2023-10-31T06:36:42.859 INFO:teuthology.orchestra.run.smithi098.stdout:(14/32): python3-logutils-0.3.5-11.el8.noarch.r 363 kB/s | 49 kB 00:00 2023-10-31T06:36:42.876 INFO:teuthology.orchestra.run.smithi098.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 308 kB/s | 16 kB 00:00 2023-10-31T06:36:42.962 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:36:43.085 INFO:teuthology.orchestra.run.smithi098.stdout:(16/32): ceph-osd-18.0.0-6937.gfcc751a4.el8.x86 18 MB/s | 18 MB 00:01 2023-10-31T06:36:43.102 INFO:teuthology.orchestra.run.smithi098.stdout:(17/32): python3-simplegeneric-0.8.1-17.el8.noa 77 kB/s | 19 kB 00:00 2023-10-31T06:36:43.119 INFO:teuthology.orchestra.run.smithi098.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 99 kB/s | 24 kB 00:00 2023-10-31T06:36:43.161 INFO:teuthology.orchestra.run.smithi098.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 741 kB/s | 27 kB 00:00 2023-10-31T06:36:43.167 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:43.168 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:36:43.168 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:43.168 INFO:teuthology.orchestra.run.smithi045.stdout: jq-1.6-3.el8.x86_64 2023-10-31T06:36:43.168 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:36:43.169 INFO:teuthology.orchestra.run.smithi045.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-10-31T06:36:43.169 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-1.el8.x86_64 2023-10-31T06:36:43.169 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-10-31T06:36:43.169 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:43.169 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:36:43.219 INFO:teuthology.orchestra.run.smithi098.stdout:(20/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.2 MB/s | 251 kB 00:00 2023-10-31T06:36:43.245 INFO:teuthology.orchestra.run.smithi098.stdout:(21/32): python3-tempora-1.14.1-5.el8.noarch.rp 183 kB/s | 29 kB 00:00 2023-10-31T06:36:43.270 INFO:teuthology.orchestra.run.smithi098.stdout:(22/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.7 MB/s | 255 kB 00:00 2023-10-31T06:36:43.295 INFO:teuthology.orchestra.run.smithi098.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.1 MB/s | 85 kB 00:00 2023-10-31T06:36:43.309 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2023-10-31T06:36:43.320 INFO:teuthology.orchestra.run.smithi098.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 459 kB/s | 23 kB 00:00 2023-10-31T06:36:43.395 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:36:43.398 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================= 2023-10-31T06:36:43.399 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:36:43.399 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================= 2023-10-31T06:36:43.399 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:36:43.399 INFO:teuthology.orchestra.run.smithi123.stdout: ceph x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 6.4 k 2023-10-31T06:36:43.399 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:36:43.399 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mds x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 2.3 M 2023-10-31T06:36:43.400 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 1.6 M 2023-10-31T06:36:43.400 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 242 k 2023-10-31T06:36:43.400 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mon x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 4.6 M 2023-10-31T06:36:43.400 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-osd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 18 M 2023-10-31T06:36:43.401 INFO:teuthology.orchestra.run.smithi123.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-31T06:36:43.401 INFO:teuthology.orchestra.run.smithi123.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-31T06:36:43.401 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-31T06:36:43.401 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-31T06:36:43.401 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-31T06:36:43.401 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-31T06:36:43.402 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-31T06:36:43.402 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-31T06:36:43.402 INFO:teuthology.orchestra.run.smithi123.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-31T06:36:43.402 INFO:teuthology.orchestra.run.smithi123.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-31T06:36:43.402 INFO:teuthology.orchestra.run.smithi123.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-31T06:36:43.403 INFO:teuthology.orchestra.run.smithi123.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-31T06:36:43.403 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-31T06:36:43.403 INFO:teuthology.orchestra.run.smithi123.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-31T06:36:43.403 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-31T06:36:43.403 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-31T06:36:43.403 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-31T06:36:43.404 INFO:teuthology.orchestra.run.smithi123.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-31T06:36:43.404 INFO:teuthology.orchestra.run.smithi123.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-31T06:36:43.404 INFO:teuthology.orchestra.run.smithi123.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-31T06:36:43.404 INFO:teuthology.orchestra.run.smithi123.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-31T06:36:43.404 INFO:teuthology.orchestra.run.smithi123.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-31T06:36:43.405 INFO:teuthology.orchestra.run.smithi123.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-31T06:36:43.405 INFO:teuthology.orchestra.run.smithi123.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-31T06:36:43.405 INFO:teuthology.orchestra.run.smithi123.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-31T06:36:43.405 INFO:teuthology.orchestra.run.smithi123.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-31T06:36:43.405 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:43.406 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:36:43.406 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================= 2023-10-31T06:36:43.406 INFO:teuthology.orchestra.run.smithi123.stdout:Install 32 Packages 2023-10-31T06:36:43.406 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:36:43.407 INFO:teuthology.orchestra.run.smithi098.stdout:(25/32): python3-pycparser-2.14-14.el8.noarch.r 816 kB/s | 109 kB 00:00 2023-10-31T06:36:43.407 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 30 M 2023-10-31T06:36:43.408 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 121 M 2023-10-31T06:36:43.408 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:36:43.471 INFO:teuthology.orchestra.run.smithi098.stdout:(26/32): python3-cryptography-3.2.1-5.el8.x86_6 3.1 MB/s | 559 kB 00:00 2023-10-31T06:36:43.496 INFO:teuthology.orchestra.run.smithi098.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 590 kB/s | 54 kB 00:00 2023-10-31T06:36:43.521 INFO:teuthology.orchestra.run.smithi098.stdout:(28/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.2 MB/s | 238 kB 00:00 2023-10-31T06:36:43.589 INFO:teuthology.orchestra.run.smithi098.stdout:(29/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.7 MB/s | 157 kB 00:00 2023-10-31T06:36:43.614 INFO:teuthology.orchestra.run.smithi098.stdout:(30/32): python3-markupsafe-0.23-19.el8.x86_64. 272 kB/s | 39 kB 00:00 2023-10-31T06:36:43.664 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:36:43.672 INFO:teuthology.orchestra.run.smithi098.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.0 MB/s | 457 kB 00:00 2023-10-31T06:36:43.674 INFO:teuthology.orchestra.run.smithi123.stdout:(1/32): ceph-18.0.0-6937.gfcc751a4.el8.x86_64.r 52 kB/s | 6.4 kB 00:00 2023-10-31T06:36:43.706 INFO:teuthology.orchestra.run.smithi098.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 884 kB/s | 103 kB 00:00 2023-10-31T06:36:43.710 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:36:43.710 INFO:teuthology.orchestra.run.smithi098.stdout:Total 14 MB/s | 30 MB 00:02 2023-10-31T06:36:43.797 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:36:43.834 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:36:43.835 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:36:43.933 INFO:teuthology.orchestra.run.smithi123.stdout:(2/32): ceph-mds-18.0.0-6937.gfcc751a4.el8.x86_ 6.0 MB/s | 2.3 MB 00:00 2023-10-31T06:36:43.966 INFO:teuthology.orchestra.run.smithi123.stdout:(3/32): ceph-mgr-18.0.0-6937.gfcc751a4.el8.x86_ 3.9 MB/s | 1.6 MB 00:00 2023-10-31T06:36:44.041 INFO:teuthology.orchestra.run.smithi123.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6937.gfcc7 3.2 MB/s | 242 kB 00:00 2023-10-31T06:36:44.044 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:36:44.048 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:36:44.209 INFO:teuthology.orchestra.run.smithi123.stdout:(5/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 262 kB/s | 44 kB 00:00 2023-10-31T06:36:44.342 INFO:teuthology.orchestra.run.smithi123.stdout:(6/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 1.4 MB/s | 185 kB 00:00 2023-10-31T06:36:44.417 INFO:teuthology.orchestra.run.smithi123.stdout:(7/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.2 MB/s | 173 kB 00:00 2023-10-31T06:36:44.517 INFO:teuthology.orchestra.run.smithi123.stdout:(8/32): python3-cherrypy-18.4.0-1.el8.noarch.rp 3.8 MB/s | 384 kB 00:00 2023-10-31T06:36:44.576 INFO:teuthology.orchestra.run.smithi123.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 190 kB/s | 11 kB 00:00 2023-10-31T06:36:44.635 INFO:teuthology.orchestra.run.smithi123.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 301 kB/s | 18 kB 00:00 2023-10-31T06:36:44.693 INFO:teuthology.orchestra.run.smithi123.stdout:(11/32): python3-logutils-0.3.5-11.el8.noarch.r 838 kB/s | 49 kB 00:00 2023-10-31T06:36:44.902 INFO:teuthology.orchestra.run.smithi123.stdout:(12/32): ceph-osd-18.0.0-6937.gfcc751a4.el8.x86 19 MB/s | 18 MB 00:00 2023-10-31T06:36:44.919 INFO:teuthology.orchestra.run.smithi123.stdout:(13/32): python3-more-itertools-7.2.0-3.el8.noa 261 kB/s | 59 kB 00:00 2023-10-31T06:36:44.994 INFO:teuthology.orchestra.run.smithi123.stdout:(14/32): ceph-mon-18.0.0-6937.gfcc751a4.el8.x86 3.5 MB/s | 4.6 MB 00:01 2023-10-31T06:36:45.019 INFO:teuthology.orchestra.run.smithi123.stdout:(15/32): python3-portend-2.6-1.el8.noarch.rpm 155 kB/s | 16 kB 00:00 2023-10-31T06:36:45.053 INFO:teuthology.orchestra.run.smithi123.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 320 kB/s | 19 kB 00:00 2023-10-31T06:36:45.112 INFO:teuthology.orchestra.run.smithi123.stdout:(17/32): python3-tempora-1.14.1-5.el8.noarch.rp 503 kB/s | 29 kB 00:00 2023-10-31T06:36:45.145 INFO:teuthology.orchestra.run.smithi123.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 191 kB/s | 24 kB 00:00 2023-10-31T06:36:45.170 INFO:teuthology.orchestra.run.smithi123.stdout:(19/32): python3-trustme-0.6.0-4.el8.noarch.rpm 469 kB/s | 27 kB 00:00 2023-10-31T06:36:45.213 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:22 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:36:45.229 INFO:teuthology.orchestra.run.smithi123.stdout:(20/32): python3-pecan-1.3.2-9.el8.noarch.rpm 866 kB/s | 283 kB 00:00 2023-10-31T06:36:45.263 INFO:teuthology.orchestra.run.smithi123.stdout:(21/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.7 MB/s | 251 kB 00:00 2023-10-31T06:36:45.296 INFO:teuthology.orchestra.run.smithi123.stdout:(22/32): python3-webtest-2.0.33-1.el8.noarch.rp 1.2 MB/s | 85 kB 00:00 2023-10-31T06:36:45.313 INFO:teuthology.orchestra.run.smithi123.stdout:(23/32): python3-zc-lockfile-2.0-2.el8.noarch.r 455 kB/s | 23 kB 00:00 2023-10-31T06:36:45.372 INFO:teuthology.orchestra.run.smithi123.stdout:(24/32): python3-waitress-1.4.3-1.el8.noarch.rp 1.1 MB/s | 255 kB 00:00 2023-10-31T06:36:45.514 INFO:teuthology.orchestra.run.smithi123.stdout:(25/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 1.8 MB/s | 238 kB 00:00 2023-10-31T06:36:45.556 INFO:teuthology.orchestra.run.smithi123.stdout:(26/32): python3-pycparser-2.14-14.el8.noarch.r 421 kB/s | 109 kB 00:00 2023-10-31T06:36:45.598 INFO:teuthology.orchestra.run.smithi123.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 648 kB/s | 54 kB 00:00 2023-10-31T06:36:45.632 INFO:teuthology.orchestra.run.smithi123.stdout:(28/32): python3-cryptography-3.2.1-5.el8.x86_6 1.7 MB/s | 559 kB 00:00 2023-10-31T06:36:45.674 INFO:teuthology.orchestra.run.smithi123.stdout:(29/32): python3-markupsafe-0.23-19.el8.x86_64. 331 kB/s | 39 kB 00:00 2023-10-31T06:36:45.716 INFO:teuthology.orchestra.run.smithi123.stdout:(30/32): python3-mako-1.0.6-13.el8.noarch.rpm 1.3 MB/s | 157 kB 00:00 2023-10-31T06:36:45.728 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:36:45.766 INFO:teuthology.orchestra.run.smithi123.stdout:(31/32): python3-werkzeug-0.12.2-4.el8.noarch.r 3.3 MB/s | 457 kB 00:00 2023-10-31T06:36:45.841 INFO:teuthology.orchestra.run.smithi123.stdout:(32/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 620 kB/s | 103 kB 00:00 2023-10-31T06:36:45.842 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:36:45.843 INFO:teuthology.orchestra.run.smithi123.stdout:Total 12 MB/s | 30 MB 00:02 2023-10-31T06:36:45.939 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:36:45.961 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-31T06:36:45.976 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:36:45.977 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:36:46.187 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:36:46.190 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:36:46.281 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-31T06:36:46.511 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-10-31T06:36:46.754 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:36:46.757 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================= 2023-10-31T06:36:46.757 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:36:46.758 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================= 2023-10-31T06:36:46.758 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:36:46.758 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 6.4 k 2023-10-31T06:36:46.758 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:36:46.758 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 2.3 M 2023-10-31T06:36:46.759 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 1.6 M 2023-10-31T06:36:46.759 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 242 k 2023-10-31T06:36:46.759 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 4.6 M 2023-10-31T06:36:46.759 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 18 M 2023-10-31T06:36:46.760 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-10-31T06:36:46.760 INFO:teuthology.orchestra.run.smithi045.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-10-31T06:36:46.760 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.11.5-5.el8 rhel-8-for-x86_64-baseos-rpms 238 k 2023-10-31T06:36:46.760 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-10-31T06:36:46.760 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-10-31T06:36:46.761 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 3.2.1-5.el8 rhel-8-for-x86_64-baseos-rpms 559 k 2023-10-31T06:36:46.761 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-10-31T06:36:46.761 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-10-31T06:36:46.761 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-10-31T06:36:46.762 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.0.6-13.el8 rhel-8-for-x86_64-appstream-rpms 157 k 2023-10-31T06:36:46.762 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 0.23-19.el8 rhel-8-for-x86_64-appstream-rpms 39 k 2023-10-31T06:36:46.762 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-10-31T06:36:46.762 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-10-31T06:36:46.762 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-10-31T06:36:46.763 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 rhel-8-for-x86_64-appstream-rpms 103 k 2023-10-31T06:36:46.763 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.14-14.el8 rhel-8-for-x86_64-baseos-rpms 109 k 2023-10-31T06:36:46.763 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2017.2-9.el8 rhel-8-for-x86_64-appstream-rpms 54 k 2023-10-31T06:36:46.763 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-10-31T06:36:46.763 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-10-31T06:36:46.764 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-10-31T06:36:46.764 INFO:teuthology.orchestra.run.smithi045.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-10-31T06:36:46.764 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-10-31T06:36:46.764 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-10-31T06:36:46.764 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-10-31T06:36:46.764 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 0.12.2-4.el8 rhel-8-for-x86_64-appstream-rpms 457 k 2023-10-31T06:36:46.765 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-10-31T06:36:46.765 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:46.765 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:36:46.765 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================= 2023-10-31T06:36:46.765 INFO:teuthology.orchestra.run.smithi045.stdout:Install 32 Packages 2023-10-31T06:36:46.766 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:36:46.766 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-10-31T06:36:46.767 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 30 M 2023-10-31T06:36:46.767 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 121 M 2023-10-31T06:36:46.767 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:36:46.953 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-18.0.0-6937.gfcc751a4.el8.x86_64.r 50 kB/s | 6.4 kB 00:00 2023-10-31T06:36:47.006 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-10-31T06:36:47.194 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-10-31T06:36:47.203 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-mgr-18.0.0-6937.gfcc751a4.el8.x86_ 4.3 MB/s | 1.6 MB 00:00 2023-10-31T06:36:47.253 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): ceph-mds-18.0.0-6937.gfcc751a4.el8.x86_ 5.4 MB/s | 2.3 MB 00:00 2023-10-31T06:36:47.396 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): ceph-mgr-modules-core-18.0.0-6937.gfcc7 1.7 MB/s | 242 kB 00:00 2023-10-31T06:36:47.451 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-10-31T06:36:47.658 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): ceph-mon-18.0.0-6937.gfcc751a4.el8.x86_ 6.6 MB/s | 4.6 MB 00:00 2023-10-31T06:36:47.795 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-10-31T06:36:47.837 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:36:48.038 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): python3-bcrypt-3.1.6-2.el8.1.x86_64.rpm 68 kB/s | 44 kB 00:00 2023-10-31T06:36:48.078 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-31T06:36:48.126 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-10-31T06:36:48.180 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-beautifulsoup4-4.6.3-2.el8.1.no 355 kB/s | 185 kB 00:00 2023-10-31T06:36:48.197 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.1 MB/s | 173 kB 00:00 2023-10-31T06:36:48.230 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): python3-jaraco-6.2-6.el8.noarch.rpm 338 kB/s | 11 kB 00:00 2023-10-31T06:36:48.264 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-jaraco-functools-2.0-4.el8.noa 529 kB/s | 18 kB 00:00 2023-10-31T06:36:48.298 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-10-31T06:36:48.348 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-31T06:36:48.431 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): ceph-osd-18.0.0-6937.gfcc751a4.el8.x86 15 MB/s | 18 MB 00:01 2023-10-31T06:36:48.448 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): python3-logutils-0.3.5-11.el8.noarch.r 266 kB/s | 49 kB 00:00 2023-10-31T06:36:48.481 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): python3-cherrypy-18.4.0-1.el8.noarch.r 1.3 MB/s | 384 kB 00:00 2023-10-31T06:36:48.507 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-10-31T06:36:48.523 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): python3-portend-2.6-1.el8.noarch.rpm 379 kB/s | 16 kB 00:00 2023-10-31T06:36:48.557 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): python3-pecan-1.3.2-9.el8.noarch.rpm 2.5 MB/s | 283 kB 00:00 2023-10-31T06:36:48.582 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): python3-simplegeneric-0.8.1-17.el8.noa 320 kB/s | 19 kB 00:00 2023-10-31T06:36:48.593 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 3/32 2023-10-31T06:36:48.608 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): python3-more-itertools-7.2.0-3.el8.noa 333 kB/s | 59 kB 00:00 2023-10-31T06:36:48.633 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): python3-singledispatch-3.4.0.3-18.el8. 317 kB/s | 24 kB 00:00 2023-10-31T06:36:48.658 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2023-10-31T06:36:48.684 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): python3-trustme-0.6.0-4.el8.noarch.rpm 365 kB/s | 27 kB 00:00 2023-10-31T06:36:48.723 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-10-31T06:36:48.725 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): python3-waitress-1.4.3-1.el8.noarch.rp 2.7 MB/s | 255 kB 00:00 2023-10-31T06:36:48.751 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.7 MB/s | 251 kB 00:00 2023-10-31T06:36:48.776 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): python3-webtest-2.0.33-1.el8.noarch.rp 928 kB/s | 85 kB 00:00 2023-10-31T06:36:48.801 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 4/32 2023-10-31T06:36:48.801 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): python3-zc-lockfile-2.0-2.el8.noarch.r 304 kB/s | 23 kB 00:00 2023-10-31T06:36:48.935 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): python3-markupsafe-0.23-19.el8.x86_64. 245 kB/s | 39 kB 00:00 2023-10-31T06:36:48.977 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): python3-mako-1.0.6-13.el8.noarch.rpm 897 kB/s | 157 kB 00:00 2023-10-31T06:36:48.992 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-31T06:36:49.035 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): python3-pytz-2017.2-9.el8.noarch.rpm 191 kB/s | 54 kB 00:00 2023-10-31T06:36:49.037 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 5/32 2023-10-31T06:36:49.085 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): python3-pyOpenSSL-19.0.0-1.el8.noarch. 954 kB/s | 103 kB 00:00 2023-10-31T06:36:49.111 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): python3-werkzeug-0.12.2-4.el8.noarch.r 2.5 MB/s | 457 kB 00:00 2023-10-31T06:36:49.169 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): python3-cffi-1.11.5-5.el8.x86_64.rpm 4.0 MB/s | 238 kB 00:00 2023-10-31T06:36:49.197 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-31T06:36:49.211 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): python3-pycparser-2.14-14.el8.noarch.r 621 kB/s | 109 kB 00:00 2023-10-31T06:36:49.218 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 6/32 2023-10-31T06:36:49.295 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): python3-cryptography-3.2.1-5.el8.x86_6 2.6 MB/s | 559 kB 00:00 2023-10-31T06:36:49.299 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:36:49.300 INFO:teuthology.orchestra.run.smithi045.stdout:Total 12 MB/s | 30 MB 00:02 2023-10-31T06:36:49.386 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-31T06:36:49.394 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:36:49.434 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:36:49.435 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:36:49.458 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 7/32 2023-10-31T06:36:49.559 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-31T06:36:49.660 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:36:49.664 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:36:49.760 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-31T06:36:49.838 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 8/32 2023-10-31T06:36:49.896 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-31T06:36:50.093 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 9/32 2023-10-31T06:36:50.168 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-31T06:36:50.256 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 10/32 2023-10-31T06:36:50.385 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-31T06:36:50.449 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 11/32 2023-10-31T06:36:50.613 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-31T06:36:50.682 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 12/32 2023-10-31T06:36:50.747 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:36:50.892 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-31T06:36:50.942 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-31T06:36:50.965 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/32 2023-10-31T06:36:51.105 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-31T06:36:51.178 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/32 2023-10-31T06:36:51.211 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-31T06:36:51.260 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-31T06:36:51.378 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 3/32 2023-10-31T06:36:51.425 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-31T06:36:51.431 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-31T06:36:51.618 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-31T06:36:51.718 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.11.5-5.el8.x86_64 4/32 2023-10-31T06:36:51.737 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-31T06:36:51.779 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-31T06:36:51.926 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-31T06:36:52.120 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-31T06:36:52.136 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-3.2.1-5.el8.x86_64 5/32 2023-10-31T06:36:52.168 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-31T06:36:52.298 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 6/32 2023-10-31T06:36:52.337 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-31T06:36:52.459 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 7/32 2023-10-31T06:36:52.518 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8. 27/32 2023-10-31T06:36:52.605 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-31T06:36:52.683 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 28/32 2023-10-31T06:36:52.736 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 8/32 2023-10-31T06:36:52.973 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 9/32 2023-10-31T06:36:53.113 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-31T06:36:53.192 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 10/32 2023-10-31T06:36:53.291 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-31T06:36:53.444 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.0.6-13.el8.noarch 11/32 2023-10-31T06:36:53.589 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-31T06:36:53.640 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2017.2-9.el8.noarch 12/32 2023-10-31T06:36:53.874 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 13/32 2023-10-31T06:36:53.895 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-31T06:36:54.155 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 14/32 2023-10-31T06:36:54.266 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8. 27/32 2023-10-31T06:36:54.275 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 28/32 2023-10-31T06:36:54.302 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 15/32 2023-10-31T06:36:54.406 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 28/32 2023-10-31T06:36:54.468 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 16/32 2023-10-31T06:36:54.500 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 29/32 2023-10-31T06:36:54.659 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 17/32 2023-10-31T06:36:54.779 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 18/32 2023-10-31T06:36:54.957 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 29/32 2023-10-31T06:36:54.988 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 19/32 2023-10-31T06:36:55.210 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 20/32 2023-10-31T06:36:55.386 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 21/32 2023-10-31T06:36:55.665 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-2.6-1.el8.noarch 22/32 2023-10-31T06:36:55.930 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 23/32 2023-10-31T06:36:56.010 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 28/32 2023-10-31T06:36:56.125 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 24/32 2023-10-31T06:36:56.178 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 30/32 2023-10-31T06:36:56.256 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 29/32 2023-10-31T06:36:56.402 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 30/32 2023-10-31T06:36:56.414 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 25/32 2023-10-31T06:36:56.716 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 29/32 2023-10-31T06:36:56.719 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 26/32 2023-10-31T06:36:56.856 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 30/32 2023-10-31T06:36:57.071 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8. 27/32 2023-10-31T06:36:57.072 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 30/32 2023-10-31T06:36:57.222 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 31/32 2023-10-31T06:36:57.240 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 31/32 2023-10-31T06:36:57.243 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 28/32 2023-10-31T06:36:57.362 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 32/32 2023-10-31T06:36:57.381 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 31/32 2023-10-31T06:36:57.402 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 31/32 2023-10-31T06:36:57.579 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 32/32 2023-10-31T06:36:57.711 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 32/32 2023-10-31T06:36:57.711 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/32 2023-10-31T06:36:57.711 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/32 2023-10-31T06:36:57.712 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/32 2023-10-31T06:36:57.712 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/32 2023-10-31T06:36:57.712 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/32 2023-10-31T06:36:57.712 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8. 6/32 2023-10-31T06:36:57.712 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-31T06:36:57.713 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-31T06:36:57.713 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-31T06:36:57.713 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-31T06:36:57.713 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-31T06:36:57.713 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-31T06:36:57.714 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-31T06:36:57.714 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-31T06:36:57.714 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-31T06:36:57.714 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-31T06:36:57.715 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-31T06:36:57.715 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-31T06:36:57.715 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-31T06:36:57.715 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-31T06:36:57.715 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-31T06:36:57.715 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-31T06:36:57.716 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-31T06:36:57.716 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-31T06:36:57.716 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-10-31T06:36:57.717 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-10-31T06:36:57.717 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-10-31T06:36:57.718 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-10-31T06:36:57.718 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-10-31T06:36:57.718 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-10-31T06:36:57.718 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-10-31T06:36:57.928 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 32/32 2023-10-31T06:36:57.928 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/32 2023-10-31T06:36:57.928 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/32 2023-10-31T06:36:57.928 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/32 2023-10-31T06:36:57.929 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/32 2023-10-31T06:36:57.929 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/32 2023-10-31T06:36:57.929 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8. 6/32 2023-10-31T06:36:57.929 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-31T06:36:57.929 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-31T06:36:57.930 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-31T06:36:57.930 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-31T06:36:57.930 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-31T06:36:57.930 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-31T06:36:57.930 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-31T06:36:57.931 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-31T06:36:57.931 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-31T06:36:57.931 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-31T06:36:57.931 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-31T06:36:57.931 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-31T06:36:57.932 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-31T06:36:57.932 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-31T06:36:57.932 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-31T06:36:57.933 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-31T06:36:57.933 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-31T06:36:57.933 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-31T06:36:57.933 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 25/32 2023-10-31T06:36:57.933 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 26/32 2023-10-31T06:36:57.934 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 27/32 2023-10-31T06:36:57.934 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 28/32 2023-10-31T06:36:57.934 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 29/32 2023-10-31T06:36:57.934 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 30/32 2023-10-31T06:36:57.935 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 31/32 2023-10-31T06:36:58.946 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 28/32 2023-10-31T06:36:59.151 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 29/32 2023-10-31T06:36:59.561 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-10-31T06:36:59.562 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:37 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:36:59.641 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 29/32 2023-10-31T06:36:59.797 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 30/32 2023-10-31T06:36:59.996 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 32/32 2023-10-31T06:36:59.997 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:34 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:00.026 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 30/32 2023-10-31T06:37:00.171 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 31/32 2023-10-31T06:37:00.190 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 31/32 2023-10-31T06:37:00.303 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 32/32 2023-10-31T06:37:00.655 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 32/32 2023-10-31T06:37:00.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/32 2023-10-31T06:37:00.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/32 2023-10-31T06:37:00.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 3/32 2023-10-31T06:37:00.656 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 4/32 2023-10-31T06:37:00.656 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 5/32 2023-10-31T06:37:00.656 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8. 6/32 2023-10-31T06:37:00.656 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 7/32 2023-10-31T06:37:00.656 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 8/32 2023-10-31T06:37:00.657 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 9/32 2023-10-31T06:37:00.657 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 10/32 2023-10-31T06:37:00.657 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 11/32 2023-10-31T06:37:00.657 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 12/32 2023-10-31T06:37:00.657 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 13/32 2023-10-31T06:37:00.658 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 14/32 2023-10-31T06:37:00.658 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 15/32 2023-10-31T06:37:00.658 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-2.6-1.el8.noarch 16/32 2023-10-31T06:37:00.658 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 17/32 2023-10-31T06:37:00.658 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 18/32 2023-10-31T06:37:00.659 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 19/32 2023-10-31T06:37:00.659 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 20/32 2023-10-31T06:37:00.659 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 21/32 2023-10-31T06:37:00.659 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 22/32 2023-10-31T06:37:00.659 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 23/32 2023-10-31T06:37:00.659 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 24/32 2023-10-31T06:37:00.660 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2017.2-9.el8.noarch 25/32 2023-10-31T06:37:00.660 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 26/32 2023-10-31T06:37:00.660 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.0.6-13.el8.noarch 27/32 2023-10-31T06:37:00.660 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 28/32 2023-10-31T06:37:00.661 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 29/32 2023-10-31T06:37:00.661 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 30/32 2023-10-31T06:37:00.661 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-3.2.1-5.el8.x86_64 31/32 2023-10-31T06:37:02.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.11.5-5.el8.x86_64 32/32 2023-10-31T06:37:02.133 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:39 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:06.910 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:37:07.115 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:07.116 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:37:07.116 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.116 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.116 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.117 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:07.117 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.117 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.117 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-31T06:37:07.117 INFO:teuthology.orchestra.run.smithi045.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-31T06:37:07.118 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-31T06:37:07.118 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-31T06:37:07.118 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-31T06:37:07.118 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-31T06:37:07.119 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-31T06:37:07.119 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-31T06:37:07.119 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-31T06:37:07.119 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-31T06:37:07.119 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-31T06:37:07.120 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-31T06:37:07.120 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-31T06:37:07.120 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-2.6-1.el8.noarch 2023-10-31T06:37:07.120 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-31T06:37:07.120 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-31T06:37:07.121 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-31T06:37:07.121 INFO:teuthology.orchestra.run.smithi045.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-31T06:37:07.121 INFO:teuthology.orchestra.run.smithi045.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-31T06:37:07.121 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-31T06:37:07.121 INFO:teuthology.orchestra.run.smithi045.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-31T06:37:07.122 INFO:teuthology.orchestra.run.smithi045.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-31T06:37:07.122 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-31T06:37:07.122 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-31T06:37:07.122 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-31T06:37:07.122 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-31T06:37:07.123 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:07.123 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:37:07.290 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2023-10-31T06:37:07.487 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:37:07.659 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:07.677 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:07.678 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:37:07.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.678 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:07.679 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.679 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:07.679 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-31T06:37:07.679 INFO:teuthology.orchestra.run.smithi098.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-31T06:37:07.679 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-31T06:37:07.680 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-31T06:37:07.680 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-31T06:37:07.680 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-31T06:37:07.680 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-31T06:37:07.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-31T06:37:07.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-31T06:37:07.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-31T06:37:07.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-31T06:37:07.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-31T06:37:07.681 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-31T06:37:07.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-2.6-1.el8.noarch 2023-10-31T06:37:07.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-31T06:37:07.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-31T06:37:07.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-31T06:37:07.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-31T06:37:07.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-31T06:37:07.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-31T06:37:07.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-31T06:37:07.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-31T06:37:07.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-31T06:37:07.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-31T06:37:07.684 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-31T06:37:07.684 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-31T06:37:07.684 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:07.684 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:37:07.840 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2023-10-31T06:37:08.190 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:08.665 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:45 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:09.046 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:37:09.187 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:47 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:09.237 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:09.238 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:37:09.238 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:09.238 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mds-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:09.238 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:09.239 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-modules-core-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:09.239 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mon-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:09.239 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-osd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:09.239 INFO:teuthology.orchestra.run.smithi123.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-10-31T06:37:09.239 INFO:teuthology.orchestra.run.smithi123.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-10-31T06:37:09.240 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cffi-1.11.5-5.el8.x86_64 2023-10-31T06:37:09.240 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-10-31T06:37:09.240 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-10-31T06:37:09.240 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cryptography-3.2.1-5.el8.x86_64 2023-10-31T06:37:09.240 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jaraco-6.2-6.el8.noarch 2023-10-31T06:37:09.241 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-10-31T06:37:09.241 INFO:teuthology.orchestra.run.smithi123.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-10-31T06:37:09.241 INFO:teuthology.orchestra.run.smithi123.stdout: python3-mako-1.0.6-13.el8.noarch 2023-10-31T06:37:09.241 INFO:teuthology.orchestra.run.smithi123.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-10-31T06:37:09.242 INFO:teuthology.orchestra.run.smithi123.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-10-31T06:37:09.242 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-10-31T06:37:09.242 INFO:teuthology.orchestra.run.smithi123.stdout: python3-portend-2.6-1.el8.noarch 2023-10-31T06:37:09.243 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-10-31T06:37:09.243 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pycparser-2.14-14.el8.noarch 2023-10-31T06:37:09.243 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pytz-2017.2-9.el8.noarch 2023-10-31T06:37:09.243 INFO:teuthology.orchestra.run.smithi123.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-10-31T06:37:09.243 INFO:teuthology.orchestra.run.smithi123.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-10-31T06:37:09.244 INFO:teuthology.orchestra.run.smithi123.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-10-31T06:37:09.244 INFO:teuthology.orchestra.run.smithi123.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-10-31T06:37:09.244 INFO:teuthology.orchestra.run.smithi123.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-10-31T06:37:09.244 INFO:teuthology.orchestra.run.smithi123.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-10-31T06:37:09.244 INFO:teuthology.orchestra.run.smithi123.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-10-31T06:37:09.244 INFO:teuthology.orchestra.run.smithi123.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-10-31T06:37:09.245 INFO:teuthology.orchestra.run.smithi123.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-10-31T06:37:09.245 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:09.245 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:37:09.415 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-base 2023-10-31T06:37:09.760 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:10.080 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:37:10.203 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:37:10.204 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:37:10.204 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:37:10.335 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2023-10-31T06:37:10.470 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:37:10.580 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:37:10.581 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:37:10.581 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:37:10.699 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2023-10-31T06:37:10.702 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:11.043 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:11.275 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:46 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:12.345 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:49 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:12.528 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:50 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:12.623 INFO:teuthology.orchestra.run.smithi123.stdout:Package ceph-base-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:37:12.736 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:37:12.737 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:37:12.738 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:37:12.845 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install cephadm 2023-10-31T06:37:13.189 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:13.898 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:37:13.899 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:37:13.899 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:37:13.899 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:37:13.900 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:37:13.900 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 404 k 2023-10-31T06:37:13.900 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:13.900 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:37:13.900 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:37:13.901 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:37:13.901 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:13.901 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 404 k 2023-10-31T06:37:13.901 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 2.1 M 2023-10-31T06:37:13.901 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:37:13.981 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:37:13.982 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:37:13.982 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:37:13.983 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:37:13.983 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:37:13.983 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 404 k 2023-10-31T06:37:13.983 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:13.984 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:37:13.984 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:37:13.984 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:37:13.984 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:13.984 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 404 k 2023-10-31T06:37:13.985 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 2.1 M 2023-10-31T06:37:13.985 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:37:14.155 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-18.0.0-6937.gfcc751a4.el8.noarch.rpm 1.5 MB/s | 404 kB 00:00 2023-10-31T06:37:14.156 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:14.156 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.5 MB/s | 404 kB 00:00 2023-10-31T06:37:14.157 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:37:14.165 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:37:14.165 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:37:14.169 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:37:14.173 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:37:14.213 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:37:14.239 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-18.0.0-6937.gfcc751a4.el8.noarch.rpm 1.5 MB/s | 404 kB 00:00 2023-10-31T06:37:14.239 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:14.240 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.5 MB/s | 404 kB 00:00 2023-10-31T06:37:14.240 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:37:14.248 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:37:14.248 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:37:14.251 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:37:14.254 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:37:14.299 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:37:14.790 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:49 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:16.027 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:16.078 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:16.172 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:37:16.173 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:37:16.173 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:37:16.173 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:37:16.174 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:37:16.174 INFO:teuthology.orchestra.run.smithi123.stdout: cephadm noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 404 k 2023-10-31T06:37:16.174 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:16.174 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:37:16.174 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:37:16.175 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:37:16.175 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:16.175 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 404 k 2023-10-31T06:37:16.175 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 2.1 M 2023-10-31T06:37:16.175 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:37:16.179 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:16.263 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:16.353 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:16.429 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:16.439 INFO:teuthology.orchestra.run.smithi123.stdout:cephadm-18.0.0-6937.gfcc751a4.el8.noarch.rpm 1.5 MB/s | 404 kB 00:00 2023-10-31T06:37:16.439 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:16.440 INFO:teuthology.orchestra.run.smithi123.stdout:Total 1.5 MB/s | 404 kB 00:00 2023-10-31T06:37:16.440 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:37:16.447 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:37:16.448 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:37:16.450 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:37:16.454 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:37:16.499 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:37:17.425 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:17.425 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:54 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:17.462 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:17.462 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:55 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:18.226 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:18.421 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:18.584 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:19.583 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:37:19.584 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:01:54 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:22.480 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:37:22.682 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:22.683 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:37:22.683 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:22.683 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:22.684 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:37:22.830 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2023-10-31T06:37:23.210 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:24.925 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:01 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:25.795 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:37:25.977 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:25.978 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:37:25.978 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:25.978 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:25.978 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:37:26.146 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2023-10-31T06:37:26.479 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:37:26.480 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:37:26.480 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-10-31T06:37:26.481 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:37:26.481 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:37:26.481 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 167 k 2023-10-31T06:37:26.481 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:26.481 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:37:26.482 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:37:26.482 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:37:26.482 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:26.482 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 167 k 2023-10-31T06:37:26.482 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 512 k 2023-10-31T06:37:26.483 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:37:26.502 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:26.678 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-18.0.0-6937.gfcc751 850 kB/s | 167 kB 00:00 2023-10-31T06:37:26.679 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:26.679 INFO:teuthology.orchestra.run.smithi045.stdout:Total 844 kB/s | 167 kB 00:00 2023-10-31T06:37:26.679 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:37:26.691 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:37:26.692 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:37:26.747 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:37:26.751 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:37:26.872 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:37:27.035 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:27.091 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:37:27.274 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:27.275 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:37:27.275 INFO:teuthology.orchestra.run.smithi123.stdout: cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:27.275 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:27.275 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:37:27.400 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:27.508 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-immutable-object-cache 2023-10-31T06:37:27.867 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:27.948 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:05 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:28.452 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:28.453 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:05 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:29.207 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:04 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:29.333 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:37:29.334 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:37:29.335 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2023-10-31T06:37:29.335 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:37:29.335 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:37:29.335 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 167 k 2023-10-31T06:37:29.336 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:29.336 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:37:29.336 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:37:29.336 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:37:29.336 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:29.336 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 167 k 2023-10-31T06:37:29.337 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 512 k 2023-10-31T06:37:29.337 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:37:29.532 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-18.0.0-6937.gfcc751 851 kB/s | 167 kB 00:00 2023-10-31T06:37:29.533 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:29.533 INFO:teuthology.orchestra.run.smithi098.stdout:Total 846 kB/s | 167 kB 00:00 2023-10-31T06:37:29.533 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:37:29.543 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:37:29.544 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:37:29.596 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:37:29.600 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:37:29.717 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:37:29.910 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:30.250 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:30.665 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:37:30.666 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:37:30.667 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repo Size 2023-10-31T06:37:30.667 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:37:30.667 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:37:30.667 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 167 k 2023-10-31T06:37:30.668 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:30.668 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:37:30.668 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:37:30.668 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:37:30.668 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:30.669 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 167 k 2023-10-31T06:37:30.669 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 512 k 2023-10-31T06:37:30.669 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:37:30.871 INFO:teuthology.orchestra.run.smithi123.stdout:ceph-immutable-object-cache-18.0.0-6937.gfcc751 820 kB/s | 167 kB 00:00 2023-10-31T06:37:30.872 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:30.872 INFO:teuthology.orchestra.run.smithi123.stdout:Total 816 kB/s | 167 kB 00:00 2023-10-31T06:37:30.872 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:37:30.883 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:37:30.884 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:37:30.935 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:37:30.939 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:37:31.067 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:37:31.217 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:31.277 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:31.277 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:09 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:31.583 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:32.596 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4. 1/1 2023-10-31T06:37:32.596 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:07 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:34.933 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:37:35.134 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:35.134 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:37:35.135 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:35.135 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:35.135 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:37:35.286 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2023-10-31T06:37:35.655 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:37.254 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:14 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:37.479 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:37:37.491 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:37:37.663 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:37.663 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:37:37.663 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:37.663 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:37.664 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:37:37.672 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:37.673 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:37:37.673 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-immutable-object-cache-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:37:37.673 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:37.673 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:37:37.790 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2023-10-31T06:37:37.795 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-mgr 2023-10-31T06:37:38.137 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:38.141 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:38.617 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:37:38.737 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:37:38.738 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:37:38.738 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:37:38.868 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2023-10-31T06:37:39.235 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:39.855 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:14 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:39.857 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:17 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:40.592 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:17 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:41.142 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:37:41.171 INFO:teuthology.orchestra.run.smithi123.stdout:Package ceph-mgr-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:37:41.250 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:37:41.251 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:37:41.251 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:37:41.282 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:37:41.283 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:37:41.283 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:37:41.372 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2023-10-31T06:37:41.385 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-mgr-dashboard 2023-10-31T06:37:41.715 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:41.729 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:42.149 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:37:42.150 INFO:teuthology.orchestra.run.smithi045.stdout:=================================================================================================== 2023-10-31T06:37:42.151 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:37:42.151 INFO:teuthology.orchestra.run.smithi045.stdout:=================================================================================================== 2023-10-31T06:37:42.151 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:37:42.151 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 1.8 M 2023-10-31T06:37:42.152 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:37:42.152 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 23 k 2023-10-31T06:37:42.152 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 15 k 2023-10-31T06:37:42.152 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-31T06:37:42.153 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-31T06:37:42.153 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-31T06:37:42.153 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:42.154 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:37:42.154 INFO:teuthology.orchestra.run.smithi045.stdout:=================================================================================================== 2023-10-31T06:37:42.155 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2023-10-31T06:37:42.155 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:42.156 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.1 M 2023-10-31T06:37:42.156 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 8.6 M 2023-10-31T06:37:42.156 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:37:42.655 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): ceph-grafana-dashboards-18.0.0-6937.gfcc 143 kB/s | 23 kB 00:00 2023-10-31T06:37:42.681 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): ceph-prometheus-alerts-18.0.0-6937.gfcc7 81 kB/s | 15 kB 00:00 2023-10-31T06:37:42.839 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): ceph-mgr-dashboard-18.0.0-6937.gfcc751a4 5.1 MB/s | 1.8 MB 00:00 2023-10-31T06:37:42.998 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 269 kB/s | 43 kB 00:00 2023-10-31T06:37:43.264 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:18 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:43.363 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:21 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:43.590 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 36 kB/s | 34 kB 00:00 2023-10-31T06:37:44.115 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 137 kB/s | 196 kB 00:01 2023-10-31T06:37:44.118 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:44.119 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.1 MB/s | 2.1 MB 00:01 2023-10-31T06:37:44.132 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:37:44.143 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:37:44.143 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:37:44.209 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:37:44.213 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:37:44.467 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:37:44.608 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-31T06:37:44.644 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:37:44.645 INFO:teuthology.orchestra.run.smithi123.stdout:=================================================================================================== 2023-10-31T06:37:44.645 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:37:44.646 INFO:teuthology.orchestra.run.smithi123.stdout:=================================================================================================== 2023-10-31T06:37:44.646 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:37:44.646 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 1.8 M 2023-10-31T06:37:44.647 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:37:44.647 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 23 k 2023-10-31T06:37:44.647 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 15 k 2023-10-31T06:37:44.648 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-31T06:37:44.648 INFO:teuthology.orchestra.run.smithi123.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-31T06:37:44.648 INFO:teuthology.orchestra.run.smithi123.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-31T06:37:44.648 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:44.648 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:37:44.649 INFO:teuthology.orchestra.run.smithi123.stdout:=================================================================================================== 2023-10-31T06:37:44.649 INFO:teuthology.orchestra.run.smithi123.stdout:Install 6 Packages 2023-10-31T06:37:44.649 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:44.650 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 2.1 M 2023-10-31T06:37:44.650 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 8.6 M 2023-10-31T06:37:44.650 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:37:44.739 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:37:44.740 INFO:teuthology.orchestra.run.smithi098.stdout:=================================================================================================== 2023-10-31T06:37:44.740 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:37:44.740 INFO:teuthology.orchestra.run.smithi098.stdout:=================================================================================================== 2023-10-31T06:37:44.740 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:37:44.740 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 1.8 M 2023-10-31T06:37:44.741 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:37:44.741 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 23 k 2023-10-31T06:37:44.741 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 15 k 2023-10-31T06:37:44.741 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jwt noarch 1.6.1-2.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-31T06:37:44.741 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-10-31T06:37:44.742 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-10-31T06:37:44.742 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:44.742 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:37:44.742 INFO:teuthology.orchestra.run.smithi098.stdout:=================================================================================================== 2023-10-31T06:37:44.742 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2023-10-31T06:37:44.743 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:44.743 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 2.1 M 2023-10-31T06:37:44.743 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 8.6 M 2023-10-31T06:37:44.744 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:37:44.815 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-31T06:37:44.993 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-31T06:37:45.113 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.n 4/6 2023-10-31T06:37:45.131 INFO:teuthology.orchestra.run.smithi123.stdout:(1/6): ceph-grafana-dashboards-18.0.0-6937.gfcc 165 kB/s | 23 kB 00:00 2023-10-31T06:37:45.157 INFO:teuthology.orchestra.run.smithi123.stdout:(2/6): ceph-prometheus-alerts-18.0.0-6937.gfcc7 91 kB/s | 15 kB 00:00 2023-10-31T06:37:45.227 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): ceph-grafana-dashboards-18.0.0-6937.gfcc 164 kB/s | 23 kB 00:00 2023-10-31T06:37:45.243 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): ceph-prometheus-alerts-18.0.0-6937.gfcc7 95 kB/s | 15 kB 00:00 2023-10-31T06:37:45.307 INFO:teuthology.orchestra.run.smithi123.stdout:(3/6): ceph-mgr-dashboard-18.0.0-6937.gfcc751a4 5.6 MB/s | 1.8 MB 00:00 2023-10-31T06:37:45.394 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): ceph-mgr-dashboard-18.0.0-6937.gfcc751a4 5.7 MB/s | 1.8 MB 00:00 2023-10-31T06:37:45.411 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 183 kB/s | 34 kB 00:00 2023-10-31T06:37:45.457 INFO:teuthology.orchestra.run.smithi123.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 284 kB/s | 43 kB 00:00 2023-10-31T06:37:45.481 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8. 5/6 2023-10-31T06:37:45.486 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): python3-jwt-1.6.1-2.el8.noarch.rpm 464 kB/s | 43 kB 00:00 2023-10-31T06:37:45.520 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 712 kB/s | 196 kB 00:00 2023-10-31T06:37:45.521 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:45.522 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.6 MB/s | 2.1 MB 00:00 2023-10-31T06:37:45.534 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:37:45.544 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:37:45.544 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:37:45.604 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:37:45.608 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:37:45.646 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 6/6 2023-10-31T06:37:45.674 INFO:teuthology.orchestra.run.smithi123.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 62 kB/s | 34 kB 00:00 2023-10-31T06:37:45.858 INFO:teuthology.orchestra.run.smithi123.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 280 kB/s | 196 kB 00:00 2023-10-31T06:37:45.861 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:45.861 INFO:teuthology.orchestra.run.smithi123.stdout:Total 1.7 MB/s | 2.1 MB 00:01 2023-10-31T06:37:45.869 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 6/6 2023-10-31T06:37:45.869 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8. 1/6 2023-10-31T06:37:45.870 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 2/6 2023-10-31T06:37:45.870 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.n 3/6 2023-10-31T06:37:45.870 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-31T06:37:45.870 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-31T06:37:45.874 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:37:45.884 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:37:45.884 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:37:45.885 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:37:45.944 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:37:45.948 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:37:46.075 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-31T06:37:46.197 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:37:46.305 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-31T06:37:46.382 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 1/6 2023-10-31T06:37:46.513 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-31T06:37:46.570 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 2/6 2023-10-31T06:37:46.646 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.n 4/6 2023-10-31T06:37:46.767 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 3/6 2023-10-31T06:37:46.895 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.n 4/6 2023-10-31T06:37:46.974 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-31T06:37:46.974 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:23 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:47.003 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8. 5/6 2023-10-31T06:37:47.204 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 6/6 2023-10-31T06:37:47.219 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8. 5/6 2023-10-31T06:37:47.431 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 6/6 2023-10-31T06:37:47.457 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 6/6 2023-10-31T06:37:47.457 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8. 1/6 2023-10-31T06:37:47.457 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 2/6 2023-10-31T06:37:47.458 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.n 3/6 2023-10-31T06:37:47.458 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-31T06:37:47.458 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-31T06:37:47.643 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 6/6 2023-10-31T06:37:47.644 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8. 1/6 2023-10-31T06:37:47.644 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarc 2/6 2023-10-31T06:37:47.644 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.n 3/6 2023-10-31T06:37:47.645 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 4/6 2023-10-31T06:37:47.645 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 5/6 2023-10-31T06:37:48.494 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-31T06:37:48.494 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:26 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:48.863 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 6/6 2023-10-31T06:37:48.863 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:23 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:53.141 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:37:53.151 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:37:53.335 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:53.335 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:37:53.335 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:53.335 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:53.336 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:53.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-31T06:37:53.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-31T06:37:53.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-31T06:37:53.336 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:53.337 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:37:53.346 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:53.346 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:37:53.347 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:53.347 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:53.347 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:53.347 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-31T06:37:53.347 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-31T06:37:53.347 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-31T06:37:53.348 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:53.348 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:37:53.470 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-31T06:37:53.491 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-31T06:37:53.815 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:53.861 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:55.261 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:33 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:37:55.514 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:32 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:37:56.319 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:37:56.500 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:56.500 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:37:56.500 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-grafana-dashboards-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:56.500 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-dashboard-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:56.501 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-prometheus-alerts-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:37:56.501 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-10-31T06:37:56.501 INFO:teuthology.orchestra.run.smithi123.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-10-31T06:37:56.501 INFO:teuthology.orchestra.run.smithi123.stdout: python3-routes-2.4.1-12.el8.noarch 2023-10-31T06:37:56.501 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:56.502 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:37:56.619 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-mgr-diskprediction-local 2023-10-31T06:37:56.647 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:37:56.648 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================================= 2023-10-31T06:37:56.649 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:37:56.649 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================================= 2023-10-31T06:37:56.649 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:37:56.649 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 7.4 M 2023-10-31T06:37:56.649 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:37:56.650 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-31T06:37:56.650 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-31T06:37:56.650 INFO:teuthology.orchestra.run.smithi098.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-31T06:37:56.650 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-31T06:37:56.650 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-31T06:37:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-31T06:37:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-31T06:37:56.651 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:37:56.651 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================================= 2023-10-31T06:37:56.652 INFO:teuthology.orchestra.run.smithi098.stdout:Install 8 Packages 2023-10-31T06:37:56.652 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:37:56.652 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 35 M 2023-10-31T06:37:56.653 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 210 M 2023-10-31T06:37:56.653 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:37:56.770 INFO:teuthology.orchestra.run.smithi098.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.4 MB/s | 171 kB 00:00 2023-10-31T06:37:56.830 INFO:teuthology.orchestra.run.smithi098.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.5 MB/s | 644 kB 00:00 2023-10-31T06:37:56.965 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:37:57.049 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:37:57.051 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================================= 2023-10-31T06:37:57.051 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:37:57.051 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================================= 2023-10-31T06:37:57.051 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:37:57.051 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 7.4 M 2023-10-31T06:37:57.052 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:37:57.052 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-31T06:37:57.052 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-31T06:37:57.052 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-31T06:37:57.052 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-31T06:37:57.053 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-31T06:37:57.053 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-31T06:37:57.053 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-31T06:37:57.053 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:57.053 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:37:57.054 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================================= 2023-10-31T06:37:57.054 INFO:teuthology.orchestra.run.smithi045.stdout:Install 8 Packages 2023-10-31T06:37:57.054 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:37:57.055 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 35 M 2023-10-31T06:37:57.055 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 210 M 2023-10-31T06:37:57.055 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:37:57.093 INFO:teuthology.orchestra.run.smithi098.stdout:(3/8): python3-scipy-1.0.0-21.module+el8.5.0+10 42 MB/s | 14 MB 00:00 2023-10-31T06:37:57.225 INFO:teuthology.orchestra.run.smithi098.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 9.4 MB/s | 3.7 MB 00:00 2023-10-31T06:37:57.260 INFO:teuthology.orchestra.run.smithi098.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.3 MB/s | 225 kB 00:00 2023-10-31T06:37:57.286 INFO:teuthology.orchestra.run.smithi045.stdout:(1/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 16 MB/s | 3.7 MB 00:00 2023-10-31T06:37:57.360 INFO:teuthology.orchestra.run.smithi098.stdout:(6/8): ceph-mgr-diskprediction-local-18.0.0-693 10 MB/s | 7.4 MB 00:00 2023-10-31T06:37:57.403 INFO:teuthology.orchestra.run.smithi045.stdout:(2/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.9 MB/s | 225 kB 00:00 2023-10-31T06:37:57.460 INFO:teuthology.orchestra.run.smithi098.stdout:(7/8): openblas-0.3.15-3.el8.x86_64.rpm 24 MB/s | 4.7 MB 00:00 2023-10-31T06:37:57.535 INFO:teuthology.orchestra.run.smithi098.stdout:(8/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 16 MB/s | 4.9 MB 00:00 2023-10-31T06:37:57.536 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:57.537 INFO:teuthology.orchestra.run.smithi098.stdout:Total 40 MB/s | 35 MB 00:00 2023-10-31T06:37:57.611 INFO:teuthology.orchestra.run.smithi045.stdout:(3/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 23 MB/s | 4.9 MB 00:00 2023-10-31T06:37:57.703 INFO:teuthology.orchestra.run.smithi045.stdout:(4/8): ceph-mgr-diskprediction-local-18.0.0-693 11 MB/s | 7.4 MB 00:00 2023-10-31T06:37:57.772 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:37:57.791 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:37:57.791 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:37:57.870 INFO:teuthology.orchestra.run.smithi045.stdout:(5/8): python3-scipy-1.0.0-21.module+el8.5.0+10 17 MB/s | 14 MB 00:00 2023-10-31T06:37:57.912 INFO:teuthology.orchestra.run.smithi045.stdout:(6/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.0 MB/s | 644 kB 00:00 2023-10-31T06:37:57.937 INFO:teuthology.orchestra.run.smithi045.stdout:(7/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 2.5 MB/s | 171 kB 00:00 2023-10-31T06:37:58.038 INFO:teuthology.orchestra.run.smithi045.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 11 MB/s | 4.7 MB 00:00 2023-10-31T06:37:58.039 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:37:58.039 INFO:teuthology.orchestra.run.smithi045.stdout:Total 36 MB/s | 35 MB 00:00 2023-10-31T06:37:58.081 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:37:58.085 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:37:58.283 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:37:58.303 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:37:58.303 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:37:58.398 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:33 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:37:58.613 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:37:58.615 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:37:58.617 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:37:58.805 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-31T06:37:58.934 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-31T06:37:59.080 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:37:59.205 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:37:59.337 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-31T06:37:59.490 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-31T06:37:59.612 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:37:59.712 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:37:59.790 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:37:59.791 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================================= 2023-10-31T06:37:59.791 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:37:59.792 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================================= 2023-10-31T06:37:59.792 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:37:59.792 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 7.4 M 2023-10-31T06:37:59.792 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:37:59.792 INFO:teuthology.orchestra.run.smithi123.stdout: libgfortran x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 644 k 2023-10-31T06:37:59.793 INFO:teuthology.orchestra.run.smithi123.stdout: libquadmath x86_64 8.5.0-10.1.el8_6 rhel-8-for-x86_64-baseos-rpms 171 k 2023-10-31T06:37:59.793 INFO:teuthology.orchestra.run.smithi123.stdout: openblas x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.7 M 2023-10-31T06:37:59.793 INFO:teuthology.orchestra.run.smithi123.stdout: openblas-threads x86_64 0.3.15-3.el8 rhel-8-for-x86_64-appstream-rpms 4.9 M 2023-10-31T06:37:59.793 INFO:teuthology.orchestra.run.smithi123.stdout: python3-numpy x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-10-31T06:37:59.793 INFO:teuthology.orchestra.run.smithi123.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 rhel-8-for-x86_64-appstream-rpms 225 k 2023-10-31T06:37:59.793 INFO:teuthology.orchestra.run.smithi123.stdout: python3-scipy x86_64 1.0.0-21.module+el8.5.0+10916+41bd434d rhel-8-for-x86_64-appstream-rpms 14 M 2023-10-31T06:37:59.794 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:59.794 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:37:59.794 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================================= 2023-10-31T06:37:59.794 INFO:teuthology.orchestra.run.smithi123.stdout:Install 8 Packages 2023-10-31T06:37:59.794 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:37:59.795 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 35 M 2023-10-31T06:37:59.795 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 210 M 2023-10-31T06:37:59.796 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:37:59.922 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-31T06:37:59.929 INFO:teuthology.orchestra.run.smithi123.stdout:(1/8): libquadmath-8.5.0-10.1.el8_6.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2023-10-31T06:37:59.979 INFO:teuthology.orchestra.run.smithi123.stdout:(2/8): libgfortran-8.5.0-10.1.el8_6.x86_64.rpm 3.4 MB/s | 644 kB 00:00 2023-10-31T06:38:00.155 INFO:teuthology.orchestra.run.smithi123.stdout:(3/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 21 MB/s | 3.7 MB 00:00 2023-10-31T06:38:00.267 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:38:00.339 INFO:teuthology.orchestra.run.smithi123.stdout:(4/8): python3-scipy-1.0.0-21.module+el8.5.0+10 33 MB/s | 14 MB 00:00 2023-10-31T06:38:00.364 INFO:teuthology.orchestra.run.smithi123.stdout:(5/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.1 MB/s | 225 kB 00:00 2023-10-31T06:38:00.437 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-31T06:38:00.448 INFO:teuthology.orchestra.run.smithi123.stdout:(6/8): ceph-mgr-diskprediction-local-18.0.0-693 11 MB/s | 7.4 MB 00:00 2023-10-31T06:38:00.504 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-31T06:38:00.548 INFO:teuthology.orchestra.run.smithi123.stdout:(7/8): openblas-threads-0.3.15-3.el8.x86_64.rpm 23 MB/s | 4.9 MB 00:00 2023-10-31T06:38:00.616 INFO:teuthology.orchestra.run.smithi123.stdout:(8/8): openblas-0.3.15-3.el8.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2023-10-31T06:38:00.827 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:00.829 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-31T06:38:00.829 INFO:teuthology.orchestra.run.smithi123.stdout:Total 43 MB/s | 35 MB 00:00 2023-10-31T06:38:00.852 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:38:00.870 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:38:00.870 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:38:01.057 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-31T06:38:01.163 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:38:01.167 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:38:01.220 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-31T06:38:01.448 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-31T06:38:01.733 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:38:01.791 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-31T06:38:01.870 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-31T06:38:01.983 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-31T06:38:02.012 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libquadmath-8.5.0-10.1.el8_6.x86_64 1/8 2023-10-31T06:38:02.030 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:02.145 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:38:02.278 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-31T06:38:02.445 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:02.745 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:38:02.903 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-31T06:38:03.504 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: openblas-threads-0.3.15-3.el8.x86_64 3/8 2023-10-31T06:38:03.694 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : openblas-0.3.15-3.el8.x86_64 4/8 2023-10-31T06:38:03.767 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:04.320 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:04.579 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: openblas-0.3.15-3.el8.x86_64 4/8 2023-10-31T06:38:04.897 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-31T06:38:05.009 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-31T06:38:05.094 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:05.171 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 8/8 2023-10-31T06:38:05.459 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 8/8 2023-10-31T06:38:05.459 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 1/8 2023-10-31T06:38:05.459 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:38:05.459 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-10-31T06:38:05.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-10-31T06:38:05.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-31T06:38:05.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:05.460 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-10-31T06:38:05.612 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-31T06:38:05.761 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 8/8 2023-10-31T06:38:06.024 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 8/8 2023-10-31T06:38:06.024 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 1/8 2023-10-31T06:38:06.024 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 2/8 2023-10-31T06:38:06.025 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 3/8 2023-10-31T06:38:06.025 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 4/8 2023-10-31T06:38:06.025 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 5/8 2023-10-31T06:38:06.025 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 6/8 2023-10-31T06:38:06.025 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 7/8 2023-10-31T06:38:06.519 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-10-31T06:38:06.520 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:44 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:06.847 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:07.132 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 8/8 2023-10-31T06:38:07.133 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:44 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:08.101 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 7/8 2023-10-31T06:38:08.277 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 8/8 2023-10-31T06:38:08.533 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 8/8 2023-10-31T06:38:08.533 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a 1/8 2023-10-31T06:38:08.533 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libgfortran-8.5.0-10.1.el8_6.x86_64 2/8 2023-10-31T06:38:08.534 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libquadmath-8.5.0-10.1.el8_6.x86_64 3/8 2023-10-31T06:38:08.534 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d 4/8 2023-10-31T06:38:08.534 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-10-31T06:38:08.534 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-10-31T06:38:08.535 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : openblas-threads-0.3.15-3.el8.x86_64 7/8 2023-10-31T06:38:09.601 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : openblas-0.3.15-3.el8.x86_64 8/8 2023-10-31T06:38:09.601 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:44 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:38:12.507 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:38:12.713 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:12.714 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:38:12.714 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:12.714 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-31T06:38:12.714 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-31T06:38:12.714 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-31T06:38:12.715 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-31T06:38:12.715 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-31T06:38:12.715 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-31T06:38:12.715 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-31T06:38:12.715 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:12.716 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:38:12.893 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2023-10-31T06:38:13.262 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:14.932 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:02:51 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:14.943 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:38:15.127 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:15.127 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:38:15.128 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:15.128 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-31T06:38:15.128 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-31T06:38:15.128 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-31T06:38:15.129 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-31T06:38:15.129 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-31T06:38:15.129 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-31T06:38:15.129 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-31T06:38:15.129 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:15.130 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:38:15.268 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-rook 2023-10-31T06:38:15.614 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:16.439 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:38:16.441 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================== 2023-10-31T06:38:16.441 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:38:16.441 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================== 2023-10-31T06:38:16.441 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:38:16.442 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 48 k 2023-10-31T06:38:16.442 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:38:16.442 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-31T06:38:16.442 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-31T06:38:16.443 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-31T06:38:16.443 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-31T06:38:16.443 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-31T06:38:16.443 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-31T06:38:16.443 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-31T06:38:16.444 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-31T06:38:16.444 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-31T06:38:16.444 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-31T06:38:16.444 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-31T06:38:16.444 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-31T06:38:16.445 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:16.445 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:38:16.445 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================================== 2023-10-31T06:38:16.445 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-10-31T06:38:16.445 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:16.446 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 1.9 M 2023-10-31T06:38:16.446 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 25 M 2023-10-31T06:38:16.446 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:38:16.807 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): ceph-mgr-rook-18.0.0-6937.gfcc751a4.el8 232 kB/s | 48 kB 00:00 2023-10-31T06:38:16.949 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-certifi-2018.10.15-7.el8.noarch 47 kB/s | 16 kB 00:00 2023-10-31T06:38:16.975 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): python3-cachetools-3.1.1-4.el8.noarch.r 88 kB/s | 33 kB 00:00 2023-10-31T06:38:17.044 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:55 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:17.166 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): python3-rsa-4.9-2.el8.noarch.rpm 337 kB/s | 64 kB 00:00 2023-10-31T06:38:17.258 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-google-auth-1.1.1-10.el8.noarch 180 kB/s | 81 kB 00:00 2023-10-31T06:38:17.292 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-websocket-client-0.56.0-5.el8.n 489 kB/s | 61 kB 00:00 2023-10-31T06:38:17.384 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 880 kB/s | 110 kB 00:00 2023-10-31T06:38:17.484 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 145 kB/s | 27 kB 00:00 2023-10-31T06:38:17.526 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 2.0 MB/s | 1.2 MB 00:00 2023-10-31T06:38:17.551 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 756 kB/s | 126 kB 00:00 2023-10-31T06:38:17.602 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-jsonpointer-1.10-11.el8.noarch 170 kB/s | 20 kB 00:00 2023-10-31T06:38:17.652 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-oauthlib-2.1.0-1.el8.noarch.rp 1.6 MB/s | 155 kB 00:00 2023-10-31T06:38:17.678 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-requests-oauthlib-1.0.0-1.el8. 284 kB/s | 43 kB 00:00 2023-10-31T06:38:17.680 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:17.680 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.6 MB/s | 1.9 MB 00:01 2023-10-31T06:38:17.749 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:38:17.766 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:38:17.766 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:38:17.844 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:38:17.848 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:38:18.429 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:38:18.430 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:38:18.431 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================== 2023-10-31T06:38:18.431 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:38:18.431 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================== 2023-10-31T06:38:18.431 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:38:18.432 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 48 k 2023-10-31T06:38:18.432 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:38:18.432 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-31T06:38:18.432 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-31T06:38:18.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-31T06:38:18.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-31T06:38:18.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-31T06:38:18.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-31T06:38:18.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-31T06:38:18.433 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-31T06:38:18.434 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-31T06:38:18.434 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-31T06:38:18.434 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-31T06:38:18.434 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-31T06:38:18.434 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:18.435 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:38:18.435 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================================== 2023-10-31T06:38:18.435 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2023-10-31T06:38:18.435 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:18.436 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 1.9 M 2023-10-31T06:38:18.436 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 25 M 2023-10-31T06:38:18.436 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:38:18.612 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 139 kB/s | 16 kB 00:00 2023-10-31T06:38:18.637 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 231 kB/s | 33 kB 00:00 2023-10-31T06:38:18.662 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): ceph-mgr-rook-18.0.0-6937.gfcc751a4.el8 284 kB/s | 48 kB 00:00 2023-10-31T06:38:18.688 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 1.0 MB/s | 81 kB 00:00 2023-10-31T06:38:18.711 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-31T06:38:18.746 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 1.0 MB/s | 61 kB 00:00 2023-10-31T06:38:18.771 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 589 kB/s | 64 kB 00:00 2023-10-31T06:38:18.897 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 284 kB/s | 43 kB 00:00 2023-10-31T06:38:18.923 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-31T06:38:18.955 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 844 kB/s | 155 kB 00:00 2023-10-31T06:38:19.006 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): python3-kubernetes-11.0.0-6.el8.noarch. 3.2 MB/s | 1.2 MB 00:00 2023-10-31T06:38:19.031 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 821 kB/s | 110 kB 00:00 2023-10-31T06:38:19.065 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): python3-jsonpatch-1.21-2.el8.noarch.rp 243 kB/s | 27 kB 00:00 2023-10-31T06:38:19.134 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-31T06:38:19.156 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): python3-jsonpointer-1.10-11.el8.noarch 167 kB/s | 20 kB 00:00 2023-10-31T06:38:19.182 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 720 kB/s | 126 kB 00:00 2023-10-31T06:38:19.182 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:19.183 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.6 MB/s | 1.9 MB 00:00 2023-10-31T06:38:19.244 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:38:19.260 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:38:19.260 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:38:19.330 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:38:19.334 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:38:19.390 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 4/13 2023-10-31T06:38:19.583 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 5/13 2023-10-31T06:38:19.713 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:38:19.734 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 6/13 2023-10-31T06:38:19.859 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:38:19.889 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 7/13 2023-10-31T06:38:19.899 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:19.899 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:38:19.899 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-diskprediction-local-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:19.899 INFO:teuthology.orchestra.run.smithi123.stdout: libgfortran-8.5.0-10.1.el8_6.x86_64 2023-10-31T06:38:19.900 INFO:teuthology.orchestra.run.smithi123.stdout: libquadmath-8.5.0-10.1.el8_6.x86_64 2023-10-31T06:38:19.900 INFO:teuthology.orchestra.run.smithi123.stdout: openblas-0.3.15-3.el8.x86_64 2023-10-31T06:38:19.900 INFO:teuthology.orchestra.run.smithi123.stdout: openblas-threads-0.3.15-3.el8.x86_64 2023-10-31T06:38:19.900 INFO:teuthology.orchestra.run.smithi123.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-10-31T06:38:19.900 INFO:teuthology.orchestra.run.smithi123.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-10-31T06:38:19.901 INFO:teuthology.orchestra.run.smithi123.stdout: python3-scipy-1.0.0-21.module+el8.5.0+10916+41bd434d.x86_64 2023-10-31T06:38:19.901 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:19.901 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:38:20.029 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-mgr-rook 2023-10-31T06:38:20.076 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-31T06:38:20.161 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-31T06:38:20.234 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-31T06:38:20.375 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:20.407 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-31T06:38:20.443 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-31T06:38:20.567 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-31T06:38:20.769 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-10-31T06:38:20.982 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-10-31T06:38:21.358 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-10-31T06:38:21.565 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-10-31T06:38:21.593 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-31T06:38:21.827 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-31T06:38:21.877 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-31T06:38:21.922 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:02:56 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:38:22.042 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 13/13 2023-10-31T06:38:22.043 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-31T06:38:22.267 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-31T06:38:22.302 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 13/13 2023-10-31T06:38:22.302 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 1/13 2023-10-31T06:38:22.303 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-31T06:38:22.303 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-31T06:38:22.303 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-31T06:38:22.303 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-31T06:38:22.303 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-31T06:38:22.304 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-31T06:38:22.304 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 8/13 2023-10-31T06:38:22.304 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 9/13 2023-10-31T06:38:22.304 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 10/13 2023-10-31T06:38:22.304 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-10-31T06:38:22.305 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 12/13 2023-10-31T06:38:23.318 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:38:23.320 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================== 2023-10-31T06:38:23.320 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:38:23.320 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================== 2023-10-31T06:38:23.320 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:38:23.320 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-rook noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 48 k 2023-10-31T06:38:23.321 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:38:23.321 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-10-31T06:38:23.321 INFO:teuthology.orchestra.run.smithi123.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-10-31T06:38:23.321 INFO:teuthology.orchestra.run.smithi123.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-10-31T06:38:23.321 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jsonpatch noarch 1.21-2.el8 rhel-8-for-x86_64-appstream-rpms 27 k 2023-10-31T06:38:23.322 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jsonpointer noarch 1.10-11.el8 rhel-8-for-x86_64-appstream-rpms 20 k 2023-10-31T06:38:23.322 INFO:teuthology.orchestra.run.smithi123.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-10-31T06:38:23.322 INFO:teuthology.orchestra.run.smithi123.stdout: python3-oauthlib noarch 2.1.0-1.el8 rhel-8-for-x86_64-baseos-rpms 155 k 2023-10-31T06:38:23.322 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyasn1 noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 126 k 2023-10-31T06:38:23.322 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 rhel-8-for-x86_64-appstream-rpms 110 k 2023-10-31T06:38:23.323 INFO:teuthology.orchestra.run.smithi123.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 rhel-8-for-x86_64-baseos-rpms 43 k 2023-10-31T06:38:23.323 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-10-31T06:38:23.323 INFO:teuthology.orchestra.run.smithi123.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-10-31T06:38:23.323 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:23.323 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:38:23.324 INFO:teuthology.orchestra.run.smithi123.stdout:======================================================================================================== 2023-10-31T06:38:23.324 INFO:teuthology.orchestra.run.smithi123.stdout:Install 13 Packages 2023-10-31T06:38:23.324 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 1.9 M 2023-10-31T06:38:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 25 M 2023-10-31T06:38:23.325 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:38:23.360 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-31T06:38:23.456 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 13/13 2023-10-31T06:38:23.456 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:00 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:23.669 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-31T06:38:23.794 INFO:teuthology.orchestra.run.smithi123.stdout:(1/13): python3-certifi-2018.10.15-7.el8.noarch 126 kB/s | 16 kB 00:00 2023-10-31T06:38:23.819 INFO:teuthology.orchestra.run.smithi123.stdout:(2/13): python3-cachetools-3.1.1-4.el8.noarch.r 213 kB/s | 33 kB 00:00 2023-10-31T06:38:23.844 INFO:teuthology.orchestra.run.smithi123.stdout:(3/13): ceph-mgr-rook-18.0.0-6937.gfcc751a4.el8 264 kB/s | 48 kB 00:00 2023-10-31T06:38:23.852 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 13/13 2023-10-31T06:38:23.911 INFO:teuthology.orchestra.run.smithi123.stdout:(4/13): python3-google-auth-1.1.1-10.el8.noarch 692 kB/s | 81 kB 00:00 2023-10-31T06:38:23.978 INFO:teuthology.orchestra.run.smithi123.stdout:(5/13): python3-websocket-client-0.56.0-5.el8.n 916 kB/s | 61 kB 00:00 2023-10-31T06:38:24.003 INFO:teuthology.orchestra.run.smithi123.stdout:(6/13): python3-rsa-4.9-2.el8.noarch.rpm 404 kB/s | 64 kB 00:00 2023-10-31T06:38:24.079 INFO:teuthology.orchestra.run.smithi123.stdout:(7/13): python3-kubernetes-11.0.0-6.el8.noarch. 4.5 MB/s | 1.2 MB 00:00 2023-10-31T06:38:24.104 INFO:teuthology.orchestra.run.smithi123.stdout:(8/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.6 MB/s | 155 kB 00:00 2023-10-31T06:38:24.111 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 13/13 2023-10-31T06:38:24.112 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 1/13 2023-10-31T06:38:24.112 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-31T06:38:24.112 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-31T06:38:24.112 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-31T06:38:24.112 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-31T06:38:24.113 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-31T06:38:24.113 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-31T06:38:24.113 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-10-31T06:38:24.113 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-10-31T06:38:24.113 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-10-31T06:38:24.114 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-10-31T06:38:24.114 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-10-31T06:38:24.171 INFO:teuthology.orchestra.run.smithi123.stdout:(9/13): python3-requests-oauthlib-1.0.0-1.el8.n 222 kB/s | 43 kB 00:00 2023-10-31T06:38:24.238 INFO:teuthology.orchestra.run.smithi123.stdout:(10/13): python3-jsonpatch-1.21-2.el8.noarch.rp 207 kB/s | 27 kB 00:00 2023-10-31T06:38:24.280 INFO:teuthology.orchestra.run.smithi123.stdout:(11/13): python3-pyasn1-modules-0.3.7-6.el8.noa 548 kB/s | 110 kB 00:00 2023-10-31T06:38:24.297 INFO:teuthology.orchestra.run.smithi123.stdout:(12/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 1.0 MB/s | 126 kB 00:00 2023-10-31T06:38:24.322 INFO:teuthology.orchestra.run.smithi123.stdout:(13/13): python3-jsonpointer-1.10-11.el8.noarch 238 kB/s | 20 kB 00:00 2023-10-31T06:38:24.323 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:24.323 INFO:teuthology.orchestra.run.smithi123.stdout:Total 1.9 MB/s | 1.9 MB 00:01 2023-10-31T06:38:24.386 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:38:24.402 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:38:24.402 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:38:24.473 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:38:24.476 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:38:24.999 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:38:25.223 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-10-31T06:38:25.223 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:03 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:25.249 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-10-31T06:38:25.451 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-rsa-4.9-2.el8.noarch 2/13 2023-10-31T06:38:25.622 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 3/13 2023-10-31T06:38:25.806 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 4/13 2023-10-31T06:38:26.011 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 5/13 2023-10-31T06:38:26.270 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-10-31T06:38:26.460 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-10-31T06:38:26.656 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 8/13 2023-10-31T06:38:26.896 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-10-31T06:38:27.103 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 10/13 2023-10-31T06:38:28.193 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 11/13 2023-10-31T06:38:28.441 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 12/13 2023-10-31T06:38:28.599 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 13/13 2023-10-31T06:38:28.865 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 13/13 2023-10-31T06:38:28.866 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 1/13 2023-10-31T06:38:28.866 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 2/13 2023-10-31T06:38:28.866 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 3/13 2023-10-31T06:38:28.866 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 4/13 2023-10-31T06:38:28.867 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 5/13 2023-10-31T06:38:28.867 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 6/13 2023-10-31T06:38:28.867 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 7/13 2023-10-31T06:38:28.867 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 8/13 2023-10-31T06:38:28.867 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 9/13 2023-10-31T06:38:28.868 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 10/13 2023-10-31T06:38:28.868 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 11/13 2023-10-31T06:38:28.868 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 12/13 2023-10-31T06:38:29.992 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 13/13 2023-10-31T06:38:29.992 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:04 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:38:31.294 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:38:31.501 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:31.501 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:38:31.501 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:31.501 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-31T06:38:31.502 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-31T06:38:31.502 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-31T06:38:31.502 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-31T06:38:31.502 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-31T06:38:31.502 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-31T06:38:31.503 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-31T06:38:31.503 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-31T06:38:31.503 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-31T06:38:31.503 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-31T06:38:31.503 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-31T06:38:31.504 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-31T06:38:31.504 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:31.504 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:38:31.761 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2023-10-31T06:38:32.141 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:33.112 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:38:33.298 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:33.298 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:38:33.299 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:33.299 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-31T06:38:33.299 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-31T06:38:33.299 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-31T06:38:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-31T06:38:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-31T06:38:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-31T06:38:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-31T06:38:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-31T06:38:33.300 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-31T06:38:33.301 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-31T06:38:33.301 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-31T06:38:33.301 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-31T06:38:33.301 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:33.301 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:38:33.435 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-cephadm 2023-10-31T06:38:33.782 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:10 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:33.788 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:35.251 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:38:35.252 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================================== 2023-10-31T06:38:35.252 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:38:35.252 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================================== 2023-10-31T06:38:35.252 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:38:35.252 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 133 k 2023-10-31T06:38:35.253 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:38:35.253 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-31T06:38:35.253 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-31T06:38:35.253 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-31T06:38:35.253 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-31T06:38:35.254 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:35.254 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:38:35.254 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================================== 2023-10-31T06:38:35.254 INFO:teuthology.orchestra.run.smithi045.stdout:Install 5 Packages 2023-10-31T06:38:35.254 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:35.255 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 6.0 M 2023-10-31T06:38:35.255 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2023-10-31T06:38:35.256 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:38:35.323 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:13 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:36.263 INFO:teuthology.orchestra.run.smithi045.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 72 kB/s | 60 kB 00:00 2023-10-31T06:38:36.289 INFO:teuthology.orchestra.run.smithi045.stdout:(2/5): ceph-mgr-cephadm-18.0.0-6937.gfcc751a4.e 154 kB/s | 133 kB 00:00 2023-10-31T06:38:36.347 INFO:teuthology.orchestra.run.smithi045.stdout:(3/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 518 kB/s | 476 kB 00:00 2023-10-31T06:38:36.397 INFO:teuthology.orchestra.run.smithi045.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.9 MB/s | 538 kB 00:00 2023-10-31T06:38:36.531 INFO:teuthology.orchestra.run.smithi045.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 21 MB/s | 4.8 MB 00:00 2023-10-31T06:38:36.533 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:36.533 INFO:teuthology.orchestra.run.smithi045.stdout:Total 4.7 MB/s | 6.0 MB 00:01 2023-10-31T06:38:36.590 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:38:36.602 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:38:36.603 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:38:36.687 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:38:36.692 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:38:36.779 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:38:36.780 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================================== 2023-10-31T06:38:36.780 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:38:36.780 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================================== 2023-10-31T06:38:36.781 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:38:36.781 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 133 k 2023-10-31T06:38:36.781 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:38:36.781 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-31T06:38:36.781 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-31T06:38:36.781 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-31T06:38:36.782 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-31T06:38:36.782 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:36.782 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:38:36.782 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================================== 2023-10-31T06:38:36.782 INFO:teuthology.orchestra.run.smithi098.stdout:Install 5 Packages 2023-10-31T06:38:36.783 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:36.783 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 6.0 M 2023-10-31T06:38:36.784 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2023-10-31T06:38:36.784 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:38:37.141 INFO:teuthology.orchestra.run.smithi098.stdout:(1/5): ceph-mgr-cephadm-18.0.0-6937.gfcc751a4.e 593 kB/s | 133 kB 00:00 2023-10-31T06:38:37.358 INFO:teuthology.orchestra.run.smithi098.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 2.5 MB/s | 538 kB 00:00 2023-10-31T06:38:37.701 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:38:37.826 INFO:teuthology.orchestra.run.smithi098.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 10 MB/s | 4.8 MB 00:00 2023-10-31T06:38:38.035 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-31T06:38:38.276 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-31T06:38:38.436 INFO:teuthology.orchestra.run.smithi098.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 40 kB/s | 60 kB 00:01 2023-10-31T06:38:38.597 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-31T06:38:38.869 INFO:teuthology.orchestra.run.smithi098.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 244 kB/s | 476 kB 00:01 2023-10-31T06:38:38.872 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:38.872 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.9 MB/s | 6.0 MB 00:02 2023-10-31T06:38:38.900 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-31T06:38:38.929 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:38:38.941 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:38:38.941 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:38:39.020 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:38:39.024 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:38:39.089 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 5/5 2023-10-31T06:38:39.341 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 5/5 2023-10-31T06:38:39.341 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/5 2023-10-31T06:38:39.341 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-31T06:38:39.341 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-31T06:38:39.341 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-31T06:38:39.778 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:38:39.965 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:38:39.967 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:39.967 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:38:39.967 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-rook-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:39.968 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-10-31T06:38:39.968 INFO:teuthology.orchestra.run.smithi123.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-10-31T06:38:39.968 INFO:teuthology.orchestra.run.smithi123.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-10-31T06:38:39.968 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-10-31T06:38:39.968 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-10-31T06:38:39.969 INFO:teuthology.orchestra.run.smithi123.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-10-31T06:38:39.969 INFO:teuthology.orchestra.run.smithi123.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-10-31T06:38:39.969 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-10-31T06:38:39.969 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-10-31T06:38:39.969 INFO:teuthology.orchestra.run.smithi123.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-10-31T06:38:39.970 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rsa-4.9-2.el8.noarch 2023-10-31T06:38:39.970 INFO:teuthology.orchestra.run.smithi123.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-10-31T06:38:39.970 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:39.970 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:38:40.098 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-mgr-cephadm 2023-10-31T06:38:40.369 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-31T06:38:40.425 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-31T06:38:40.425 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:17 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:40.448 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:40.610 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-31T06:38:40.945 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-31T06:38:41.258 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-31T06:38:41.492 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 5/5 2023-10-31T06:38:41.749 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 5/5 2023-10-31T06:38:41.749 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/5 2023-10-31T06:38:41.749 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-31T06:38:41.750 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-31T06:38:41.750 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-31T06:38:42.112 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:17 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:38:42.786 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-31T06:38:42.787 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:20 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:43.484 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:38:43.485 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================================== 2023-10-31T06:38:43.485 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:38:43.485 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================================== 2023-10-31T06:38:43.486 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:38:43.486 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-cephadm noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 133 k 2023-10-31T06:38:43.486 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:38:43.486 INFO:teuthology.orchestra.run.smithi123.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-10-31T06:38:43.486 INFO:teuthology.orchestra.run.smithi123.stdout: python3-babel noarch 2.5.1-7.el8 rhel-8-for-x86_64-appstream-rpms 4.8 M 2023-10-31T06:38:43.487 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jinja2 noarch 2.10.1-3.el8 rhel-8-for-x86_64-appstream-rpms 538 k 2023-10-31T06:38:43.487 INFO:teuthology.orchestra.run.smithi123.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-10-31T06:38:43.487 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:43.487 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:38:43.487 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================================== 2023-10-31T06:38:43.488 INFO:teuthology.orchestra.run.smithi123.stdout:Install 5 Packages 2023-10-31T06:38:43.488 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:43.488 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 6.0 M 2023-10-31T06:38:43.489 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 26 M 2023-10-31T06:38:43.489 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:38:43.632 INFO:teuthology.orchestra.run.smithi123.stdout:(1/5): python3-natsort-7.1.1-2.el8.noarch.rpm 525 kB/s | 60 kB 00:00 2023-10-31T06:38:43.700 INFO:teuthology.orchestra.run.smithi123.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 2.5 MB/s | 476 kB 00:00 2023-10-31T06:38:43.732 INFO:teuthology.orchestra.run.smithi123.stdout:(3/5): ceph-mgr-cephadm-18.0.0-6937.gfcc751a4.e 615 kB/s | 133 kB 00:00 2023-10-31T06:38:43.799 INFO:teuthology.orchestra.run.smithi123.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 3.1 MB/s | 538 kB 00:00 2023-10-31T06:38:43.916 INFO:teuthology.orchestra.run.smithi123.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 22 MB/s | 4.8 MB 00:00 2023-10-31T06:38:43.918 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:43.918 INFO:teuthology.orchestra.run.smithi123.stdout:Total 14 MB/s | 6.0 MB 00:00 2023-10-31T06:38:43.971 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:38:43.982 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:38:43.983 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:38:44.062 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:38:44.066 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:38:45.044 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:38:45.417 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 1/5 2023-10-31T06:38:45.648 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 2/5 2023-10-31T06:38:45.985 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-31T06:38:46.303 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-10-31T06:38:46.504 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 5/5 2023-10-31T06:38:46.745 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 5/5 2023-10-31T06:38:46.745 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 1/5 2023-10-31T06:38:46.745 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-10-31T06:38:46.745 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 3/5 2023-10-31T06:38:46.745 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-10-31T06:38:47.774 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 5/5 2023-10-31T06:38:47.774 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:22 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:38:50.019 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:38:50.228 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:50.228 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:38:50.229 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:50.229 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-31T06:38:50.229 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-31T06:38:50.229 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-31T06:38:50.229 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-31T06:38:50.230 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:50.230 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:38:50.369 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2023-10-31T06:38:50.747 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:52.174 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:38:52.357 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:52.357 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:38:52.357 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:52.358 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-31T06:38:52.358 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-31T06:38:52.358 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-31T06:38:52.358 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-31T06:38:52.358 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:52.359 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:38:52.487 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:29 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:52.492 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-fuse 2023-10-31T06:38:52.848 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:54.056 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:38:54.056 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:38:54.057 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:38:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:38:54.057 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:38:54.057 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse 2023-10-31T06:38:54.057 INFO:teuthology.orchestra.run.smithi045.stdout: x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 919 k 2023-10-31T06:38:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-31T06:38:54.058 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-31T06:38:54.058 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:54.058 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:38:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:38:54.059 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2023-10-31T06:38:54.059 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:38:54.060 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 1.0 M 2023-10-31T06:38:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 3.1 M 2023-10-31T06:38:54.061 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:38:54.275 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 382 kB/s | 83 kB 00:00 2023-10-31T06:38:54.308 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-fuse-18.0.0-6937.gfcc751a4.el8.x86_ 3.6 MB/s | 919 kB 00:00 2023-10-31T06:38:54.309 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:54.309 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.9 MB/s | 1.0 MB 00:00 2023-10-31T06:38:54.320 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:38:54.343 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:38:54.343 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:38:54.423 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:38:54.427 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:38:54.476 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:32 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:54.593 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:38:54.880 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-31T06:38:55.019 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/2 2023-10-31T06:38:55.355 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/2 2023-10-31T06:38:55.355 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/2 2023-10-31T06:38:55.929 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:38:55.930 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:38:55.930 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:38:55.930 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:38:55.930 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:38:55.931 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse 2023-10-31T06:38:55.931 INFO:teuthology.orchestra.run.smithi098.stdout: x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 919 k 2023-10-31T06:38:55.931 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-10-31T06:38:55.931 INFO:teuthology.orchestra.run.smithi098.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-31T06:38:55.931 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:55.932 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:38:55.932 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:38:55.932 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2023-10-31T06:38:55.932 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:38:55.932 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 1.0 M 2023-10-31T06:38:55.933 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 3.1 M 2023-10-31T06:38:55.933 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:38:56.117 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 446 kB/s | 83 kB 00:00 2023-10-31T06:38:56.217 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-fuse-18.0.0-6937.gfcc751a4.el8.x86_ 3.1 MB/s | 919 kB 00:00 2023-10-31T06:38:56.218 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:38:56.218 INFO:teuthology.orchestra.run.smithi098.stdout:Total 3.4 MB/s | 1.0 MB 00:00 2023-10-31T06:38:56.229 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:38:56.249 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:38:56.250 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:38:56.322 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:38:56.326 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:38:56.464 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-31T06:38:56.465 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:33 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:38:56.478 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:38:56.818 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-31T06:38:56.979 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/2 2023-10-31T06:38:57.000 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:38:57.183 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:57.183 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:38:57.184 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-cephadm-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:38:57.184 INFO:teuthology.orchestra.run.smithi123.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-10-31T06:38:57.184 INFO:teuthology.orchestra.run.smithi123.stdout: python3-babel-2.5.1-7.el8.noarch 2023-10-31T06:38:57.184 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-10-31T06:38:57.184 INFO:teuthology.orchestra.run.smithi123.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-10-31T06:38:57.185 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:38:57.185 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:38:57.313 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-fuse 2023-10-31T06:38:57.356 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/2 2023-10-31T06:38:57.356 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/2 2023-10-31T06:38:57.668 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:38:58.454 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-31T06:38:58.455 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:36 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:38:59.403 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:34 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:00.782 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:39:00.782 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:00.782 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:39:00.783 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:00.783 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:39:00.783 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-fuse 2023-10-31T06:39:00.783 INFO:teuthology.orchestra.run.smithi123.stdout: x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 919 k 2023-10-31T06:39:00.783 INFO:teuthology.orchestra.run.smithi123.stdout:Installing dependencies: 2023-10-31T06:39:00.784 INFO:teuthology.orchestra.run.smithi123.stdout: fuse x86_64 2.9.7-15.el8 rhel-8-for-x86_64-baseos-rpms 83 k 2023-10-31T06:39:00.784 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:00.784 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:39:00.784 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:00.784 INFO:teuthology.orchestra.run.smithi123.stdout:Install 2 Packages 2023-10-31T06:39:00.785 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:00.785 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 1.0 M 2023-10-31T06:39:00.785 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 3.1 M 2023-10-31T06:39:00.786 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:39:00.984 INFO:teuthology.orchestra.run.smithi123.stdout:(1/2): fuse-2.9.7-15.el8.x86_64.rpm 415 kB/s | 83 kB 00:00 2023-10-31T06:39:01.051 INFO:teuthology.orchestra.run.smithi123.stdout:(2/2): ceph-fuse-18.0.0-6937.gfcc751a4.el8.x86_ 3.4 MB/s | 919 kB 00:00 2023-10-31T06:39:01.051 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:01.052 INFO:teuthology.orchestra.run.smithi123.stdout:Total 3.6 MB/s | 1.0 MB 00:00 2023-10-31T06:39:01.062 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:39:01.083 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:39:01.083 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:39:01.157 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:39:01.161 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:39:01.320 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:39:01.581 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : fuse-2.9.7-15.el8.x86_64 1/2 2023-10-31T06:39:01.750 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/2 2023-10-31T06:39:02.085 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2/2 2023-10-31T06:39:02.085 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/2 2023-10-31T06:39:03.365 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : fuse-2.9.7-15.el8.x86_64 2/2 2023-10-31T06:39:03.365 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:38 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:06.638 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:39:06.841 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:06.842 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:39:06.842 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-31T06:39:06.842 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:06.842 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:39:06.991 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2023-10-31T06:39:07.372 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:07.822 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:39:08.003 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:08.003 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:39:08.003 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-31T06:39:08.004 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:08.004 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:39:08.171 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-volume 2023-10-31T06:39:08.530 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:08.707 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:45 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:10.139 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:48 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:10.221 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:39:10.222 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:10.222 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-31T06:39:10.222 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:10.223 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:39:10.223 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 261 k 2023-10-31T06:39:10.223 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:10.223 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:39:10.224 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:10.224 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:39:10.224 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:10.224 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 261 k 2023-10-31T06:39:10.224 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.3 M 2023-10-31T06:39:10.225 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:39:10.454 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-volume-18.0.0-6937.gfcc751a4.el8.noarch.rp 1.1 MB/s | 261 kB 00:00 2023-10-31T06:39:10.455 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:10.455 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.1 MB/s | 261 kB 00:00 2023-10-31T06:39:10.456 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:39:10.467 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:39:10.467 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:39:10.485 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:39:10.489 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:39:10.664 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:39:10.936 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:11.312 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:11.597 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:39:11.598 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:11.598 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-10-31T06:39:11.599 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:11.599 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:39:11.599 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 261 k 2023-10-31T06:39:11.599 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:11.599 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:39:11.600 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:11.600 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:39:11.600 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:11.600 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 261 k 2023-10-31T06:39:11.600 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 1.3 M 2023-10-31T06:39:11.601 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:39:11.691 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:39:11.806 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-volume-18.0.0-6937.gfcc751a4.el8.noarch.rp 1.2 MB/s | 261 kB 00:00 2023-10-31T06:39:11.807 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:11.807 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.2 MB/s | 261 kB 00:00 2023-10-31T06:39:11.807 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:39:11.817 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:39:11.817 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:39:11.834 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:39:11.838 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:39:11.875 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:11.875 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:39:11.876 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 fuse-2.9.7-15.el8.x86_64 2023-10-31T06:39:11.876 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:11.876 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:39:11.999 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install ceph-volume 2023-10-31T06:39:12.025 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:39:12.346 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:12.356 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:12.422 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:12.422 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:49 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:12.695 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:13.747 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:13.747 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:03:51 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:13.845 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:48 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:15.230 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:39:15.232 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:15.232 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repository Size 2023-10-31T06:39:15.232 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:15.232 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:39:15.232 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-volume noarch 2:18.0.0-6937.gfcc751a4.el8 ceph-noarch 261 k 2023-10-31T06:39:15.233 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:15.233 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:39:15.233 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:15.233 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:39:15.233 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:15.234 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 261 k 2023-10-31T06:39:15.234 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 1.3 M 2023-10-31T06:39:15.234 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:39:15.465 INFO:teuthology.orchestra.run.smithi123.stdout:ceph-volume-18.0.0-6937.gfcc751a4.el8.noarch.rp 1.1 MB/s | 261 kB 00:00 2023-10-31T06:39:15.465 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:15.466 INFO:teuthology.orchestra.run.smithi123.stdout:Total 1.1 MB/s | 261 kB 00:00 2023-10-31T06:39:15.466 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:39:15.475 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:39:15.476 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:39:15.492 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:39:15.496 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:39:15.664 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:39:15.892 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:16.221 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:17.246 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 1/1 2023-10-31T06:39:17.247 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:03:52 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:19.146 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:39:19.346 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:19.347 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:39:19.347 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:39:19.347 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:19.347 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:39:19.491 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2023-10-31T06:39:19.874 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:20.609 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:39:20.793 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:20.793 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:39:20.793 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:39:20.794 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:20.794 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:39:20.919 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados-devel 2023-10-31T06:39:21.277 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:21.629 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:03:58 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:23.006 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:01 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:23.158 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:39:23.159 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:23.159 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-10-31T06:39:23.159 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:23.159 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:39:23.159 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 139 k 2023-10-31T06:39:23.160 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:23.160 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:39:23.160 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:23.160 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:39:23.160 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:23.161 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 139 k 2023-10-31T06:39:23.161 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 513 k 2023-10-31T06:39:23.161 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:39:23.376 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-18.0.0-6937.gfcc751a4.el8.x86_64 644 kB/s | 139 kB 00:00 2023-10-31T06:39:23.377 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:23.377 INFO:teuthology.orchestra.run.smithi045.stdout:Total 640 kB/s | 139 kB 00:00 2023-10-31T06:39:23.378 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:39:23.383 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:39:23.383 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:39:23.443 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:39:23.447 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:39:23.564 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:39:23.756 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:24.001 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:24.411 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:39:24.412 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:24.412 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2023-10-31T06:39:24.412 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:24.413 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:39:24.413 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 139 k 2023-10-31T06:39:24.414 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:24.414 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:39:24.414 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:24.415 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:39:24.415 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:24.415 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 139 k 2023-10-31T06:39:24.416 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 513 k 2023-10-31T06:39:24.416 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:39:24.603 INFO:teuthology.orchestra.run.smithi098.stdout:librados-devel-18.0.0-6937.gfcc751a4.el8.x86_64 727 kB/s | 139 kB 00:00 2023-10-31T06:39:24.603 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:24.604 INFO:teuthology.orchestra.run.smithi098.stdout:Total 723 kB/s | 139 kB 00:00 2023-10-31T06:39:24.604 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:39:24.609 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:39:24.609 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:39:24.663 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:39:24.666 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:39:24.821 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:39:24.992 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:25.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:25.081 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:02 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:25.207 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:25.309 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:39:25.492 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:25.492 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:39:25.493 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-volume-2:18.0.0-6937.gfcc751a4.el8.noarch 2023-10-31T06:39:25.493 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:25.493 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:39:25.613 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install librados-devel 2023-10-31T06:39:25.970 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:26.234 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:26.234 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:04 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:27.708 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:02 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:29.155 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:39:29.156 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:29.156 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repo Size 2023-10-31T06:39:29.156 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:29.157 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:39:29.157 INFO:teuthology.orchestra.run.smithi123.stdout: librados-devel x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 139 k 2023-10-31T06:39:29.157 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:29.157 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:39:29.157 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:29.158 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:39:29.158 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:29.158 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 139 k 2023-10-31T06:39:29.158 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 513 k 2023-10-31T06:39:29.158 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:39:29.344 INFO:teuthology.orchestra.run.smithi123.stdout:librados-devel-18.0.0-6937.gfcc751a4.el8.x86_64 743 kB/s | 139 kB 00:00 2023-10-31T06:39:29.345 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:29.345 INFO:teuthology.orchestra.run.smithi123.stdout:Total 738 kB/s | 139 kB 00:00 2023-10-31T06:39:29.345 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:39:29.350 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:39:29.351 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:39:29.404 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:39:29.408 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:39:29.526 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:39:29.711 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:29.931 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:30.993 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:30.994 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:05 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:34.856 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:39:35.060 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:35.060 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:39:35.060 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:39:35.060 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:35.061 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:39:35.225 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2023-10-31T06:39:35.245 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:39:35.426 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:35.427 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:39:35.427 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:39:35.427 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:35.427 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:39:35.563 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs2 2023-10-31T06:39:35.606 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:35.921 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:37.308 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:14 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:37.708 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:15 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:38.756 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:39:38.875 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:39:38.876 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:39:38.877 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:39:38.976 INFO:teuthology.orchestra.run.smithi098.stdout:Package libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:39:39.007 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2023-10-31T06:39:39.087 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:39:39.088 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:39:39.088 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:39:39.206 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs-devel 2023-10-31T06:39:39.387 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:39.561 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:40.604 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:39:40.787 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:40.787 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:39:40.788 INFO:teuthology.orchestra.run.smithi123.stdout: librados-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:39:40.788 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:40.788 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:39:40.917 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install libcephfs2 2023-10-31T06:39:41.033 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:18 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:41.220 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:19 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:41.271 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:42.578 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:39:42.579 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:42.580 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-10-31T06:39:42.580 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:42.580 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:39:42.581 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 31 k 2023-10-31T06:39:42.581 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:42.582 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:39:42.582 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:39:42.582 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:39:42.582 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:42.583 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 31 k 2023-10-31T06:39:42.583 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 139 k 2023-10-31T06:39:42.584 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:39:42.606 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:39:42.608 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:42.608 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2023-10-31T06:39:42.608 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:42.608 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:39:42.609 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 31 k 2023-10-31T06:39:42.609 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:42.609 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:39:42.609 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:39:42.609 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:39:42.610 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:42.610 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 31 k 2023-10-31T06:39:42.610 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 139 k 2023-10-31T06:39:42.610 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:39:42.729 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-18.0.0-6937.gfcc751a4.el8.x86_6 210 kB/s | 31 kB 00:00 2023-10-31T06:39:42.730 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:42.730 INFO:teuthology.orchestra.run.smithi045.stdout:Total 208 kB/s | 31 kB 00:00 2023-10-31T06:39:42.730 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:39:42.733 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:39:42.733 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:39:42.744 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:39:42.748 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:39:42.764 INFO:teuthology.orchestra.run.smithi098.stdout:libcephfs-devel-18.0.0-6937.gfcc751a4.el8.x86_6 199 kB/s | 31 kB 00:00 2023-10-31T06:39:42.765 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:42.765 INFO:teuthology.orchestra.run.smithi098.stdout:Total 197 kB/s | 31 kB 00:00 2023-10-31T06:39:42.765 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:39:42.769 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:39:42.769 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:39:42.779 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:39:42.783 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:39:42.810 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:39:42.838 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:39:42.937 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:17 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:43.011 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:43.064 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:43.240 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:43.274 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:44.221 INFO:teuthology.orchestra.run.smithi123.stdout:Package libcephfs2-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:39:44.260 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:44.260 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:22 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:44.281 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:44.282 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:21 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:44.329 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:39:44.330 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:39:44.331 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:39:44.440 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install libcephfs-devel 2023-10-31T06:39:44.794 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:46.551 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:21 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:47.938 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:39:47.939 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:47.939 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repo Size 2023-10-31T06:39:47.939 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:47.940 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:39:47.940 INFO:teuthology.orchestra.run.smithi123.stdout: libcephfs-devel x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 31 k 2023-10-31T06:39:47.940 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:47.940 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:39:47.940 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:39:47.941 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:39:47.941 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:47.941 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 31 k 2023-10-31T06:39:47.941 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 139 k 2023-10-31T06:39:47.941 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:39:48.104 INFO:teuthology.orchestra.run.smithi123.stdout:libcephfs-devel-18.0.0-6937.gfcc751a4.el8.x86_6 188 kB/s | 31 kB 00:00 2023-10-31T06:39:48.105 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:39:48.105 INFO:teuthology.orchestra.run.smithi123.stdout:Total 187 kB/s | 31 kB 00:00 2023-10-31T06:39:48.105 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:39:48.109 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:39:48.109 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:39:48.119 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:39:48.123 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:39:48.176 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:39:48.342 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:48.556 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:49.534 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:39:49.534 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:24 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:39:53.285 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:39:53.466 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:53.466 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:39:53.467 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:39:53.467 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:39:53.467 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:39:53.623 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados2 2023-10-31T06:39:53.807 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:39:53.978 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:54.007 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:54.007 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:39:54.007 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:39:54.008 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:39:54.008 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:39:54.150 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2023-10-31T06:39:54.528 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:55.879 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:33 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:56.242 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:33 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:39:57.171 INFO:teuthology.orchestra.run.smithi098.stdout:Package librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:39:57.281 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:39:57.282 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:39:57.282 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:39:57.429 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librbd1 2023-10-31T06:39:57.671 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:39:57.785 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:57.791 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:39:57.792 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:39:57.792 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:39:57.916 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2023-10-31T06:39:57.967 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:39:58.149 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:58.150 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:39:58.150 INFO:teuthology.orchestra.run.smithi123.stdout: libcephfs-devel-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:39:58.150 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:39:58.150 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:39:58.269 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install librados2 2023-10-31T06:39:58.294 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:58.624 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:39:59.286 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:37 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:39:59.841 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:36 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:00.085 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:35 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:00.554 INFO:teuthology.orchestra.run.smithi098.stdout:Package librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:00.663 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:00.664 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:40:00.664 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:00.787 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rados 2023-10-31T06:40:01.146 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:01.259 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:01.379 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:01.380 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:40:01.381 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:01.436 INFO:teuthology.orchestra.run.smithi123.stdout:Package librados2-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:01.516 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2023-10-31T06:40:01.546 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:01.547 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:40:01.547 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:01.652 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install librbd1 2023-10-31T06:40:01.899 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:02.008 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:02.642 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:40 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:03.635 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:38 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:03.678 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:40 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:03.918 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:04.032 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:04.033 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:40:04.034 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:04.148 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rgw 2023-10-31T06:40:04.501 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:04.930 INFO:teuthology.orchestra.run.smithi123.stdout:Package librbd1-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:05.041 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:05.042 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:40:05.042 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:05.119 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:05.144 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install python3-rados 2023-10-31T06:40:05.236 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:05.237 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:40:05.237 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:05.367 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2023-10-31T06:40:05.495 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:05.745 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:05.982 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:43 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:07.095 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:42 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:07.330 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:07.424 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:44 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:07.439 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:07.441 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:40:07.441 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:07.553 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-cephfs 2023-10-31T06:40:07.909 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:08.371 INFO:teuthology.orchestra.run.smithi123.stdout:Package python3-rados-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:08.483 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:08.484 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:40:08.484 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:08.590 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install python3-rgw 2023-10-31T06:40:08.856 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:08.941 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:08.975 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:08.976 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:40:08.977 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:09.106 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2023-10-31T06:40:09.485 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:09.499 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:47 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:10.540 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:45 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:10.766 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:10.875 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:10.877 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:40:10.877 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:10.966 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:47 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:10.985 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rbd 2023-10-31T06:40:11.340 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:11.803 INFO:teuthology.orchestra.run.smithi123.stdout:Package python3-rgw-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:11.912 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:11.914 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:40:11.914 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:12.017 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install python3-cephfs 2023-10-31T06:40:12.370 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:12.386 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:12.508 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:12.509 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:40:12.509 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:12.641 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2023-10-31T06:40:12.983 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:50 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:13.018 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:13.996 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:48 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:14.340 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:14.450 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:14.451 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-10-31T06:40:14.451 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:14.559 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-fuse 2023-10-31T06:40:14.601 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:51 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:14.914 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:15.290 INFO:teuthology.orchestra.run.smithi123.stdout:Package python3-cephfs-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:15.403 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:15.404 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:40:15.404 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:15.509 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install python3-rbd 2023-10-31T06:40:15.862 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:16.046 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:16.165 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:16.166 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2023-10-31T06:40:16.166 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:16.299 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2023-10-31T06:40:16.472 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:54 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:16.677 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:17.462 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:52 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:17.946 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:17.947 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:17.947 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-10-31T06:40:17.948 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:17.948 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:40:17.948 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 94 k 2023-10-31T06:40:17.948 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:17.948 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:40:17.949 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:17.949 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:40:17.949 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:17.949 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 94 k 2023-10-31T06:40:17.949 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 276 k 2023-10-31T06:40:17.950 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:40:18.150 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-fuse-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 464 kB/s | 94 kB 00:00 2023-10-31T06:40:18.151 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:18.151 INFO:teuthology.orchestra.run.smithi098.stdout:Total 461 kB/s | 94 kB 00:00 2023-10-31T06:40:18.151 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:40:18.162 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:40:18.162 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:40:18.216 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:40:18.220 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:40:18.325 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:40:18.379 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:55 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:18.468 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:18.718 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:18.802 INFO:teuthology.orchestra.run.smithi123.stdout:Package python3-rbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 is already installed. 2023-10-31T06:40:18.912 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:18.913 INFO:teuthology.orchestra.run.smithi123.stdout:Nothing to do. 2023-10-31T06:40:18.913 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:19.026 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install rbd-fuse 2023-10-31T06:40:19.379 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:19.777 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:19.777 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:04:57 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:19.926 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:19.926 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:19.927 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-10-31T06:40:19.927 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:19.927 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:40:19.927 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 94 k 2023-10-31T06:40:19.928 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:19.928 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:40:19.928 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:19.928 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:40:19.928 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:19.929 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 94 k 2023-10-31T06:40:19.929 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 276 k 2023-10-31T06:40:19.929 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:40:20.087 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 586 kB/s | 94 kB 00:00 2023-10-31T06:40:20.088 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:20.088 INFO:teuthology.orchestra.run.smithi045.stdout:Total 582 kB/s | 94 kB 00:00 2023-10-31T06:40:20.088 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:40:20.100 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:40:20.100 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:40:20.158 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:40:20.162 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:40:20.274 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:40:20.422 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:20.666 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:20.914 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:55 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:21.782 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:21.783 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:04:58 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:22.289 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:22.290 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:22.290 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-10-31T06:40:22.291 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:22.291 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:40:22.291 INFO:teuthology.orchestra.run.smithi123.stdout: rbd-fuse x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 94 k 2023-10-31T06:40:22.291 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:22.291 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:40:22.292 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:22.292 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:40:22.292 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:22.292 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 94 k 2023-10-31T06:40:22.292 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 276 k 2023-10-31T06:40:22.293 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:40:22.489 INFO:teuthology.orchestra.run.smithi123.stdout:rbd-fuse-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 473 kB/s | 94 kB 00:00 2023-10-31T06:40:22.489 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:22.490 INFO:teuthology.orchestra.run.smithi123.stdout:Total 470 kB/s | 94 kB 00:00 2023-10-31T06:40:22.490 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:40:22.500 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:40:22.500 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:40:22.555 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:40:22.558 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:40:22.662 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:40:22.850 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:23.077 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:24.150 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:24.150 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:04:59 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:29.545 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:40:29.726 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:29.727 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:40:29.727 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:29.727 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:29.727 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:29.858 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-mirror 2023-10-31T06:40:30.215 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:31.896 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:05:09 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:31.945 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:40:32.156 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:32.157 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:40:32.157 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:32.157 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:32.157 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:32.299 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2023-10-31T06:40:32.678 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:33.282 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:33.283 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:33.283 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2023-10-31T06:40:33.284 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:33.284 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:40:33.284 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.6 M 2023-10-31T06:40:33.284 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:33.284 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:40:33.285 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:33.285 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:40:33.285 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:33.285 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.6 M 2023-10-31T06:40:33.285 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 17 M 2023-10-31T06:40:33.286 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:40:33.384 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:40:33.570 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:33.571 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:40:33.571 INFO:teuthology.orchestra.run.smithi123.stdout: rbd-fuse-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:33.571 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:33.571 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:33.652 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-mirror-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 9.7 MB/s | 3.6 MB 00:00 2023-10-31T06:40:33.653 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:33.653 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.7 MB/s | 3.6 MB 00:00 2023-10-31T06:40:33.654 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:40:33.665 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:40:33.666 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:40:33.696 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install rbd-mirror 2023-10-31T06:40:33.732 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:40:33.736 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:40:34.055 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:34.193 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:40:34.300 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:05:11 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:34.394 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:34.764 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:35.604 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:05:10 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:35.850 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:35.851 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:35.851 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2023-10-31T06:40:35.851 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:35.851 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:40:35.852 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.6 M 2023-10-31T06:40:35.852 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:35.852 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:40:35.852 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:35.852 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:40:35.853 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:35.853 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.6 M 2023-10-31T06:40:35.853 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 17 M 2023-10-31T06:40:35.853 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:40:35.864 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:35.864 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:05:13 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:36.272 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 8.5 MB/s | 3.6 MB 00:00 2023-10-31T06:40:36.272 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:36.273 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.5 MB/s | 3.6 MB 00:00 2023-10-31T06:40:36.273 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:40:36.287 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:40:36.287 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:40:36.359 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:40:36.363 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:40:36.849 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:40:36.987 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:36.988 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:36.988 INFO:teuthology.orchestra.run.smithi123.stdout: Package Arch Version Repo Size 2023-10-31T06:40:36.988 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:36.989 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:40:36.989 INFO:teuthology.orchestra.run.smithi123.stdout: rbd-mirror x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 3.6 M 2023-10-31T06:40:36.989 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:36.989 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:40:36.989 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:36.990 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:40:36.990 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:36.990 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 3.6 M 2023-10-31T06:40:36.990 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 17 M 2023-10-31T06:40:36.991 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:40:37.014 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:37.390 INFO:teuthology.orchestra.run.smithi123.stdout:rbd-mirror-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 8.9 MB/s | 3.6 MB 00:00 2023-10-31T06:40:37.391 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:37.391 INFO:teuthology.orchestra.run.smithi123.stdout:Total 8.9 MB/s | 3.6 MB 00:00 2023-10-31T06:40:37.392 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:40:37.393 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:37.403 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:40:37.403 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:40:37.469 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:40:37.473 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:40:37.927 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:40:38.112 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:38.470 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:38.495 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:38.495 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:05:15 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:39.503 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:39.503 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:05:14 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:46.120 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:40:46.302 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:46.302 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:40:46.303 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:46.303 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:46.303 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:40:46.459 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-nbd 2023-10-31T06:40:46.817 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:47.151 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:40:47.332 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:47.333 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:40:47.333 INFO:teuthology.orchestra.run.smithi123.stdout: rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:47.333 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:47.333 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:47.457 DEBUG:teuthology.orchestra.run.smithi123:> sudo yum -y install rbd-nbd 2023-10-31T06:40:47.670 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:40:47.815 INFO:teuthology.orchestra.run.smithi123.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:47.871 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:47.872 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:40:47.872 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:47.872 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:47.873 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:48.017 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2023-10-31T06:40:48.383 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:05:26 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:48.401 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories. 2023-10-31T06:40:49.251 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:05:24 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:49.782 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-10-31T06:40:49.783 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:49.783 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-10-31T06:40:49.783 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:49.783 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-10-31T06:40:49.783 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 181 k 2023-10-31T06:40:49.784 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:49.784 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-10-31T06:40:49.784 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-10-31T06:40:49.784 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2023-10-31T06:40:49.784 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:40:49.784 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 181 k 2023-10-31T06:40:49.785 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 569 k 2023-10-31T06:40:49.785 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-10-31T06:40:49.926 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:05:26 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:49.989 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-nbd-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 879 kB/s | 181 kB 00:00 2023-10-31T06:40:49.989 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:49.990 INFO:teuthology.orchestra.run.smithi098.stdout:Total 873 kB/s | 181 kB 00:00 2023-10-31T06:40:49.990 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-10-31T06:40:50.002 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-10-31T06:40:50.002 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-10-31T06:40:50.056 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-10-31T06:40:50.060 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-10-31T06:40:50.184 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-10-31T06:40:50.389 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:50.609 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:50.720 INFO:teuthology.orchestra.run.smithi123.stdout:Dependencies resolved. 2023-10-31T06:40:50.721 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:50.721 INFO:teuthology.orchestra.run.smithi123.stdout: Package Architecture Version Repository Size 2023-10-31T06:40:50.721 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:50.722 INFO:teuthology.orchestra.run.smithi123.stdout:Installing: 2023-10-31T06:40:50.722 INFO:teuthology.orchestra.run.smithi123.stdout: rbd-nbd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 181 k 2023-10-31T06:40:50.722 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:50.722 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction Summary 2023-10-31T06:40:50.723 INFO:teuthology.orchestra.run.smithi123.stdout:================================================================================ 2023-10-31T06:40:50.723 INFO:teuthology.orchestra.run.smithi123.stdout:Install 1 Package 2023-10-31T06:40:50.723 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:50.723 INFO:teuthology.orchestra.run.smithi123.stdout:Total download size: 181 k 2023-10-31T06:40:50.723 INFO:teuthology.orchestra.run.smithi123.stdout:Installed size: 569 k 2023-10-31T06:40:50.724 INFO:teuthology.orchestra.run.smithi123.stdout:Downloading Packages: 2023-10-31T06:40:50.917 INFO:teuthology.orchestra.run.smithi123.stdout:rbd-nbd-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 924 kB/s | 181 kB 00:00 2023-10-31T06:40:50.918 INFO:teuthology.orchestra.run.smithi123.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:50.919 INFO:teuthology.orchestra.run.smithi123.stdout:Total 918 kB/s | 181 kB 00:00 2023-10-31T06:40:50.919 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction check 2023-10-31T06:40:50.929 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction check succeeded. 2023-10-31T06:40:50.930 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction test 2023-10-31T06:40:50.983 INFO:teuthology.orchestra.run.smithi123.stdout:Transaction test succeeded. 2023-10-31T06:40:50.987 INFO:teuthology.orchestra.run.smithi123.stdout:Running transaction 2023-10-31T06:40:51.111 INFO:teuthology.orchestra.run.smithi123.stdout: Preparing : 1/1 2023-10-31T06:40:51.290 INFO:teuthology.orchestra.run.smithi123.stdout: Installing : rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:51.493 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-31T06:40:51.494 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:51.495 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-10-31T06:40:51.495 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:51.495 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-31T06:40:51.495 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:18.0.0-6937.gfcc751a4.el8 ceph 181 k 2023-10-31T06:40:51.495 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:51.496 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-31T06:40:51.496 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-31T06:40:51.496 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2023-10-31T06:40:51.496 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:51.496 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 181 k 2023-10-31T06:40:51.497 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 569 k 2023-10-31T06:40:51.497 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-31T06:40:51.521 INFO:teuthology.orchestra.run.smithi123.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:51.672 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:51.672 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:05:29 ago on Tue 31 Oct 2023 06:35:22 AM UTC. 2023-10-31T06:40:51.683 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-18.0.0-6937.gfcc751a4.el8.x86_64.rpm 964 kB/s | 181 kB 00:00 2023-10-31T06:40:51.684 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:40:51.684 INFO:teuthology.orchestra.run.smithi045.stdout:Total 958 kB/s | 181 kB 00:00 2023-10-31T06:40:51.684 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-31T06:40:51.696 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-31T06:40:51.697 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-31T06:40:51.754 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-31T06:40:51.758 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-31T06:40:51.885 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-31T06:40:52.093 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:52.319 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:52.573 INFO:teuthology.orchestra.run.smithi123.stdout: Verifying : rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:52.573 INFO:teuthology.orchestra.run.smithi123.stdout:Last metadata expiration check: 0:05:27 ago on Tue 31 Oct 2023 06:35:25 AM UTC. 2023-10-31T06:40:53.415 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 1/1 2023-10-31T06:40:53.416 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:05:30 ago on Tue 31 Oct 2023 06:35:23 AM UTC. 2023-10-31T06:40:58.061 INFO:teuthology.orchestra.run.smithi123.stdout:Installed products updated. 2023-10-31T06:40:58.245 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:58.246 INFO:teuthology.orchestra.run.smithi123.stdout:Installed: 2023-10-31T06:40:58.246 INFO:teuthology.orchestra.run.smithi123.stdout: rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:58.246 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:40:58.246 INFO:teuthology.orchestra.run.smithi123.stdout:Complete! 2023-10-31T06:40:58.400 INFO:teuthology.orchestra.run.smithi045.stdout:Installed products updated. 2023-10-31T06:40:58.414 DEBUG:teuthology.parallel:result is None 2023-10-31T06:40:58.601 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:58.602 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-31T06:40:58.602 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:40:58.602 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:40:58.602 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-31T06:40:58.746 DEBUG:teuthology.parallel:result is None 2023-10-31T06:41:00.287 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-10-31T06:41:00.472 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:41:00.473 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-10-31T06:41:00.473 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd-2:18.0.0-6937.gfcc751a4.el8.x86_64 2023-10-31T06:41:00.473 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-10-31T06:41:00.473 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-10-31T06:41:00.642 DEBUG:teuthology.parallel:result is None 2023-10-31T06:41:00.643 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:41:00.794 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-31T06:41:00.822 INFO:teuthology.orchestra.run.smithi045.stdout:18.0.0-6937.gfcc751a4.el8 2023-10-31T06:41:00.823 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6937.gfcc751a4.el8 2023-10-31T06:41:00.823 INFO:teuthology.task.install:The correct ceph version 18.0.0-6937.gfcc751a4 is installed. 2023-10-31T06:41:00.824 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:41:00.970 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-31T06:41:00.993 INFO:teuthology.orchestra.run.smithi098.stdout:18.0.0-6937.gfcc751a4.el8 2023-10-31T06:41:00.994 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6937.gfcc751a4.el8 2023-10-31T06:41:00.994 INFO:teuthology.task.install:The correct ceph version 18.0.0-6937.gfcc751a4 is installed. 2023-10-31T06:41:00.995 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:41:01.134 DEBUG:teuthology.orchestra.run.smithi123:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-10-31T06:41:01.161 INFO:teuthology.orchestra.run.smithi123.stdout:18.0.0-6937.gfcc751a4.el8 2023-10-31T06:41:01.162 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-6937.gfcc751a4.el8 2023-10-31T06:41:01.162 INFO:teuthology.task.install:The correct ceph version 18.0.0-6937.gfcc751a4 is installed. 2023-10-31T06:41:01.162 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-10-31T06:41:01.163 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:41:01.163 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-31T06:41:01.198 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:41:01.199 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-31T06:41:01.226 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:41:01.227 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-10-31T06:41:01.261 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-10-31T06:41:01.261 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:41:01.262 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2023-10-31T06:41:01.293 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-31T06:41:01.363 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:41:01.364 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2023-10-31T06:41:01.391 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-31T06:41:01.458 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:41:01.458 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/usr/bin/daemon-helper 2023-10-31T06:41:01.491 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-10-31T06:41:01.562 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-10-31T06:41:01.562 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:41:01.563 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-31T06:41:01.596 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-31T06:41:01.670 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:41:01.670 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-31T06:41:01.697 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-31T06:41:01.763 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:41:01.763 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/usr/bin/adjust-ulimits 2023-10-31T06:41:01.794 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-10-31T06:41:01.864 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-10-31T06:41:01.864 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:41:01.865 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2023-10-31T06:41:01.897 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-31T06:41:01.969 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:41:01.970 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2023-10-31T06:41:01.996 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-31T06:41:02.062 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:41:02.062 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/usr/bin/stdin-killer 2023-10-31T06:41:02.093 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-10-31T06:41:02.163 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-31T06:41:02.248 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4'} 2023-10-31T06:41:02.249 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:41:02.250 INFO:tasks.cephadm:Cluster fsid is 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:41:02.250 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-31T06:41:02.250 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.b': '172.21.15.98', 'mon.c': '172.21.15.123'} 2023-10-31T06:41:02.251 INFO:tasks.cephadm:First mon is mon.a on smithi045 2023-10-31T06:41:02.251 INFO:tasks.cephadm:First mgr is a 2023-10-31T06:41:02.251 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-31T06:41:02.251 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-10-31T06:41:02.286 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2023-10-31T06:41:02.313 DEBUG:teuthology.orchestra.run.smithi123:> sudo hostname $(hostname -s) 2023-10-31T06:41:02.345 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-31T06:41:02.346 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:41:02.510 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'fcc751a494aeedbeb6237860a239d39dfe5b98d4', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73691/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6937-gfcc751a4', 'node_name': '172.21.2.4+braggi04', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6937.gfcc751a4'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-31 01:02:55.011969', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2023-10-30-1928', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-10-31T06:41:02.658 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2023-10-30-1928, sha1 fcc751a494aeedbeb6237860a239d39dfe5b98d4 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=fcc751a494aeedbeb6237860a239d39dfe5b98d4 2023-10-31T06:41:02.659 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/x86_64/flavors/default/cephadm 2023-10-31T06:41:02.660 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.078 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2213849 Oct 31 06:41 /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.079 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.508 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2213849 Oct 31 06:41 /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.508 DEBUG:teuthology.orchestra.run.smithi123:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-10-30-1928/fcc751a494aeedbeb6237860a239d39dfe5b98d4/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.955 INFO:teuthology.orchestra.run.smithi123.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2213849 Oct 31 06:41 /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.955 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.978 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:03.999 DEBUG:teuthology.orchestra.run.smithi123:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-31T06:41:04.034 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 on all hosts... 2023-10-31T06:41:04.035 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 pull 2023-10-31T06:41:04.037 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 pull 2023-10-31T06:41:04.042 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 pull 2023-10-31T06:41:05.592 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4... 2023-10-31T06:41:05.592 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4... 2023-10-31T06:41:05.664 INFO:teuthology.orchestra.run.smithi123.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4... 2023-10-31T06:41:38.464 INFO:teuthology.orchestra.run.smithi123.stdout:{ 2023-10-31T06:41:38.464 INFO:teuthology.orchestra.run.smithi123.stdout: "ceph_version": "ceph version 18.0.0-6937-gfcc751a4 (fcc751a494aeedbeb6237860a239d39dfe5b98d4) reef (dev)", 2023-10-31T06:41:38.464 INFO:teuthology.orchestra.run.smithi123.stdout: "image_id": "33a7e9a7c3d747c1ca8ec938b2fc776c910589abcfb5b7478ef6727050988d3c", 2023-10-31T06:41:38.465 INFO:teuthology.orchestra.run.smithi123.stdout: "repo_digests": [ 2023-10-31T06:41:38.465 INFO:teuthology.orchestra.run.smithi123.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:938b2a64af7f366ed8662866b3f2435a194765833951587a59ae68559bcfd880" 2023-10-31T06:41:38.465 INFO:teuthology.orchestra.run.smithi123.stdout: ] 2023-10-31T06:41:38.466 INFO:teuthology.orchestra.run.smithi123.stdout:} 2023-10-31T06:41:57.597 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-31T06:41:57.598 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 18.0.0-6937-gfcc751a4 (fcc751a494aeedbeb6237860a239d39dfe5b98d4) reef (dev)", 2023-10-31T06:41:57.598 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "33a7e9a7c3d747c1ca8ec938b2fc776c910589abcfb5b7478ef6727050988d3c", 2023-10-31T06:41:57.598 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2023-10-31T06:41:57.598 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:938b2a64af7f366ed8662866b3f2435a194765833951587a59ae68559bcfd880" 2023-10-31T06:41:57.599 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-10-31T06:41:57.599 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-31T06:41:58.702 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-10-31T06:41:58.702 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 18.0.0-6937-gfcc751a4 (fcc751a494aeedbeb6237860a239d39dfe5b98d4) reef (dev)", 2023-10-31T06:41:58.702 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "33a7e9a7c3d747c1ca8ec938b2fc776c910589abcfb5b7478ef6727050988d3c", 2023-10-31T06:41:58.703 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2023-10-31T06:41:58.703 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:938b2a64af7f366ed8662866b3f2435a194765833951587a59ae68559bcfd880" 2023-10-31T06:41:58.703 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2023-10-31T06:41:58.703 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-10-31T06:41:58.727 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-10-31T06:41:58.764 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2023-10-31T06:41:58.796 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /etc/ceph 2023-10-31T06:41:58.834 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-10-31T06:41:58.868 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2023-10-31T06:41:58.895 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 777 /etc/ceph 2023-10-31T06:41:58.926 INFO:tasks.cephadm:Writing seed config... 2023-10-31T06:41:58.927 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-10-31T06:41:58.927 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-31T06:41:58.928 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-31T06:41:58.928 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2023-10-31T06:41:58.928 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-31T06:41:58.929 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-31T06:41:58.929 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-31T06:41:58.929 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-31T06:41:58.929 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-31T06:41:58.930 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:41:58.930 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-31T06:41:58.950 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 7567f3dc-77b8-11ee-8db9-212e2dc638e7 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-10-31T06:41:58.951 DEBUG:teuthology.orchestra.run.smithi045:mon.a> sudo journalctl -f -n 0 -u ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a.service 2023-10-31T06:41:58.994 DEBUG:teuthology.orchestra.run.smithi045:mgr.a> sudo journalctl -f -n 0 -u ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mgr.a.service 2023-10-31T06:41:59.025 INFO:journalctl@ceph.mon.a.smithi045.stdout:-- Logs begin at Tue 2023-10-31 06:23:23 UTC. -- 2023-10-31T06:41:59.026 INFO:tasks.cephadm:Bootstrapping... 2023-10-31T06:41:59.027 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 -v bootstrap --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-31T06:41:59.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:-- Logs begin at Tue 2023-10-31 06:23:23 UTC. -- 2023-10-31T06:41:59.241 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-31T06:41:59.242 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4', '-v', 'bootstrap', '--fsid', '7567f3dc-77b8-11ee-8db9-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.45', '--skip-admin-label'] 2023-10-31T06:41:59.391 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.1.1 2023-10-31T06:41:59.393 INFO:teuthology.orchestra.run.smithi045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-31T06:41:59.394 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying podman|docker is present... 2023-10-31T06:41:59.537 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.1.1 2023-10-31T06:41:59.537 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying lvm2 is present... 2023-10-31T06:41:59.538 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying time synchronization is in place... 2023-10-31T06:41:59.544 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-31T06:41:59.544 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-31T06:41:59.550 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-31T06:41:59.551 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2023-10-31T06:41:59.556 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2023-10-31T06:41:59.562 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2023-10-31T06:41:59.563 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2023-10-31T06:41:59.563 INFO:teuthology.orchestra.run.smithi045.stdout:Repeating the final host check... 2023-10-31T06:41:59.708 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.1.1 2023-10-31T06:41:59.708 INFO:teuthology.orchestra.run.smithi045.stdout:podman (/bin/podman) version 4.1.1 is present 2023-10-31T06:41:59.709 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl is present 2023-10-31T06:41:59.709 INFO:teuthology.orchestra.run.smithi045.stdout:lvcreate is present 2023-10-31T06:41:59.714 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-31T06:41:59.715 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-31T06:41:59.720 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-31T06:41:59.720 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2023-10-31T06:41:59.726 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2023-10-31T06:41:59.732 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2023-10-31T06:41:59.733 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2023-10-31T06:41:59.733 INFO:teuthology.orchestra.run.smithi045.stdout:Host looks OK 2023-10-31T06:41:59.733 INFO:teuthology.orchestra.run.smithi045.stdout:Cluster fsid: 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:41:59.733 INFO:teuthology.orchestra.run.smithi045.stdout:Acquiring lock 140356500050552 on /run/cephadm/7567f3dc-77b8-11ee-8db9-212e2dc638e7.lock 2023-10-31T06:41:59.733 INFO:teuthology.orchestra.run.smithi045.stdout:Lock 140356500050552 acquired on /run/cephadm/7567f3dc-77b8-11ee-8db9-212e2dc638e7.lock 2023-10-31T06:41:59.734 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 3300 ... 2023-10-31T06:41:59.734 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 6789 ... 2023-10-31T06:41:59.734 INFO:teuthology.orchestra.run.smithi045.stdout:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-10-31T06:41:59.737 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-31T06:41:59.737 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2023-10-31T06:41:59.740 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-31T06:41:59.740 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-31T06:41:59.740 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1781sec hoplimit 64 pref medium 2023-10-31T06:41:59.742 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-31T06:41:59.743 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-31T06:41:59.743 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-31T06:41:59.743 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-31T06:41:59.743 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12be/64 scope link 2023-10-31T06:41:59.743 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-31T06:41:59.744 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2023-10-31T06:41:59.744 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2023-10-31T06:41:59.744 INFO:teuthology.orchestra.run.smithi045.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-31T06:41:59.745 INFO:teuthology.orchestra.run.smithi045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-31T06:41:59.745 INFO:teuthology.orchestra.run.smithi045.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4... 2023-10-31T06:42:00.194 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 33a7e9a7c3d747c1ca8ec938b2fc776c910589abcfb5b7478ef6727050988d3c 2023-10-31T06:42:00.194 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4... 2023-10-31T06:42:00.194 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Getting image source signatures 2023-10-31T06:42:00.195 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:1d6ea69d4761124b16904241568928a7975300db2d4c45f4a63c3e23164d2f3d 2023-10-31T06:42:00.195 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:67aa808521d20471f19ede3e2b3a944448014fa0cdf665634831dd5d1f24fb2c 2023-10-31T06:42:00.195 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying config sha256:33a7e9a7c3d747c1ca8ec938b2fc776c910589abcfb5b7478ef6727050988d3c 2023-10-31T06:42:00.195 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-31T06:42:00.195 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Storing signatures 2023-10-31T06:42:01.040 INFO:teuthology.orchestra.run.smithi045.stdout:ceph: stdout ceph version 18.0.0-6937-gfcc751a4 (fcc751a494aeedbeb6237860a239d39dfe5b98d4) reef (dev) 2023-10-31T06:42:01.041 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph version: ceph version 18.0.0-6937-gfcc751a4 (fcc751a494aeedbeb6237860a239d39dfe5b98d4) reef (dev) 2023-10-31T06:42:01.041 INFO:teuthology.orchestra.run.smithi045.stdout:Extracting ceph user uid/gid from container image... 2023-10-31T06:42:01.789 INFO:teuthology.orchestra.run.smithi045.stdout:stat: stdout 167 167 2023-10-31T06:42:01.790 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial keys... 2023-10-31T06:42:02.539 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQC6oUBl9TmrCBAAliK6Zpanmt0fdqPufNferg== 2023-10-31T06:42:03.288 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQC6oUBlB+8fNhAAe5ppU/kxtbBo1jNH8b9JiQ== 2023-10-31T06:42:04.037 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQC7oUBl2aLCJxAAqyKDDk6c9PPbLa2M8tvlKA== 2023-10-31T06:42:04.038 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial monmap... 2023-10-31T06:42:04.792 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-31T06:42:04.792 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-31T06:42:04.792 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:04.792 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-31T06:42:04.793 INFO:teuthology.orchestra.run.smithi045.stdout:monmaptool for a [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-31T06:42:04.793 INFO:teuthology.orchestra.run.smithi045.stdout:setting min_mon_release = pacific 2023-10-31T06:42:04.793 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: set fsid to 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:04.793 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-31T06:42:04.793 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:42:04.794 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mon... 2023-10-31T06:42:05.545 INFO:teuthology.orchestra.run.smithi045.stdout:create mon.a on 2023-10-31T06:42:05.669 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-10-31T06:42:05.761 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-31T06:42:05.883 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:42:05.883 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:42:06.069 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a 2023-10-31T06:42:06.070 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a.service: Unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a.service not loaded. 2023-10-31T06:42:06.161 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@.service. 2023-10-31T06:42:06.462 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:06 smithi045 systemd[1]: Starting Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7... 2023-10-31T06:42:06.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:06 smithi045 podman[96330]: 2023-10-31T06:42:06.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:06 smithi045 bash[96330]: 84cfb24513a22b7b16e23cfc0179f1a076506f50ed6b1724889623253e760c49 2023-10-31T06:42:06.771 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-31T06:42:06.771 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2023-10-31T06:42:06.779 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-31T06:42:06.780 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2023-10-31T06:42:06.780 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2023-10-31T06:42:06.780 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2023-10-31T06:42:06.781 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon to start... 2023-10-31T06:42:06.781 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon... 2023-10-31T06:42:06.986 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:06 smithi045 ceph-mon[96371]: mkfs 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:06.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:06 smithi045 ceph-mon[96371]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-31T06:42:06.987 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:06 smithi045 systemd[1]: Started Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7. 2023-10-31T06:42:07.828 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout cluster: 2023-10-31T06:42:07.828 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout id: 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:07.829 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-31T06:42:07.829 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:07.829 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout services: 2023-10-31T06:42:07.829 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.66068s) 2023-10-31T06:42:07.829 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-31T06:42:07.830 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-31T06:42:07.830 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:07.830 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout data: 2023-10-31T06:42:07.830 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-31T06:42:07.830 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-31T06:42:07.831 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-31T06:42:07.831 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pgs: 2023-10-31T06:42:07.831 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:07.831 INFO:teuthology.orchestra.run.smithi045.stdout:mon is available 2023-10-31T06:42:07.831 INFO:teuthology.orchestra.run.smithi045.stdout:Assimilating anything we can from ceph.conf... 2023-10-31T06:42:08.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:07 smithi045 ceph-mon[96371]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-31T06:42:08.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:07 smithi045 ceph-mon[96371]: monmap e1: 1 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-10-31T06:42:08.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:07 smithi045 ceph-mon[96371]: fsmap 2023-10-31T06:42:08.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:07 smithi045 ceph-mon[96371]: osdmap e1: 0 total, 0 up, 0 in 2023-10-31T06:42:08.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:07 smithi045 ceph-mon[96371]: mgrmap e1: no daemons active 2023-10-31T06:42:08.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:07 smithi045 ceph-mon[96371]: from='client.? 172.21.15.45:0/4290562147' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-31T06:42:08.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:08 smithi045 ceph-mon[96371]: from='client.? 172.21.15.45:0/328259765' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-31T06:42:08.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:08 smithi045 ceph-mon[96371]: from='client.? 172.21.15.45:0/328259765' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-31T06:42:08.871 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:08.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2023-10-31T06:42:08.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:08.872 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-10-31T06:42:08.873 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-31T06:42:08.873 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-31T06:42:08.873 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-31T06:42:08.873 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-31T06:42:08.874 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:08.874 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-31T06:42:08.875 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2023-10-31T06:42:08.875 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-31T06:42:08.875 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:08.875 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2023-10-31T06:42:08.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-31T06:42:08.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-31T06:42:08.876 INFO:teuthology.orchestra.run.smithi045.stdout:Generating new minimal ceph.conf... 2023-10-31T06:42:09.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:09 smithi045 ceph-mon[96371]: from='client.? 172.21.15.45:0/648641846' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:42:09.810 INFO:teuthology.orchestra.run.smithi045.stdout:Restarting the monitor... 2023-10-31T06:42:10.155 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:09 smithi045 systemd[1]: Stopping Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7... 2023-10-31T06:42:10.411 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:10 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mon-a[96346]: 2023-10-31T06:42:10.153+0000 7fc84e14f700 -1 received signal: Terminated from /dev/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 2023-10-31T06:42:10.411 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:10 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mon-a[96346]: 2023-10-31T06:42:10.153+0000 7fc84e14f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-31T06:42:10.737 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:10 smithi045 bash[96705]: ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mon-a 2023-10-31T06:42:11.030 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:10 smithi045 systemd[1]: ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a.service: Succeeded. 2023-10-31T06:42:11.030 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:10 smithi045 systemd[1]: Stopped Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7. 2023-10-31T06:42:11.031 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:10 smithi045 systemd[1]: Starting Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7... 2023-10-31T06:42:11.226 INFO:teuthology.orchestra.run.smithi045.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-31T06:42:11.310 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 podman[96837]: 2023-10-31T06:42:11.310 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 bash[96837]: 617742cfc60d61519475c778aaae9921cf3b634e3a49df289df3c03c2ed9b870 2023-10-31T06:42:11.310 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: set uid:gid to 167:167 (ceph:ceph) 2023-10-31T06:42:11.310 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: ceph version 18.0.0-6937-gfcc751a4 (fcc751a494aeedbeb6237860a239d39dfe5b98d4) reef (dev), process ceph-mon, pid 7 2023-10-31T06:42:11.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: pidfile_write: ignore empty --pid-file 2023-10-31T06:42:11.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 systemd[1]: Started Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7. 2023-10-31T06:42:11.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: load: jerasure load: lrc 2023-10-31T06:42:11.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: RocksDB version: 7.9.2 2023-10-31T06:42:11.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Git sha 0 2023-10-31T06:42:11.312 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Compile date 2023-10-30 23:45:58 2023-10-31T06:42:11.312 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: DB SUMMARY 2023-10-31T06:42:11.312 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: DB Session ID: 5D2ZGV3R00J807QKSBQ9 2023-10-31T06:42:11.312 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: CURRENT file: CURRENT 2023-10-31T06:42:11.313 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: IDENTITY file: IDENTITY 2023-10-31T06:42:11.313 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-31T06:42:11.313 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-10-31T06:42:11.313 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83746 ; 2023-10-31T06:42:11.314 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.error_if_exists: 0 2023-10-31T06:42:11.314 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.create_if_missing: 0 2023-10-31T06:42:11.314 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.paranoid_checks: 1 2023-10-31T06:42:11.314 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-31T06:42:11.314 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-31T06:42:11.315 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-31T06:42:11.315 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.env: 0x5643f859bda0 2023-10-31T06:42:11.315 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.fs: PosixFileSystem 2023-10-31T06:42:11.315 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.info_log: 0x5643fa3d7680 2023-10-31T06:42:11.315 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_file_opening_threads: 16 2023-10-31T06:42:11.315 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.statistics: (nil) 2023-10-31T06:42:11.316 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.use_fsync: 0 2023-10-31T06:42:11.316 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_log_file_size: 0 2023-10-31T06:42:11.316 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-31T06:42:11.316 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-31T06:42:11.316 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.keep_log_file_num: 1000 2023-10-31T06:42:11.317 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.recycle_log_file_num: 0 2023-10-31T06:42:11.317 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.allow_fallocate: 1 2023-10-31T06:42:11.317 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.allow_mmap_reads: 0 2023-10-31T06:42:11.317 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.allow_mmap_writes: 0 2023-10-31T06:42:11.317 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.use_direct_reads: 0 2023-10-31T06:42:11.318 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-31T06:42:11.318 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.create_missing_column_families: 0 2023-10-31T06:42:11.318 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.db_log_dir: 2023-10-31T06:42:11.318 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.wal_dir: 2023-10-31T06:42:11.318 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-31T06:42:11.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-31T06:42:11.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-31T06:42:11.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-31T06:42:11.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-31T06:42:11.319 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-31T06:42:11.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.advise_random_on_open: 1 2023-10-31T06:42:11.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.db_write_buffer_size: 0 2023-10-31T06:42:11.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.write_buffer_manager: 0x5643fa38d360 2023-10-31T06:42:11.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-31T06:42:11.320 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-31T06:42:11.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-31T06:42:11.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.rate_limiter: (nil) 2023-10-31T06:42:11.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-31T06:42:11.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.wal_recovery_mode: 2 2023-10-31T06:42:11.321 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.enable_thread_tracking: 0 2023-10-31T06:42:11.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.enable_pipelined_write: 0 2023-10-31T06:42:11.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.unordered_write: 0 2023-10-31T06:42:11.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-31T06:42:11.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-31T06:42:11.322 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-31T06:42:11.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-31T06:42:11.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.row_cache: None 2023-10-31T06:42:11.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.wal_filter: None 2023-10-31T06:42:11.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-31T06:42:11.323 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.allow_ingest_behind: 0 2023-10-31T06:42:11.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.two_write_queues: 0 2023-10-31T06:42:11.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.manual_wal_flush: 0 2023-10-31T06:42:11.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.wal_compression: 0 2023-10-31T06:42:11.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.atomic_flush: 0 2023-10-31T06:42:11.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-31T06:42:11.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-31T06:42:11.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-31T06:42:11.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.log_readahead_size: 0 2023-10-31T06:42:11.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-31T06:42:11.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.best_efforts_recovery: 0 2023-10-31T06:42:11.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-31T06:42:11.325 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-31T06:42:11.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.allow_data_in_errors: 0 2023-10-31T06:42:11.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.db_host_id: __hostname__ 2023-10-31T06:42:11.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-31T06:42:11.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_background_jobs: 2 2023-10-31T06:42:11.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_background_compactions: -1 2023-10-31T06:42:11.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_subcompactions: 1 2023-10-31T06:42:11.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-31T06:42:11.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-31T06:42:11.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-31T06:42:11.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_total_wal_size: 0 2023-10-31T06:42:11.328 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-31T06:42:11.328 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-31T06:42:11.328 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-31T06:42:11.328 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-31T06:42:11.328 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_open_files: -1 2023-10-31T06:42:11.328 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bytes_per_sync: 0 2023-10-31T06:42:11.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-31T06:42:11.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-31T06:42:11.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_readahead_size: 0 2023-10-31T06:42:11.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_background_flushes: -1 2023-10-31T06:42:11.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Compression algorithms supported: 2023-10-31T06:42:11.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-31T06:42:11.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kZSTD supported: 0 2023-10-31T06:42:11.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kXpressCompression supported: 0 2023-10-31T06:42:11.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kLZ4HCCompression supported: 1 2023-10-31T06:42:11.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kZlibCompression supported: 1 2023-10-31T06:42:11.330 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kSnappyCompression supported: 1 2023-10-31T06:42:11.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kLZ4Compression supported: 1 2023-10-31T06:42:11.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: kBZip2Compression supported: 0 2023-10-31T06:42:11.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-31T06:42:11.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-31T06:42:11.331 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-10-31T06:42:11.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-31T06:42:11.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-31T06:42:11.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.merge_operator: 2023-10-31T06:42:11.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_filter: None 2023-10-31T06:42:11.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_filter_factory: None 2023-10-31T06:42:11.332 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.sst_partitioner_factory: None 2023-10-31T06:42:11.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-31T06:42:11.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-31T06:42:11.333 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5643fa3d7780) 2023-10-31T06:42:11.333 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks: 1 2023-10-31T06:42:11.333 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-31T06:42:11.334 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-31T06:42:11.334 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_top_level_index_and_filter: 1 2023-10-31T06:42:11.334 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_type: 0 2023-10-31T06:42:11.334 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_index_type: 0 2023-10-31T06:42:11.334 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_shortening: 1 2023-10-31T06:42:11.335 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-31T06:42:11.335 INFO:journalctl@ceph.mon.a.smithi045.stdout: checksum: 4 2023-10-31T06:42:11.335 INFO:journalctl@ceph.mon.a.smithi045.stdout: no_block_cache: 0 2023-10-31T06:42:11.335 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache: 0x5643fa42d1f0 2023-10-31T06:42:11.335 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_name: BinnedLRUCache 2023-10-31T06:42:11.335 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_options: 2023-10-31T06:42:11.336 INFO:journalctl@ceph.mon.a.smithi045.stdout: capacity : 536870912 2023-10-31T06:42:11.336 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_shard_bits : 4 2023-10-31T06:42:11.336 INFO:journalctl@ceph.mon.a.smithi045.stdout: strict_capacity_limit : 0 2023-10-31T06:42:11.336 INFO:journalctl@ceph.mon.a.smithi045.stdout: high_pri_pool_ratio: 0.000 2023-10-31T06:42:11.336 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_compressed: (nil) 2023-10-31T06:42:11.336 INFO:journalctl@ceph.mon.a.smithi045.stdout: persistent_cache: (nil) 2023-10-31T06:42:11.337 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size: 4096 2023-10-31T06:42:11.337 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size_deviation: 10 2023-10-31T06:42:11.337 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_restart_interval: 16 2023-10-31T06:42:11.337 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_block_restart_interval: 1 2023-10-31T06:42:11.337 INFO:journalctl@ceph.mon.a.smithi045.stdout: metadata_block_size: 4096 2023-10-31T06:42:11.338 INFO:journalctl@ceph.mon.a.smithi045.stdout: partition_filters: 0 2023-10-31T06:42:11.338 INFO:journalctl@ceph.mon.a.smithi045.stdout: use_delta_encoding: 1 2023-10-31T06:42:11.338 INFO:journalctl@ceph.mon.a.smithi045.stdout: filter_policy: bloomfilter 2023-10-31T06:42:11.338 INFO:journalctl@ceph.mon.a.smithi045.stdout: whole_key_filtering: 1 2023-10-31T06:42:11.338 INFO:journalctl@ceph.mon.a.smithi045.stdout: verify_compression: 0 2023-10-31T06:42:11.339 INFO:journalctl@ceph.mon.a.smithi045.stdout: read_amp_bytes_per_bit: 0 2023-10-31T06:42:11.339 INFO:journalctl@ceph.mon.a.smithi045.stdout: format_version: 5 2023-10-31T06:42:11.339 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_index_compression: 1 2023-10-31T06:42:11.339 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_align: 0 2023-10-31T06:42:11.339 INFO:journalctl@ceph.mon.a.smithi045.stdout: max_auto_readahead_size: 262144 2023-10-31T06:42:11.339 INFO:journalctl@ceph.mon.a.smithi045.stdout: prepopulate_block_cache: 0 2023-10-31T06:42:11.340 INFO:journalctl@ceph.mon.a.smithi045.stdout: initial_auto_readahead_size: 8192 2023-10-31T06:42:11.340 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2023-10-31T06:42:11.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.write_buffer_size: 33554432 2023-10-31T06:42:11.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_write_buffer_number: 2 2023-10-31T06:42:11.340 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression: NoCompression 2023-10-31T06:42:11.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression: Disabled 2023-10-31T06:42:11.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.prefix_extractor: nullptr 2023-10-31T06:42:11.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-31T06:42:11.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.num_levels: 7 2023-10-31T06:42:11.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-31T06:42:11.341 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-31T06:42:11.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-31T06:42:11.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-31T06:42:11.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-31T06:42:11.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-31T06:42:11.342 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-31T06:42:11.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-31T06:42:11.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-31T06:42:11.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-31T06:42:11.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-31T06:42:11.343 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-31T06:42:11.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-31T06:42:11.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.level: 32767 2023-10-31T06:42:11.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.strategy: 0 2023-10-31T06:42:11.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-31T06:42:11.344 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-31T06:42:11.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-31T06:42:11.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-31T06:42:11.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.enabled: false 2023-10-31T06:42:11.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-31T06:42:11.345 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-31T06:42:11.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-31T06:42:11.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-31T06:42:11.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.target_file_size_base: 67108864 2023-10-31T06:42:11.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-31T06:42:11.346 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-31T06:42:11.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-31T06:42:11.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-31T06:42:11.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-31T06:42:11.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-31T06:42:11.347 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-31T06:42:11.348 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-31T06:42:11.348 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-31T06:42:11.348 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-31T06:42:11.348 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-31T06:42:11.348 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-31T06:42:11.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-31T06:42:11.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-31T06:42:11.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.arena_block_size: 1048576 2023-10-31T06:42:11.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-31T06:42:11.349 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-31T06:42:11.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.disable_auto_compactions: 0 2023-10-31T06:42:11.350 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-31T06:42:11.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-31T06:42:11.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-31T06:42:11.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-31T06:42:11.351 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-31T06:42:11.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-31T06:42:11.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-31T06:42:11.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-31T06:42:11.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-31T06:42:11.352 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-31T06:42:11.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.table_properties_collectors: 2023-10-31T06:42:11.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.inplace_update_support: 0 2023-10-31T06:42:11.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-31T06:42:11.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-31T06:42:11.353 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-31T06:42:11.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-31T06:42:11.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.bloom_locality: 0 2023-10-31T06:42:11.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.max_successive_merges: 0 2023-10-31T06:42:11.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-31T06:42:11.354 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.paranoid_file_checks: 0 2023-10-31T06:42:11.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.force_consistency_checks: 1 2023-10-31T06:42:11.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.report_bg_io_stats: 0 2023-10-31T06:42:11.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.ttl: 2592000 2023-10-31T06:42:11.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-31T06:42:11.355 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-31T06:42:11.356 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-31T06:42:11.356 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.enable_blob_files: false 2023-10-31T06:42:11.356 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.min_blob_size: 0 2023-10-31T06:42:11.356 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.blob_file_size: 268435456 2023-10-31T06:42:11.356 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-31T06:42:11.356 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-31T06:42:11.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-31T06:42:11.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-31T06:42:11.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-31T06:42:11.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.blob_file_starting_level: 0 2023-10-31T06:42:11.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-31T06:42:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: 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 2023-10-31T06:42:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-31T06:42:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4bcf9b0f-ae4b-41e0-88cd-ad46949a63de 2023-10-31T06:42:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: EVENT_LOG_v1 {"time_micros": 1698734531227962, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-31T06:42:11.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-31T06:42:11.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: EVENT_LOG_v1 {"time_micros": 1698734531229012, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80493, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78680, "index_size": 223, "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": 9896, "raw_average_key_size": 47, "raw_value_size": 72988, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "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": 1698734531, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4bcf9b0f-ae4b-41e0-88cd-ad46949a63de", "db_session_id": "5D2ZGV3R00J807QKSBQ9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-31T06:42:11.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: EVENT_LOG_v1 {"time_micros": 1698734531229085, "job": 1, "event": "recovery_finished"} 2023-10-31T06:42:11.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-31T06:42:11.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: 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 2023-10-31T06:42:11.359 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5643fa4c8000 2023-10-31T06:42:11.360 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: DB pointer 0x5643fa4b4000 2023-10-31T06:42:11.360 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-31T06:42:11.360 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-31T06:42:11.360 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** DB Stats ** 2023-10-31T06:42:11.360 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-31T06:42:11.360 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-31T06:42:11.361 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-31T06:42:11.361 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-31T06:42:11.361 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-31T06:42:11.361 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-31T06:42:11.361 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-31T06:42:11.362 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2023-10-31T06:42:11.362 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2023-10-31T06:42:11.362 INFO:journalctl@ceph.mon.a.smithi045.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-10-31T06:42:11.362 INFO:journalctl@ceph.mon.a.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-31T06:42:11.362 INFO:journalctl@ceph.mon.a.smithi045.stdout: L0 2/0 80.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-31T06:42:11.363 INFO:journalctl@ceph.mon.a.smithi045.stdout: Sum 2/0 80.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-31T06:42:11.363 INFO:journalctl@ceph.mon.a.smithi045.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-31T06:42:11.363 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2023-10-31T06:42:11.363 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2023-10-31T06:42:11.363 INFO:journalctl@ceph.mon.a.smithi045.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-10-31T06:42:11.364 INFO:journalctl@ceph.mon.a.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-31T06:42:11.364 INFO:journalctl@ceph.mon.a.smithi045.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-31T06:42:11.364 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2023-10-31T06:42:11.364 INFO:journalctl@ceph.mon.a.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-31T06:42:11.364 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2023-10-31T06:42:11.364 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-31T06:42:11.365 INFO:journalctl@ceph.mon.a.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-31T06:42:11.365 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-31T06:42:11.365 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-31T06:42:11.365 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-31T06:42:11.365 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-31T06:42:11.366 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative compaction: 0.00 GB write, 20.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-31T06:42:11.366 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval compaction: 0.00 GB write, 20.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-31T06:42:11.366 INFO:journalctl@ceph.mon.a.smithi045.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-31T06:42:11.366 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache BinnedLRUCache@0x5643fa42d1f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-10-31T06:42:11.366 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-10-31T06:42:11.367 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2023-10-31T06:42:11.367 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-31T06:42:11.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:11.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???) e1 preinit fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:11.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).mds e1 new map 2023-10-31T06:42:11.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).mds e1 print_map 2023-10-31T06:42:11.368 INFO:journalctl@ceph.mon.a.smithi045.stdout: e1 2023-10-31T06:42:11.368 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-31T06:42:11.368 INFO:journalctl@ceph.mon.a.smithi045.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-10-31T06:42:11.368 INFO:journalctl@ceph.mon.a.smithi045.stdout: legacy client fscid: -1 2023-10-31T06:42:11.369 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2023-10-31T06:42:11.369 INFO:journalctl@ceph.mon.a.smithi045.stdout: No filesystems configured 2023-10-31T06:42:11.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-31T06:42:11.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-31T06:42:11.369 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-31T06:42:11.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-31T06:42:11.370 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:11 smithi045 ceph-mon[96877]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-31T06:42:12.274 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-31T06:42:12.302 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-31T06:42:12.302 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mgr... 2023-10-31T06:42:12.302 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-31T06:42:12.303 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-31T06:42:12.508 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mgr.a 2023-10-31T06:42:12.509 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mgr.a.service: Unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mgr.a.service not loaded. 2023-10-31T06:42:12.515 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:12 smithi045 ceph-mon[96877]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-31T06:42:12.515 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:12 smithi045 ceph-mon[96877]: monmap e1: 1 mons at {a=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-10-31T06:42:12.515 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:12 smithi045 ceph-mon[96877]: fsmap 2023-10-31T06:42:12.515 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:12 smithi045 ceph-mon[96877]: osdmap e1: 0 total, 0 up, 0 in 2023-10-31T06:42:12.515 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:12 smithi045 ceph-mon[96877]: mgrmap e1: no daemons active 2023-10-31T06:42:12.516 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/4067563808' entity='client.admin' 2023-10-31T06:42:12.601 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mgr.a.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@.service. 2023-10-31T06:42:12.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:12 smithi045 systemd[1]: Starting Ceph mgr.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7... 2023-10-31T06:42:13.197 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:12 smithi045 podman[97106]: 2023-10-31T06:42:13.197 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 bash[97106]: 373c6b6c5c9917925e1679e4b247f3b80026faf53a9f999b19090d191fb7e51f 2023-10-31T06:42:13.209 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-31T06:42:13.210 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2023-10-31T06:42:13.218 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-31T06:42:13.219 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2023-10-31T06:42:13.219 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2023-10-31T06:42:13.219 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2023-10-31T06:42:13.229 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-31T06:42:13.229 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2023-10-31T06:42:13.237 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-31T06:42:13.238 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2023-10-31T06:42:13.238 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2023-10-31T06:42:13.238 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-10-31T06:42:13.238 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr to start... 2023-10-31T06:42:13.239 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr... 2023-10-31T06:42:13.480 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 systemd[1]: Started Ceph mgr.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7. 2023-10-31T06:42:13.480 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:13.298+0000 7f380057b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-31T06:42:13.481 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:13.396+0000 7f380057b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-31T06:42:13.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:13.513+0000 7f380057b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-31T06:42:13.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:13.630+0000 7f380057b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-31T06:42:14.280 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:13 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/1738888573' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-31T06:42:14.280 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:13.845+0000 7f380057b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-31T06:42:14.296 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:14.299 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:42:14.299 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "7567f3dc-77b8-11ee-8db9-212e2dc638e7", 2023-10-31T06:42:14.299 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2023-10-31T06:42:14.300 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-31T06:42:14.300 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-31T06:42:14.300 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-31T06:42:14.300 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.300 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-31T06:42:14.300 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-31T06:42:14.301 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2023-10-31T06:42:14.301 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:14.301 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-31T06:42:14.301 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2023-10-31T06:42:14.301 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:14.302 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-31T06:42:14.302 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-31T06:42:14.302 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:14.302 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-31T06:42:14.302 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-31T06:42:14.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-31T06:42:14.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:14.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-31T06:42:14.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-31T06:42:14.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-31T06:42:14.304 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-31T06:42:14.307 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-31T06:42:14.307 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-31T06:42:14.307 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.307 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-31T06:42:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-31T06:42:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-31T06:42:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-31T06:42:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-31T06:42:14.308 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-31T06:42:14.309 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-31T06:42:14.309 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-31T06:42:14.309 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-31T06:42:14.309 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.309 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-31T06:42:14.310 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:14.310 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-31T06:42:14.310 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-31T06:42:14.310 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.311 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-31T06:42:14.311 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-31T06:42:14.311 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-31T06:42:14.311 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-31T06:42:14.311 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-31T06:42:14.311 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-31T06:42:14.312 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2023-10-31T06:42:14.312 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:14.312 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:14.312 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.312 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-31T06:42:14.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:14.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2023-10-31T06:42:06.719746+0000", 2023-10-31T06:42:14.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:14.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:14.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-31T06:42:14.314 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:42:14.314 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (1/15)... 2023-10-31T06:42:14.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:14 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:14.349+0000 7f380057b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-31T06:42:14.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:14 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:14.503+0000 7f380057b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-31T06:42:15.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:14 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:14.612+0000 7f380057b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-31T06:42:15.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:14 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:14.728+0000 7f380057b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-31T06:42:15.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:15.244+0000 7f380057b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-31T06:42:16.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:16.047+0000 7f380057b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-31T06:42:16.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:16.146+0000 7f380057b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-31T06:42:17.236 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:17.145+0000 7f380057b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-31T06:42:17.350 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:17.351 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:42:17.351 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "7567f3dc-77b8-11ee-8db9-212e2dc638e7", 2023-10-31T06:42:17.351 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2023-10-31T06:42:17.351 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-31T06:42:17.352 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-31T06:42:17.352 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-31T06:42:17.352 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.352 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-31T06:42:17.352 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-31T06:42:17.353 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2023-10-31T06:42:17.353 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:17.353 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-31T06:42:17.353 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2023-10-31T06:42:17.353 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:17.353 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-31T06:42:17.354 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-31T06:42:17.354 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:17.354 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-31T06:42:17.355 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-31T06:42:17.355 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.355 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-31T06:42:17.355 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:17.355 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-31T06:42:17.356 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-31T06:42:17.356 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-31T06:42:17.356 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-31T06:42:17.356 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-31T06:42:17.356 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-31T06:42:17.357 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.357 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-31T06:42:17.357 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-31T06:42:17.357 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-31T06:42:17.358 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-31T06:42:17.358 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-31T06:42:17.358 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-31T06:42:17.358 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-31T06:42:17.358 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-31T06:42:17.359 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-31T06:42:17.359 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.359 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-31T06:42:17.359 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:17.359 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-31T06:42:17.359 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-31T06:42:17.360 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.360 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-31T06:42:17.360 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-31T06:42:17.360 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-31T06:42:17.360 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-31T06:42:17.361 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-31T06:42:17.361 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-31T06:42:17.361 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2023-10-31T06:42:17.361 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:17.361 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:17.362 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.362 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-31T06:42:17.362 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:17.362 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2023-10-31T06:42:06.719746+0000", 2023-10-31T06:42:17.362 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:17.363 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:17.363 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-31T06:42:17.363 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:42:17.363 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (2/15)... 2023-10-31T06:42:17.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:17 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/433204292' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-31T06:42:17.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:17.260+0000 7f380057b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-31T06:42:17.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:17.484+0000 7f380057b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-31T06:42:18.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:17.837+0000 7f380057b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-31T06:42:18.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:18.091+0000 7f380057b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-31T06:42:18.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:18.274+0000 7f380057b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-31T06:42:19.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:18.607+0000 7f380057b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-31T06:42:19.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:19 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:19.449+0000 7f380057b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-31T06:42:19.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:19 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:19.613+0000 7f380057b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-31T06:42:20.144 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:20 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3940606616' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-31T06:42:20.144 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:19 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:19.866+0000 7f380057b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-31T06:42:20.145 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:20.005+0000 7f380057b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-31T06:42:20.410 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:20.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:42:20.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "7567f3dc-77b8-11ee-8db9-212e2dc638e7", 2023-10-31T06:42:20.411 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2023-10-31T06:42:20.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-31T06:42:20.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-31T06:42:20.412 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-31T06:42:20.413 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.413 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-31T06:42:20.413 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-31T06:42:20.414 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2023-10-31T06:42:20.414 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:20.414 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-31T06:42:20.415 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2023-10-31T06:42:20.415 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:20.415 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-31T06:42:20.415 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-31T06:42:20.416 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:20.416 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-31T06:42:20.416 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-31T06:42:20.416 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.416 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-31T06:42:20.417 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:20.417 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-31T06:42:20.417 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-31T06:42:20.417 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-31T06:42:20.417 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-31T06:42:20.418 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-31T06:42:20.418 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-31T06:42:20.418 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.419 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-31T06:42:20.419 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-31T06:42:20.419 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-31T06:42:20.419 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-31T06:42:20.419 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-31T06:42:20.420 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-31T06:42:20.420 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-31T06:42:20.420 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-31T06:42:20.420 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-31T06:42:20.421 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.421 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-31T06:42:20.421 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:20.422 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-31T06:42:20.422 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-31T06:42:20.422 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.422 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-31T06:42:20.422 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-31T06:42:20.423 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-31T06:42:20.423 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-31T06:42:20.423 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-31T06:42:20.423 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-31T06:42:20.424 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2023-10-31T06:42:20.424 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:20.424 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:20.425 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.425 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-31T06:42:20.425 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:20.425 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2023-10-31T06:42:06.719746+0000", 2023-10-31T06:42:20.425 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:20.426 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:20.426 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-31T06:42:20.426 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:42:20.426 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (3/15)... 2023-10-31T06:42:20.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:20.287+0000 7f380057b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-31T06:42:21.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:21 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:21.345+0000 7f380057b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-31T06:42:22.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: Activating manager daemon a 2023-10-31T06:42:22.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: mgrmap e2: a(active, starting, since 0.00303667s) 2023-10-31T06:42:22.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-31T06:42:22.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-31T06:42:22.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-31T06:42:22.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-31T06:42:22.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-10-31T06:42:22.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: Manager daemon a is now available 2023-10-31T06:42:22.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-10-31T06:42:22.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-10-31T06:42:22.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' 2023-10-31T06:42:22.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' 2023-10-31T06:42:22.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:22 smithi045 ceph-mon[96877]: from='mgr.14100 172.21.15.45:0/4277985843' entity='mgr.a' 2023-10-31T06:42:23.623 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:23 smithi045 ceph-mon[96877]: mgrmap e3: a(active, since 1.00727s) 2023-10-31T06:42:25.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:25 smithi045 ceph-mon[96877]: mgrmap e4: a(active, since 3s) 2023-10-31T06:42:25.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:25 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/1746383232' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-31T06:42:27.166 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:27.169 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:42:27.169 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "7567f3dc-77b8-11ee-8db9-212e2dc638e7", 2023-10-31T06:42:27.169 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2023-10-31T06:42:27.170 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-31T06:42:27.170 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-31T06:42:27.170 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-31T06:42:27.170 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.170 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-31T06:42:27.171 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-31T06:42:27.171 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2023-10-31T06:42:27.171 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:27.171 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-31T06:42:27.171 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2023-10-31T06:42:27.172 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:27.172 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2023-10-31T06:42:27.172 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-31T06:42:27.172 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:27.172 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-31T06:42:27.172 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-31T06:42:27.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-31T06:42:27.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:27.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-31T06:42:27.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-31T06:42:27.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-31T06:42:27.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-31T06:42:27.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-31T06:42:27.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-31T06:42:27.178 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.178 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-31T06:42:27.178 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-31T06:42:27.178 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-31T06:42:27.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-31T06:42:27.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-31T06:42:27.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-31T06:42:27.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-31T06:42:27.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-31T06:42:27.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-31T06:42:27.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-31T06:42:27.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:27.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-31T06:42:27.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-31T06:42:27.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-31T06:42:27.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-31T06:42:27.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-31T06:42:27.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-31T06:42:27.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-31T06:42:27.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-31T06:42:27.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2023-10-31T06:42:27.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2023-10-31T06:42:27.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:27.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-31T06:42:27.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-31T06:42:27.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2023-10-31T06:42:06.719746+0000", 2023-10-31T06:42:27.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-31T06:42:27.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2023-10-31T06:42:27.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-31T06:42:27.184 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:42:27.184 INFO:teuthology.orchestra.run.smithi045.stdout:mgr is available 2023-10-31T06:42:29.909 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3728495817' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-31T06:42:29.909 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3728495817' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-31T06:42:30.125 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:30.126 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2023-10-31T06:42:30.126 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:30.126 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-31T06:42:30.126 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-31T06:42:30.126 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-31T06:42:30.127 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-31T06:42:30.127 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:30.127 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-31T06:42:30.127 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-31T06:42:30.127 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2023-10-31T06:42:30.128 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2023-10-31T06:42:30.128 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-31T06:42:30.128 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-31T06:42:30.128 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling cephadm module... 2023-10-31T06:42:31.415 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3913612481' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-31T06:42:31.416 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: ignoring --setuser ceph since I am not root 2023-10-31T06:42:31.417 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: ignoring --setgroup ceph since I am not root 2023-10-31T06:42:31.417 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:31.317+0000 7f23ceb85200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-31T06:42:31.417 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:31.415+0000 7f23ceb85200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-31T06:42:31.688 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:31.528+0000 7f23ceb85200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-31T06:42:31.689 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:31.643+0000 7f23ceb85200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-31T06:42:32.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:31.858+0000 7f23ceb85200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-31T06:42:32.455 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:32.338+0000 7f23ceb85200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-31T06:42:32.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:32 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3913612481' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-31T06:42:32.455 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:32 smithi045 ceph-mon[96877]: mgrmap e5: a(active, since 9s) 2023-10-31T06:42:32.722 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:32.493+0000 7f23ceb85200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-31T06:42:32.722 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:32.604+0000 7f23ceb85200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-31T06:42:32.812 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:42:32.812 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-31T06:42:32.812 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-31T06:42:32.813 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-10-31T06:42:32.813 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-31T06:42:32.813 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:42:32.813 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2023-10-31T06:42:32.814 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 5... 2023-10-31T06:42:33.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:32.720+0000 7f23ceb85200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-31T06:42:33.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3226681123' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-31T06:42:33.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:33 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:33.245+0000 7f23ceb85200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-31T06:42:34.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:34.028+0000 7f23ceb85200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-31T06:42:34.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:34.127+0000 7f23ceb85200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-31T06:42:35.432 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:35.098+0000 7f23ceb85200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-31T06:42:35.432 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:35.209+0000 7f23ceb85200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-31T06:42:36.035 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:35.430+0000 7f23ceb85200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-31T06:42:36.035 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:35.781+0000 7f23ceb85200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-31T06:42:36.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:36 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:36.033+0000 7f23ceb85200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-31T06:42:36.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:36 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:36.215+0000 7f23ceb85200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-31T06:42:36.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:36 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:36.546+0000 7f23ceb85200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-31T06:42:37.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:37 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:37.401+0000 7f23ceb85200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-31T06:42:37.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:37 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:37.561+0000 7f23ceb85200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-31T06:42:38.228 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:37 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:37.810+0000 7f23ceb85200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-31T06:42:38.228 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:37 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:37.949+0000 7f23ceb85200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-31T06:42:38.228 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:38 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:38.226+0000 7f23ceb85200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-31T06:42:39.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:39.275+0000 7f23ceb85200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-31T06:42:39.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: Active manager daemon a restarted 2023-10-31T06:42:39.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: Activating manager daemon a 2023-10-31T06:42:39.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: osdmap e2: 0 total, 0 up, 0 in 2023-10-31T06:42:39.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: mgrmap e6: a(active, starting, since 0.00342355s) 2023-10-31T06:42:39.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-31T06:42:39.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-10-31T06:42:39.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-31T06:42:39.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-31T06:42:39.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-31T06:42:39.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: Manager daemon a is now available 2023-10-31T06:42:39.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:39.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:39.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:39 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:40.662 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: Found migration_current of "None". Setting to last migration. 2023-10-31T06:42:40.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:42:40.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:42:40.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:42:40.664 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-10-31T06:42:40.664 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-10-31T06:42:40.664 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:40.665 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:40.665 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: [31/Oct/2023:06:42:39] ENGINE Bus STARTING 2023-10-31T06:42:40.665 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: [31/Oct/2023:06:42:39] ENGINE Serving on https://172.21.15.45:7150 2023-10-31T06:42:40.666 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: [31/Oct/2023:06:42:40] ENGINE Serving on http://172.21.15.45:8765 2023-10-31T06:42:40.666 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: [31/Oct/2023:06:42:40] ENGINE Bus STARTED 2023-10-31T06:42:40.667 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:42:40.667 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:40 smithi045 ceph-mon[96877]: mgrmap e7: a(active, since 1.00638s) 2023-10-31T06:42:40.670 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:42:40.670 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-31T06:42:40.670 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-31T06:42:40.671 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:42:40.671 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 5 is available 2023-10-31T06:42:40.671 INFO:teuthology.orchestra.run.smithi045.stdout:Setting orchestrator backend to cephadm... 2023-10-31T06:42:41.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:41 smithi045 ceph-mon[96877]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-31T06:42:41.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:41 smithi045 ceph-mon[96877]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-31T06:42:42.890 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:42 smithi045 ceph-mon[96877]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:42.890 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:42 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:42.891 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:42 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:42:42.891 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:42 smithi045 ceph-mon[96877]: mgrmap e8: a(active, since 2s) 2023-10-31T06:42:43.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-31T06:42:43.159 INFO:teuthology.orchestra.run.smithi045.stdout:Generating ssh key... 2023-10-31T06:42:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:43 smithi045 ceph-mon[96877]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:44.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Generating public/private rsa key pair. 2023-10-31T06:42:44.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Your identification has been saved in /tmp/tmpi5jrqb50/key. 2023-10-31T06:42:44.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Your public key has been saved in /tmp/tmpi5jrqb50/key.pub. 2023-10-31T06:42:44.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: The key fingerprint is: 2023-10-31T06:42:44.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: SHA256:ylrRaIE3gTEmCYpBM5CmwTTTgsVSLW1VkA4AcoyKktw ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:44.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: The key's randomart image is: 2023-10-31T06:42:44.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: +---[RSA 3072]----+ 2023-10-31T06:42:44.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: |%^B=++++. | 2023-10-31T06:42:44.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: |X*X+*o.. | 2023-10-31T06:42:44.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: |O+oo.o+ | 2023-10-31T06:42:44.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: |*. E ..= | 2023-10-31T06:42:44.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: |. + S | 2023-10-31T06:42:44.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: | o o | 2023-10-31T06:42:44.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: | + | 2023-10-31T06:42:44.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: | o | 2023-10-31T06:42:44.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: | . | 2023-10-31T06:42:44.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: +----[SHA256]-----+ 2023-10-31T06:42:45.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-mon[96877]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:45.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-mon[96877]: Generating ssh key... 2023-10-31T06:42:45.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:45.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:44 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:45.741 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:42:45.742 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-31T06:42:45.742 INFO:teuthology.orchestra.run.smithi045.stdout:Adding key to root@localhost authorized_keys... 2023-10-31T06:42:45.743 INFO:teuthology.orchestra.run.smithi045.stdout:Adding host smithi045... 2023-10-31T06:42:46.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:46 smithi045 ceph-mon[96877]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:47.425 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:47 smithi045 ceph-mon[96877]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:47.426 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:47 smithi045 ceph-mon[96877]: Deploying cephadm binary to smithi045 2023-10-31T06:42:52.195 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Added host 'smithi045' with addr '172.21.15.45' 2023-10-31T06:42:52.195 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mon service... 2023-10-31T06:42:53.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:52 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:53.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:52 smithi045 ceph-mon[96877]: Added host smithi045 2023-10-31T06:42:53.136 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:52 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:42:53.744 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-31T06:42:53.744 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mgr service... 2023-10-31T06:42:54.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:54 smithi045 ceph-mon[96877]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:54.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:54 smithi045 ceph-mon[96877]: Saving service mon spec with placement count:5 2023-10-31T06:42:54.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:54 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:54.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:54 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:54.987 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-31T06:42:55.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:55 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:55.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:55 smithi045 ceph-mon[96877]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:42:55.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:55 smithi045 ceph-mon[96877]: Saving service mgr spec with placement count:2 2023-10-31T06:42:55.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:55 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:57.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/2367936374' entity='client.admin' 2023-10-31T06:42:57.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:57.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:57.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-10-31T06:42:57.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' 2023-10-31T06:42:57.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:42:57.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:56 smithi045 ceph-mon[96877]: from='mgr.14120 172.21.15.45:0/4215870528' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:42:58.071 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling the dashboard module... 2023-10-31T06:42:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/4080599890' entity='client.admin' 2023-10-31T06:42:58.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:58 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:42:59.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:42:59 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/1762880674' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-31T06:42:59.868 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:59 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: ignoring --setuser ceph since I am not root 2023-10-31T06:42:59.868 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:59 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: ignoring --setgroup ceph since I am not root 2023-10-31T06:42:59.869 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:59 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:59.769+0000 7fb025b87200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-31T06:42:59.869 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:59 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:59.866+0000 7fb025b87200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-31T06:43:00.121 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:42:59 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:42:59.981+0000 7fb025b87200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-31T06:43:00.122 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:00.100+0000 7fb025b87200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-31T06:43:00.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:00.316+0000 7fb025b87200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-31T06:43:00.924 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:00.796+0000 7fb025b87200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-31T06:43:00.925 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:00 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/1762880674' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-31T06:43:00.925 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:00 smithi045 ceph-mon[96877]: mgrmap e9: a(active, since 20s) 2023-10-31T06:43:01.186 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:00.957+0000 7fb025b87200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-31T06:43:01.186 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:01 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:01.069+0000 7fb025b87200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-31T06:43:01.187 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:01 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:01.185+0000 7fb025b87200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-31T06:43:01.261 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:43:01.262 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-31T06:43:01.262 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-31T06:43:01.262 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-10-31T06:43:01.262 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-31T06:43:01.263 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:43:01.263 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2023-10-31T06:43:01.263 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 9... 2023-10-31T06:43:01.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:01 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/2749848726' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-31T06:43:02.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:01 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:01.714+0000 7fb025b87200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-31T06:43:02.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:02.499+0000 7fb025b87200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-31T06:43:02.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:02.598+0000 7fb025b87200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-31T06:43:03.908 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:03.572+0000 7fb025b87200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-31T06:43:03.908 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:03.684+0000 7fb025b87200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-31T06:43:03.909 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:03.906+0000 7fb025b87200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-31T06:43:04.514 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:04 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:04.259+0000 7fb025b87200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-31T06:43:04.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:04 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:04.512+0000 7fb025b87200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-31T06:43:04.805 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:04 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:04.695+0000 7fb025b87200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-31T06:43:05.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:05 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:05.029+0000 7fb025b87200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-31T06:43:06.261 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:05 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:05.853+0000 7fb025b87200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-31T06:43:06.261 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:06.012+0000 7fb025b87200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-31T06:43:06.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:06.260+0000 7fb025b87200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-31T06:43:06.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:06.396+0000 7fb025b87200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-31T06:43:07.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:06.670+0000 7fb025b87200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-31T06:43:08.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:07.718+0000 7fb025b87200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-31T06:43:08.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: Active manager daemon a restarted 2023-10-31T06:43:08.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: Activating manager daemon a 2023-10-31T06:43:08.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: osdmap e3: 0 total, 0 up, 0 in 2023-10-31T06:43:08.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: mgrmap e10: a(active, starting, since 0.00343757s) 2023-10-31T06:43:08.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-31T06:43:08.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-10-31T06:43:08.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-31T06:43:08.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-31T06:43:08.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-31T06:43:08.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: Manager daemon a is now available 2023-10-31T06:43:08.058 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:09.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:08 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:09.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:08 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:09.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:08 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-10-31T06:43:09.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:08 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-10-31T06:43:09.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:08 smithi045 ceph-mon[96877]: [31/Oct/2023:06:43:08] ENGINE Bus STARTING 2023-10-31T06:43:09.058 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:08 smithi045 ceph-mon[96877]: mgrmap e11: a(active, since 1.00635s) 2023-10-31T06:43:09.116 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2023-10-31T06:43:09.116 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-31T06:43:09.116 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-31T06:43:09.116 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2023-10-31T06:43:09.117 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 9 is available 2023-10-31T06:43:09.117 INFO:teuthology.orchestra.run.smithi045.stdout:Generating a dashboard self-signed certificate... 2023-10-31T06:43:10.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: [31/Oct/2023:06:43:08] ENGINE Serving on https://172.21.15.45:7150 2023-10-31T06:43:10.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-31T06:43:10.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-31T06:43:10.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: [31/Oct/2023:06:43:08] ENGINE Serving on http://172.21.15.45:8765 2023-10-31T06:43:10.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: [31/Oct/2023:06:43:08] ENGINE Bus STARTED 2023-10-31T06:43:10.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:10.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-10-31T06:43:10.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:10.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:10.609 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-31T06:43:10.610 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial admin user... 2023-10-31T06:43:11.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:11 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:11 smithi045 ceph-mon[96877]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:43:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:11 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:11 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:11 smithi045 ceph-mon[96877]: mgrmap e12: a(active, since 2s) 2023-10-31T06:43:12.150 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$AH0FLf/d1g.p/Kg.wvQan.HTJdfAQdfD47y2XT7/cuo3iYjVRc.g2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1698734591, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-31T06:43:12.151 INFO:teuthology.orchestra.run.smithi045.stdout:Fetching dashboard port number... 2023-10-31T06:43:12.357 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:12 smithi045 ceph-mon[96877]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:43:12.358 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:12 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:13.294 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 8443 2023-10-31T06:43:13.304 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-31T06:43:13.304 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2023-10-31T06:43:13.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:13 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3184464325' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-31T06:43:13.310 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-31T06:43:13.310 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2023-10-31T06:43:13.311 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2023-10-31T06:43:13.311 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-31T06:43:13.312 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph Dashboard is now available at: 2023-10-31T06:43:13.312 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:13.312 INFO:teuthology.orchestra.run.smithi045.stdout: URL: https://smithi045:8443/ 2023-10-31T06:43:13.313 INFO:teuthology.orchestra.run.smithi045.stdout: User: admin 2023-10-31T06:43:13.313 INFO:teuthology.orchestra.run.smithi045.stdout: Password: zo8542ibiv 2023-10-31T06:43:13.313 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:13.313 INFO:teuthology.orchestra.run.smithi045.stdout:Saving cluster configuration to /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config directory 2023-10-31T06:43:13.314 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling autotune for osd_memory_target 2023-10-31T06:43:15.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:15 smithi045 ceph-mon[96877]: mgrmap e13: a(active, since 6s) 2023-10-31T06:43:15.997 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-31T06:43:15.998 INFO:teuthology.orchestra.run.smithi045.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-31T06:43:15.998 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:15.998 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-31T06:43:15.998 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:15.998 INFO:teuthology.orchestra.run.smithi045.stdout:Or, if you are only running a single cluster on this host: 2023-10-31T06:43:15.999 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:15.999 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-31T06:43:15.999 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:15.999 INFO:teuthology.orchestra.run.smithi045.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-31T06:43:15.999 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:16.000 INFO:teuthology.orchestra.run.smithi045.stdout: ceph telemetry on 2023-10-31T06:43:16.000 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:16.000 INFO:teuthology.orchestra.run.smithi045.stdout:For more information see: 2023-10-31T06:43:16.000 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:16.000 INFO:teuthology.orchestra.run.smithi045.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-31T06:43:16.001 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:16.001 INFO:teuthology.orchestra.run.smithi045.stdout:Bootstrap complete. 2023-10-31T06:43:16.054 INFO:tasks.cephadm:Fetching config... 2023-10-31T06:43:16.055 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:43:16.055 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-31T06:43:16.074 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-31T06:43:16.075 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:43:16.075 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-31T06:43:16.134 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-31T06:43:16.134 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:43:16.135 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-10-31T06:43:16.205 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-31T06:43:16.206 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-31T06:43:16.206 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-31T06:43:16.264 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-31T06:43:16.264 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-31T06:43:16.350 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:43:16.363 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-31T06:43:16.421 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:43:16.433 DEBUG:teuthology.orchestra.run.smithi123:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-31T06:43:16.492 INFO:teuthology.orchestra.run.smithi123.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAWWv8gPa9h35Q7SGgSwdyRQ+VMobCWmdZZX3DmFdlKhcsDxn03y+ETVb7T9pksbr7LIB4XzKTSIzmg1U9611mYb/3IZ8LfAu4m/dOabvv9zHJYr2XmPchpyC4IGUfpoMER5RvGyt05dfpdeeB3dy00KJxuppjIKbjm+5Rl3WPpPTRJo+U+3qfjd076lNcZQrkdAk2rbeYoHjtgs1i+nNZjcRc6Z0jGrWTmOhUR9Ysl+1kVZnsiMsJv6DzTS5mkAKzxnvMYRDw4SfEN1B6I5UBOxf/BDTKwP6Agh3EphsiYSJoZ4Rl7f4VCcdQd5P8VWvwcDl+IWMz7ooF6cBN63CCc8eK4Foywr5/gcSisFePmZbBvHcChk82ejxkw5lpjauBJUlhAu2d7T2/zWm1BQG5krG7ekbAkvqbdEFb9xa80x9UY5zJKcmXuKp3co/g+6Yn//hHSCY7/DjDA3DkZG9K6NHoITsfQg7FJVcfKiCNfbZVHCHBw/sM88rQ+330m40= ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:43:16.505 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-31T06:43:16.512 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:16.358+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:16.512 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:16.513 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:16.513 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:16.513 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:16.513 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service. 2023-10-31T06:43:16.513 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:16.514 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:16.514 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:16.514 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:16.514 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:16.515 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:16.515 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:16.515 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:16.515 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:16.515 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:16.516 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:16.516 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:16.516 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:16.516 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:16.516 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:16.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3329857235' entity='client.admin' 2023-10-31T06:43:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:16 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:43:17.145 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:17.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:17.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:17.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:17.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:17.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:17.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:17.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service. 2023-10-31T06:43:17.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:17.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:17.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:17.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:17.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:17.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:17.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:17.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:17.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:17.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:17.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:17.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:17.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:17.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:17.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:17.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:17.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:17.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:17.605+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:17.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:17.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:17.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:17.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:17.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:17.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:17.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:17.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:17.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:17.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:17.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:17.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:17.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:17.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:17.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:17.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:17.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:17.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:17.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:17.816 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:18 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:18 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:18.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:18 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:18.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:18.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:18.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:18.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:18.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:18.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:18.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:18.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:18.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:18.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:18.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:18.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:18.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:18.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:18.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:18.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:18.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:18.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:18.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:18.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:18.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:19.223 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-31T06:43:19.223 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-31T06:43:19.877 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:20.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/2516868103' entity='client.admin' 2023-10-31T06:43:20.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:20.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:20.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:20.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:43:21.640 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2023-10-31T06:43:21.640 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:43:21.641 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2023-10-31T06:43:21.661 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-10-31T06:43:21.662 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-31T06:43:21.722 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2023-10-31T06:43:21.722 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph orch host add smithi098 2023-10-31T06:43:22.323 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:22.546 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-mon[96877]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:43:22.546 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:23.090 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:22.952+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:23.090 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:23.091 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:23.091 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:23.091 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:23.091 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:23.091 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:23.092 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:23.092 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:23.092 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:23.092 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:23.092 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:23.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:23.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:23.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:23.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:23.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:23.093 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:23.094 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:23.094 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:23.094 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:23.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:23 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:23.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:23.393 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:23.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:23.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:43:23.394 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:43:24.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:24.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:24.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:24.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:24.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:24.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:24.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:24.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:24.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:24.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:24.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:24.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:24.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:24.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:24.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:24.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:24.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:24.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:24.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:24.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:24.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:24.560 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:24.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: Updating smithi045:/etc/ceph/ceph.conf 2023-10-31T06:43:24.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: Updating smithi045:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:24.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-31T06:43:24.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:24.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:24.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:24.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:43:25.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:25 smithi045 ceph-mon[96877]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:43:25.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:25 smithi045 ceph-mon[96877]: Updating smithi045:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-31T06:43:25.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:25 smithi045 ceph-mon[96877]: Deploying cephadm binary to smithi098 2023-10-31T06:43:29.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:28 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:29.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:28 smithi045 ceph-mon[96877]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:29.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:28 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:29.097 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi098' with addr '172.21.15.98' 2023-10-31T06:43:29.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:29.118+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:29.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:29.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:29.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:29.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:29.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:29.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:29.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:29.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:29.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:29.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:29.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:29.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:29.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:29.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:29.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:29.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:29.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:29.312 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:29.312 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:29.312 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:29.505 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-31T06:43:30.119 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:30.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:30.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:30.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:30.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:30.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: Added host smithi098 2023-10-31T06:43:30.307 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:30.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:30.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:30.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:30.307 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:30.308 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:30.308 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:30.308 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:30.308 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:30.308 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:30.309 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:30.309 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:30.309 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:30.309 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:30.309 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:30.310 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:30.310 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:30.310 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:30.310 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:30.310 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:30.311 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:30.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:30.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:30.311 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:31.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:43:31.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:31.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:31.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2023-10-31T06:43:31.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:43:31.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:43:31.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: Updating smithi098:/etc/ceph/ceph.conf 2023-10-31T06:43:31.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:30 smithi045 ceph-mon[96877]: Updating smithi098:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:31.533 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:31.533 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2023-10-31T06:43:31.978 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi123 2023-10-31T06:43:31.978 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:43:31.979 DEBUG:teuthology.orchestra.run.smithi123:> dd of=/etc/ceph/ceph.conf 2023-10-31T06:43:31.999 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2023-10-31T06:43:32.000 DEBUG:teuthology.orchestra.run.smithi123:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-31T06:43:32.059 INFO:tasks.cephadm:Adding host smithi123 to orchestrator... 2023-10-31T06:43:32.060 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph orch host add smithi123 2023-10-31T06:43:32.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-10-31T06:43:32.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: Updating smithi098:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-31T06:43:32.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:32.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:32.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:32.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:32.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:43:32.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:43:32.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-31T06:43:32.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2023-10-31T06:43:32.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:43:32.665 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:32.897 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:32.634+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:32.898 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:32.898 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:32.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:43:32.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:32.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service. 2023-10-31T06:43:32.899 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:32.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:43:32.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:43:32.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:32.900 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:32.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:32.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:32.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:32.901 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:32.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:32.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:32.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:32.902 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:32.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:32.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:32.903 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:32 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:33.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:43:33.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:43:33.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:43:33.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:43:33.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:33.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:43:33.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:33 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:34.537 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:34.537 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:34.537 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:34.537 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:43:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service. 2023-10-31T06:43:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:34.538 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:43:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:43:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:34.539 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:34.540 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:34.540 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:34.540 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:34.540 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:34.540 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:34.541 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:34.541 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:34.541 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:34.541 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:34.541 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-mon[96877]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:34.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:34.669+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:34.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:34.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:34.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:34.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:34.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:34.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:34.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:34.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:34.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:34.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:34.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:34.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:34.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:34.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:34.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:34.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:34.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:34.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:34.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:34.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:34 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:35.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:35 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:35 smithi045 ceph-mon[96877]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi123", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:43:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:35 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:35 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:35.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:35 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:36.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:36 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:36.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:36 smithi045 ceph-mon[96877]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:36.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:36 smithi045 ceph-mon[96877]: Deploying cephadm binary to smithi123 2023-10-31T06:43:36.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:36 smithi045 ceph-mon[96877]: Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:43:38.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:38 smithi045 ceph-mon[96877]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:38.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:38 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:39.397 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi123' with addr '172.21.15.123' 2023-10-31T06:43:39.743 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-31T06:43:40.350 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:40.740 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:40 smithi045 ceph-mon[96877]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:40.741 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:40 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:40.741 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:40 smithi045 ceph-mon[96877]: Added host smithi123 2023-10-31T06:43:40.741 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:40 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:40.741 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:40 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:41.756 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-31T06:43:41.756 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.123", "hostname": "smithi123", "labels": [], "status": ""}] 2023-10-31T06:43:41.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:41.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:41.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi123", "name": "osd_memory_target"}]: dispatch 2023-10-31T06:43:41.782 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:43:41.783 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:43:41.783 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: Updating smithi123:/etc/ceph/ceph.conf 2023-10-31T06:43:41.783 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:41.783 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:41.783 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:43:41.784 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:41 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:43:42.216 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-31T06:43:42.216 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph osd crush tunables default 2023-10-31T06:43:42.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:42.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: Updating smithi123:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:42.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: Updating smithi123:/etc/ceph/ceph.client.admin.keyring 2023-10-31T06:43:42.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: Updating smithi123:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-31T06:43:42.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:42.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2023-10-31T06:43:42.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:42 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:43:42.826 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/mon.a/config 2023-10-31T06:43:43.781 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-mon[96877]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-31T06:43:44.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:43.779+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:44.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:44.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:44.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:43:44.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:44.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service. 2023-10-31T06:43:44.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:44.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:43:44.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:43:44.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:44.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:44.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:44.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:44.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:44.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:44.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:44.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:44.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:44.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:44.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:44.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:44.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:43 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:44.785 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2023-10-31T06:43:44.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:43:44.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:44.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:43:44.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:43:44.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:43:44.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:43:44.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3692331422' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-31T06:43:45.196 INFO:tasks.cephadm:Adding mon.a on smithi045 2023-10-31T06:43:45.196 INFO:tasks.cephadm:Adding mon.b on smithi098 2023-10-31T06:43:45.197 INFO:tasks.cephadm:Adding mon.c on smithi123 2023-10-31T06:43:45.197 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph orch apply mon '3;smithi045:172.21.15.45=a;smithi098:172.21.15.98=b;smithi123:172.21.15.123=c' 2023-10-31T06:43:45.497 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:45.363+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:45.498 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:45.498 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:45.498 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:43:45.499 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:45.499 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:45.499 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:43:45.499 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:43:45.499 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:45.500 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:45.500 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:45.500 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:45.500 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:45.500 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:45.500 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:45.501 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:45.501 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:45.501 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:45.501 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:45.501 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:45.502 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:45.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:43:45.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:45.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:45.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:45.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:43:45.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:45.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Created symlink /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target.wants/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service → /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service. 2023-10-31T06:43:45.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:45.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:43:45.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:43:45.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:45.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:45.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:45.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:45.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:45.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:45.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:45.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:45.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:45.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:45.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:45.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:45.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:45.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: from='client.? 172.21.15.45:0/3692331422' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-31T06:43:45.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: osdmap e4: 0 total, 0 up, 0 in 2023-10-31T06:43:45.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:43:45.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:43:45.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:45.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:45 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:43:45.825 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:46.787 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:43:46.787 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:43:46.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:46.788 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:46.788 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:46.788 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:43:46.789 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:46.789 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:46.789 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:43:46.789 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:43:46.789 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:46.790 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:46.790 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:46.790 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:46.790 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:46.790 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:46.791 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:46.791 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:46.791 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:46.791 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:46.791 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:46.792 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:46.792 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:46.792 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-mon[96877]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:47.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:46.980+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:47.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:47.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:47.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:47.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:47.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:47.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:47.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:47.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:47.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:47.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:47.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:47.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:47.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:47.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:47.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:47.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:47.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:47.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:47.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:47.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:46 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:47.301 INFO:teuthology.orchestra.run.smithi123.stdout:Scheduled mon update... 2023-10-31T06:43:47.719 DEBUG:teuthology.orchestra.run.smithi098:mon.b> sudo journalctl -f -n 0 -u ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b.service 2023-10-31T06:43:47.722 DEBUG:teuthology.orchestra.run.smithi123:mon.c> sudo journalctl -f -n 0 -u ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.c.service 2023-10-31T06:43:47.725 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:43:47.725 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:43:47.754 INFO:journalctl@ceph.mon.c.smithi123.stdout:-- Logs begin at Tue 2023-10-31 06:23:47 UTC. -- 2023-10-31T06:43:47.757 INFO:journalctl@ceph.mon.b.smithi098.stdout:-- Logs begin at Tue 2023-10-31 06:23:41 UTC. -- 2023-10-31T06:43:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:47.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:47.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:47.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:43:47.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:43:47.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:43:47.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:47.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:43:47.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:47 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:43:48.361 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:48.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:48.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:48.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:48.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:48.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:48.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:48.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:48.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:48.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:48.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:48.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:48.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:48.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:48.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:48.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:48.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:48.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:48.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:48.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:48.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:48.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:48.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:48.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:48.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi098:172.21.15.98=b;smithi123:172.21.15.123=c", "target": ["mon-mgr", ""]}]: dispatch 2023-10-31T06:43:48.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi098:172.21.15.98=b;smithi123:172.21.15.123=c;count:3 2023-10-31T06:43:48.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:48.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:48 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:49.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:49.012+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:49.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:49.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:49.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:43:49.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:49.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:49.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:43:49.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:43:49.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:49.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:49.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:49.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:49.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:49.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:49.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:49.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:49.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:49.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:49.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:49.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:49.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:49.796 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:43:49.797 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:43:49.799 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:43:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:43:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:43:49.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:43:49.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:43:49.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:49 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:43:50.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:50 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:43:50.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:50 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:50.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:50.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:50.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:43:50.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:50.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:50.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:43:50.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:43:50.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:50.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:50.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:50.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:50.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:50.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:50.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:50.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:50.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:50.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:50.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:50.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:50.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:43:50.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:50 smithi045 ceph-mon[96877]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:50.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:50 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/179997274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:43:51.239 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:43:51.239 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:43:51.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:43:51.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:43:51.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:43:51.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:43:51.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:43:51.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:51.283+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:51.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:51.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:51.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:43:51.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:51.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:51.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:43:51.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:43:51.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:51.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:51.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:51.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:51.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:51.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:51.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:51.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:51.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:51.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:51.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:51.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:51.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:51 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:51.861 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:52.801 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:43:52.802 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:52.802 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:52.802 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:52.802 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:43:52.803 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:52.803 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:43:52.803 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:43:52.803 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:43:52.803 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:52.804 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:52.804 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:52.804 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:52.804 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:52.804 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:43:52.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:43:52.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-mon[96877]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:53.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:43:52.844+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:53.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:43:53.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:53.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:53.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:53.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:53.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:53.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:43:53.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:53.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:43:53.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:53.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:43:53.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:53.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:53.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:53.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:53.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:53.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:53.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:53.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:53.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:43:52 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:53.313 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:43:53.314 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:43:53.316 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:43:53.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:43:53.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:43:53.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:43:53.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:53.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:53.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:53.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:53.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-31T06:43:53.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-31T06:43:53.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:43:53.808 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:53 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3824303532' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:43:54.737 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:43:54.738 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:43:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:43:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:43:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:43:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:43:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:43:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:43:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:54.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:43:54.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:43:54.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:43:54.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:43:54.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:43:54.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:43:54.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:43:54.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:43:54.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:43:54.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:43:54.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:43:54.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:43:54.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:43:54.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:43:54.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:54.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:43:54.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:43:54.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:43:54.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Reconfiguring mon.a (unknown last config time)... 2023-10-31T06:43:54.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Reconfiguring daemon mon.a on smithi045 2023-10-31T06:43:54.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:43:54.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:43:55.371 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:56.712 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:43:56.712 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:43:56.714 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:43:56.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:56 smithi045 ceph-mon[96877]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:57 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2908788063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:43:58.145 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:43:58.146 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:43:58.773 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:43:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:58 smithi045 ceph-mon[96877]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:43:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:43:58 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:44:00.244 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:00.245 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:00.247 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:00.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:00 smithi045 ceph-mon[96877]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:00.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:00 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3587752318' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:01.657 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:01.657 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:02.275 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:02.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:02 smithi045 ceph-mon[96877]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:03.742 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:03.743 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:03.745 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:04.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:04 smithi045 ceph-mon[96877]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:04.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:04 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1976430031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:05.143 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:05.145 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:05.776 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:06.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:06 smithi045 ceph-mon[96877]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:07.229 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:07.230 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:07.231 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:07 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3420832139' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:08.653 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:08.654 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:08.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:08 smithi045 ceph-mon[96877]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:09.289 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:10.749 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:10.750 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:10.752 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:10.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:10 smithi045 ceph-mon[96877]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:11.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:11 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2675525915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:12.179 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:12.180 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:12.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:12 smithi045 ceph-mon[96877]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:12.808 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:14.617 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:14.617 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:14.619 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:14.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:14 smithi045 ceph-mon[96877]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:15.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2195077742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:16.203 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:16.204 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:16.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:16 smithi045 ceph-mon[96877]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:16.840 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:18.271 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:18.272 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:18.273 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:18.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:18 smithi045 ceph-mon[96877]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:18 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/708160728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:19.733 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:19.734 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:20.365 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:20.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:20 smithi045 ceph-mon[96877]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:21.841 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:21.841 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:21.843 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:22.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:22 smithi045 ceph-mon[96877]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:22.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1179735498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:23.348 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:23.349 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:23.980 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:24.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:24 smithi045 ceph-mon[96877]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:25.473 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:25.473 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:25.475 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:25.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:25 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2335734166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:26.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:26 smithi045 ceph-mon[96877]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:26.957 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:26.957 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:27.585 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:28.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:28 smithi045 ceph-mon[96877]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:29.092 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:29.093 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:29.095 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:29.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2537441342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:30.548 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:30.548 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:30.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:30 smithi045 ceph-mon[96877]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:31.174 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:32.695 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:32.695 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:32.697 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:32.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:32 smithi045 ceph-mon[96877]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:33.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3771844699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:34.048 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:34.049 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:34.675 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:34.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:34 smithi045 ceph-mon[96877]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:36.151 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:36.151 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:36.153 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:36.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:36 smithi045 ceph-mon[96877]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:36.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:36 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2033506942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:37.540 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:37.541 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:38.169 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:38.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:38 smithi045 ceph-mon[96877]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:39.659 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:39.660 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:39.661 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:40.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:40 smithi045 ceph-mon[96877]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:40.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1335797245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:41.039 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:41.039 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:41.667 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:42.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:42 smithi045 ceph-mon[96877]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:43.198 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:43.198 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:43.200 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:43 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1788479756' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:44.629 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:44.629 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:44.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:44 smithi045 ceph-mon[96877]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:45.253 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:46.745 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:46.745 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:46.747 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:46.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:46 smithi045 ceph-mon[96877]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:47 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/363440941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:48.134 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:48.135 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:48.767 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:48.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:48 smithi045 ceph-mon[96877]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:50.217 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:50.217 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:50.218 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:50.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:50 smithi045 ceph-mon[96877]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:50.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:50 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1307821838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:51.546 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:51.547 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:52.177 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:52.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:52 smithi045 ceph-mon[96877]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:53.668 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:53.669 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:53.670 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:54.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1234022278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:44:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:44:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:44:54.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:44:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:44:54.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:54 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:44:55.158 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:55.159 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:55.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-mon[96877]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:55.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:44:55.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:44:55.890 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:44:56.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:44:55.842+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:44:56.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:44:56.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:44:56.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:44:56.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:44:56.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:44:56.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:44:56.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:44:56.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:44:56.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:44:56.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:44:56.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:44:56.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:44:56.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:44:56.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:44:56.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:44:56.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:44:56.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:44:56.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:44:56.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:44:56.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:55 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:44:56.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:56 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:44:56.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:56 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:44:56.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:56 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:44:56.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:56 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:44:56.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:56 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:44:57.386 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:44:57.387 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:44:57.388 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:44:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:44:57.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:44:57.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:44:57.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:44:57.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:44:57.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:44:57.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:44:57.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:44:57.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:44:57.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:44:57.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:44:57.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:44:57.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:44:57.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:44:57.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:44:57.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:44:57.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:44:57.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:44:57.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:44:57.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:44:57.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:44:57.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:44:57.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:44:57.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:44:57.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:44:57.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:44:57.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:44:57.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3913550325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:44:57.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:44:57.349+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:44:57.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:44:57.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:44:57.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:44:57.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:44:57.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:44:57.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:44:57.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:44:57.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:44:57.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:44:57.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:44:57.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:44:57.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:44:57.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:44:57.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:44:57.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:44:57.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:44:57.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:44:57.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:44:57.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:44:57.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:57 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:44:58.771 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:44:58.771 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:44:58.827 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:44:58.828 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:44:58.828 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:44:58.828 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:44:58.828 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:44:58.828 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:44:58.829 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:44:58.829 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:44:58.829 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:44:58.829 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:44:58.829 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:44:58.830 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:44:58.830 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:44:58.830 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:44:58.830 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:44:58.830 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:44:58.831 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:44:58.831 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:44:58.831 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:44:58.831 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:44:58.831 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:44:58.831 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:44:58.832 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:44:59.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:44:58.925+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:44:59.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:44:59.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:44:59.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:44:59.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:44:59.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:44:59.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:44:59.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:44:59.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:44:59.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:44:59.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:44:59.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:44:59.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:44:59.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:44:59.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:44:59.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:44:59.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:44:59.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:44:59.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:44:59.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:44:59.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:44:58 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:44:59.398 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:00.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:59 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:45:00.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:59 smithi045 ceph-mon[96877]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:00.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:45:00.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:44:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:45:00.769 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:00.770 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:00.772 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:01.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:45:01.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:45:01.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:45:01.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:45:01.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:45:01.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:45:01.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:45:01.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:45:01.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:45:01.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:45:01.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:45:01.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:45:01.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:45:01.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:45:01.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:45:01.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:45:01.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:45:01.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:45:01.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:45:01.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:45:01.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:45:01.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:45:01.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:01.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:45:01.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:45:01.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:45:01.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:00 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:45:02.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:01 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2533209273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:02.164 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:02.164 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:02.789 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:03.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:02 smithi045 ceph-mon[96877]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:04.181 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:04.182 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:04.183 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:04.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:03 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:45:04.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:03 smithi045 ceph-mon[96877]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:05.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:04 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3405738000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:05.563 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:05.563 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:06.204 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:06.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:05 smithi045 ceph-mon[96877]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:07.690 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:07.691 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:07.692 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:08.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:08 smithi045 ceph-mon[96877]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:08.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:08 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3397940563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:09.077 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:09.078 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:09.712 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:10.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:10 smithi045 ceph-mon[96877]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:11.218 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:11.219 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:11.221 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:11.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:11 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3715164845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:12.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:12 smithi045 ceph-mon[96877]: pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:12.587 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:12.587 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:13.214 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:14.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:14 smithi045 ceph-mon[96877]: pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:14.604 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:14.604 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:14.606 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:15.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2102116371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:15.981 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:15.981 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:16.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:16 smithi045 ceph-mon[96877]: pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:16.615 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:18.149 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:18.149 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:18.151 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:18.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:18 smithi045 ceph-mon[96877]: pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:18.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:18 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2684263498' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:19.505 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:19.506 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:20.144 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:20.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:20 smithi045 ceph-mon[96877]: pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:21.658 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:21.658 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:21.660 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:22.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:22 smithi045 ceph-mon[96877]: pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:22.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3206667642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:23.020 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:23.020 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:23.642 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:24.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:24 smithi045 ceph-mon[96877]: pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:25.161 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:25.161 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:25.163 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:25.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:25 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/52007281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:26.520 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:26.521 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:26.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:26 smithi045 ceph-mon[96877]: pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:27.154 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:28.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:28 smithi045 ceph-mon[96877]: pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:28.671 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:28.671 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:28.673 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:29.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/598728672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:30.035 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:30.036 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:30.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:30 smithi045 ceph-mon[96877]: pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:30.665 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:32.179 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:32.180 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:32.181 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:32.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:32 smithi045 ceph-mon[96877]: pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:32.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:32 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/557769694' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:33.551 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:33.552 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:34.188 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:34.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:34 smithi045 ceph-mon[96877]: pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:35.737 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:35.737 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:35.739 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:36.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:36 smithi045 ceph-mon[96877]: pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:36 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3701473331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:37.155 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:37.156 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:37.789 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:38.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:38 smithi045 ceph-mon[96877]: pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:39.282 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:39.282 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:39.284 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:39.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:39 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4205565092' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:40.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:40 smithi045 ceph-mon[96877]: pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:40.661 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:40.661 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:41.284 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:42.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:42 smithi045 ceph-mon[96877]: pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:42.769 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:42.769 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:42.771 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:43.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:43 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1902517263' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:44.173 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:44.173 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:44.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:44 smithi045 ceph-mon[96877]: pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:44.804 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:46.277 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:46.277 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:46.280 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:46.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:46 smithi045 ceph-mon[96877]: pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:46.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:46 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1672050392' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:47.674 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:47.675 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:48.305 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:48.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:48 smithi045 ceph-mon[96877]: pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:49.785 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:49.786 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:49.787 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:50.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:50 smithi045 ceph-mon[96877]: pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:50.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:50 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3854157678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:51.173 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:51.174 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:51.792 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:52.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:52 smithi045 ceph-mon[96877]: pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:53.200 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:53.201 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:53.202 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:53.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:53 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/824011265' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:54.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:54 smithi045 ceph-mon[96877]: pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:54.573 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:54.573 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:55.218 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:56.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:56 smithi045 ceph-mon[96877]: pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:56.708 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:45:56.708 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:45:56.710 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:45:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:57 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/491764481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:45:58.098 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:45:58.099 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:45:58.738 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:45:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:58 smithi045 ceph-mon[96877]: pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:45:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:45:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:45:59.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:45:59.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:45:59.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:45:59.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:45:59 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:46:00.238 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:00.239 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:00.241 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:00.623 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-mon[96877]: pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:00.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-mon[96877]: pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:00.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:46:00.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:46:00.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/477851001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:01.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:46:00.622+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:46:01.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:46:01.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:46:01.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:46:01.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:46:01.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:46:01.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:46:01.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:46:01.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:46:01.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:46:01.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:46:01.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:46:01.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:46:01.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:46:01.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:46:01.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:46:01.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:46:01.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:46:01.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:46:01.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:46:01.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:00 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:46:01.721 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:01.721 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:46:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:46:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:46:01.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:46:01.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:46:01.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:46:01.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:46:01.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:46:01.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:46:01.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:46:01.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:46:01.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:46:01.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:46:01.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:46:01.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:46:01.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:46:01.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:46:01.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:46:01.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:46:01.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:46:01.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:46:01.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:46:01.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:46:01.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:46:01.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:46:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:46:01.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:01 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:46:02.352 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:02.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:46:02.215+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:46:02.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:46:02.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:46:02.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:46:02.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:46:02.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:46:02.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:46:02.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:46:02.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:46:02.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:46:02.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:46:02.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:46:02.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:46:02.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:46:02.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:46:02.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:46:02.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:46:02.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:46:02.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:46:02.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:46:02.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:46:03.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-mon[96877]: pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:03.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:46:03.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:46:03.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:46:03.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:46:03.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:02 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:46:03.732 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:46:03.732 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:46:03.732 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:46:03.732 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:46:03.733 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:46:03.733 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:46:03.733 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:46:03.733 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:46:03.733 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:46:03.733 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:46:03.734 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:46:03.734 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:46:03.734 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:46:03.734 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:46:03.734 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:46:03.735 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:46:03.735 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:46:03.735 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:46:03.735 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:46:03.735 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:46:03.736 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:46:03.736 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:46:03.748 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:03.749 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:03.750 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:04.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:46:03.814+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:46:04.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:46:04.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:46:04.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:46:04.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:46:04.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:46:04.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:46:04.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:46:04.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:46:04.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:46:04.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:46:04.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:46:04.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:46:04.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:46:04.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:46:04.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:46:04.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:46:04.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:46:04.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:46:04.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:46:04.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:46:03 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:46:05.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:04 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:46:05.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:04 smithi045 ceph-mon[96877]: pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:05.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:04 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2922826273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:05.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:46:05.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:46:05.135 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:05.136 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:05.766 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:06.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:46:06.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:46:06.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:46:06.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:46:06.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:46:06.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:46:06.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:46:06.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:46:06.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:46:06.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:46:06.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:46:06.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:46:06.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:46:06.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:46:06.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:46:06.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:46:06.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:46:06.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:46:06.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:46:06.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:46:06.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:46:06.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:46:06.059 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:06.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:46:06.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:46:06.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:46:06.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:05 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:46:07.206 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:07.207 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:07.208 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:08.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:07 smithi045 ceph-mon[96877]: pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:08.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:07 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4021635796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:08.629 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:08.630 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:09.254 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:09.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:08 smithi045 ceph-mon[96877]: pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:09.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:08 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:46:10.731 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:10.732 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:10.734 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:11.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:10 smithi045 ceph-mon[96877]: pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:11.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:10 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3323073034' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:12.222 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:12.223 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:12.845 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:13.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:13 smithi045 ceph-mon[96877]: pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:14.287 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:14.287 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:14.288 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:15.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:15 smithi045 ceph-mon[96877]: pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:15.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2953609585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:15.723 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:15.724 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:16.353 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:17.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:17 smithi045 ceph-mon[96877]: pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:17.807 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:17.807 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:17.809 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:18.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:18 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1294107653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:19.226 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:19.227 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:19.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:19 smithi045 ceph-mon[96877]: pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:19.851 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:21.432 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:21.432 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:21.434 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:21.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:21 smithi045 ceph-mon[96877]: pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:22.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1748237876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:22.820 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:22.821 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:23.457 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:23.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:23 smithi045 ceph-mon[96877]: pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:24.919 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:24.920 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:24.922 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:25.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:25 smithi045 ceph-mon[96877]: pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:25.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:25 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2204128155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:26.327 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:26.328 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:26.968 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:27.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:27 smithi045 ceph-mon[96877]: pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:28.455 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:28.455 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:28.457 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:29.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:29 smithi045 ceph-mon[96877]: pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:29.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/173938442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:29.840 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:29.840 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:30.466 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:31.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:31 smithi045 ceph-mon[96877]: pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:31.936 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:31.936 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:31.937 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:32.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:32 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/797373544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:33.338 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:33.339 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:33.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:33 smithi045 ceph-mon[96877]: pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:33.973 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:35.429 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:35.429 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:35.431 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:35.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:35 smithi045 ceph-mon[96877]: pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:36.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:36 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2301634009' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:36.844 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:36.844 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:37.464 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:37.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:37 smithi045 ceph-mon[96877]: pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:38.928 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:38.928 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:38.930 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:39.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:39 smithi045 ceph-mon[96877]: pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:39.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:39 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2196606992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:40.446 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:40.447 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:41.081 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:41.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:41 smithi045 ceph-mon[96877]: pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:42.583 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:42.583 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:42.585 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:43.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:43 smithi045 ceph-mon[96877]: pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:43.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:43 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2113427850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:43.944 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:43.945 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:44.573 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:45.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:45 smithi045 ceph-mon[96877]: pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:46.050 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:46.050 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:46.052 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:46.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:46 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1789531538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:47.543 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:47.543 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:47.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:47 smithi045 ceph-mon[96877]: pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:48.173 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:49.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:49 smithi045 ceph-mon[96877]: pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:49.667 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:49.667 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:49.669 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:50.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:50 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3036783792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:51.151 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:51.151 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:51.782 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:51 smithi045 ceph-mon[96877]: pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:53.386 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:53.386 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:53.388 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:53.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:53 smithi045 ceph-mon[96877]: pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:54.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:54 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3611431037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:54.864 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:54.864 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:55.497 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:55.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:55 smithi045 ceph-mon[96877]: pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:56.941 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:46:56.942 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:46:56.943 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:46:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:57 smithi045 ceph-mon[96877]: pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:46:57.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:57 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3206873424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:46:58.364 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:46:58.364 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:46:58.989 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:46:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:46:59 smithi045 ceph-mon[96877]: pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:00.440 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:00.440 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:00.441 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:01 smithi045 ceph-mon[96877]: pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:01 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1686589977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:01.866 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:01.866 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:02.487 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:03.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:03 smithi045 ceph-mon[96877]: pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:04.008 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:04.009 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:04.010 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:04.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4053031946' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:04.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:47:04.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:47:04.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:47:04.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:47:04.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:47:04.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:04 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:47:05.364 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:05.365 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:05 smithi045 ceph-mon[96877]: pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:05 smithi045 ceph-mon[96877]: pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:05.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:05 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:47:05.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:05 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:47:05.994 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:07.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:47:06.591+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:47:07.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:47:07.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:47:07.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:47:07.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:47:07.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:47:07.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:47:07.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:47:07.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:47:07.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:47:07.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:47:07.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:47:07.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:47:07.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:47:07.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:47:07.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:47:07.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:47:07.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:47:07.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:47:07.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:47:07.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:06 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:47:07.556 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:07.557 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:07.558 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:47:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:07.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:47:07.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:47:07.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:47:07.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:47:07.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:47:07.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:47:07.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:47:07.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:47:07.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:47:07.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:47:07.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:47:07.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:47:07.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:47:07.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:47:07.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:47:07.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:47:07.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:47:07.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:47:07.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:47:07.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:47:07.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:47:07.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:47:07.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:47:07.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:47:07.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:47:07.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:07 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:47:08.739 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2534710443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:08.993 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:08.994 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:09.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:47:08.738+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:47:09.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:47:09.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:47:09.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:47:09.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:47:09.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:47:09.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:47:09.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:47:09.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:47:09.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:47:09.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:47:09.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:47:09.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:47:09.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:47:09.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:47:09.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:47:09.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:47:09.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:47:09.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:47:09.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:47:09.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:08 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:47:09.596 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-mon[96877]: pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:09.597 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:47:09.597 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:47:09.597 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:47:09.597 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:47:09.598 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:47:09.636 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:10.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:47:09.937+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:47:10.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:47:10.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:47:10.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:47:10.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:47:10.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:47:10.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:47:10.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:47:10.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:47:10.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:47:10.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:47:10.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:47:10.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:47:10.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:47:10.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:47:10.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:47:10.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:47:10.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:47:10.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:47:10.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:47:10.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:47:09 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:47:10.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:10 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:47:10.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:10 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:47:10.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:47:10.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:47:10.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:47:10.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:47:10.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:47:10.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:47:10.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:47:10.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:47:10.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:47:10.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:47:10.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:47:10.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:47:10.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:47:10.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:47:10.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:47:10.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:47:10.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:47:10.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:47:10.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:47:10.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:47:10.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:10 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:47:10.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:47:10.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:47:11.130 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:11.130 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:11.132 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:11.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:47:11.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:47:11.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:47:11.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:47:11.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:47:11.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:47:11.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:47:11.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:47:11.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:47:11.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:47:11.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:47:11.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:47:11.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:47:11.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:47:11.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:47:11.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:47:11.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:47:11.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:47:11.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:47:11.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:47:11.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:47:11.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:47:11.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:11.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:47:11.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:47:11.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:47:11.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:47:11.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:11 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3865417648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:12.623 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:12.623 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:13.245 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:13.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:13 smithi045 ceph-mon[96877]: pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:13.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:13 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:47:14.731 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:14.732 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:14.733 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:15.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:15 smithi045 ceph-mon[96877]: pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:15.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1982588402' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:16.224 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:16.224 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:16.872 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:17.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:17 smithi045 ceph-mon[96877]: pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:18.352 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:18.353 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:18.354 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:19.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:19 smithi045 ceph-mon[96877]: pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/181095960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:19.849 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:19.850 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:20.481 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:21.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:21 smithi045 ceph-mon[96877]: pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:21.961 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:21.961 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:21.963 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:22.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2502535233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:23.462 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:23.462 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:23.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:23 smithi045 ceph-mon[96877]: pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:24.086 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:25.584 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:25.585 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:25.587 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:25.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:25 smithi045 ceph-mon[96877]: pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:26.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:26 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1278016691' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:26.964 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:26.964 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:27.592 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:27.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:27 smithi045 ceph-mon[96877]: pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:29.087 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:29.088 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:29.090 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:29.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:29 smithi045 ceph-mon[96877]: pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:29.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/622597226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:30.467 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:30.468 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:31.095 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:31.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:31 smithi045 ceph-mon[96877]: pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:32.613 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:32.613 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:32.615 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:33.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:33 smithi045 ceph-mon[96877]: pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:33.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3832044869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:33.971 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:33.971 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:34.597 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:35.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:35 smithi045 ceph-mon[96877]: pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:36.098 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:36.098 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:36.100 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:36.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:36 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1487254109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:37.467 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:37.468 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:37 smithi045 ceph-mon[96877]: pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:38.094 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:39.578 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:39.578 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:39.580 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:39.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:39 smithi045 ceph-mon[96877]: pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:40.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4184274987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:40.962 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:40.963 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:41.603 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:41.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:41 smithi045 ceph-mon[96877]: pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:43.089 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:43.090 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:43.091 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:43 smithi045 ceph-mon[96877]: pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:43 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1118813816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:44.570 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:44.571 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:45.193 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:45.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:45 smithi045 ceph-mon[96877]: pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:46.663 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:46.664 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:46.665 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:47 smithi045 ceph-mon[96877]: pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:47 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2384977483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:48.072 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:48.073 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:48.712 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:49 smithi045 ceph-mon[96877]: pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:50.157 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:50.157 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:50.159 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:50.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:50 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/534025386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:51.688 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:51.689 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:51 smithi045 ceph-mon[96877]: pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:52.314 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:53.792 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:53.793 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:53.795 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:53.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:53 smithi045 ceph-mon[96877]: pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:54.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:54 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4113846451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:55.276 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:55.276 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:55.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:55 smithi045 ceph-mon[96877]: pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:55.913 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:57.356 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:47:57.357 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:47:57.359 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:47:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:57 smithi045 ceph-mon[96877]: pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:47:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:57 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2380885273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:47:58.794 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:47:58.795 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:47:59.441 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:47:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:47:59 smithi045 ceph-mon[96877]: pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:01.046 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:01.047 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:01.049 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:01 smithi045 ceph-mon[96877]: pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:01.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:01 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3228839180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:02.416 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:02.417 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:03.037 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:03.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:03 smithi045 ceph-mon[96877]: pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:04.521 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:04.521 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:04.522 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:05 smithi045 ceph-mon[96877]: pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:05.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3294029134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:05.919 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:05.919 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:06.548 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:07 smithi045 ceph-mon[96877]: pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:08.003 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:08.003 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:08.005 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:08.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:08 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/511188897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:09.427 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:09.427 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:09.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:09 smithi045 ceph-mon[96877]: pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:10.059 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:10.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:48:10.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:48:10.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:48:10.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:48:10.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:48:10.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:10 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:48:11.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:48:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:48:11.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:48:11.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:48:11.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:48:11.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:48:11.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:48:11.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:48:11.211+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:48:11.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:48:11.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:48:11.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:48:11.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:48:11.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:48:11.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:48:11.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:48:11.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:48:11.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:48:11.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:48:11.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:48:11.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:48:11.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:48:11.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:48:11.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:48:11.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:48:11.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:48:11.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:48:11.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:48:11.562 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:11 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:48:11.627 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:11.628 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:11.629 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:12.646 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:48:12.647 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:48:12.647 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:48:12.647 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:48:12.647 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:48:12.647 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:48:12.648 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:48:12.648 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:48:12.648 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:48:12.648 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:48:12.648 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:48:12.649 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:48:12.649 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:48:12.649 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:48:12.649 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:48:12.649 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:48:12.649 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:48:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:48:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:48:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:48:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:48:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:48:12.650 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3929575598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:13.035 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:13.035 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:13.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:48:12.645+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:48:13.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:48:13.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:48:13.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:48:13.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:48:13.056 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:48:13.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:48:13.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:48:13.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:48:13.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:48:13.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:48:13.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:48:13.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:48:13.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:48:13.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:48:13.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:48:13.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:48:13.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:48:13.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:48:13.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:48:13.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:12 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:48:13.636 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:48:13.636 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:13.636 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:48:13.637 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:48:13.637 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:48:13.637 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:48:13.637 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:48:13.637 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:48:13.637 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:48:13.638 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:48:13.638 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:48:13.638 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:48:13.638 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:48:13.639 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:48:13.639 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:48:13.639 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:48:13.639 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:48:13.639 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:48:13.639 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:48:13.640 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:48:13.640 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:48:13.640 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:48:13.640 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:48:13.640 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:48:13.640 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:48:13.641 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:48:13.641 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:48:13.641 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:48:13.664 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:14.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:48:13.932+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:48:14.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:48:14.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:48:14.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:48:14.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:48:14.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:48:14.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:48:14.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:48:14.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:48:14.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:48:14.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:48:14.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:48:14.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:48:14.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:48:14.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:48:14.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:48:14.311 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:48:14.313 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:48:14.313 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:48:14.314 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:48:14.314 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:48:13 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:48:14.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:14 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:48:14.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:48:14.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:48:15.161 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:15.161 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:15.164 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:15.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:48:15.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:48:15.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:48:15.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:48:15.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:48:15.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:48:15.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:48:15.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:48:15.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:48:15.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:48:15.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:48:15.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:48:15.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:48:15.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:48:15.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:48:15.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:48:15.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:48:15.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:48:15.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:48:15.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:48:15.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:48:15.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:48:15.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:15.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:48:15.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:48:15.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:48:15.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:48:15.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3185555881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:16.535 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:16.536 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:17.173 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:17.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:17 smithi045 ceph-mon[96877]: pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:18.685 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:18.685 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:18.687 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:19.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:48:19.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:18 smithi045 ceph-mon[96877]: pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:19.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:18 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1045389581' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:20.057 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:20.058 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:20.703 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:21.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:20 smithi045 ceph-mon[96877]: pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:22.223 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:22.224 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:22.225 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:22.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/234879356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:23.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:23 smithi045 ceph-mon[96877]: pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:23.589 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:23.589 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:24.215 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:25.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:25 smithi045 ceph-mon[96877]: pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:25.720 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:25.720 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:25.722 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:26.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:26 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3105377691' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:27.091 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:27.093 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:27.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:27 smithi045 ceph-mon[96877]: pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:27.717 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:29.239 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:29.239 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:29.242 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:29.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:29 smithi045 ceph-mon[96877]: pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:29.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2695666711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:30.603 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:30.604 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:31.240 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:31.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:31 smithi045 ceph-mon[96877]: pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:32.738 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:32.738 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:32.740 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:33.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:33 smithi045 ceph-mon[96877]: pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:33.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1583918447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:34.123 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:34.124 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:34.758 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:35.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:35 smithi045 ceph-mon[96877]: pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:36.285 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:36.285 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:36.287 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:36.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:36 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/549196070' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:37.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:37 smithi045 ceph-mon[96877]: pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:37.737 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:37.737 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:38.365 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:39.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:39 smithi045 ceph-mon[96877]: pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:39.841 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:39.841 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:39.843 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:40.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1994828688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:41.247 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:41.247 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:41.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:41 smithi045 ceph-mon[96877]: pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:41.873 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:43.348 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:43.349 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:43.351 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:43 smithi045 ceph-mon[96877]: pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:44.735 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:44.735 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:44.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2352128247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:45.358 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:45.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:45 smithi045 ceph-mon[96877]: pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:46.853 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:46.854 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:46.856 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:47 smithi045 ceph-mon[96877]: pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:47 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2887538642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:48.336 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:48.337 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:48.961 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:49 smithi045 ceph-mon[96877]: pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:50.451 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:50.451 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:50.453 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:51 smithi045 ceph-mon[96877]: pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:51 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2833571464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:51.936 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:51.936 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:52.564 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:53.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:53 smithi045 ceph-mon[96877]: pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:54.086 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:54.087 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:54.088 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:54.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:54 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1012809131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:55.536 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:55.537 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:55.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:55 smithi045 ceph-mon[96877]: pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:56.156 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:57.636 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:48:57.636 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:48:57.638 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:48:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:57 smithi045 ceph-mon[96877]: pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:48:58.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3766832784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:48:59.032 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:48:59.033 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:48:59.658 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:48:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:48:59 smithi045 ceph-mon[96877]: pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:01.147 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:01.148 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:01.149 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:01 smithi045 ceph-mon[96877]: pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:01 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3191832046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:02.535 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:02.536 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:03.156 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:03.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:03 smithi045 ceph-mon[96877]: pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:04.603 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:04.603 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:04.605 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:05 smithi045 ceph-mon[96877]: pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:05.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4050308982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:06.040 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:06.040 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:06.662 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:07 smithi045 ceph-mon[96877]: pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:08.025 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:08.025 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:08.027 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:08.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:08 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1460189694' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:09.437 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:09.437 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:09.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:09 smithi045 ceph-mon[96877]: pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:10.060 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:11.528 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:11.528 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:11.530 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:11.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:11 smithi045 ceph-mon[96877]: pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:12.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3293206871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:12.934 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:12.934 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:13.561 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:13.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:13 smithi045 ceph-mon[96877]: pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:14.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:49:14.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:49:14.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:49:14.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:49:14.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:49:14.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:14 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:49:15.066 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:15.067 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:15.068 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:15.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:15.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:15.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:49:15.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:49:15.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:49:15.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/342806919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:15.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:49:15.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:49:15.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:49:15.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:49:15.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:49:15.241+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:49:15.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:49:15.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:49:15.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:49:15.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:49:15.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:49:15.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:49:15.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:49:15.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:49:15.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:49:15.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:49:15.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:49:15.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:49:15.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:49:15.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:49:15.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:49:15.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:49:15.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:49:15.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:49:15.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:49:15.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:15 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:49:16.543 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:16.544 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:16.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:49:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:49:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:49:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:49:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:49:16.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:49:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:49:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:49:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:49:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:49:16.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:49:16.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:49:16.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:49:16.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:49:16.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:49:16.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:49:16.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:49:16.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:49:16.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:49:16.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:49:16.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:49:16.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:49:16.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:49:16.521+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:49:16.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:49:16.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:49:16.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:49:16.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:49:16.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:49:16.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:49:16.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:49:16.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:49:16.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:49:16.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:49:16.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:49:16.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:49:16.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:49:16.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:49:16.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:49:16.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:49:16.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:49:16.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:49:16.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:49:16.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:16 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:49:17.169 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:17.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:49:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:49:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:49:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:49:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:49:17.614 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:49:17.614 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:49:17.614 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:49:17.614 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:49:17.614 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:49:17.615 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:49:17.615 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:49:17.615 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:49:17.615 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:49:17.615 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:49:17.616 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:49:17.616 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:49:17.616 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:49:17.616 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:49:17.616 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:49:17.617 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:49:17.617 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:49:17.617 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:49:17.617 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:49:17.618 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:49:17.618 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:49:17.618 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:49:18.057 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:49:17.700+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:49:18.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:49:18.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:49:18.058 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:49:18.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:49:18.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:49:18.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:49:18.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:49:18.059 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:49:18.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:49:18.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:49:18.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:49:18.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:49:18.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:49:18.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:49:18.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:49:18.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:49:18.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:49:18.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:49:18.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:49:18.062 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:49:17 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:49:18.644 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:18.644 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:18.646 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:18.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:18 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:49:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:49:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:49:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:49:19.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:49:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:49:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:49:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:49:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:49:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:49:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:49:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:49:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:49:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:49:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:49:19.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:49:19.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:49:19.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:49:19.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:49:19.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:49:19.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:49:19.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:49:19.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:49:19.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:49:19.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:49:19.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:49:19.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:19.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:49:19.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:49:19.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:49:19.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3490223593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:19.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:19 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:49:20.050 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:20.051 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:20.679 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:21.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:21 smithi045 ceph-mon[96877]: pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:22.142 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:22.142 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:22.144 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:22.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1550358715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:23.554 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:23.555 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:23.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:23 smithi045 ceph-mon[96877]: pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:24.184 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:25.535 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:25.535 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:25.537 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:25.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:25 smithi045 ceph-mon[96877]: pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:26.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:26 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3370818943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:27.045 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:27.046 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:27.679 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:27.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:27 smithi045 ceph-mon[96877]: pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:29.221 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:29.221 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:29.223 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:29.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:29 smithi045 ceph-mon[96877]: pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:29.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3249456827' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:30.763 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:30.763 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:31.387 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:31.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:31 smithi045 ceph-mon[96877]: pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:33.000 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:33.000 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:33.002 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:33.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:33 smithi045 ceph-mon[96877]: pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:33.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2259167845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:34.475 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:34.476 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:35.101 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:35.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:35 smithi045 ceph-mon[96877]: pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:36.563 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:36.564 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:36.565 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:37 smithi045 ceph-mon[96877]: pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:37.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:37 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/303923835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:37.984 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:37.985 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:38.615 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:39.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:39 smithi045 ceph-mon[96877]: pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:40.113 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:40.114 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:40.116 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:40.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1794205850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:41.593 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:41.594 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:41.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:41 smithi045 ceph-mon[96877]: pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:42.225 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:43.697 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:43.698 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:43.699 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:43 smithi045 ceph-mon[96877]: pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:44.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2512579140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:45.096 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:45.097 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:45.732 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:45.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:45 smithi045 ceph-mon[96877]: pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:47.168 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:47.169 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:47.171 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:47 smithi045 ceph-mon[96877]: pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:47 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/252281473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:48.614 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:48.615 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:49.239 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:49 smithi045 ceph-mon[96877]: pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:50.822 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:50.822 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:50.824 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:51 smithi045 ceph-mon[96877]: pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:51 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2192888942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:52.305 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:52.306 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:52.926 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:53.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:53 smithi045 ceph-mon[96877]: pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:54.410 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:54.411 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:54.412 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:55.793 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:55.793 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:55.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:55 smithi045 ceph-mon[96877]: pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:55.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:55 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3568221757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:56.423 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:49:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:57 smithi045 ceph-mon[96877]: pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:57.933 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:49:57.933 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:49:57.934 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:49:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1880591151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:49:59.299 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:49:59.300 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:49:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:49:59 smithi045 ceph-mon[96877]: pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:49:59.930 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:01.416 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:01.416 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:01.417 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:01 smithi045 ceph-mon[96877]: pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:02.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:02 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3786129612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:02.809 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:02.809 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:03.439 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:03.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:03 smithi045 ceph-mon[96877]: pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:04.947 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:04.948 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:04.949 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:05 smithi045 ceph-mon[96877]: pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2748127785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:06.316 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:06.316 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:06.949 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:07 smithi045 ceph-mon[96877]: pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:08.452 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:08.453 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:08.454 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:09.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:09 smithi045 ceph-mon[96877]: pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:09.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:09 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2477421957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:09.835 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:09.836 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:10.461 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:11.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:11 smithi045 ceph-mon[96877]: pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:11.978 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:11.979 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:11.981 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:12.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4209834525' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:13.555 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:13.556 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:13.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:13 smithi045 ceph-mon[96877]: pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:14.187 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:15.680 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:15.681 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:15.683 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:15.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:15 smithi045 ceph-mon[96877]: pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:16.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:16 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3659928701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:17.077 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:17.078 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:17.702 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:17.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:17 smithi045 ceph-mon[96877]: pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:18.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:50:18.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:50:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:50:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:50:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:50:18.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:50:19.274 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:19.274 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:19.276 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:19.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:50:18.884+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:50:19.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:50:19.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:50:19.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:50:19.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:50:19.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:50:19.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:50:19.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:50:19.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:50:19.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:50:19.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:50:19.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:50:19.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:50:19.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:50:19.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:50:19.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:50:19.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:50:19.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:50:19.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:50:19.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:50:19.310 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:18 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:50:19.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:50:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:50:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:50:19.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:50:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:50:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:50:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:50:19.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1187265744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:20.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:50:20.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:50:20.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:50:20.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:50:20.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:50:20.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:50:20.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:50:20.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:50:20.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:50:20.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:50:20.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:50:20.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:50:20.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:50:20.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:50:20.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:50:20.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:50:20.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:50:20.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:50:20.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:50:20.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:50:20.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:50:20.560 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:50:20.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:50:20.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:50:20.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:50:20.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:50:20.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:50:20.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:50:20.199+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:50:20.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:50:20.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:50:20.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:50:20.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:50:20.562 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:50:20.562 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:50:20.562 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:50:20.562 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:50:20.562 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:50:20.563 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:50:20.563 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:50:20.563 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:50:20.563 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:50:20.563 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:50:20.564 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:50:20.564 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:50:20.564 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:50:20.564 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:50:20.564 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:50:20.564 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:20 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:50:20.686 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:20.687 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:21.313 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:21.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:21 smithi045 ceph-mon[96877]: pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:21.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:21 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:50:21.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:21 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:50:21.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:50:21.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:50:21.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:50:21.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:50:21.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:50:21.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:50:21.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:50:21.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:50:21.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:50:21.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:50:21.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:50:21.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:50:21.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:50:21.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:50:21.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:50:21.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:50:21.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:50:21.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:50:21.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:50:21.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:50:22.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:50:22.552+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:50:22.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:50:22.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:50:22.806 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:50:22.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:50:22.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:50:22.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:50:22.807 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:50:22.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:50:22.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:50:22.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:50:22.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:50:22.808 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:50:22.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:50:22.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:50:22.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:50:22.809 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:50:22.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:50:22.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:50:22.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:50:22.810 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:50:22 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:50:22.924 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:22.924 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:22.927 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:23.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:50:23.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:23.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:50:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:50:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:50:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:50:23.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:50:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:50:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:50:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:50:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:50:23.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:50:23.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:50:23.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:50:23.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:50:23.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:50:23.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:50:23.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:50:23.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:50:23.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:50:23.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:50:23.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:50:23.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:50:23.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:50:23.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:50:23.811 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:50:23.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:23.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:50:23.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:50:23.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:50:23.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:50:23.813 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:23 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1683591331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:24.473 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:24.474 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:24.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:24 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:50:25.105 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:25.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:25 smithi045 ceph-mon[96877]: pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:26.601 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:26.602 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:26.604 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:27.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:27 smithi045 ceph-mon[96877]: pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:27.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:27 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2470777698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:27.982 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:27.983 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:28.616 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:30.016 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:30.017 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:30.018 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:30.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:29 smithi045 ceph-mon[96877]: pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:31.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:30 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4095192195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:31.381 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:31.381 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:32.017 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:32.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:31 smithi045 ceph-mon[96877]: pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:33.512 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:33.513 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:33.515 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:34.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:33 smithi045 ceph-mon[96877]: pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:34.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3036008052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:34.901 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:34.902 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:35.530 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:36.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:35 smithi045 ceph-mon[96877]: pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:36.979 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:36.980 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:36.982 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:37 smithi045 ceph-mon[96877]: pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:37 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3345951472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:38.396 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:38.397 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:39.024 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:40.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:39 smithi045 ceph-mon[96877]: pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:40.459 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:40.459 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:40.461 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:41.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3251080536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:41.908 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:41.909 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:42.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:41 smithi045 ceph-mon[96877]: pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:42.541 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:44.045 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:44.046 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:44.048 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:44.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:43 smithi045 ceph-mon[96877]: pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:45.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2580724326' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:45.419 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:45.420 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:46.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:45 smithi045 ceph-mon[96877]: pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:46.064 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:47.589 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:47.590 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:47.591 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:47 smithi045 ceph-mon[96877]: pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:48.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:48 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3333897635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:48.942 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:48.943 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:49.580 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:49 smithi045 ceph-mon[96877]: pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:51.084 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:51.085 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:51.086 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:52.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:51 smithi045 ceph-mon[96877]: pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:52.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:51 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3032350717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:52.558 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:52.559 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:53.196 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:54.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:53 smithi045 ceph-mon[96877]: pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:54.644 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:54.645 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:54.646 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:56.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:55 smithi045 ceph-mon[96877]: pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:56.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:55 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2759577650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:56.179 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:56.180 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:56.821 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:50:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:57 smithi045 ceph-mon[96877]: pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:50:58.289 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:50:58.290 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:50:58.291 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:50:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2612699576' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:50:59.693 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:50:59.694 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:50:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:50:59 smithi045 ceph-mon[96877]: pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:00.330 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:01.691 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:01.692 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:01.693 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:02.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:01 smithi045 ceph-mon[96877]: pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:03.000 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:03.000 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:03.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:02 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3923244191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:03.624 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:04.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:03 smithi045 ceph-mon[96877]: pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:05.125 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:05.125 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:05.126 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:06.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:05 smithi045 ceph-mon[96877]: pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:06.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2667897746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:06.492 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:06.492 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:07.121 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:07 smithi045 ceph-mon[96877]: pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:08.612 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:08.613 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:08.614 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:09.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:08 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/362206138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:09.989 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:09.990 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:10.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:09 smithi045 ceph-mon[96877]: pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:10.622 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:12.017 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:12.017 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:12.020 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:12.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:11 smithi045 ceph-mon[96877]: pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:13.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/510587162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:13.409 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:13.410 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:14.051 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:14.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:13 smithi045 ceph-mon[96877]: pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:15.559 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:15.560 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:15.562 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:16.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:15 smithi045 ceph-mon[96877]: pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:16.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1001198442' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:16.919 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:16.920 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:17.547 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:17.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:17 smithi045 ceph-mon[96877]: pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:19.041 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:19.041 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:19.043 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:20.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:19 smithi045 ceph-mon[96877]: pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:20.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1527268162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:20.439 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:20.440 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:21.075 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:22.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:21 smithi045 ceph-mon[96877]: pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:22.581 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:22.581 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:22.583 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:23.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:22 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/499942807' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:23.949 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:23.950 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:23.990 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:23.991 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:51:23.991 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:51:23.991 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:51:23.991 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:51:23.991 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:51:23.992 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:51:24.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:51:23.989+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:51:24.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:51:24.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:51:24.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:51:24.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:51:24.306 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:51:24.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:51:24.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:51:24.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:51:24.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:51:24.307 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:51:24.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:51:24.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:51:24.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:51:24.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:51:24.308 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:51:24.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:51:24.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:51:24.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:51:24.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:51:24.309 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:51:24.565 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:25.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:25.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:51:25.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:51:25.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:51:25.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:51:25.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:51:25.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:51:25.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:24 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:51:25.555 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:51:25.269+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:51:25.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:51:25.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:51:25.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:51:25.556 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:51:25.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:51:25.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:51:25.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:51:25.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:51:25.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:51:25.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:51:25.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:51:25.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:51:25.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:51:25.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:51:25.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:51:25.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:51:25.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:51:25.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:51:25.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:51:25.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:51:26.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:51:26.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:51:26.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:51:26.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:51:26.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:51:26.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:51:26.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:51:26.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:51:26.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:51:26.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:51:26.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:51:26.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:51:26.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:51:26.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:51:26.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:51:26.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:51:26.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:51:26.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:51:26.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:51:26.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:51:26.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:51:26.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:51:26.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:51:26.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:51:26.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:51:26.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:51:26.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:25 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:51:26.087 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:26.088 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:26.090 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:26.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-mon[96877]: pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:26.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:51:26.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:51:26.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:51:26.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:51:26.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:51:26.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:51:26.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:51:26.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:51:26.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:51:26.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:51:26.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:51:26.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:51:26.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:51:26.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:51:26.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:51:26.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:51:26.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:51:26.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:51:26.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:51:26.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:51:26.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:51:26.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:51:26.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1366308514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:26.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:51:26.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:51:26.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:51:26.463+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:51:26.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:51:26.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:51:26.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:51:26.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:51:26.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:51:26.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:51:26.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:51:26.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:51:26.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:51:26.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:51:26.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:51:26.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:51:26.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:51:26.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:51:26.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:51:26.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:51:26.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:51:26.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:51:26.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:51:26.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:51:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:51:27.536 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:27.537 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:28.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:51:28.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:51:28.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:51:28.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:51:28.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:51:28.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:51:28.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:51:28.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:51:28.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:51:28.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:51:28.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:51:28.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:51:28.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:51:28.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:51:28.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:51:28.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:51:28.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:51:28.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:51:28.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:51:28.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:51:28.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:51:28.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:51:28.061 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:51:28.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:28.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:51:28.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:51:28.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:51:28.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:27 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:51:28.154 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:29.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:28 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:51:29.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:28 smithi045 ceph-mon[96877]: pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:29.636 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:29.636 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:29.638 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:30.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:29 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1193886281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:31.020 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:31.020 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:31.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:30 smithi045 ceph-mon[96877]: pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:31.641 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:33.144 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:33.144 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:33.146 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:33.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:33 smithi045 ceph-mon[96877]: pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:33.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/158733382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:34.602 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:34.602 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:35.237 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:35.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:35 smithi045 ceph-mon[96877]: pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:36.708 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:36.708 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:36.709 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:37 smithi045 ceph-mon[96877]: pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:37.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:37 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2470270318' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:38.108 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:38.108 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:38.733 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:39.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:39 smithi045 ceph-mon[96877]: pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:40.192 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:40.193 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:40.194 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:40.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4189921133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:41.698 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:41.699 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:41.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:41 smithi045 ceph-mon[96877]: pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:42.354 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:43.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:43 smithi045 ceph-mon[96877]: pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:43.835 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:43.836 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:43.837 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:44.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2692655331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:45.330 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:45.331 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:45.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:45 smithi045 ceph-mon[96877]: pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:45.862 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:47.337 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:47.338 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:47.339 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:47.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:47 smithi045 ceph-mon[96877]: pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:48.748 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:48.748 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:48.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:48 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/484857934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:49.384 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:49.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:49 smithi045 ceph-mon[96877]: pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:50.861 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:50.862 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:50.863 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:51 smithi045 ceph-mon[96877]: pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:51.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:51 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1824950315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:52.267 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:52.267 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:52.903 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:53.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:53 smithi045 ceph-mon[96877]: pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:54.368 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:54.369 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:54.370 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:54.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:54 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3515716006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:55.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:55 smithi045 ceph-mon[96877]: pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:55.986 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:55.986 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:56.614 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:51:57.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:57 smithi045 ceph-mon[96877]: pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:51:58.113 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:51:58.113 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:51:58.115 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:51:58.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2879597826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:51:59.495 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:51:59.496 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:51:59.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:51:59 smithi045 ceph-mon[96877]: pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:00.129 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:01.633 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:01.634 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:01.636 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:01.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:01 smithi045 ceph-mon[96877]: pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:02.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:02 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1768619801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:03.109 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:03.110 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:03.740 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:03.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:03 smithi045 ceph-mon[96877]: pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:05.213 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:05.214 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:05.215 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:05.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:05 smithi045 ceph-mon[96877]: pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:05.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3177657039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:06.710 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:06.711 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:07.345 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:07.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:07 smithi045 ceph-mon[96877]: pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:08.806 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:08.807 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:08.809 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:09.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:09 smithi045 ceph-mon[96877]: pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:09.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:09 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1916238411' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:10.214 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:10.215 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:10.842 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:11.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:11 smithi045 ceph-mon[96877]: pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:12.264 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:12.264 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:12.266 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:12.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1025991863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:13.704 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:13.704 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:13.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:13 smithi045 ceph-mon[96877]: pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:14.327 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:15.717 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:15.717 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:15.719 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:15.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:15 smithi045 ceph-mon[96877]: pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:16.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:16 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/415042201' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:17.116 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:17.116 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:17.741 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:17.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:17 smithi045 ceph-mon[96877]: pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:19.220 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:19.221 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:19.222 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:19.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:19 smithi045 ceph-mon[96877]: pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:19.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4162289741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:20.620 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:20.621 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:21.250 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:21.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:21 smithi045 ceph-mon[96877]: pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:22.700 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:22.701 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:22.702 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:23.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:23 smithi045 ceph-mon[96877]: pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:23.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:23 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2132702020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:24.116 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:24.116 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:24.751 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:25.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:25 smithi045 ceph-mon[96877]: pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:26.220 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:26.221 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:26.222 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:26.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:26 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/771630841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:27.629 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:27.629 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:27.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:27.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:52:27.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:52:27.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:52:27.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:52:27.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:27.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:52:27.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:52:27.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:52:27.807 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:27 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:52:28.252 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:29.720 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:52:29.422+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:52:29.721 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:52:29.721 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:52:29.722 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:52:29.722 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:52:29.722 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:52:29.722 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:52:29.723 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:52:29.723 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:52:29.723 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:52:29.724 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:52:29.724 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:52:29.724 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:52:29.725 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:52:29.725 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:52:29.725 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:52:29.725 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:52:29.725 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:52:29.726 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:52:29.726 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:52:29.726 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:52:29.922 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:29.922 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:29.924 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:30.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:52:30.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-mon[96877]: pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:30.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:52:30.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:52:30.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:52:30.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:29 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:52:30.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:52:30.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:52:30.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:52:30.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:52:30.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:52:30.806 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:52:30.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:52:30.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:52:30.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:52:30.807 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:52:30.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:52:30.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:52:30.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:52:30.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:52:30.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:52:30.808 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:52:30.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:52:30.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:52:30.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:52:30.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:52:30.809 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:52:30.810 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:52:30.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3031123936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:30.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]: dispatch 2023-10-31T06:52:30.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi098"}]': finished 2023-10-31T06:52:30.810 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:52:30.811 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:52:30.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:52:30.477+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:52:30.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:52:30.811 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:52:30.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi098 ... 2023-10-31T06:52:30.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:52:30.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:52:30.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:52:30.812 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:52:30.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:52:30.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:52:30.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:52:30.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:52:30.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:52:30.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:52:30.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:52:30.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:52:30.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:52:30.814 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:52:30.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:52:30.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:52:30.815 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:30 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:52:31.417 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:31.417 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:32.054 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:32.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi098 on smithi098 2023-10-31T06:52:32.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi098 2023-10-31T06:52:32.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-mon[96877]: Failed while placing agent.smithi098 on smithi098: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:52:32.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:52:32.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:52:32.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi098 ... 2023-10-31T06:52:32.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:52:32.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:52:32.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service failed because the control process exited with error code. 2023-10-31T06:52:32.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service" and "journalctl -xe" for details. 2023-10-31T06:52:32.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:52:32.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:52:32.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:52:32.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:52:32.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:52:32.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:52:32.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:52:32.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:52:32.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:52:32.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:52:32.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:52:32.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:52:32.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi098.service 2023-10-31T06:52:32.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-mon[96877]: pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:32.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]: dispatch 2023-10-31T06:52:32.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi045"}]': finished 2023-10-31T06:52:32.060 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:52:31.604+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:52:32.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:52:32.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:52:32.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi045 ... 2023-10-31T06:52:32.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:52:32.061 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:52:32.062 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:52:32.062 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:52:32.062 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:52:32.062 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:52:32.062 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:52:32.063 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:52:32.063 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:52:32.063 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:52:32.063 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:52:32.063 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:52:32.063 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:52:32.064 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:52:32.064 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:52:32.064 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:52:32.064 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:52:31 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:52:33.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi045 on smithi045 2023-10-31T06:52:33.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi045 2023-10-31T06:52:33.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Failed while placing agent.smithi045 on smithi045: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:52:33.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:52:33.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:52:33.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi045 ... 2023-10-31T06:52:33.056 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service 2023-10-31T06:52:33.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:52:33.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:52:33.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:52:33.057 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:52:33.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:52:33.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:52:33.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:52:33.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:52:33.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:52:33.058 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:52:33.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:52:33.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:52:33.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:52:33.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-31T06:52:33.059 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service: Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service failed because the control process exited with error code. 2023-10-31T06:52:33.060 INFO:journalctl@ceph.mon.a.smithi045.stdout: See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi045.service" and "journalctl -xe" for details. 2023-10-31T06:52:33.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:33.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:52:33.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:52:33.060 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:52:33.061 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:32 smithi045 ceph-mon[96877]: Health check failed: Failed to place 3 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:52:33.559 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:33.559 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:33.561 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:34.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:33 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:52:34.305 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:33 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/974047225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:34.306 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:33 smithi045 ceph-mon[96877]: pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:34.932 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:34.932 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:35.568 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:37.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:36 smithi045 ceph-mon[96877]: pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:37.069 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:37.070 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:37.071 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:38.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:37 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1050574256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:38.451 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:38.452 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:39.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:38 smithi045 ceph-mon[96877]: pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:39.086 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:40.578 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:40.578 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:40.580 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:41.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:40 smithi045 ceph-mon[96877]: pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:41.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/370586609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:42.073 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:42.074 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:42.694 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:42.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:42 smithi045 ceph-mon[96877]: pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:44.146 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:44.146 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:44.148 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:45.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:44 smithi045 ceph-mon[96877]: pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:45.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1972885882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:45.559 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:45.560 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:46.181 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:47.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:46 smithi045 ceph-mon[96877]: pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:47.673 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:47.674 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:47.676 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:49.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:48 smithi045 ceph-mon[96877]: pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:49.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:48 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1535040766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:49.056 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:49.056 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:49.695 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:51.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:50 smithi045 ceph-mon[96877]: pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:51.110 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:51.110 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:51.112 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:52.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:51 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/164838418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:52.666 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:52.667 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:53.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:52 smithi045 ceph-mon[96877]: pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:53.296 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:54.800 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:54.801 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:54.802 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:55.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:54 smithi045 ceph-mon[96877]: pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:56.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:55 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/612981487' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:56.175 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:56.175 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:52:56.803 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:52:57.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:56 smithi045 ceph-mon[96877]: pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:58.174 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:52:58.174 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:52:58.176 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:52:59.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:58 smithi045 ceph-mon[96877]: pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:52:59.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:52:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1618661614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:52:59.584 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:52:59.585 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:00.218 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:01.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:00 smithi045 ceph-mon[96877]: pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:01.610 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:01.610 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:01.612 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:02.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:02 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/721247708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:02.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:02 smithi045 ceph-mon[96877]: pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:02.993 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:02.993 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:03.620 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:05.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:04 smithi045 ceph-mon[96877]: pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:05.113 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:05.114 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:05.116 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:06.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1580720617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:06.587 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:06.588 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:07.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:06 smithi045 ceph-mon[96877]: pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:07.222 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:08.703 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:08.703 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:08.705 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:09.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:08 smithi045 ceph-mon[96877]: pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:10.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:09 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2747128303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:10.104 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:10.105 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:10.741 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:11.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:10 smithi045 ceph-mon[96877]: pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:12.135 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:12.136 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:12.138 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:12.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:12 smithi045 ceph-mon[96877]: pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:12.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2942918197' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:13.529 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:13.530 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:14.158 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:15.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:14 smithi045 ceph-mon[96877]: pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:15.630 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:15.631 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:15.632 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:16.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:15 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/52699286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:17.025 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:17.026 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:17.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:16 smithi045 ceph-mon[96877]: pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:17.659 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:19.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:18 smithi045 ceph-mon[96877]: pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:19.161 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:19.161 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:19.163 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:20.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3228079012' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:20.639 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:20.639 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:21.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:20 smithi045 ceph-mon[96877]: pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:21.264 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:22.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:22 smithi045 ceph-mon[96877]: pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:22.860 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:22.860 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:22.862 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:23.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:23 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2813667464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:24.336 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:24.337 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:24.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:24 smithi045 ceph-mon[96877]: pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:24.982 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:26.484 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:26.484 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:26.486 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:27.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:26 smithi045 ceph-mon[96877]: pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:27.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:26 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/555747619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:27.865 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:27.865 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:28.491 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:29.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:28 smithi045 ceph-mon[96877]: pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:29.995 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:29.996 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:29.997 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:31.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:30 smithi045 ceph-mon[96877]: pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:31.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:30 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2141049657' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:31.375 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:31.376 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:31.999 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:32.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:32 smithi045 ceph-mon[96877]: pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:32.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-31T06:53:32.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:53:32.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:32 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:53:33.528 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:33.528 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:33.530 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:34.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:53:34.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2023-10-31T06:53:34.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3592375938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:34.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:34.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:53:34.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-10-31T06:53:34.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-31T06:53:34.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-31T06:53:34.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:53:34.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]: dispatch 2023-10-31T06:53:34.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:34 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi123", "caps": []}]': finished 2023-10-31T06:53:34.975 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:34.976 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:35.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-mon[96877]: pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:35.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-mon[96877]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 3 daemon(s)) 2023-10-31T06:53:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-mon[96877]: Cluster is now healthy 2023-10-31T06:53:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-mon[96877]: Deploying daemon agent.smithi123 on smithi123 2023-10-31T06:53:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]: dispatch 2023-10-31T06:53:35.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi123"}]': finished 2023-10-31T06:53:35.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:53:35.164+0000 7fafacb84700 -1 log_channel(cephadm) log [ERR] : Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:53:35.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: For information regarding the latest stable release: 2023-10-31T06:53:35.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:53:35.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Deploy daemon agent.smithi123 ... 2023-10-31T06:53:35.557 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:53:35.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:53:35.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:53:35.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:53:35.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: Traceback (most recent call last): 2023-10-31T06:53:35.558 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:53:35.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: "__main__", mod_spec) 2023-10-31T06:53:35.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:53:35.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: exec(code, run_globals) 2023-10-31T06:53:35.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:53:35.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:53:35.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:53:35.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:53:35.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:53:35.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:53:35.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:53:35.561 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:53:35 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:53:35.622 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:36.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: Removing key for client.agent.smithi123 2023-10-31T06:53:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: Failed while placing agent.smithi123 on smithi123: cephadm exited with an error code: 1, stderr: This is a development version of cephadm. 2023-10-31T06:53:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: For information regarding the latest stable release: 2023-10-31T06:53:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: https://docs.ceph.com/docs/reef/cephadm/install 2023-10-31T06:53:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Deploy daemon agent.smithi123 ... 2023-10-31T06:53:36.556 INFO:journalctl@ceph.mon.a.smithi045.stdout: Non-zero exit code 1 from systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:53:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Unit /etc/systemd/system/ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service is added as a dependency to a non-existent unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7.target. 2023-10-31T06:53:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr Job for ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service failed because the control process exited with error code. 2023-10-31T06:53:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: systemctl: stderr See "systemctl status ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service" and "journalctl -xe" for details. 2023-10-31T06:53:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2023-10-31T06:53:36.557 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-31T06:53:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: "__main__", mod_spec) 2023-10-31T06:53:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-31T06:53:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: exec(code, run_globals) 2023-10-31T06:53:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7610, in 2023-10-31T06:53:36.558 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 7598, in main 2023-10-31T06:53:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5157, in command_deploy_from 2023-10-31T06:53:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 5187, in _common_deploy 2023-10-31T06:53:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 2924, in deploy_daemon 2023-10-31T06:53:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/__main__.py", line 3549, in deploy_daemon_unit 2023-10-31T06:53:36.559 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/tmp/tmp34btlenq.cephadm.build/cephadmlib/call_wrappers.py", line 310, in call_throws 2023-10-31T06:53:36.560 INFO:journalctl@ceph.mon.a.smithi045.stdout: RuntimeError: Failed command: systemctl enable --now ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@agent.smithi123.service 2023-10-31T06:53:36.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:36.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: Filtered out host smithi045: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:53:36.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: Filtered out host smithi098: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:53:36.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: Filtered out host smithi123: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2023-10-31T06:53:36.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2023-10-31T06:53:36.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2023-10-31T06:53:36.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:36 smithi045 ceph-mon[96877]: Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-10-31T06:53:37.086 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:37.086 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:37.088 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:37 smithi045 ceph-mon[96877]: Reconfiguring daemon agent.smithi045 on smithi045 2023-10-31T06:53:37.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:37 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2023-10-31T06:53:37.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:37 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2023-10-31T06:53:37.806 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:37 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2678449924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:38.481 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:38.482 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:39.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:38 smithi045 ceph-mon[96877]: pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:39.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:38 smithi045 ceph-mon[96877]: Reconfiguring daemon agent.smithi098 on smithi098 2023-10-31T06:53:39.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:38 smithi045 ceph-mon[96877]: from='mgr.14152 172.21.15.45:0/4187628372' entity='mgr.a' 2023-10-31T06:53:39.102 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:40.564 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:40.565 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:40.566 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:41.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:40 smithi045 ceph-mon[96877]: pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:41.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:40 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1293114748' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:41.979 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:41.980 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:42.612 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:43.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:42 smithi045 ceph-mon[96877]: pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:44.080 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:44.081 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:44.082 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:45.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:44 smithi045 ceph-mon[96877]: pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:45.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:44 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/2325952906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:45.480 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:45.481 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:46.113 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:47.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:46 smithi045 ceph-mon[96877]: pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:47.615 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:47.615 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:47.617 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:48.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:47 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1275221500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:49.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:48 smithi045 ceph-mon[96877]: pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:49.104 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:49.105 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:49.732 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:51.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:50 smithi045 ceph-mon[96877]: pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:51.205 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:51.205 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:51.207 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:52.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:51 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1807489393' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:52.698 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:52.699 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:53.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:52 smithi045 ceph-mon[96877]: pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:53.340 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:54.874 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:54.875 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:54.876 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:55.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:54 smithi045 ceph-mon[96877]: pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:56.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:55 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1741288025' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:56.412 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:56.413 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:53:57.038 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:53:57.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:56 smithi045 ceph-mon[96877]: pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:58.506 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:53:58.507 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:53:58.509 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:53:59.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:58 smithi045 ceph-mon[96877]: pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:53:59.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:53:58 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/4240032369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:53:59.905 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:53:59.906 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:00.535 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:01.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:00 smithi045 ceph-mon[96877]: pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:02.029 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:02.029 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:02.031 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:03.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:02 smithi045 ceph-mon[96877]: pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:03.056 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:02 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1011658990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:03.412 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:54:03.413 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:04.037 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:05.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:04 smithi045 ceph-mon[96877]: pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:05.539 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:05.540 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:05.541 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:06.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:05 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/338041533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:06.902 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:54:06.903 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:07.057 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:06 smithi045 ceph-mon[96877]: pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:07.541 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:09.016 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:09.016 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:09.018 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:09.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:08 smithi045 ceph-mon[96877]: pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:10.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:09 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/659820782' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:10.423 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:54:10.424 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:11.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:10 smithi045 ceph-mon[96877]: pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:11.058 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:12.518 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:12.519 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:12.520 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:13.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:12 smithi045 ceph-mon[96877]: pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:13.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:12 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3685652702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:13.918 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:54:13.918 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:14.543 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:15.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:14 smithi045 ceph-mon[96877]: pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:16.045 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:16.046 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:16.047 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:17.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:16 smithi045 ceph-mon[96877]: pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:17.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:16 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3103534535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:17.419 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:54:17.420 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:18.039 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:19.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:18 smithi045 ceph-mon[96877]: pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:19.507 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:19.508 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:19.510 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:20.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:19 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/1519463469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:20.916 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-10-31T06:54:20.917 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:fcc751a494aeedbeb6237860a239d39dfe5b98d4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 -- ceph mon dump -f json 2023-10-31T06:54:21.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:20 smithi045 ceph-mon[96877]: pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:21.550 INFO:teuthology.orchestra.run.smithi123.stderr:Inferring config /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/config/ceph.conf 2023-10-31T06:54:23.022 INFO:teuthology.orchestra.run.smithi123.stdout: 2023-10-31T06:54:23.022 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":1,"fsid":"7567f3dc-77b8-11ee-8db9-212e2dc638e7","modified":"2023-10-31T06:42:04.434340Z","created":"2023-10-31T06:42:04.434340Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-31T06:54:23.024 INFO:teuthology.orchestra.run.smithi123.stderr:dumped monmap epoch 1 2023-10-31T06:54:23.055 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:22 smithi045 ceph-mon[96877]: pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-31T06:54:23.431 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 828, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-10-31T06:54:23.432 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-31T06:54:23.432 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-31T06:54:23.457 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-31T06:54:23.484 DEBUG:teuthology.orchestra.run.smithi123:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-31T06:54:23.502 INFO:tasks.cephadm:Stopping all daemons... 2023-10-31T06:54:23.502 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-10-31T06:54:23.503 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a 2023-10-31T06:54:23.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:23 smithi045 systemd[1]: Stopping Ceph mon.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7... 2023-10-31T06:54:23.805 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:23 smithi045 ceph-mon[96877]: from='client.? 172.21.15.123:0/3557249448' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-31T06:54:24.130 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mon-a[96853]: 2023-10-31T06:54:23.877+0000 7f1235c8e700 -1 received signal: Terminated from /dev/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 2023-10-31T06:54:24.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:23 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mon-a[96853]: 2023-10-31T06:54:23.877+0000 7f1235c8e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-31T06:54:24.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Oct 31 06:54:24 smithi045 bash[106808]: ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mon-a 2023-10-31T06:54:24.323 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.a.service' 2023-10-31T06:54:24.372 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-31T06:54:24.373 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-10-31T06:54:24.373 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2023-10-31T06:54:24.374 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b 2023-10-31T06:54:24.425 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b.service: Unit ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b.service not loaded. 2023-10-31T06:54:24.427 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-10-31T06:54:24.428 ERROR:tasks.cephadm:Failed to stop "ceph.mon.b" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 702, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 828, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 721, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo systemctl stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b' 2023-10-31T06:54:24.428 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-31T06:54:24.431 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi045/crash 2023-10-31T06:54:24.432 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/crash -- . 2023-10-31T06:54:24.477 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi098/crash 2023-10-31T06:54:24.478 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/crash -- . 2023-10-31T06:54:24.526 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi123/crash 2023-10-31T06:54:24.527 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/lib/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/crash -- . 2023-10-31T06:54:24.583 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-31T06:54:24.584 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-31T06:54:24.613 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph.log: No such file or directory 2023-10-31T06:54:24.614 INFO:tasks.cephadm:Compressing logs... 2023-10-31T06:54:24.615 DEBUG:teuthology.orchestra.run.smithi045:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-31T06:54:24.657 DEBUG:teuthology.orchestra.run.smithi098:> 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 -- 2023-10-31T06:54:24.660 DEBUG:teuthology.orchestra.run.smithi123:> 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 -- 2023-10-31T06:54:24.683 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-31T06:54:24.683 INFO:teuthology.orchestra.run.smithi045.stderr:: No such file or directory 2023-10-31T06:54:24.683 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph-mgr.a.log 2023-10-31T06:54:24.684 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph-mon.a.log 2023-10-31T06:54:24.687 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph-mgr.a.log: /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph-mon.a.log: 69.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-31T06:54:24.688 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-31T06:54:24.688 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-31T06:54:24.691 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: 63.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-31T06:54:24.692 INFO:teuthology.orchestra.run.smithi123.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-31T06:54:24.692 INFO:teuthology.orchestra.run.smithi123.stderr:: No such file or directory 2023-10-31T06:54:24.693 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-10-31T06:54:24.694 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.017s 2023-10-31T06:54:24.694 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.011s 2023-10-31T06:54:24.694 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.015s 2023-10-31T06:54:24.698 INFO:teuthology.orchestra.run.smithi123.stderr:/var/log/ceph/cephadm.log: 82.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-31T06:54:24.699 INFO:teuthology.orchestra.run.smithi123.stderr: 2023-10-31T06:54:24.700 INFO:teuthology.orchestra.run.smithi123.stderr:real 0m0.020s 2023-10-31T06:54:24.700 INFO:teuthology.orchestra.run.smithi123.stderr:user 0m0.017s 2023-10-31T06:54:24.700 INFO:teuthology.orchestra.run.smithi123.stderr:sys 0m0.012s 2023-10-31T06:54:24.749 INFO:teuthology.orchestra.run.smithi045.stderr: 91.9% -- replaced with /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph-mgr.a.log.gz 2023-10-31T06:54:24.901 INFO:teuthology.orchestra.run.smithi045.stderr: 90.0% -- replaced with /var/log/ceph/7567f3dc-77b8-11ee-8db9-212e2dc638e7/ceph-mon.a.log.gz 2023-10-31T06:54:24.902 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-31T06:54:24.903 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.231s 2023-10-31T06:54:24.903 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.296s 2023-10-31T06:54:24.903 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.014s 2023-10-31T06:54:24.904 INFO:tasks.cephadm:Archiving logs... 2023-10-31T06:54:24.904 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi045/log 2023-10-31T06:54:24.906 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-31T06:54:25.025 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi098/log 2023-10-31T06:54:25.026 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-31T06:54:25.061 DEBUG:teuthology.misc:Transferring archived files from smithi123:/var/log/ceph to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi123/log 2023-10-31T06:54:25.063 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-31T06:54:25.099 INFO:tasks.cephadm:Removing cluster... 2023-10-31T06:54:25.100 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 --force 2023-10-31T06:54:25.427 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:54:26.055 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:54:25 smithi045 systemd[1]: Stopping Ceph mgr.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7... 2023-10-31T06:54:26.450 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:54:26 smithi045 ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a[97122]: 2023-10-31T06:54:26.143+0000 7fb01a5ff700 -1 received signal: Terminated from /dev/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 2023-10-31T06:54:26.705 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:54:26 smithi045 bash[107115]: ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7-mgr-a 2023-10-31T06:54:26.706 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:54:26 smithi045 systemd[1]: ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mgr.a.service: Succeeded. 2023-10-31T06:54:26.706 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Oct 31 06:54:26 smithi045 systemd[1]: Stopped Ceph mgr.a for 7567f3dc-77b8-11ee-8db9-212e2dc638e7. 2023-10-31T06:54:27.178 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 --force 2023-10-31T06:54:27.518 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:54:28.095 DEBUG:teuthology.orchestra.run.smithi123:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567f3dc-77b8-11ee-8db9-212e2dc638e7 --force 2023-10-31T06:54:28.432 INFO:teuthology.orchestra.run.smithi123.stdout:Deleting cluster with fsid: 7567f3dc-77b8-11ee-8db9-212e2dc638e7 2023-10-31T06:54:29.018 INFO:tasks.cephadm:Removing cephadm ... 2023-10-31T06:54:29.019 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-31T06:54:29.042 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-31T06:54:29.063 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-31T06:54:29.081 INFO:tasks.cephadm:Teardown complete 2023-10-31T06:54:29.082 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 702, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 828, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 721, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo systemctl stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b' 2023-10-31T06:54:29.157 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ff0c4412a55747b1a4e27058ae8c81a0 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 702, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 828, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_fcc751a494aeedbeb6237860a239d39dfe5b98d4/qa/tasks/cephadm.py", line 721, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo systemctl stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b' 2023-10-31T06:54:29.162 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-31T06:54:29.171 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-10-31T06:54:29.218 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... 2023-10-31T06:54:29.219 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-31T06:54:29.242 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-31T06:54:29.245 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-10-31T06:54:29.351 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-31T06:54:29.360 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-31T06:54:29.361 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-31T06:54:29.363 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-31T06:54:29.367 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-31T06:54:29.380 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-10-31T06:54:29.383 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-10-31T06:54:29.384 INFO:teuthology.orchestra.run.smithi123.stderr:bash: ntpq: command not found 2023-10-31T06:54:29.386 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-31T06:54:29.387 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-10-31T06:54:29.387 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 +1699us[+1699us] +/- 73ms 2023-10-31T06:54:29.387 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 377 17 -1207us[-1194us] +/- 76ms 2023-10-31T06:54:29.388 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 -44us[ -44us] +/- 73ms 2023-10-31T06:54:29.388 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:54:29.390 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-31T06:54:29.390 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-10-31T06:54:29.391 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 13 +1714us[+1714us] +/- 73ms 2023-10-31T06:54:29.391 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 377 16 -1197us[-1176us] +/- 76ms 2023-10-31T06:54:29.391 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 -35us[ -35us] +/- 73ms 2023-10-31T06:54:29.392 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:54:29.392 INFO:teuthology.orchestra.run.smithi123.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-31T06:54:29.392 INFO:teuthology.orchestra.run.smithi123.stdout:=============================================================================== 2023-10-31T06:54:29.393 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +1590us[+1706us] +/- 73ms 2023-10-31T06:54:29.393 INFO:teuthology.orchestra.run.smithi123.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 -1317us[-1201us] +/- 76ms 2023-10-31T06:54:29.393 INFO:teuthology.orchestra.run.smithi123.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 -148us[ -148us] +/- 73ms 2023-10-31T06:54:29.394 INFO:teuthology.orchestra.run.smithi123.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-31T06:54:29.394 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-31T06:54:29.404 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-31T06:54:29.405 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-31T06:54:29.435 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-31T06:54:29.539 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:54:29.635 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:54:29.731 DEBUG:teuthology.orchestra.run.smithi045:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-31T06:54:29.765 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:54:29.766 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:54:29.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:54:29.800 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:54:29.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:54:29.834 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-31T06:54:29.844 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-31T06:54:29.885 INFO:teuthology.task.internal:Duration was 1780.768672 seconds 2023-10-31T06:54:29.885 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-31T06:54:29.935 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-31T06:54:29.936 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-31T06:54:29.939 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-31T06:54:29.942 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-31T06:54:29.987 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-31T06:54:29.989 INFO:teuthology.orchestra.run.smithi123.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-31T06:54:29.989 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-31T06:54:30.354 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-31T06:54:30.354 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-10-31T06:54:30.355 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-31T06:54:30.379 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-10-31T06:54:30.380 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:54:30.404 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi123.front.sepia.ceph.com 2023-10-31T06:54:30.404 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:54:30.427 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-31T06:54:30.428 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-31T06:54:30.430 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-31T06:54:30.446 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-31T06:54:30.515 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-31T06:54:30.516 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-31T06:54:30.519 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-31T06:54:30.529 DEBUG:teuthology.orchestra.run.smithi123:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-31T06:54:30.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-31T06:54:30.637 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-31T06:54:30.638 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-31T06:54:30.666 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-31T06:54:30.693 DEBUG:teuthology.orchestra.run.smithi123:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-31T06:54:30.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-31T06:54:30.731 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-31T06:54:30.733 DEBUG:teuthology.orchestra.run.smithi098:> 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 2023-10-31T06:54:30.736 DEBUG:teuthology.orchestra.run.smithi123:> 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 2023-10-31T06:54:30.758 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-10-31T06:54:30.759 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-10-31T06:54:30.787 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = core 2023-10-31T06:54:30.812 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-31T06:54:30.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:54:30.836 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-31T06:54:30.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:54:30.856 DEBUG:teuthology.orchestra.run.smithi123:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-31T06:54:30.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-31T06:54:30.873 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-31T06:54:30.881 INFO:teuthology.task.internal:Transferring archived files... 2023-10-31T06:54:30.882 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi045 2023-10-31T06:54:30.883 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-31T06:54:30.924 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi098 2023-10-31T06:54:30.925 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-31T06:54:30.961 DEBUG:teuthology.misc:Transferring archived files from smithi123:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767/remote/smithi123 2023-10-31T06:54:30.962 DEBUG:teuthology.orchestra.run.smithi123:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-31T06:54:31.002 INFO:teuthology.task.internal:Removing archive directory... 2023-10-31T06:54:31.002 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-31T06:54:31.005 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-31T06:54:31.007 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-31T06:54:31.052 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-31T06:54:31.063 INFO:teuthology.task.internal:Not uploading archives. 2023-10-31T06:54:31.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-31T06:54:31.094 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-31T06:54:31.095 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-31T06:54:31.098 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-31T06:54:31.100 DEBUG:teuthology.orchestra.run.smithi123:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-31T06:54:31.112 INFO:teuthology.orchestra.run.smithi045.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 31 06:54 /home/ubuntu/cephtest 2023-10-31T06:54:31.114 INFO:teuthology.orchestra.run.smithi098.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 31 06:54 /home/ubuntu/cephtest 2023-10-31T06:54:31.116 INFO:teuthology.orchestra.run.smithi123.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 31 06:54 /home/ubuntu/cephtest 2023-10-31T06:54:31.118 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-31T06:54:31.145 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-31T06:54:31.245 INFO:teuthology.nuke:Checking targets against current locks 2023-10-31T06:54:31.273 DEBUG:teuthology.nuke:shortname: smithi045 2023-10-31T06:54:31.273 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-31T06:54:31.298 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-31 06:19:21.565676', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-31T06:54:31.303 DEBUG:teuthology.nuke:shortname: smithi098 2023-10-31T06:54:31.303 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-31T06:54:31.327 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-31 06:19:21.563064', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-31T06:54:31.332 DEBUG:teuthology.nuke:shortname: smithi123 2023-10-31T06:54:31.333 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-31T06:54:31.357 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-10-31_04:11:54-orch:cephadm-wip-adk-testing-2023-10-30-1928-distro-default-smithi/7441767', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-31 06:19:21.564504', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-31T06:54:31.368 INFO:teuthology.orchestra.console.smithi045:Power off 2023-10-31T06:54:31.369 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-31T06:54:31.394 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-10-31T06:54:31.395 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:31.416 INFO:teuthology.orchestra.console.smithi098:Power off 2023-10-31T06:54:31.417 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-31T06:54:31.430 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-10-31T06:54:31.441 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-10-31T06:54:31.441 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:31.460 INFO:teuthology.orchestra.console.smithi123:Power off 2023-10-31T06:54:31.460 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-31T06:54:31.471 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-10-31T06:54:31.485 DEBUG:teuthology.orchestra.console.smithi123:power off output: Chassis Power Control: Down/Off 2023-10-31T06:54:31.486 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:31.508 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-31T06:54:35.432 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:35.474 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:35.509 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:35.544 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-10-31T06:54:35.588 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-10-31T06:54:35.620 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-31T06:54:39.549 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:39.589 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:39.622 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:39.660 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-10-31T06:54:39.701 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-10-31T06:54:39.732 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is on 2023-10-31T06:54:39.762 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-10-31T06:54:39.802 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-10-31T06:54:43.734 DEBUG:teuthology.orchestra.console.smithi123:pexpect command: ipmitool -H smithi123.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-31T06:54:43.844 DEBUG:teuthology.orchestra.console.smithi123:check power output: Chassis Power is off 2023-10-31T06:54:43.945 INFO:teuthology.orchestra.console.smithi123:Power off completed 2023-10-31T06:54:44.050 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 1780.7686717510223 failure_reason: 'Command failed on smithi098 with status 5: ''sudo systemctl stop ceph-7567f3dc-77b8-11ee-8db9-212e2dc638e7@mon.b''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ff0c4412a55747b1a4e27058ae8c81a0 status: fail success: false 2023-10-31T06:54:44.051 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-31T06:54:44.131 INFO:teuthology.run:FAIL