2024-09-11T07:37:55.223 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T07:37:55.238 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:37:55.733 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233 branch: wip-guits-quincy-2024-09-10-2008-quincy description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false job_id: '7901233' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-quincy-2024-09-10-2008-quincy ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-quincy-2024-09-10-2008-quincy sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 owner: scheduled_gabrioux@teuthology priority: 70 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: 2282 sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-quincy-2024-09-10-2008-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 targets: smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCM1yVREBjSX6SevZOkIeJIXgefwD+y4W5Ir9ldsChkuaNGIuwTItv3IT4ily6Lt8v9UIfOk8ywnlAMPn1LFiGQ= smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHmr+GLVn0YxTSejYsRCA0BSklBkydqN582YLtrsyZSWKQ4tQBl/kNdnpSce1FRAze2RS7XLsO9MVIfDqdXdvXU= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPFZmOoYWhcyYem4eULrXUzUuaOvKs4vaKhXsSPrGFStlS7LeYNBulNpYVmIaHkdAKsavyeoPBBuB7+oaFAtEnY= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.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 0x7fccd7d13ac0>, signals=[15]) 2024-09-11T07:37:56.116 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T07:37:56.122 INFO:teuthology.task.internal:Opening connections... 2024-09-11T07:37:56.122 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-09-11T07:37:56.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:37:56.201 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-09-11T07:37:56.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:37:56.281 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-09-11T07:37:56.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:37:56.354 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T07:37:56.360 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-09-11T07:37:56.379 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-09-11T07:37:56.379 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-09-11T07:37:56.437 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="CentOS Stream" 2024-09-11T07:37:56.437 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="9" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:ID="centos" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="9" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:37:56.438 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:37:56.439 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-09-11T07:37:56.463 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-09-11T07:37:56.481 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-09-11T07:37:56.481 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="CentOS Stream" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="9" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:ID="centos" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="9" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:37:56.539 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:37:56.540 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:37:56.540 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:37:56.540 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:37:56.540 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-09-11T07:37:56.563 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-09-11T07:37:56.581 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-09-11T07:37:56.582 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-09-11T07:37:56.639 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2024-09-11T07:37:56.639 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="9" 2024-09-11T07:37:56.639 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2024-09-11T07:37:56.639 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:37:56.639 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="9" 2024-09-11T07:37:56.639 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:37:56.640 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:37:56.640 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-09-11T07:37:56.679 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T07:37:56.688 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T07:37:56.693 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T07:37:56.693 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:37:56.696 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:37:56.698 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:37:56.715 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T07:37:56.721 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T07:37:56.721 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:37:56.754 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:37:56.756 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:37:56.849 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T07:37:56.925 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T07:37:56.973 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T07:37:56.973 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T07:37:56.973 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:37:56.975 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:37:56.975 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:37:56.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:37:56.993 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-09-11T07:37:56.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:37:56.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:37:56.994 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-09-11T07:37:56.995 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-09-11T07:37:57.051 INFO:teuthology.orchestra.run.smithi087.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:37:57.051 INFO:teuthology.task.kernel:Running kernel on smithi087: 5.14.0-503.el9.x86_64 2024-09-11T07:37:57.051 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2024-09-11T07:37:57.053 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:37:57.053 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:37:57.053 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.14.0-503.el9.x86_64 2024-09-11T07:37:57.053 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2024-09-11T07:37:57.053 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.14.0-503.el9.x86_64 2024-09-11T07:37:57.053 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2024-09-11T07:37:59.387 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-11T07:37:59.683 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.2 MB 00:00 2024-09-11T07:38:00.638 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.2 MB 00:01 2024-09-11T07:38:01.730 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - AppStream 17 MB/s | 20 MB 00:01 2024-09-11T07:38:02.964 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 17 MB/s | 20 MB 00:01 2024-09-11T07:38:05.997 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-11T07:38:07.347 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-11T07:38:07.815 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-11T07:38:08.727 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-11T07:38:09.073 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 19 kB 00:00 2024-09-11T07:38:09.943 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-11T07:38:14.125 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-11T07:38:15.365 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-11T07:38:16.133 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:38:16.133 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:38:16.224 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:38:16.231 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:38:16.231 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-09-11T07:38:16.231 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:38:16.231 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:38:16.231 INFO:teuthology.orchestra.run.smithi087.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:38:16.231 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout:Install 4 Packages 2024-09-11T07:38:16.232 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:38:16.233 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 79 M 2024-09-11T07:38:16.233 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 126 M 2024-09-11T07:38:16.233 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:38:16.626 INFO:teuthology.orchestra.run.smithi087.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 77 kB/s | 23 kB 00:00 2024-09-11T07:38:17.372 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:38:17.372 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:38:17.461 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:38:17.468 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-09-11T07:38:17.469 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:38:17.470 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 79 M 2024-09-11T07:38:17.470 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 126 M 2024-09-11T07:38:17.470 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:38:17.675 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 249 kB/s | 23 kB 00:00 2024-09-11T07:38:20.022 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:19 2024-09-11T07:38:20.083 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 6.3 MB/s | 16 MB 00:02 2024-09-11T07:38:21.383 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 9.1 MB/s | 35 MB 00:03 2024-09-11T07:38:21.667 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 7.2 MB/s | 29 MB 00:03 2024-09-11T07:38:21.667 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:38:21.667 INFO:teuthology.orchestra.run.smithi084.stdout:Total 19 MB/s | 79 MB 00:04 2024-09-11T07:38:22.343 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:38:22.674 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:38:22.674 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:38:23.638 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:38:23.639 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:38:24.489 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 9.7 MB/s | 6.5 MB 00:00 2024-09-11T07:38:25.250 INFO:teuthology.orchestra.run.smithi087.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 3.3 MB/s | 29 MB 00:08 2024-09-11T07:38:26.031 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 19 kB 00:00 2024-09-11T07:38:26.090 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:38:26.117 INFO:teuthology.orchestra.run.smithi087.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 3.5 MB/s | 35 MB 00:09 2024-09-11T07:38:26.805 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:38:26.952 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-11T07:38:26.968 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:38:29.746 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:38:29.879 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:38:32.407 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-11T07:38:33.417 INFO:teuthology.orchestra.run.smithi087.stdout:(4/4): kernel-core-5.14.0-505.el9.x86_64.rpm 938 kB/s | 16 MB 00:17 2024-09-11T07:38:33.418 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:38:33.418 INFO:teuthology.orchestra.run.smithi087.stdout:Total 4.6 MB/s | 79 MB 00:17 2024-09-11T07:38:34.097 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:38:34.436 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:38:34.436 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:38:34.480 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:38:34.481 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:38:34.563 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:38:34.569 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:38:34.569 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-09-11T07:38:34.569 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-09-11T07:38:34.570 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:38:34.571 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 79 M 2024-09-11T07:38:34.571 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 126 M 2024-09-11T07:38:34.571 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:38:34.716 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:38:34.820 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:38:35.242 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 41 kB/s | 23 kB 00:00 2024-09-11T07:38:35.396 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:38:35.397 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:38:37.830 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:38:37.833 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.0 MB/s | 16 MB 00:03 2024-09-11T07:38:38.687 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:38:38.786 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:38:39.650 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 6.5 MB/s | 29 MB 00:04 2024-09-11T07:38:39.678 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:38:40.041 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 6.5 MB/s | 35 MB 00:05 2024-09-11T07:38:40.042 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:38:40.042 INFO:teuthology.orchestra.run.smithi107.stdout:Total 14 MB/s | 79 MB 00:05 2024-09-11T07:38:40.724 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:38:41.085 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:38:41.086 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:38:41.591 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:38:41.738 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:38:42.033 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:38:42.033 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:38:44.483 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:38:45.324 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:38:45.425 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:38:46.558 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:38:46.656 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:38:48.214 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:38:48.352 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:38:51.512 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:38:53.178 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:38:53.226 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:38:58.088 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:17.876 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:17.915 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:18.171 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:18.171 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:39:18.171 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:39:18.171 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:39:19.054 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:19.054 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:39:19.054 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:39:19.054 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:19.054 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:39:19.055 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:39:19.055 INFO:teuthology.orchestra.run.smithi084.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:39:19.055 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:39:19.055 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:39:19.436 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:39:19.528 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:19.529 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:39:19.529 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T07:39:19.529 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:39:19.529 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:39:19.529 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T07:39:19.529 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:39:19.529 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:39:19.588 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:19.588 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:39:19.589 DEBUG:teuthology.orchestra.run.smithi084:> sudo rpm -qi grub2-tools 2024-09-11T07:39:19.631 INFO:teuthology.orchestra.run.smithi084.stdout:Name : grub2-tools 2024-09-11T07:39:19.631 INFO:teuthology.orchestra.run.smithi084.stdout:Epoch : 1 2024-09-11T07:39:19.631 INFO:teuthology.orchestra.run.smithi084.stdout:Version : 2.06 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Release : 82.el9 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: x86_64 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Group : Unspecified 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Size : 8274670 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:License : GPLv3+ 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:39:19.632 INFO:teuthology.orchestra.run.smithi084.stdout:Packager : builder@centos.org 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:Vendor : CentOS 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:Summary : Support tools for GRUB. 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:Description : 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:hardware devices. 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:39:19.633 INFO:teuthology.orchestra.run.smithi084.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:39:19.634 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:39:19.634 INFO:teuthology.task.kernel:Updating grub on smithi084 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:39:19.635 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:39:20.313 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2024-09-11T07:39:21.630 INFO:teuthology.orchestra.run.smithi084.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:39:21.668 INFO:teuthology.orchestra.run.smithi084.stderr:done 2024-09-11T07:39:21.670 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2024-09-11T07:39:21.686 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.v4QLtHVWAU 2024-09-11T07:39:21.686 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.v4QLtHVWAU 2024-09-11T07:39:21.754 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.v4QLtHVWAU 2024-09-11T07:39:21.889 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.v4QLtHVWAU is 6KB 2024-09-11T07:39:21.938 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.v4QLtHVWAU 2024-09-11T07:39:21.952 DEBUG:teuthology.orchestra.run.smithi084:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:39:22.015 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:39:22.015 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:39:22.015 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:39:22.015 INFO:teuthology.orchestra.run.smithi084.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:39:22.016 DEBUG:teuthology.orchestra.run.smithi084:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:39:22.168 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2024-09-11T07:39:29.644 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:29.684 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:30.070 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:30.070 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:39:30.070 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:39:30.070 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:39:30.906 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:39:31.282 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:39:31.371 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:31.372 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:39:31.372 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T07:39:31.372 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:39:31.372 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:39:31.372 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T07:39:31.372 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:39:31.372 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:39:31.431 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:31.432 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:39:31.432 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2024-09-11T07:39:31.463 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2024-09-11T07:39:31.463 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.06 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 82.el9 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Group : Unspecified 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 8274670 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:39:31.464 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : builder@centos.org 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : CentOS 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2024-09-11T07:39:31.465 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:39:31.466 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:39:31.466 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:39:31.467 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:39:31.467 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:39:32.081 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2024-09-11T07:39:33.450 INFO:teuthology.orchestra.run.smithi087.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:39:33.476 INFO:teuthology.orchestra.run.smithi087.stderr:done 2024-09-11T07:39:33.484 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2024-09-11T07:39:33.500 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.a8bW7Az3q1 2024-09-11T07:39:33.500 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.a8bW7Az3q1 2024-09-11T07:39:33.577 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.a8bW7Az3q1 2024-09-11T07:39:33.726 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.a8bW7Az3q1 is 6KB 2024-09-11T07:39:33.774 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.a8bW7Az3q1 2024-09-11T07:39:33.789 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:39:33.860 INFO:teuthology.orchestra.run.smithi087.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:39:33.860 INFO:teuthology.orchestra.run.smithi087.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:39:33.860 INFO:teuthology.orchestra.run.smithi087.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:39:33.860 INFO:teuthology.orchestra.run.smithi087.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:39:33.861 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:39:34.007 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2024-09-11T07:39:36.272 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:36.311 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:36.583 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:36.583 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:39:36.584 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:39:36.584 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:39:37.447 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:39:37.808 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:39:37.892 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:37.893 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:39:37.893 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T07:39:37.893 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:39:37.893 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:39:37.893 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-11T07:39:37.893 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:39:37.893 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:39:37.952 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:39:37.953 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:39:37.953 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2024-09-11T07:39:37.985 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.06 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 82.el9 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Group : Unspecified 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 8274670 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:39:37.986 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : builder@centos.org 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:39:37.987 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:39:37.988 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:39:37.988 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:39:37.989 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:39:38.676 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-09-11T07:39:40.009 INFO:teuthology.orchestra.run.smithi107.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:39:40.047 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-09-11T07:39:40.049 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-09-11T07:39:40.064 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.Dsb3JO7xwb 2024-09-11T07:39:40.065 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Dsb3JO7xwb 2024-09-11T07:39:40.131 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.Dsb3JO7xwb 2024-09-11T07:39:40.279 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.Dsb3JO7xwb is 6KB 2024-09-11T07:39:40.326 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.Dsb3JO7xwb 2024-09-11T07:39:40.342 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:39:40.406 INFO:teuthology.orchestra.run.smithi107.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:39:40.406 INFO:teuthology.orchestra.run.smithi107.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:39:40.406 INFO:teuthology.orchestra.run.smithi107.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:39:40.407 INFO:teuthology.orchestra.run.smithi107.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:39:40.408 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:39:40.566 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-09-11T07:39:52.182 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T07:39:52.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-11T07:39:52.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:04.021 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T07:40:04.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:40:04.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:10.573 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-11T07:40:10.573 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:40:10.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:10.685 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-09-11T07:40:19.693 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-11T07:40:19.694 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:22.461 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-09-11T07:40:22.749 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-09-11T07:40:29.121 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-11T07:40:31.464 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:40:31.465 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:34.529 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-09-11T07:40:34.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-11T07:40:34.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:38.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:40:38.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:41.181 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-11T07:40:46.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:40:46.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:53.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:40:53.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:41:04.957 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-09-11T07:41:06.668 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-09-11T07:41:07.079 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-11T07:41:07.080 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:41:07.080 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-09-11T07:41:07.094 INFO:teuthology.orchestra.run.smithi084.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:41:07.095 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T07:41:07.095 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:41:07.095 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:41:08.095 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T07:41:08.096 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:41:08.208 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-09-11T07:41:08.249 DEBUG:teuthology.parallel:result is None 2024-09-11T07:41:11.613 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-11T07:41:19.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:41:19.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:41:20.382 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-09-11T07:41:20.768 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:41:20.769 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:41:20.769 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-09-11T07:41:20.783 INFO:teuthology.orchestra.run.smithi087.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:41:20.783 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T07:41:20.783 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:41:20.783 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:41:21.784 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T07:41:21.785 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:41:21.868 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-09-11T07:41:21.896 DEBUG:teuthology.parallel:result is None 2024-09-11T07:41:26.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:41:26.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:41:27.081 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-09-11T07:41:27.668 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:41:27.668 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:41:27.668 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-09-11T07:41:27.708 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:41:27.709 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T07:41:27.709 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:41:27.709 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:41:28.710 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-11T07:41:28.711 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:41:28.902 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-09-11T07:41:28.931 DEBUG:teuthology.parallel:result is None 2024-09-11T07:41:28.931 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T07:41:28.938 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T07:41:28.938 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:41:28.941 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:41:28.944 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:41:28.963 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T07:41:29.025 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T07:41:29.116 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T07:41:29.117 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:41:29.119 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:41:29.122 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:41:29.232 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T07:41:29.238 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T07:41:29.239 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T07:41:29.241 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T07:41:29.244 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T07:41:29.270 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:41:29.273 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:41:29.281 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:41:29.283 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:41:29.284 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:41:29.293 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:41:29.295 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T07:41:29.302 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T07:41:29.302 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:41:29.325 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:41:29.329 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:41:29.359 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T07:41:29.368 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T07:41:29.369 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:41:29.393 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:41:29.400 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:41:29.415 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:41:29.494 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:41:29.541 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:41:29.622 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:41:29.668 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:41:29.668 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:41:29.735 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:41:29.779 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:41:29.834 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:41:29.920 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:41:29.963 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:41:29.963 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:41:30.032 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:41:30.075 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:41:30.131 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:41:30.218 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:41:30.263 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:41:30.263 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:41:30.330 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-09-11T07:41:30.333 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-09-11T07:41:30.335 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-09-11T07:41:30.383 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:41:30.390 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:41:30.416 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:41:30.927 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T07:41:30.935 INFO:teuthology.task.internal:Starting timer... 2024-09-11T07:41:30.935 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T07:41:30.946 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T07:41:30.954 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-11T07:41:30.954 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2024-09-11T07:41:31.031 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2024-09-11T07:41:31.033 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2024-09-11T07:41:31.101 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2024-09-11T07:41:31.103 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2024-09-11T07:41:31.164 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2024-09-11T07:41:31.166 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T07:41:31.166 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2024-09-11T07:41:31.189 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2024-09-11T07:41:31.190 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2024-09-11T07:41:31.232 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2024-09-11T07:41:31.232 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2024-09-11T07:41:31.272 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2024-09-11T07:41:31.273 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi087.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi107.front.sepia.ceph.com': 'permissive'} 2024-09-11T07:41:31.273 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-11T07:41:31.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:41:31.303 DEBUG:teuthology.orchestra.run.smithi087:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-11T07:41:31.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:41:31.333 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-11T07:41:31.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:41:31.359 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T07:41:31.359 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:41:31.392 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:41:31.426 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:41:31.459 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T07:41:31.469 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-11T07:41:31.473 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-11T07:41:31.587 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T07:41:31.598 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-11T07:41:31.599 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi084.front.sepia.ceph.com,smithi087.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T07:45:19.680 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com')] 2024-09-11T07:45:19.681 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-11T07:45:19.683 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:45:19.771 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-09-11T07:45:19.849 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-09-11T07:45:19.849 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:45:19.850 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:45:19.927 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-09-11T07:45:20.009 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-09-11T07:45:20.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:45:20.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:45:20.085 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-09-11T07:45:20.174 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-11T07:45:20.175 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T07:45:20.185 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T07:45:20.186 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:45:20.186 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:45:20.189 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:45:20.189 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:45:20.191 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:45:20.191 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:45:20.218 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:45:20.223 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:45:20.233 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:45:20.239 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:45:20.247 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:45:20.258 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2024-09-11T07:45:20.263 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:45:20.266 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2024-09-11T07:45:20.269 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2024-09-11T07:45:20.278 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2024-09-11T07:45:20.284 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:45:20.288 INFO:teuthology.orchestra.run.smithi107.stderr:sudo: ntpd: command not found 2024-09-11T07:45:20.292 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:45:20.298 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:45:20.300 INFO:teuthology.orchestra.run.smithi107.stdout:506 Cannot talk to daemon 2024-09-11T07:45:20.307 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:45:20.314 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:45:20.329 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:45:20.354 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:45:20.358 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:45:20.358 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-09-11T07:45:20.358 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.358 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.358 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.358 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.364 INFO:teuthology.orchestra.run.smithi087.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:45:20.367 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:45:20.367 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-09-11T07:45:20.367 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.368 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.368 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.368 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.386 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:45:20.389 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:45:20.389 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-09-11T07:45:20.389 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.389 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.389 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.389 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:20.390 INFO:teuthology.run_tasks:Running task pexec... 2024-09-11T07:45:20.400 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-11T07:45:20.400 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2024-09-11T07:45:20.400 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T07:45:20.401 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2024-09-11T07:45:20.401 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T07:45:20.401 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi107.front.sepia.ceph.com 2024-09-11T07:45:20.401 DEBUG:teuthology.orchestra.run.smithi107:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T07:45:20.748 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout:Removing: 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout:Removing unused dependencies: 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T07:45:20.750 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:20.751 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:45:20.751 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:20.751 INFO:teuthology.orchestra.run.smithi084.stdout:Remove 2 Packages 2024-09-11T07:45:20.751 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:20.751 INFO:teuthology.orchestra.run.smithi084.stdout:Freed space: 5.5 M 2024-09-11T07:45:20.751 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:45:20.754 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:45:20.755 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:45:20.757 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:Removing: 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:Removing unused dependencies: 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:Remove 2 Packages 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:20.760 INFO:teuthology.orchestra.run.smithi087.stdout:Freed space: 5.5 M 2024-09-11T07:45:20.761 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:45:20.764 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:45:20.764 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:45:20.776 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:45:20.788 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:20.788 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-09-11T07:45:20.788 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:20.788 INFO:teuthology.orchestra.run.smithi107.stdout:Removing: 2024-09-11T07:45:20.788 INFO:teuthology.orchestra.run.smithi107.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T07:45:20.788 INFO:teuthology.orchestra.run.smithi107.stdout:Removing unused dependencies: 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout:Remove 2 Packages 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout:Freed space: 5.5 M 2024-09-11T07:45:20.789 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:45:20.793 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:45:20.793 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:45:20.822 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:45:20.822 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:45:20.824 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:45:20.824 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:45:20.863 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:45:20.863 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:45:20.949 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:45:20.962 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:45:20.998 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:45:21.010 INFO:teuthology.orchestra.run.smithi084.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T07:45:21.029 INFO:teuthology.orchestra.run.smithi087.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T07:45:21.060 INFO:teuthology.orchestra.run.smithi084.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T07:45:21.079 INFO:teuthology.orchestra.run.smithi107.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T07:45:21.100 INFO:teuthology.orchestra.run.smithi087.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T07:45:21.142 INFO:teuthology.orchestra.run.smithi107.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T07:45:21.542 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T07:45:21.542 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T07:45:21.566 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T07:45:21.566 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T07:45:21.662 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T07:45:21.662 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T07:45:21.801 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T07:45:21.801 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:21.801 INFO:teuthology.orchestra.run.smithi087.stdout:Removed: 2024-09-11T07:45:21.801 INFO:teuthology.orchestra.run.smithi087.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T07:45:21.801 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:21.802 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:45:21.803 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T07:45:21.804 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:21.804 INFO:teuthology.orchestra.run.smithi084.stdout:Removed: 2024-09-11T07:45:21.804 INFO:teuthology.orchestra.run.smithi084.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T07:45:21.804 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:21.804 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:45:21.935 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T07:45:21.935 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:21.935 INFO:teuthology.orchestra.run.smithi107.stdout:Removed: 2024-09-11T07:45:21.935 INFO:teuthology.orchestra.run.smithi107.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T07:45:21.935 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:21.935 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:45:22.596 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:56 ago on Wed 11 Sep 2024 07:44:26 AM UTC. 2024-09-11T07:45:22.624 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:47 ago on Wed 11 Sep 2024 07:44:35 AM UTC. 2024-09-11T07:45:22.732 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T07:45:22.733 INFO:teuthology.orchestra.run.smithi087.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T07:45:22.734 INFO:teuthology.orchestra.run.smithi087.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T07:45:22.734 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:22.734 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:45:22.734 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:22.734 INFO:teuthology.orchestra.run.smithi087.stdout:Install 7 Packages 2024-09-11T07:45:22.734 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:22.758 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:45:22.759 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:22.759 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:45:22.760 INFO:teuthology.orchestra.run.smithi084.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout:Install 7 Packages 2024-09-11T07:45:22.761 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:22.763 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 5.2 M 2024-09-11T07:45:22.763 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 19 M 2024-09-11T07:45:22.763 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:45:22.769 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 5.2 M 2024-09-11T07:45:22.769 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 19 M 2024-09-11T07:45:22.769 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:45:22.828 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:55 ago on Wed 11 Sep 2024 07:44:27 AM UTC. 2024-09-11T07:45:22.965 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:45:22.966 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T07:45:22.967 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:22.968 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:45:22.968 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:22.968 INFO:teuthology.orchestra.run.smithi107.stdout:Install 7 Packages 2024-09-11T07:45:22.968 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:22.974 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 5.2 M 2024-09-11T07:45:22.974 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 19 M 2024-09-11T07:45:22.975 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:45:23.050 INFO:teuthology.orchestra.run.smithi084.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 395 kB/s | 44 kB 00:00 2024-09-11T07:45:23.074 INFO:teuthology.orchestra.run.smithi084.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 770 kB/s | 106 kB 00:00 2024-09-11T07:45:23.090 INFO:teuthology.orchestra.run.smithi087.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 411 kB/s | 44 kB 00:00 2024-09-11T07:45:23.108 INFO:teuthology.orchestra.run.smithi084.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 5.2 MB/s | 906 kB 00:00 2024-09-11T07:45:23.115 INFO:teuthology.orchestra.run.smithi087.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 793 kB/s | 106 kB 00:00 2024-09-11T07:45:23.133 INFO:teuthology.orchestra.run.smithi084.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 856 kB/s | 72 kB 00:00 2024-09-11T07:45:23.158 INFO:teuthology.orchestra.run.smithi084.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-11T07:45:23.165 INFO:teuthology.orchestra.run.smithi087.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-11T07:45:23.190 INFO:teuthology.orchestra.run.smithi087.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 715 kB/s | 72 kB 00:00 2024-09-11T07:45:23.192 INFO:teuthology.orchestra.run.smithi084.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 9.8 MB/s | 837 kB 00:00 2024-09-11T07:45:23.314 INFO:teuthology.orchestra.run.smithi107.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 467 kB/s | 44 kB 00:00 2024-09-11T07:45:23.332 INFO:teuthology.orchestra.run.smithi087.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.5 MB/s | 906 kB 00:00 2024-09-11T07:45:23.339 INFO:teuthology.orchestra.run.smithi107.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 880 kB/s | 106 kB 00:00 2024-09-11T07:45:23.373 INFO:teuthology.orchestra.run.smithi107.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-11T07:45:23.398 INFO:teuthology.orchestra.run.smithi107.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-11T07:45:23.441 INFO:teuthology.orchestra.run.smithi087.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.0 MB/s | 837 kB 00:00 2024-09-11T07:45:23.442 INFO:teuthology.orchestra.run.smithi084.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-09-11T07:45:23.442 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:45:23.442 INFO:teuthology.orchestra.run.smithi084.stdout:Total 7.7 MB/s | 5.2 MB 00:00 2024-09-11T07:45:23.473 INFO:teuthology.orchestra.run.smithi107.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.5 MB/s | 906 kB 00:00 2024-09-11T07:45:23.552 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:45:23.565 INFO:teuthology.orchestra.run.smithi107.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.3 MB/s | 837 kB 00:00 2024-09-11T07:45:23.566 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:45:23.566 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:45:23.682 INFO:teuthology.orchestra.run.smithi107.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-11T07:45:23.682 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:45:23.682 INFO:teuthology.orchestra.run.smithi107.stdout:Total 7.3 MB/s | 5.2 MB 00:00 2024-09-11T07:45:23.775 INFO:teuthology.orchestra.run.smithi087.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 5.4 MB/s | 3.2 MB 00:00 2024-09-11T07:45:23.775 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:45:23.775 INFO:teuthology.orchestra.run.smithi087.stdout:Total 5.1 MB/s | 5.2 MB 00:01 2024-09-11T07:45:23.790 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:45:23.805 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:45:23.805 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:45:23.885 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:45:23.893 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:45:23.894 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:45:23.900 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:45:23.900 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:45:24.132 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:45:24.132 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:45:24.221 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:45:24.222 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:45:24.352 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:45:24.435 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-11T07:45:24.470 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-11T07:45:24.507 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-11T07:45:24.601 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:45:24.689 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:45:24.700 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-11T07:45:24.710 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-11T07:45:24.736 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-11T07:45:24.763 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T07:45:24.764 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-11T07:45:24.777 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-11T07:45:24.811 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-11T07:45:24.840 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-11T07:45:24.971 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-11T07:45:25.004 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T07:45:25.047 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-11T07:45:25.071 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T07:45:25.220 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T07:45:25.242 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T07:45:25.355 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T07:45:25.417 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T07:45:25.419 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:25.449 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T07:45:25.500 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T07:45:25.532 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T07:45:25.567 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T07:45:25.636 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:25.646 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T07:45:25.710 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-11T07:45:26.419 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-11T07:45:26.586 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-11T07:45:26.790 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:26.791 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-11T07:45:26.791 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-11T07:45:26.791 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-11T07:45:26.791 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-11T07:45:26.791 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-11T07:45:26.791 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T07:45:26.812 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:26.813 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:26.982 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:45:27.154 DEBUG:teuthology.parallel:result is None 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:27.207 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:45:27.348 DEBUG:teuthology.parallel:result is None 2024-09-11T07:45:27.598 DEBUG:teuthology.parallel:result is None 2024-09-11T07:45:27.598 INFO:teuthology.run_tasks:Running task install... 2024-09-11T07:45:27.608 DEBUG:teuthology.task.install:project ceph 2024-09-11T07:45:27.608 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'}} 2024-09-11T07:45:27.608 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T07:45:27.608 INFO:teuthology.task.install:Using flavor: default 2024-09-11T07:45:27.614 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-11T07:45:27.615 INFO:teuthology.task.install:extra packages: [] 2024-09-11T07:45:27.615 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': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9', 'tag': None, 'wait_for_package': False} 2024-09-11T07:45:27.615 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:45:27.617 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': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9', 'tag': None, 'wait_for_package': False} 2024-09-11T07:45:27.618 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:45:27.619 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': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9', 'tag': None, 'wait_for_package': False} 2024-09-11T07:45:27.619 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:45:27.766 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/ 2024-09-11T07:45:27.766 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1623.gd0e6828a 2024-09-11T07:45:27.784 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/ 2024-09-11T07:45:27.784 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1623.gd0e6828a 2024-09-11T07:45:27.787 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/ 2024-09-11T07:45:27.787 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1623.gd0e6828a 2024-09-11T07:45:27.878 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T07:45:27.878 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:45:27.878 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T07:45:27.891 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T07:45:27.891 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:45:27.891 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T07:45:27.902 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-guits-quincy-2024-09-10-2008-quincy/d0e6828a2016d48cf25ad84064e50742bb1c39b9/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T07:45:27.902 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:45:27.902 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T07:45:27.906 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T07:45:27.906 DEBUG:teuthology.orchestra.run.smithi084:> 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/d0e6828a2016d48cf25ad84064e50742bb1c39b9/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T07:45:27.918 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T07:45:27.918 DEBUG:teuthology.orchestra.run.smithi087:> 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/d0e6828a2016d48cf25ad84064e50742bb1c39b9/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T07:45:27.928 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T07:45:27.928 DEBUG:teuthology.orchestra.run.smithi107:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/d0e6828a2016d48cf25ad84064e50742bb1c39b9/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T07:45:27.974 DEBUG:teuthology.orchestra.run.smithi084:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T07:45:27.985 DEBUG:teuthology.orchestra.run.smithi087:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T07:45:27.994 DEBUG:teuthology.orchestra.run.smithi107:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T07:45:28.051 DEBUG:teuthology.orchestra.run.smithi084:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T07:45:28.069 DEBUG:teuthology.orchestra.run.smithi107:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T07:45:28.071 DEBUG:teuthology.orchestra.run.smithi087:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T07:45:28.095 INFO:teuthology.orchestra.run.smithi087.stdout:check_obsoletes = 1 2024-09-11T07:45:28.097 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum clean all 2024-09-11T07:45:28.116 INFO:teuthology.orchestra.run.smithi084.stdout:check_obsoletes = 1 2024-09-11T07:45:28.118 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum clean all 2024-09-11T07:45:28.133 INFO:teuthology.orchestra.run.smithi107.stdout:check_obsoletes = 1 2024-09-11T07:45:28.135 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum clean all 2024-09-11T07:45:28.322 INFO:teuthology.orchestra.run.smithi087.stdout:45 files removed 2024-09-11T07:45:28.344 INFO:teuthology.orchestra.run.smithi084.stdout:45 files removed 2024-09-11T07:45:28.349 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-radosgw 2024-09-11T07:45:28.353 INFO:teuthology.orchestra.run.smithi107.stdout:45 files removed 2024-09-11T07:45:28.370 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-radosgw 2024-09-11T07:45:28.380 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-radosgw 2024-09-11T07:45:28.914 INFO:teuthology.orchestra.run.smithi087.stdout:ceph packages for x86_64 276 kB/s | 77 kB 00:00 2024-09-11T07:45:28.930 INFO:teuthology.orchestra.run.smithi084.stdout:ceph packages for x86_64 285 kB/s | 77 kB 00:00 2024-09-11T07:45:28.938 INFO:teuthology.orchestra.run.smithi107.stdout:ceph packages for x86_64 282 kB/s | 77 kB 00:00 2024-09-11T07:45:29.198 INFO:teuthology.orchestra.run.smithi087.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-11T07:45:29.214 INFO:teuthology.orchestra.run.smithi084.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-11T07:45:29.221 INFO:teuthology.orchestra.run.smithi107.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-11T07:45:29.465 INFO:teuthology.orchestra.run.smithi087.stdout:ceph source packages 7.9 kB/s | 1.8 kB 00:00 2024-09-11T07:45:29.489 INFO:teuthology.orchestra.run.smithi084.stdout:ceph source packages 7.5 kB/s | 1.8 kB 00:00 2024-09-11T07:45:29.497 INFO:teuthology.orchestra.run.smithi107.stdout:ceph source packages 7.4 kB/s | 1.8 kB 00:00 2024-09-11T07:45:30.030 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-09-11T07:45:31.198 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.2 MB 00:01 2024-09-11T07:45:32.215 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.2 MB 00:02 2024-09-11T07:45:33.357 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 20 MB 00:02 2024-09-11T07:45:33.890 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - AppStream 13 MB/s | 20 MB 00:01 2024-09-11T07:45:34.034 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-11T07:45:37.673 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.5 MB 00:00 2024-09-11T07:45:38.182 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-11T07:45:38.285 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-11T07:45:39.065 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 117 kB/s | 19 kB 00:00 2024-09-11T07:45:39.828 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-11T07:45:39.960 INFO:teuthology.orchestra.run.smithi087.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-11T07:45:40.583 INFO:teuthology.orchestra.run.smithi084.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 19 kB 00:01 2024-09-11T07:45:41.347 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 18 MB/s | 23 MB 00:01 2024-09-11T07:45:41.537 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-11T07:45:45.192 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 19 kB/s | 1.7 kB 00:00 2024-09-11T07:45:46.787 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-11T07:45:47.069 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 9.1 kB/s | 1.7 kB 00:00 2024-09-11T07:45:47.585 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 14 M 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrading: 2024-09-11T07:45:47.587 INFO:teuthology.orchestra.run.smithi107.stdout: librados2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 3.1 M 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.9 M 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 5.0 M 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 23 M 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 25 k 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 636 k 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T07:45:47.588 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T07:45:47.589 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T07:45:47.589 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 457 k 2024-09-11T07:45:47.589 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T07:45:47.589 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 4.9 M 2024-09-11T07:45:47.589 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T07:45:47.589 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T07:45:47.590 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 45 k 2024-09-11T07:45:47.590 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 120 k 2024-09-11T07:45:47.590 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 156 k 2024-09-11T07:45:47.590 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T07:45:47.590 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 320 k 2024-09-11T07:45:47.590 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 294 k 2024-09-11T07:45:47.591 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 99 k 2024-09-11T07:45:47.591 INFO:teuthology.orchestra.run.smithi107.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T07:45:47.591 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:47.591 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:45:47.591 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:45:47.591 INFO:teuthology.orchestra.run.smithi107.stdout:Install 22 Packages 2024-09-11T07:45:47.592 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrade 2 Packages 2024-09-11T07:45:47.592 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:47.592 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 58 M 2024-09-11T07:45:47.593 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:45:48.318 INFO:teuthology.orchestra.run.smithi107.stdout:(1/24): ceph-base-17.2.7-1623.gd0e6828a.el9.x86 9.3 MB/s | 5.0 MB 00:00 2024-09-11T07:45:48.376 INFO:teuthology.orchestra.run.smithi107.stdout:(2/24): ceph-selinux-17.2.7-1623.gd0e6828a.el9. 434 kB/s | 25 kB 00:00 2024-09-11T07:45:48.476 INFO:teuthology.orchestra.run.smithi107.stdout:(3/24): libcephfs2-17.2.7-1623.gd0e6828a.el9.x8 6.2 MB/s | 636 kB 00:00 2024-09-11T07:45:48.568 INFO:teuthology.orchestra.run.smithi107.stdout:(4/24): libradosstriper1-17.2.7-1623.gd0e6828a. 4.9 MB/s | 457 kB 00:00 2024-09-11T07:45:48.902 INFO:teuthology.orchestra.run.smithi107.stdout:(5/24): ceph-radosgw-17.2.7-1623.gd0e6828a.el9. 13 MB/s | 14 MB 00:01 2024-09-11T07:45:49.111 INFO:teuthology.orchestra.run.smithi107.stdout:(6/24): ceph-common-17.2.7-1623.gd0e6828a.el9.x 17 MB/s | 23 MB 00:01 2024-09-11T07:45:49.136 INFO:teuthology.orchestra.run.smithi107.stdout:(7/24): python3-ceph-argparse-17.2.7-1623.gd0e6 193 kB/s | 45 kB 00:00 2024-09-11T07:45:49.170 INFO:teuthology.orchestra.run.smithi107.stdout:(8/24): python3-ceph-common-17.2.7-1623.gd0e682 2.0 MB/s | 120 kB 00:00 2024-09-11T07:45:49.194 INFO:teuthology.orchestra.run.smithi107.stdout:(9/24): python3-cephfs-17.2.7-1623.gd0e6828a.el 2.6 MB/s | 156 kB 00:00 2024-09-11T07:45:49.196 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:45:49.198 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:49.198 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-radosgw x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 14 M 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout:Upgrading: 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: librados2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 3.1 M 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: librbd1 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.9 M 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 5.0 M 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-common x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 23 M 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-selinux x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 25 k 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 636 k 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T07:45:49.199 INFO:teuthology.orchestra.run.smithi087.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: libradosstriper1 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 457 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: librgw2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 4.9 M 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 45 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 120 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cephfs x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 156 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T07:45:49.200 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rados x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 320 k 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rbd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 294 k 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rgw x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 99 k 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout:Install 22 Packages 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout:Upgrade 2 Packages 2024-09-11T07:45:49.201 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:49.202 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 58 M 2024-09-11T07:45:49.202 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:45:49.228 INFO:teuthology.orchestra.run.smithi107.stdout:(10/24): python3-rados-17.2.7-1623.gd0e6828a.el 5.4 MB/s | 320 kB 00:00 2024-09-11T07:45:49.253 INFO:teuthology.orchestra.run.smithi107.stdout:(11/24): python3-rbd-17.2.7-1623.gd0e6828a.el9. 4.9 MB/s | 294 kB 00:00 2024-09-11T07:45:49.278 INFO:teuthology.orchestra.run.smithi107.stdout:(12/24): python3-rgw-17.2.7-1623.gd0e6828a.el9. 1.9 MB/s | 99 kB 00:00 2024-09-11T07:45:49.371 INFO:teuthology.orchestra.run.smithi107.stdout:(13/24): librgw2-17.2.7-1623.gd0e6828a.el9.x86_ 6.1 MB/s | 4.9 MB 00:00 2024-09-11T07:45:49.476 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:45:49.478 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:49.478 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:45:49.478 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 14 M 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrading: 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: librados2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 3.1 M 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.9 M 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 5.0 M 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 23 M 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 25 k 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 636 k 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T07:45:49.479 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 457 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2 x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 4.9 M 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 45 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 120 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 156 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 320 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 294 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 99 k 2024-09-11T07:45:49.480 INFO:teuthology.orchestra.run.smithi084.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout:Install 22 Packages 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrade 2 Packages 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 58 M 2024-09-11T07:45:49.481 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:45:49.537 INFO:teuthology.orchestra.run.smithi107.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 175 kB/s | 45 kB 00:00 2024-09-11T07:45:49.663 INFO:teuthology.orchestra.run.smithi107.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 392 kB/s | 160 kB 00:00 2024-09-11T07:45:49.738 INFO:teuthology.orchestra.run.smithi107.stdout:(16/24): python3-prettytable-0.7.2-27.el9.noarc 563 kB/s | 42 kB 00:00 2024-09-11T07:45:49.788 INFO:teuthology.orchestra.run.smithi107.stdout:(17/24): gperftools-libs-2.9.1-2.el9.x86_64.rpm 6.1 MB/s | 309 kB 00:00 2024-09-11T07:45:49.805 INFO:teuthology.orchestra.run.smithi107.stdout:(18/24): liboath-2.6.7-2.el9.x86_64.rpm 2.9 MB/s | 49 kB 00:00 2024-09-11T07:45:49.830 INFO:teuthology.orchestra.run.smithi107.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-11T07:45:49.881 INFO:teuthology.orchestra.run.smithi107.stdout:(20/24): thrift-0.15.0-2.el9.x86_64.rpm 32 MB/s | 1.6 MB 00:00 2024-09-11T07:45:49.906 INFO:teuthology.orchestra.run.smithi107.stdout:(21/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 794 kB/s | 292 kB 00:00 2024-09-11T07:45:49.940 INFO:teuthology.orchestra.run.smithi107.stdout:(22/24): librdkafka-1.6.1-102.el9.x86_64.rpm 1.1 MB/s | 662 kB 00:00 2024-09-11T07:45:50.005 INFO:teuthology.orchestra.run.smithi087.stdout:(1/24): ceph-base-17.2.7-1623.gd0e6828a.el9.x86 10 MB/s | 5.0 MB 00:00 2024-09-11T07:45:50.088 INFO:teuthology.orchestra.run.smithi087.stdout:(2/24): ceph-selinux-17.2.7-1623.gd0e6828a.el9. 302 kB/s | 25 kB 00:00 2024-09-11T07:45:50.309 INFO:teuthology.orchestra.run.smithi107.stdout:(23/24): librbd1-17.2.7-1623.gd0e6828a.el9.x86_ 7.3 MB/s | 2.9 MB 00:00 2024-09-11T07:45:50.509 INFO:teuthology.orchestra.run.smithi107.stdout:(24/24): librados2-17.2.7-1623.gd0e6828a.el9.x8 4.9 MB/s | 3.1 MB 00:00 2024-09-11T07:45:50.512 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:45:50.513 INFO:teuthology.orchestra.run.smithi107.stdout:Total 20 MB/s | 58 MB 00:02 2024-09-11T07:45:50.555 INFO:teuthology.orchestra.run.smithi087.stdout:(3/24): libcephfs2-17.2.7-1623.gd0e6828a.el9.x8 1.3 MB/s | 636 kB 00:00 2024-09-11T07:45:50.578 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:45:50.612 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:45:50.613 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:45:50.797 INFO:teuthology.orchestra.run.smithi087.stdout:(4/24): ceph-common-17.2.7-1623.gd0e6828a.el9.x 18 MB/s | 23 MB 00:01 2024-09-11T07:45:50.822 INFO:teuthology.orchestra.run.smithi087.stdout:(5/24): libradosstriper1-17.2.7-1623.gd0e6828a. 1.7 MB/s | 457 kB 00:00 2024-09-11T07:45:50.981 INFO:teuthology.orchestra.run.smithi087.stdout:(6/24): ceph-radosgw-17.2.7-1623.gd0e6828a.el9. 9.8 MB/s | 14 MB 00:01 2024-09-11T07:45:51.006 INFO:teuthology.orchestra.run.smithi087.stdout:(7/24): python3-ceph-argparse-17.2.7-1623.gd0e6 246 kB/s | 45 kB 00:00 2024-09-11T07:45:51.031 INFO:teuthology.orchestra.run.smithi087.stdout:(8/24): python3-ceph-common-17.2.7-1623.gd0e682 2.4 MB/s | 120 kB 00:00 2024-09-11T07:45:51.056 INFO:teuthology.orchestra.run.smithi087.stdout:(9/24): python3-cephfs-17.2.7-1623.gd0e6828a.el 3.0 MB/s | 156 kB 00:00 2024-09-11T07:45:51.082 INFO:teuthology.orchestra.run.smithi087.stdout:(10/24): python3-rados-17.2.7-1623.gd0e6828a.el 6.2 MB/s | 320 kB 00:00 2024-09-11T07:45:51.090 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:45:51.091 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:45:51.107 INFO:teuthology.orchestra.run.smithi087.stdout:(11/24): python3-rbd-17.2.7-1623.gd0e6828a.el9. 5.7 MB/s | 294 kB 00:00 2024-09-11T07:45:51.132 INFO:teuthology.orchestra.run.smithi087.stdout:(12/24): python3-rgw-17.2.7-1623.gd0e6828a.el9. 1.9 MB/s | 99 kB 00:00 2024-09-11T07:45:51.151 INFO:teuthology.orchestra.run.smithi084.stdout:(1/24): ceph-base-17.2.7-1623.gd0e6828a.el9.x86 3.2 MB/s | 5.0 MB 00:01 2024-09-11T07:45:51.193 INFO:teuthology.orchestra.run.smithi084.stdout:(2/24): ceph-selinux-17.2.7-1623.gd0e6828a.el9. 608 kB/s | 25 kB 00:00 2024-09-11T07:45:51.216 INFO:teuthology.orchestra.run.smithi087.stdout:(13/24): librgw2-17.2.7-1623.gd0e6828a.el9.x86_ 12 MB/s | 4.9 MB 00:00 2024-09-11T07:45:51.291 INFO:teuthology.orchestra.run.smithi087.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 286 kB/s | 45 kB 00:00 2024-09-11T07:45:51.310 INFO:teuthology.orchestra.run.smithi084.stdout:(3/24): libcephfs2-17.2.7-1623.gd0e6828a.el9.x8 5.3 MB/s | 636 kB 00:00 2024-09-11T07:45:51.325 INFO:teuthology.orchestra.run.smithi087.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 737 kB/s | 160 kB 00:00 2024-09-11T07:45:51.367 INFO:teuthology.orchestra.run.smithi087.stdout:(16/24): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-11T07:45:51.392 INFO:teuthology.orchestra.run.smithi087.stdout:(17/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 292 kB 00:00 2024-09-11T07:45:51.402 INFO:teuthology.orchestra.run.smithi084.stdout:(4/24): libradosstriper1-17.2.7-1623.gd0e6828a. 4.9 MB/s | 457 kB 00:00 2024-09-11T07:45:51.434 INFO:teuthology.orchestra.run.smithi087.stdout:(18/24): librdkafka-1.6.1-102.el9.x86_64.rpm 3.0 MB/s | 662 kB 00:00 2024-09-11T07:45:51.467 INFO:teuthology.orchestra.run.smithi087.stdout:(19/24): liboath-2.6.7-2.el9.x86_64.rpm 646 kB/s | 49 kB 00:00 2024-09-11T07:45:51.501 INFO:teuthology.orchestra.run.smithi087.stdout:(20/24): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.3 MB/s | 309 kB 00:00 2024-09-11T07:45:51.526 INFO:teuthology.orchestra.run.smithi087.stdout:(21/24): libunwind-1.6.2-1.el9.x86_64.rpm 748 kB/s | 67 kB 00:00 2024-09-11T07:45:51.585 INFO:teuthology.orchestra.run.smithi087.stdout:(22/24): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-09-11T07:45:51.719 INFO:teuthology.orchestra.run.smithi087.stdout:(23/24): librbd1-17.2.7-1623.gd0e6828a.el9.x86_ 15 MB/s | 2.9 MB 00:00 2024-09-11T07:45:52.044 INFO:teuthology.orchestra.run.smithi087.stdout:(24/24): librados2-17.2.7-1623.gd0e6828a.el9.x8 6.0 MB/s | 3.1 MB 00:00 2024-09-11T07:45:52.050 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:45:52.050 INFO:teuthology.orchestra.run.smithi087.stdout:Total 20 MB/s | 58 MB 00:02 2024-09-11T07:45:52.077 INFO:teuthology.orchestra.run.smithi084.stdout:(5/24): librgw2-17.2.7-1623.gd0e6828a.el9.x86_6 7.3 MB/s | 4.9 MB 00:00 2024-09-11T07:45:52.115 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:45:52.127 INFO:teuthology.orchestra.run.smithi084.stdout:(6/24): python3-ceph-argparse-17.2.7-1623.gd0e6 909 kB/s | 45 kB 00:00 2024-09-11T07:45:52.149 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:45:52.149 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:45:52.178 INFO:teuthology.orchestra.run.smithi084.stdout:(7/24): python3-ceph-common-17.2.7-1623.gd0e682 2.4 MB/s | 120 kB 00:00 2024-09-11T07:45:52.228 INFO:teuthology.orchestra.run.smithi084.stdout:(8/24): python3-cephfs-17.2.7-1623.gd0e6828a.el 3.1 MB/s | 156 kB 00:00 2024-09-11T07:45:52.280 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:45:52.295 INFO:teuthology.orchestra.run.smithi084.stdout:(9/24): python3-rados-17.2.7-1623.gd0e6828a.el9 4.7 MB/s | 320 kB 00:00 2024-09-11T07:45:52.361 INFO:teuthology.orchestra.run.smithi084.stdout:(10/24): python3-rbd-17.2.7-1623.gd0e6828a.el9. 4.3 MB/s | 294 kB 00:00 2024-09-11T07:45:52.412 INFO:teuthology.orchestra.run.smithi084.stdout:(11/24): python3-rgw-17.2.7-1623.gd0e6828a.el9. 1.9 MB/s | 99 kB 00:00 2024-09-11T07:45:52.512 INFO:teuthology.orchestra.run.smithi084.stdout:(12/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 MB/s | 160 kB 00:00 2024-09-11T07:45:52.554 INFO:teuthology.orchestra.run.smithi084.stdout:(13/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-11T07:45:52.618 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-11T07:45:52.619 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:45:52.620 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:45:52.719 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:45:52.763 INFO:teuthology.orchestra.run.smithi084.stdout:(14/24): ceph-common-17.2.7-1623.gd0e6828a.el9. 7.1 MB/s | 23 MB 00:03 2024-09-11T07:45:52.812 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:45:52.821 INFO:teuthology.orchestra.run.smithi084.stdout:(15/24): librdkafka-1.6.1-102.el9.x86_64.rpm 2.4 MB/s | 662 kB 00:00 2024-09-11T07:45:52.863 INFO:teuthology.orchestra.run.smithi084.stdout:(16/24): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-11T07:45:52.897 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/26 2024-09-11T07:45:52.913 INFO:teuthology.orchestra.run.smithi084.stdout:(17/24): gperftools-libs-2.9.1-2.el9.x86_64.rpm 6.1 MB/s | 309 kB 00:00 2024-09-11T07:45:52.929 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:45:52.947 INFO:teuthology.orchestra.run.smithi084.stdout:(18/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.6 MB/s | 292 kB 00:00 2024-09-11T07:45:52.972 INFO:teuthology.orchestra.run.smithi084.stdout:(19/24): liboath-2.6.7-2.el9.x86_64.rpm 827 kB/s | 49 kB 00:00 2024-09-11T07:45:53.014 INFO:teuthology.orchestra.run.smithi084.stdout:(20/24): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-09-11T07:45:53.017 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:45:53.048 INFO:teuthology.orchestra.run.smithi084.stdout:(21/24): thrift-0.15.0-2.el9.x86_64.rpm 23 MB/s | 1.6 MB 00:00 2024-09-11T07:45:53.063 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-11T07:45:53.093 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-11T07:45:53.373 INFO:teuthology.orchestra.run.smithi084.stdout:(22/24): librbd1-17.2.7-1623.gd0e6828a.el9.x86_ 9.0 MB/s | 2.9 MB 00:00 2024-09-11T07:45:53.490 INFO:teuthology.orchestra.run.smithi084.stdout:(23/24): librados2-17.2.7-1623.gd0e6828a.el9.x8 6.5 MB/s | 3.1 MB 00:00 2024-09-11T07:45:53.537 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-11T07:45:53.574 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 8/26 2024-09-11T07:45:53.640 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 8/26 2024-09-11T07:45:53.682 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-11T07:45:53.725 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9. 10/26 2024-09-11T07:45:53.762 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 11/26 2024-09-11T07:45:53.816 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:45:53.824 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 12/26 2024-09-11T07:45:53.852 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 13/26 2024-09-11T07:45:53.873 INFO:teuthology.orchestra.run.smithi084.stdout:(24/24): ceph-radosgw-17.2.7-1623.gd0e6828a.el9 3.4 MB/s | 14 MB 00:04 2024-09-11T07:45:53.879 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:45:53.879 INFO:teuthology.orchestra.run.smithi084.stdout:Total 13 MB/s | 58 MB 00:04 2024-09-11T07:45:53.926 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 13/26 2024-09-11T07:45:53.945 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:45:53.966 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-11T07:45:53.978 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:45:53.978 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:45:54.010 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/26 2024-09-11T07:45:54.043 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-11T07:45:54.214 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-11T07:45:54.271 INFO:teuthology.orchestra.run.smithi087.stdout: Upgrading : librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:45:54.335 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-11T07:45:54.346 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:45:54.412 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 18/26 2024-09-11T07:45:54.433 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/26 2024-09-11T07:45:54.446 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:45:54.446 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:45:54.464 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:45:54.505 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 18/26 2024-09-11T07:45:54.553 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:45:54.577 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 19/26 2024-09-11T07:45:54.598 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-11T07:45:54.609 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x8 20/26 2024-09-11T07:45:54.636 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-11T07:45:55.082 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-11T07:45:55.108 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 8/26 2024-09-11T07:45:55.171 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 8/26 2024-09-11T07:45:55.199 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-11T07:45:55.251 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9. 10/26 2024-09-11T07:45:55.288 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 11/26 2024-09-11T07:45:55.350 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 12/26 2024-09-11T07:45:55.386 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 13/26 2024-09-11T07:45:55.479 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 13/26 2024-09-11T07:45:55.526 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-11T07:45:55.587 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/26 2024-09-11T07:45:55.619 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-11T07:45:55.655 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:45:55.914 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-11T07:45:55.956 INFO:teuthology.orchestra.run.smithi087.stdout: Upgrading : librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 18/26 2024-09-11T07:45:56.045 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-11T07:45:56.046 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 18/26 2024-09-11T07:45:56.100 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:45:56.127 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 19/26 2024-09-11T07:45:56.158 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x8 20/26 2024-09-11T07:45:56.176 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:45:56.261 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/26 2024-09-11T07:45:56.285 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:45:56.373 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:45:56.425 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-11T07:45:56.465 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-11T07:45:56.910 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-11T07:45:56.937 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 8/26 2024-09-11T07:45:56.992 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 8/26 2024-09-11T07:45:57.020 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-11T07:45:57.055 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:45:57.072 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9. 10/26 2024-09-11T07:45:57.085 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:45:57.109 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 11/26 2024-09-11T07:45:57.171 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 12/26 2024-09-11T07:45:57.199 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 13/26 2024-09-11T07:45:57.264 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 13/26 2024-09-11T07:45:57.310 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-11T07:45:57.357 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 15/26 2024-09-11T07:45:57.389 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-11T07:45:57.607 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:45:57.647 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 22/26 2024-09-11T07:45:57.681 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-11T07:45:57.735 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 18/26 2024-09-11T07:45:57.749 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 22/26 2024-09-11T07:45:57.749 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T07:45:57.749 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T07:45:57.749 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:45:57.782 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:45:57.826 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 18/26 2024-09-11T07:45:57.898 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 19/26 2024-09-11T07:45:57.929 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x8 20/26 2024-09-11T07:45:58.687 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:45:58.730 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:45:59.258 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:45:59.316 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 22/26 2024-09-11T07:45:59.417 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 22/26 2024-09-11T07:45:59.417 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T07:45:59.417 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T07:45:59.417 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:45:59.459 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:00.338 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:46:00.375 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:46:00.897 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 21/26 2024-09-11T07:46:00.928 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 22/26 2024-09-11T07:46:01.028 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 22/26 2024-09-11T07:46:01.028 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T07:46:01.028 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T07:46:01.028 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:01.062 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /sys 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /proc 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /mnt 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /var/tmp 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /home 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /root 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /tmp 2024-09-11T07:46:07.700 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:09.017 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 24/26 2024-09-11T07:46:09.095 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 24/26 2024-09-11T07:46:09.095 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:09.095 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T07:46:09.095 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T07:46:09.095 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T07:46:09.095 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:09.097 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-11T07:46:09.194 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-11T07:46:09.195 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /sys 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /proc 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /mnt 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /var/tmp 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /home 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /root 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout:skipping the directory /tmp 2024-09-11T07:46:09.212 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:10.445 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 5/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 6/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 7/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9. 8/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x8 9/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 10/26 2024-09-11T07:46:10.446 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 11/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 12/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 13/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-11T07:46:10.447 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 19/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-11T07:46:10.448 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 25/26 2024-09-11T07:46:10.550 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 24/26 2024-09-11T07:46:10.628 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 24/26 2024-09-11T07:46:10.628 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:10.628 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T07:46:10.628 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T07:46:10.629 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T07:46:10.629 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:10.630 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-11T07:46:10.719 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-11T07:46:10.719 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /sys 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /proc 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /mnt 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /var/tmp 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /home 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /root 2024-09-11T07:46:10.841 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /tmp 2024-09-11T07:46:10.842 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout:Upgraded: 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.422 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T07:46:11.424 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.424 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.424 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:11.424 INFO:teuthology.orchestra.run.smithi107.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T07:46:11.424 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:11.424 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:11.815 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-test 2024-09-11T07:46:11.974 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:11.974 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/26 2024-09-11T07:46:11.974 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:46:11.974 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 5/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 6/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 7/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9. 8/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x8 9/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 10/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 11/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 12/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 13/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-11T07:46:11.975 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 19/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-11T07:46:11.976 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 25/26 2024-09-11T07:46:12.150 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 24/26 2024-09-11T07:46:12.221 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 24/26 2024-09-11T07:46:12.221 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:12.221 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T07:46:12.221 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T07:46:12.221 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T07:46:12.221 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:12.223 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-11T07:46:12.303 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-11T07:46:12.303 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:12.378 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:27 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:12.509 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:12.510 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:12.510 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:46:12.510 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:12.510 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:12.510 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 48 M 2024-09-11T07:46:12.510 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 163 k 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-09-11T07:46:12.511 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:12.512 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 48 M 2024-09-11T07:46:12.512 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 193 M 2024-09-11T07:46:12.512 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:12.822 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-11T07:46:12.858 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.7 MB/s | 64 kB 00:00 2024-09-11T07:46:12.893 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:12.893 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout:Upgraded: 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T07:46:12.894 INFO:teuthology.orchestra.run.smithi087.stdout: libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:12.895 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:12.899 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): libcephsqlite-17.2.7-1623.gd0e6828a.el9. 616 kB/s | 163 kB 00:00 2024-09-11T07:46:13.263 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-test 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 5/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_6 6/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 7/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9. 8/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x8 9/26 2024-09-11T07:46:13.605 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 10/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 11/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 12/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 13/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 19/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-11T07:46:13.606 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 23/26 2024-09-11T07:46:13.607 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-11T07:46:13.607 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 25/26 2024-09-11T07:46:13.826 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:27 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:13.958 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:13.958 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:13.958 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-test x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 48 M 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout: libcephsqlite x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 163 k 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout:Install 4 Packages 2024-09-11T07:46:13.959 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:13.960 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 48 M 2024-09-11T07:46:13.960 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 193 M 2024-09-11T07:46:13.960 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:46:14.422 INFO:teuthology.orchestra.run.smithi087.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-11T07:46:14.464 INFO:teuthology.orchestra.run.smithi087.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-11T07:46:14.522 INFO:teuthology.orchestra.run.smithi087.stdout:(3/4): libcephsqlite-17.2.7-1623.gd0e6828a.el9. 577 kB/s | 163 kB 00:00 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout:Upgraded: 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.572 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.573 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:14.574 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:14.908 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): ceph-test-17.2.7-1623.gd0e6828a.el9.x86_ 21 MB/s | 48 MB 00:02 2024-09-11T07:46:14.911 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:14.911 INFO:teuthology.orchestra.run.smithi107.stdout:Total 20 MB/s | 48 MB 00:02 2024-09-11T07:46:14.933 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-test 2024-09-11T07:46:14.939 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:14.958 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:14.958 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:15.324 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:15.324 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:15.504 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:29 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:15.641 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 48 M 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 163 k 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T07:46:15.642 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout:Install 4 Packages 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 48 M 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 193 M 2024-09-11T07:46:15.643 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:46:15.843 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:15.934 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T07:46:15.974 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T07:46:16.002 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/4 2024-09-11T07:46:16.008 INFO:teuthology.orchestra.run.smithi084.stdout:(1/4): libcephsqlite-17.2.7-1623.gd0e6828a.el9. 657 kB/s | 163 kB 00:00 2024-09-11T07:46:16.539 INFO:teuthology.orchestra.run.smithi087.stdout:(4/4): ceph-test-17.2.7-1623.gd0e6828a.el9.x86_ 21 MB/s | 48 MB 00:02 2024-09-11T07:46:16.541 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:16.542 INFO:teuthology.orchestra.run.smithi087.stdout:Total 19 MB/s | 48 MB 00:02 2024-09-11T07:46:16.569 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:46:16.588 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:46:16.588 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:46:16.683 INFO:teuthology.orchestra.run.smithi084.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 95 kB/s | 64 kB 00:00 2024-09-11T07:46:16.733 INFO:teuthology.orchestra.run.smithi084.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 312 kB/s | 304 kB 00:00 2024-09-11T07:46:16.954 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:46:16.955 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:46:17.501 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:46:17.582 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T07:46:17.630 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T07:46:17.658 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/4 2024-09-11T07:46:18.100 INFO:teuthology.orchestra.run.smithi084.stdout:(4/4): ceph-test-17.2.7-1623.gd0e6828a.el9.x86_ 20 MB/s | 48 MB 00:02 2024-09-11T07:46:18.102 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:18.103 INFO:teuthology.orchestra.run.smithi084.stdout:Total 20 MB/s | 48 MB 00:02 2024-09-11T07:46:18.130 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:46:18.150 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:46:18.150 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:46:18.517 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:46:18.517 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:46:19.047 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:46:19.127 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T07:46:19.174 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T07:46:19.193 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/4 2024-09-11T07:46:20.418 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/4 2024-09-11T07:46:20.491 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/4 2024-09-11T07:46:22.055 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/4 2024-09-11T07:46:22.146 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/4 2024-09-11T07:46:22.798 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/4 2024-09-11T07:46:22.798 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/4 2024-09-11T07:46:22.798 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/4 2024-09-11T07:46:22.798 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:23.100 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:23.403 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph 2024-09-11T07:46:23.644 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/4 2024-09-11T07:46:23.725 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/4 2024-09-11T07:46:23.972 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:38 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:24.106 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:24.108 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: ceph x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 6.5 k 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.1 M 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 1.4 M 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 240 k 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 3.9 M 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 15 M 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T07:46:24.109 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T07:46:24.110 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T07:46:24.111 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout:Install 34 Packages 2024-09-11T07:46:24.112 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:24.113 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 27 M 2024-09-11T07:46:24.113 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 96 M 2024-09-11T07:46:24.113 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:24.407 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/4 2024-09-11T07:46:24.407 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/4 2024-09-11T07:46:24.407 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/4 2024-09-11T07:46:24.407 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T07:46:24.711 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout: libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:24.712 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:24.738 INFO:teuthology.orchestra.run.smithi107.stdout:(1/34): ceph-17.2.7-1623.gd0e6828a.el9.x86_64.r 57 kB/s | 6.5 kB 00:00 2024-09-11T07:46:24.947 INFO:teuthology.orchestra.run.smithi107.stdout:(2/34): ceph-mds-17.2.7-1623.gd0e6828a.el9.x86_ 6.4 MB/s | 2.1 MB 00:00 2024-09-11T07:46:24.989 INFO:teuthology.orchestra.run.smithi107.stdout:(3/34): ceph-mgr-17.2.7-1623.gd0e6828a.el9.x86_ 3.9 MB/s | 1.4 MB 00:00 2024-09-11T07:46:24.993 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph 2024-09-11T07:46:25.081 INFO:teuthology.orchestra.run.smithi107.stdout:(4/34): ceph-mgr-modules-core-17.2.7-1623.gd0e6 2.6 MB/s | 240 kB 00:00 2024-09-11T07:46:25.156 INFO:teuthology.orchestra.run.smithi107.stdout:(5/34): ceph-mon-17.2.7-1623.gd0e6828a.el9.x86_ 9.4 MB/s | 3.9 MB 00:00 2024-09-11T07:46:25.357 INFO:teuthology.orchestra.run.smithi107.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 920 kB/s | 253 kB 00:00 2024-09-11T07:46:25.390 INFO:teuthology.orchestra.run.smithi107.stdout:(7/34): python3-cryptography-36.0.1-4.el9.x86_6 5.3 MB/s | 1.2 MB 00:00 2024-09-11T07:46:25.564 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:39 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:25.565 INFO:teuthology.orchestra.run.smithi107.stdout:(8/34): ceph-osd-17.2.7-1623.gd0e6828a.el9.x86_ 25 MB/s | 15 MB 00:00 2024-09-11T07:46:25.591 INFO:teuthology.orchestra.run.smithi107.stdout:(9/34): python3-ply-3.11-14.el9.noarch.rpm 456 kB/s | 106 kB 00:00 2024-09-11T07:46:25.616 INFO:teuthology.orchestra.run.smithi107.stdout:(10/34): python3-pycparser-2.20-6.el9.noarch.rp 599 kB/s | 135 kB 00:00 2024-09-11T07:46:25.675 INFO:teuthology.orchestra.run.smithi107.stdout:(11/34): python3-urllib3-1.26.5-6.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-09-11T07:46:25.702 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:25.704 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:25.704 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:46:25.704 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:25.704 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:46:25.704 INFO:teuthology.orchestra.run.smithi087.stdout: ceph x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 6.5 k 2024-09-11T07:46:25.705 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:46:25.705 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mds x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.1 M 2024-09-11T07:46:25.705 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 1.4 M 2024-09-11T07:46:25.705 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 240 k 2024-09-11T07:46:25.705 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mon x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 3.9 M 2024-09-11T07:46:25.705 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-osd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 15 M 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T07:46:25.706 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-collections 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T07:46:25.707 INFO:teuthology.orchestra.run.smithi087.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T07:46:25.708 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout:Install 34 Packages 2024-09-11T07:46:25.709 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:25.710 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 27 M 2024-09-11T07:46:25.710 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 96 M 2024-09-11T07:46:25.710 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:46:25.717 INFO:teuthology.orchestra.run.smithi107.stdout:(12/34): python3-requests-2.25.1-8.el9.noarch.r 828 kB/s | 125 kB 00:00 2024-09-11T07:46:25.742 INFO:teuthology.orchestra.run.smithi107.stdout:(13/34): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-11T07:46:25.768 INFO:teuthology.orchestra.run.smithi107.stdout:(14/34): python3-markupsafe-1.1.1-12.el9.x86_64 377 kB/s | 35 kB 00:00 2024-09-11T07:46:25.793 INFO:teuthology.orchestra.run.smithi107.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-11T07:46:25.806 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/4 2024-09-11T07:46:25.806 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/4 2024-09-11T07:46:25.806 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/4 2024-09-11T07:46:25.806 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T07:46:25.835 INFO:teuthology.orchestra.run.smithi107.stdout:(16/34): python3-toml-0.10.2-6.el9.noarch.rpm 625 kB/s | 42 kB 00:00 2024-09-11T07:46:25.860 INFO:teuthology.orchestra.run.smithi107.stdout:(17/34): python3-pytz-2021.1-5.el9.noarch.rpm 435 kB/s | 51 kB 00:00 2024-09-11T07:46:25.894 INFO:teuthology.orchestra.run.smithi107.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 434 kB/s | 43 kB 00:00 2024-09-11T07:46:25.935 INFO:teuthology.orchestra.run.smithi107.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 421 kB/s | 11 kB 00:00 2024-09-11T07:46:25.961 INFO:teuthology.orchestra.run.smithi107.stdout:(20/34): python3-jaraco-classes-3.2.1-5.el9.noa 807 kB/s | 18 kB 00:00 2024-09-11T07:46:25.986 INFO:teuthology.orchestra.run.smithi107.stdout:(21/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-11T07:46:26.011 INFO:teuthology.orchestra.run.smithi107.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-09-11T07:46:26.037 INFO:teuthology.orchestra.run.smithi107.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 780 kB/s | 19 kB 00:00 2024-09-11T07:46:26.043 INFO:teuthology.orchestra.run.smithi087.stdout:(1/34): ceph-17.2.7-1623.gd0e6828a.el9.x86_64.r 49 kB/s | 6.5 kB 00:00 2024-09-11T07:46:26.053 INFO:teuthology.orchestra.run.smithi107.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 470 kB/s | 20 kB 00:00 2024-09-11T07:46:26.087 INFO:teuthology.orchestra.run.smithi107.stdout:(25/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-09-11T07:46:26.104 INFO:teuthology.orchestra.run.smithi107.stdout:(26/34): python3-logutils-0.3.5-21.el9.noarch.r 688 kB/s | 46 kB 00:00 2024-09-11T07:46:26.104 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:26.105 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:26.129 INFO:teuthology.orchestra.run.smithi107.stdout:(27/34): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-11T07:46:26.146 INFO:teuthology.orchestra.run.smithi107.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 390 kB/s | 16 kB 00:00 2024-09-11T07:46:26.180 INFO:teuthology.orchestra.run.smithi107.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-11T07:46:26.205 INFO:teuthology.orchestra.run.smithi107.stdout:(30/34): python3-tempora-5.0.0-2.el9.noarch.rpm 608 kB/s | 36 kB 00:00 2024-09-11T07:46:26.210 INFO:teuthology.orchestra.run.smithi087.stdout:(2/34): ceph-mgr-17.2.7-1623.gd0e6828a.el9.x86_ 4.7 MB/s | 1.4 MB 00:00 2024-09-11T07:46:26.230 INFO:teuthology.orchestra.run.smithi107.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-11T07:46:26.256 INFO:teuthology.orchestra.run.smithi107.stdout:(32/34): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-11T07:46:26.281 INFO:teuthology.orchestra.run.smithi107.stdout:(33/34): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-09-11T07:46:26.285 INFO:teuthology.orchestra.run.smithi087.stdout:(3/34): ceph-mds-17.2.7-1623.gd0e6828a.el9.x86_ 5.5 MB/s | 2.1 MB 00:00 2024-09-11T07:46:26.306 INFO:teuthology.orchestra.run.smithi107.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-11T07:46:26.310 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:26.310 INFO:teuthology.orchestra.run.smithi107.stdout:Total 12 MB/s | 27 MB 00:02 2024-09-11T07:46:26.357 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph 2024-09-11T07:46:26.394 INFO:teuthology.orchestra.run.smithi087.stdout:(4/34): ceph-mon-17.2.7-1623.gd0e6828a.el9.x86_ 11 MB/s | 3.9 MB 00:00 2024-09-11T07:46:26.419 INFO:teuthology.orchestra.run.smithi087.stdout:(5/34): ceph-mgr-modules-core-17.2.7-1623.gd0e6 1.8 MB/s | 240 kB 00:00 2024-09-11T07:46:26.439 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:26.477 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:26.477 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:26.544 INFO:teuthology.orchestra.run.smithi087.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-09-11T07:46:26.588 INFO:teuthology.orchestra.run.smithi087.stdout:(7/34): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-11T07:46:26.736 INFO:teuthology.orchestra.run.smithi087.stdout:(8/34): ceph-osd-17.2.7-1623.gd0e6828a.el9.x86_ 29 MB/s | 15 MB 00:00 2024-09-11T07:46:26.778 INFO:teuthology.orchestra.run.smithi087.stdout:(9/34): python3-cryptography-36.0.1-4.el9.x86_6 3.4 MB/s | 1.2 MB 00:00 2024-09-11T07:46:26.804 INFO:teuthology.orchestra.run.smithi087.stdout:(10/34): python3-pycparser-2.20-6.el9.noarch.rp 623 kB/s | 135 kB 00:00 2024-09-11T07:46:26.846 INFO:teuthology.orchestra.run.smithi087.stdout:(11/34): python3-urllib3-1.26.5-6.el9.noarch.rp 5.1 MB/s | 215 kB 00:00 2024-09-11T07:46:26.872 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:26.873 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:26.887 INFO:teuthology.orchestra.run.smithi087.stdout:(12/34): python3-requests-2.25.1-8.el9.noarch.r 830 kB/s | 125 kB 00:00 2024-09-11T07:46:26.923 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:40 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:26.930 INFO:teuthology.orchestra.run.smithi087.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 415 kB/s | 35 kB 00:00 2024-09-11T07:46:26.955 INFO:teuthology.orchestra.run.smithi087.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-11T07:46:26.988 INFO:teuthology.orchestra.run.smithi087.stdout:(15/34): python3-pytz-2021.1-5.el9.noarch.rpm 872 kB/s | 51 kB 00:00 2024-09-11T07:46:27.013 INFO:teuthology.orchestra.run.smithi087.stdout:(16/34): python3-toml-0.10.2-6.el9.noarch.rpm 713 kB/s | 42 kB 00:00 2024-09-11T07:46:27.039 INFO:teuthology.orchestra.run.smithi087.stdout:(17/34): python3-packaging-20.9-5.el9.noarch.rp 511 kB/s | 77 kB 00:00 2024-09-11T07:46:27.067 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:27.069 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:27.069 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:46:27.069 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:27.069 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 6.5 k 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.1 M 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 1.4 M 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 240 k 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 3.9 M 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 15 M 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T07:46:27.070 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T07:46:27.071 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:46:27.072 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:27.073 INFO:teuthology.orchestra.run.smithi084.stdout:Install 34 Packages 2024-09-11T07:46:27.073 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:27.073 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 27 M 2024-09-11T07:46:27.073 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 96 M 2024-09-11T07:46:27.073 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:46:27.089 INFO:teuthology.orchestra.run.smithi087.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 433 kB/s | 43 kB 00:00 2024-09-11T07:46:27.114 INFO:teuthology.orchestra.run.smithi087.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 464 kB/s | 11 kB 00:00 2024-09-11T07:46:27.139 INFO:teuthology.orchestra.run.smithi087.stdout:(20/34): python3-jaraco-classes-3.2.1-5.el9.noa 715 kB/s | 18 kB 00:00 2024-09-11T07:46:27.165 INFO:teuthology.orchestra.run.smithi087.stdout:(21/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-11T07:46:27.190 INFO:teuthology.orchestra.run.smithi087.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 460 kB/s | 23 kB 00:00 2024-09-11T07:46:27.215 INFO:teuthology.orchestra.run.smithi087.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-11T07:46:27.241 INFO:teuthology.orchestra.run.smithi087.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-11T07:46:27.257 INFO:teuthology.orchestra.run.smithi087.stdout:(25/34): python3-logutils-0.3.5-21.el9.noarch.r 1.1 MB/s | 46 kB 00:00 2024-09-11T07:46:27.290 INFO:teuthology.orchestra.run.smithi087.stdout:(26/34): python3-more-itertools-8.12.0-2.el9.no 1.6 MB/s | 79 kB 00:00 2024-09-11T07:46:27.323 INFO:teuthology.orchestra.run.smithi087.stdout:(27/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-11T07:46:27.340 INFO:teuthology.orchestra.run.smithi087.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 329 kB/s | 16 kB 00:00 2024-09-11T07:46:27.365 INFO:teuthology.orchestra.run.smithi087.stdout:(29/34): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-11T07:46:27.391 INFO:teuthology.orchestra.run.smithi087.stdout:(30/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-11T07:46:27.416 INFO:teuthology.orchestra.run.smithi087.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-11T07:46:27.433 INFO:teuthology.orchestra.run.smithi087.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-11T07:46:27.458 INFO:teuthology.orchestra.run.smithi087.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-11T07:46:27.483 INFO:teuthology.orchestra.run.smithi087.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-11T07:46:27.488 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:27.488 INFO:teuthology.orchestra.run.smithi087.stdout:Total 15 MB/s | 27 MB 00:01 2024-09-11T07:46:27.621 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:46:27.658 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:46:27.658 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:46:27.761 INFO:teuthology.orchestra.run.smithi084.stdout:(1/34): ceph-17.2.7-1623.gd0e6828a.el9.x86_64.r 52 kB/s | 6.5 kB 00:00 2024-09-11T07:46:27.928 INFO:teuthology.orchestra.run.smithi084.stdout:(2/34): ceph-mgr-17.2.7-1623.gd0e6828a.el9.x86_ 4.8 MB/s | 1.4 MB 00:00 2024-09-11T07:46:27.995 INFO:teuthology.orchestra.run.smithi084.stdout:(3/34): ceph-mds-17.2.7-1623.gd0e6828a.el9.x86_ 5.8 MB/s | 2.1 MB 00:00 2024-09-11T07:46:28.045 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:46:28.046 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:46:28.095 INFO:teuthology.orchestra.run.smithi084.stdout:(4/34): ceph-mon-17.2.7-1623.gd0e6828a.el9.x86_ 12 MB/s | 3.9 MB 00:00 2024-09-11T07:46:28.112 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:28.120 INFO:teuthology.orchestra.run.smithi084.stdout:(5/34): ceph-mgr-modules-core-17.2.7-1623.gd0e6 1.9 MB/s | 240 kB 00:00 2024-09-11T07:46:28.180 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-11T07:46:28.213 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-11T07:46:28.254 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-11T07:46:28.287 INFO:teuthology.orchestra.run.smithi084.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-09-11T07:46:28.346 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-11T07:46:28.425 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-11T07:46:28.446 INFO:teuthology.orchestra.run.smithi084.stdout:(7/34): ceph-osd-17.2.7-1623.gd0e6828a.el9.x86_ 30 MB/s | 15 MB 00:00 2024-09-11T07:46:28.465 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-11T07:46:28.471 INFO:teuthology.orchestra.run.smithi084.stdout:(8/34): python3-ply-3.11-14.el9.noarch.rpm 580 kB/s | 106 kB 00:00 2024-09-11T07:46:28.509 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-11T07:46:28.547 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-11T07:46:28.554 INFO:teuthology.orchestra.run.smithi084.stdout:(9/34): python3-requests-2.25.1-8.el9.noarch.rp 1.5 MB/s | 125 kB 00:00 2024-09-11T07:46:28.581 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-11T07:46:28.605 INFO:teuthology.orchestra.run.smithi084.stdout:(10/34): python3-pycparser-2.20-6.el9.noarch.rp 853 kB/s | 135 kB 00:00 2024-09-11T07:46:28.614 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-11T07:46:28.647 INFO:teuthology.orchestra.run.smithi084.stdout:(11/34): python3-cryptography-36.0.1-4.el9.x86_ 2.3 MB/s | 1.2 MB 00:00 2024-09-11T07:46:28.655 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-11T07:46:28.672 INFO:teuthology.orchestra.run.smithi084.stdout:(12/34): python3-urllib3-1.26.5-6.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-09-11T07:46:28.690 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-11T07:46:28.697 INFO:teuthology.orchestra.run.smithi084.stdout:(13/34): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-09-11T07:46:28.722 INFO:teuthology.orchestra.run.smithi084.stdout:(14/34): python3-markupsafe-1.1.1-12.el9.x86_64 461 kB/s | 35 kB 00:00 2024-09-11T07:46:28.724 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-11T07:46:28.739 INFO:teuthology.orchestra.run.smithi084.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-11T07:46:28.765 INFO:teuthology.orchestra.run.smithi084.stdout:(16/34): python3-pytz-2021.1-5.el9.noarch.rpm 759 kB/s | 51 kB 00:00 2024-09-11T07:46:28.773 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-11T07:46:28.790 INFO:teuthology.orchestra.run.smithi084.stdout:(17/34): python3-toml-0.10.2-6.el9.noarch.rpm 622 kB/s | 42 kB 00:00 2024-09-11T07:46:28.805 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-11T07:46:28.848 INFO:teuthology.orchestra.run.smithi084.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 400 kB/s | 43 kB 00:00 2024-09-11T07:46:28.873 INFO:teuthology.orchestra.run.smithi084.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 462 kB/s | 11 kB 00:00 2024-09-11T07:46:28.878 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-11T07:46:28.899 INFO:teuthology.orchestra.run.smithi084.stdout:(20/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-11T07:46:28.924 INFO:teuthology.orchestra.run.smithi084.stdout:(21/34): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-09-11T07:46:28.949 INFO:teuthology.orchestra.run.smithi084.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-11T07:46:28.975 INFO:teuthology.orchestra.run.smithi084.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-11T07:46:29.000 INFO:teuthology.orchestra.run.smithi084.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-11T07:46:29.025 INFO:teuthology.orchestra.run.smithi084.stdout:(25/34): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-09-11T07:46:29.043 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-11T07:46:29.050 INFO:teuthology.orchestra.run.smithi084.stdout:(26/34): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-11T07:46:29.076 INFO:teuthology.orchestra.run.smithi084.stdout:(27/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-11T07:46:29.101 INFO:teuthology.orchestra.run.smithi084.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-11T07:46:29.121 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-11T07:46:29.135 INFO:teuthology.orchestra.run.smithi084.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-09-11T07:46:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:(30/34): python3-tempora-5.0.0-2.el9.noarch.rpm 609 kB/s | 36 kB 00:00 2024-09-11T07:46:29.175 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-11T07:46:29.185 INFO:teuthology.orchestra.run.smithi084.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-11T07:46:29.210 INFO:teuthology.orchestra.run.smithi084.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 805 kB/s | 20 kB 00:00 2024-09-11T07:46:29.223 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-11T07:46:29.236 INFO:teuthology.orchestra.run.smithi084.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-11T07:46:29.269 INFO:teuthology.orchestra.run.smithi084.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-11T07:46:29.271 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-11T07:46:29.273 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:29.273 INFO:teuthology.orchestra.run.smithi084.stdout:Total 12 MB/s | 27 MB 00:02 2024-09-11T07:46:29.296 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:46:29.327 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-11T07:46:29.353 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-11T07:46:29.393 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-11T07:46:29.403 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:46:29.427 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-11T07:46:29.440 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:46:29.440 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:46:29.520 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-11T07:46:29.520 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-11T07:46:29.567 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-11T07:46:29.598 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-11T07:46:29.637 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-11T07:46:29.656 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-11T07:46:29.699 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-11T07:46:29.726 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-11T07:46:29.732 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-11T07:46:29.772 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-11T07:46:29.774 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-11T07:46:29.805 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-11T07:46:29.811 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:46:29.811 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:46:29.846 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-11T07:46:29.881 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-11T07:46:29.899 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-11T07:46:29.915 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-11T07:46:29.972 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-11T07:46:30.021 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-11T07:46:30.056 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9. 29/34 2024-09-11T07:46:30.086 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 30/34 2024-09-11T07:46:30.092 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-11T07:46:30.113 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 30/34 2024-09-11T07:46:30.113 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:30.113 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T07:46:30.113 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T07:46:30.113 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T07:46:30.113 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:30.240 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-11T07:46:30.370 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-11T07:46:30.423 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-11T07:46:30.461 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-11T07:46:30.510 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-11T07:46:30.574 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-11T07:46:30.768 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-11T07:46:30.832 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-11T07:46:30.901 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-11T07:46:30.990 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-11T07:46:31.037 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:46:31.042 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-11T07:46:31.105 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-11T07:46:31.146 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-11T07:46:31.163 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-11T07:46:31.187 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-11T07:46:31.278 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-11T07:46:31.313 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9. 29/34 2024-09-11T07:46:31.350 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 30/34 2024-09-11T07:46:31.357 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-11T07:46:31.375 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 30/34 2024-09-11T07:46:31.375 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:31.375 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T07:46:31.375 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T07:46:31.375 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T07:46:31.375 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:31.397 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-11T07:46:31.437 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 31/34 2024-09-11T07:46:31.440 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-11T07:46:31.465 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 31/34 2024-09-11T07:46:31.465 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:31.465 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T07:46:31.465 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T07:46:31.465 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T07:46:31.465 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:31.470 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-11T07:46:31.497 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-11T07:46:31.521 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-11T07:46:31.562 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-11T07:46:31.605 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-11T07:46:31.639 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-11T07:46:31.688 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-11T07:46:31.720 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-11T07:46:31.796 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-11T07:46:31.838 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 32/34 2024-09-11T07:46:31.861 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 32/34 2024-09-11T07:46:31.862 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:31.862 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T07:46:31.862 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T07:46:31.862 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T07:46:31.862 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:31.942 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-11T07:46:32.022 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-11T07:46:32.074 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-11T07:46:32.080 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 33/34 2024-09-11T07:46:32.104 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 33/34 2024-09-11T07:46:32.104 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:32.105 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T07:46:32.105 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T07:46:32.105 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T07:46:32.105 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:32.112 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-11T07:46:32.162 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-11T07:46:32.169 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 34/34 2024-09-11T07:46:32.217 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-11T07:46:32.404 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-11T07:46:32.472 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-11T07:46:32.552 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-11T07:46:32.641 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-11T07:46:32.686 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-11T07:46:32.752 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 31/34 2024-09-11T07:46:32.780 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 31/34 2024-09-11T07:46:32.780 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:32.781 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T07:46:32.781 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T07:46:32.781 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T07:46:32.781 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:32.809 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-11T07:46:32.962 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9. 29/34 2024-09-11T07:46:32.993 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 30/34 2024-09-11T07:46:33.018 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 30/34 2024-09-11T07:46:33.019 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:33.019 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T07:46:33.019 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T07:46:33.019 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T07:46:33.019 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:33.169 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 32/34 2024-09-11T07:46:33.194 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 32/34 2024-09-11T07:46:33.194 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:33.194 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T07:46:33.194 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T07:46:33.194 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T07:46:33.194 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:33.403 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 33/34 2024-09-11T07:46:33.426 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 33/34 2024-09-11T07:46:33.426 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:33.427 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T07:46:33.427 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T07:46:33.427 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T07:46:33.427 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:33.490 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 34/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 34/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 5/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9. 6/34 2024-09-11T07:46:33.872 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-11T07:46:33.873 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-11T07:46:33.874 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-11T07:46:33.875 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-11T07:46:33.875 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-11T07:46:33.875 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-11T07:46:33.875 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-11T07:46:34.344 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 31/34 2024-09-11T07:46:34.372 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 31/34 2024-09-11T07:46:34.372 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:34.372 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T07:46:34.372 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T07:46:34.372 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T07:46:34.372 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:34.753 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 32/34 2024-09-11T07:46:34.779 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 32/34 2024-09-11T07:46:34.779 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:34.780 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T07:46:34.780 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T07:46:34.780 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T07:46:34.780 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:34.950 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-11T07:46:34.950 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:34.950 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:34.950 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T07:46:34.951 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T07:46:34.952 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:34.953 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:34.996 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 33/34 2024-09-11T07:46:35.021 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 33/34 2024-09-11T07:46:35.021 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:35.021 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T07:46:35.021 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T07:46:35.021 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T07:46:35.021 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:35.085 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 34/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 34/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 5/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9. 6/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-11T07:46:35.258 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-11T07:46:35.259 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-11T07:46:35.260 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-11T07:46:35.260 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-11T07:46:35.260 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-11T07:46:35.260 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-11T07:46:35.260 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-11T07:46:35.260 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-11T07:46:35.261 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-11T07:46:35.261 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-11T07:46:35.261 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-11T07:46:35.261 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-11T07:46:35.261 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-11T07:46:35.324 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-base 2024-09-11T07:46:35.913 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:50 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:36.004 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:46:36.045 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:36.046 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:46:36.046 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:36.116 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install cephadm 2024-09-11T07:46:36.162 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T07:46:36.163 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T07:46:36.164 INFO:teuthology.orchestra.run.smithi087.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T07:46:36.165 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:36.521 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-base 2024-09-11T07:46:36.685 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:51 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 34/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 3/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 4/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 5/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9. 6/34 2024-09-11T07:46:36.750 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-11T07:46:36.751 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-11T07:46:36.752 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-11T07:46:36.753 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-11T07:46:36.753 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-11T07:46:36.753 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-11T07:46:36.816 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:36.817 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:36.817 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:46:36.817 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 83 k 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 83 k 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 375 k 2024-09-11T07:46:36.818 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:36.988 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm-17.2.7-1623.gd0e6828a.el9.noarch.rpm 486 kB/s | 83 kB 00:00 2024-09-11T07:46:36.989 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:36.989 INFO:teuthology.orchestra.run.smithi107.stdout:Total 482 kB/s | 83 kB 00:00 2024-09-11T07:46:36.989 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:36.994 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:36.994 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:36.996 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:36.997 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:37.074 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:37.091 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:51 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:37.182 INFO:teuthology.orchestra.run.smithi087.stdout:Package ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:46:37.225 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:37.225 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:46:37.225 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:37.301 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install cephadm 2024-09-11T07:46:37.513 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:37.609 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mds-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:37.633 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-modules-core-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mon-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-osd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T07:46:37.634 INFO:teuthology.orchestra.run.smithi084.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T07:46:37.635 INFO:teuthology.orchestra.run.smithi084.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:37.636 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:37.854 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:51 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:37.948 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:37.975 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-base 2024-09-11T07:46:37.986 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:37.986 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout: cephadm noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 83 k 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 83 k 2024-09-11T07:46:37.987 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 375 k 2024-09-11T07:46:37.988 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:46:38.176 INFO:teuthology.orchestra.run.smithi087.stdout:cephadm-17.2.7-1623.gd0e6828a.el9.noarch.rpm 439 kB/s | 83 kB 00:00 2024-09-11T07:46:38.176 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:38.177 INFO:teuthology.orchestra.run.smithi087.stdout:Total 435 kB/s | 83 kB 00:00 2024-09-11T07:46:38.177 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:46:38.182 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:46:38.182 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:46:38.184 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:46:38.184 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:46:38.202 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:38.202 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:38.202 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:38.203 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:38.203 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:38.203 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:38.259 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:46:38.434 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T07:46:38.551 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:52 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-base-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:46:38.657 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:38.683 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:38.684 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:46:38.684 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:38.737 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install cephadm 2024-09-11T07:46:38.762 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:39.001 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:54 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:39.141 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:39.141 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 137 k 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 137 k 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 379 k 2024-09-11T07:46:39.142 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:39.174 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:39.297 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:53 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:39.354 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-immutable-object-cache-17.2.7-1623.gd0e682 649 kB/s | 137 kB 00:00 2024-09-11T07:46:39.355 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:39.355 INFO:teuthology.orchestra.run.smithi107.stdout:Total 644 kB/s | 137 kB 00:00 2024-09-11T07:46:39.355 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:39.363 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:39.363 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:39.419 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:39.419 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:39.419 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:46:39.419 INFO:teuthology.orchestra.run.smithi087.stdout: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:39.419 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:39.419 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:39.420 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:39.420 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:39.428 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:39.429 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:46:39.429 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:39.429 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:46:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 83 k 2024-09-11T07:46:39.429 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 83 k 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 375 k 2024-09-11T07:46:39.430 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:46:39.577 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:39.610 INFO:teuthology.orchestra.run.smithi084.stdout:cephadm-17.2.7-1623.gd0e6828a.el9.noarch.rpm 460 kB/s | 83 kB 00:00 2024-09-11T07:46:39.610 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:39.611 INFO:teuthology.orchestra.run.smithi084.stdout:Total 456 kB/s | 83 kB 00:00 2024-09-11T07:46:39.611 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:46:39.616 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:46:39.616 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:46:39.617 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T07:46:39.618 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:46:39.618 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:46:39.638 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:39.663 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:39.663 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:39.663 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T07:46:39.663 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:39.692 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:46:40.092 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:40.189 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:40.189 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:54 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:40.325 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:40.325 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:40.326 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repo Size 2024-09-11T07:46:40.326 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:40.326 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:46:40.326 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 137 k 2024-09-11T07:46:40.326 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:40.326 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:46:40.327 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:40.327 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:46:40.327 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:40.327 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 137 k 2024-09-11T07:46:40.327 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 379 k 2024-09-11T07:46:40.328 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:46:40.496 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:40.515 INFO:teuthology.orchestra.run.smithi087.stdout:ceph-immutable-object-cache-17.2.7-1623.gd0e682 730 kB/s | 137 kB 00:00 2024-09-11T07:46:40.516 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:40.516 INFO:teuthology.orchestra.run.smithi087.stdout:Total 724 kB/s | 137 kB 00:00 2024-09-11T07:46:40.516 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:46:40.523 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:46:40.523 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:46:40.568 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:40.569 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:40.569 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:40.569 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:40.569 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:40.569 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:40.580 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:46:40.580 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:46:40.728 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:46:40.753 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:46:40.753 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:40.753 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:40.753 INFO:teuthology.orchestra.run.smithi084.stdout: cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:40.753 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:40.753 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:40.783 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:40.794 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr 2024-09-11T07:46:40.808 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:40.808 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:40.808 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T07:46:40.808 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:40.971 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T07:46:41.366 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:56 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:41.458 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:46:41.499 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:41.500 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:46:41.500 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:41.551 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:55 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:41.583 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T07:46:41.685 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:41.685 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 137 k 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 137 k 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 379 k 2024-09-11T07:46:41.686 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:46:41.745 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:41.746 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:41.746 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:46:41.746 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:41.746 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:41.746 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:41.874 INFO:teuthology.orchestra.run.smithi084.stdout:ceph-immutable-object-cache-17.2.7-1623.gd0e682 736 kB/s | 137 kB 00:00 2024-09-11T07:46:41.874 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:41.874 INFO:teuthology.orchestra.run.smithi084.stdout:Total 729 kB/s | 137 kB 00:00 2024-09-11T07:46:41.874 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:46:41.882 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:46:41.882 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:46:41.939 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:46:41.939 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:46:41.975 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr 2024-09-11T07:46:42.088 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:46:42.144 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:57 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:42.149 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:42.175 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:42.175 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:46:42.175 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T07:46:42.175 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:42.276 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:42.276 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 3.4 M 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 24 k 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 15 k 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout:Installing weak dependencies: 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-11T07:46:42.277 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout:Install 7 Packages 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 3.7 M 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 80 M 2024-09-11T07:46:42.278 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:42.494 INFO:teuthology.orchestra.run.smithi107.stdout:(1/7): ceph-prometheus-alerts-17.2.7-1623.gd0e6 94 kB/s | 15 kB 00:00 2024-09-11T07:46:42.519 INFO:teuthology.orchestra.run.smithi107.stdout:(2/7): ceph-grafana-dashboards-17.2.7-1623.gd0e 135 kB/s | 24 kB 00:00 2024-09-11T07:46:42.548 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:56 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:42.561 INFO:teuthology.orchestra.run.smithi107.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 136 kB/s | 9.0 kB 00:00 2024-09-11T07:46:42.586 INFO:teuthology.orchestra.run.smithi107.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-11T07:46:42.611 INFO:teuthology.orchestra.run.smithi107.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 443 kB/s | 41 kB 00:00 2024-09-11T07:46:42.640 INFO:teuthology.orchestra.run.smithi087.stdout:Package ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:46:42.645 INFO:teuthology.orchestra.run.smithi107.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-09-11T07:46:42.683 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:42.684 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:46:42.684 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:42.720 INFO:teuthology.orchestra.run.smithi107.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1623.gd0e6828a 8.8 MB/s | 3.4 MB 00:00 2024-09-11T07:46:42.724 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:42.724 INFO:teuthology.orchestra.run.smithi107.stdout:Total 8.2 MB/s | 3.7 MB 00:00 2024-09-11T07:46:42.724 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:42.732 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:42.732 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:42.762 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T07:46:42.831 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:42.831 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:43.116 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a. 1/1 2024-09-11T07:46:43.116 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:43.116 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:43.116 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-immutable-object-cache-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:46:43.117 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:43.117 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:43.146 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:43.205 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-11T07:46:43.239 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-11T07:46:43.285 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-11T07:46:43.325 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:57 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:43.326 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-11T07:46:43.349 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr 2024-09-11T07:46:43.355 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.n 5/7 2024-09-11T07:46:43.458 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 3.4 M 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 24 k 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 15 k 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2024-09-11T07:46:43.459 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout:Install 7 Packages 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 3.7 M 2024-09-11T07:46:43.460 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 80 M 2024-09-11T07:46:43.461 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:46:43.793 INFO:teuthology.orchestra.run.smithi087.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1623.gd0e 159 kB/s | 24 kB 00:00 2024-09-11T07:46:43.818 INFO:teuthology.orchestra.run.smithi087.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1623.gd0e6 82 kB/s | 15 kB 00:00 2024-09-11T07:46:43.860 INFO:teuthology.orchestra.run.smithi087.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 136 kB/s | 9.0 kB 00:00 2024-09-11T07:46:43.885 INFO:teuthology.orchestra.run.smithi087.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-11T07:46:43.911 INFO:teuthology.orchestra.run.smithi087.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 443 kB/s | 41 kB 00:00 2024-09-11T07:46:43.927 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:57 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:43.936 INFO:teuthology.orchestra.run.smithi087.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-11T07:46:44.020 INFO:teuthology.orchestra.run.smithi084.stdout:Package ceph-mgr-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:46:44.053 INFO:teuthology.orchestra.run.smithi087.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1623.gd0e6828a 8.1 MB/s | 3.4 MB 00:00 2024-09-11T07:46:44.056 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:44.056 INFO:teuthology.orchestra.run.smithi087.stdout:Total 6.1 MB/s | 3.7 MB 00:00 2024-09-11T07:46:44.056 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:46:44.062 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:44.063 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:46:44.063 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:44.065 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:46:44.065 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:46:44.123 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T07:46:44.146 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:46:44.146 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:46:44.354 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9. 6/7 2024-09-11T07:46:44.392 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 7/7 2024-09-11T07:46:44.456 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:46:44.529 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-11T07:46:44.563 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-11T07:46:44.609 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-11T07:46:44.650 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-11T07:46:44.679 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.n 5/7 2024-09-11T07:46:44.679 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:58 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:44.812 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:44.813 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:44.813 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:46:44.813 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:44.813 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:46:44.813 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 3.4 M 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 24 k 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 15 k 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout:Installing weak dependencies: 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:44.814 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:46:44.815 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:46:44.815 INFO:teuthology.orchestra.run.smithi084.stdout:Install 7 Packages 2024-09-11T07:46:44.815 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:44.815 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 3.7 M 2024-09-11T07:46:44.815 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 80 M 2024-09-11T07:46:44.815 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:46:45.002 INFO:teuthology.orchestra.run.smithi084.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1623.gd0e 156 kB/s | 24 kB 00:00 2024-09-11T07:46:45.027 INFO:teuthology.orchestra.run.smithi084.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1623.gd0e6 81 kB/s | 15 kB 00:00 2024-09-11T07:46:45.069 INFO:teuthology.orchestra.run.smithi084.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 136 kB/s | 9.0 kB 00:00 2024-09-11T07:46:45.094 INFO:teuthology.orchestra.run.smithi084.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-11T07:46:45.119 INFO:teuthology.orchestra.run.smithi084.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 443 kB/s | 41 kB 00:00 2024-09-11T07:46:45.153 INFO:teuthology.orchestra.run.smithi084.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.1 MB/s | 188 kB 00:00 2024-09-11T07:46:45.262 INFO:teuthology.orchestra.run.smithi084.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1623.gd0e6828a 8.1 MB/s | 3.4 MB 00:00 2024-09-11T07:46:45.265 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:45.266 INFO:teuthology.orchestra.run.smithi084.stdout:Total 8.1 MB/s | 3.7 MB 00:00 2024-09-11T07:46:45.266 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:46:45.274 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:46:45.274 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:46:45.353 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:46:45.353 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:46:45.511 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 7/7 2024-09-11T07:46:45.512 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9. 1/7 2024-09-11T07:46:45.512 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 2/7 2024-09-11T07:46:45.512 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.n 3/7 2024-09-11T07:46:45.512 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-11T07:46:45.512 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-11T07:46:45.512 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-11T07:46:45.657 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:46:45.685 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9. 6/7 2024-09-11T07:46:45.721 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-11T07:46:45.724 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 7/7 2024-09-11T07:46:45.756 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-11T07:46:45.786 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-11T07:46:45.787 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T07:46:45.787 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T07:46:45.787 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:45.787 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:45.811 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-11T07:46:45.842 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-11T07:46:45.871 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.n 5/7 2024-09-11T07:46:46.006 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T07:46:46.560 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:01 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:46.691 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 7.4 M 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T07:46:46.692 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================= 2024-09-11T07:46:46.693 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-09-11T07:46:46.694 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:46.694 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 38 M 2024-09-11T07:46:46.694 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 212 M 2024-09-11T07:46:46.694 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 7/7 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9. 1/7 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 2/7 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.n 3/7 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-11T07:46:46.772 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-11T07:46:46.863 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9. 6/7 2024-09-11T07:46:46.899 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 7/7 2024-09-11T07:46:47.021 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-11T07:46:47.063 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.6 MB/s | 801 kB 00:00 2024-09-11T07:46:47.080 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-11T07:46:47.080 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:47.080 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:46:47.080 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:47.080 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:47.080 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:47.081 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-11T07:46:47.081 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-11T07:46:47.081 INFO:teuthology.orchestra.run.smithi087.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T07:46:47.081 INFO:teuthology.orchestra.run.smithi087.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T07:46:47.081 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:47.081 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:46:47.096 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 434 kB/s | 33 kB 00:00 2024-09-11T07:46:47.272 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T07:46:47.297 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): ceph-mgr-diskprediction-local-17.2.7-16 16 MB/s | 7.4 MB 00:00 2024-09-11T07:46:47.322 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 81 kB/s | 18 kB 00:00 2024-09-11T07:46:47.430 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.1 MB/s | 3.0 MB 00:00 2024-09-11T07:46:47.456 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 242 kB/s | 38 kB 00:00 2024-09-11T07:46:47.498 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 3.6 MB/s | 245 kB 00:00 2024-09-11T07:46:47.565 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.7 MB/s | 250 kB 00:00 2024-09-11T07:46:47.674 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-09-11T07:46:47.740 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 12 MB/s | 4.9 MB 00:00 2024-09-11T07:46:47.830 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:01 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:47.897 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 7/7 2024-09-11T07:46:47.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9. 1/7 2024-09-11T07:46:47.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarc 2/7 2024-09-11T07:46:47.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.n 3/7 2024-09-11T07:46:47.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-11T07:46:47.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-11T07:46:47.898 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-11T07:46:47.962 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:46:47.963 INFO:teuthology.orchestra.run.smithi087.stdout:======================================================================================= 2024-09-11T07:46:47.963 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:46:47.963 INFO:teuthology.orchestra.run.smithi087.stdout:======================================================================================= 2024-09-11T07:46:47.963 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 7.4 M 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T07:46:47.964 INFO:teuthology.orchestra.run.smithi087.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T07:46:47.965 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:47.965 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:46:47.965 INFO:teuthology.orchestra.run.smithi087.stdout:======================================================================================= 2024-09-11T07:46:47.965 INFO:teuthology.orchestra.run.smithi087.stdout:Install 12 Packages 2024-09-11T07:46:47.965 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:46:47.965 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 38 M 2024-09-11T07:46:47.966 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 212 M 2024-09-11T07:46:47.966 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:46:48.074 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-11T07:46:48.075 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:48.075 INFO:teuthology.orchestra.run.smithi107.stdout:Total 28 MB/s | 38 MB 00:01 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-grafana-dashboards-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-dashboard-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-prometheus-alerts-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-11T07:46:48.183 INFO:teuthology.orchestra.run.smithi084.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T07:46:48.184 INFO:teuthology.orchestra.run.smithi084.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T07:46:48.184 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:48.184 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:48.310 INFO:teuthology.orchestra.run.smithi087.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 191 kB 00:00 2024-09-11T07:46:48.390 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T07:46:48.419 INFO:teuthology.orchestra.run.smithi087.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.6 MB/s | 801 kB 00:00 2024-09-11T07:46:48.427 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:48.444 INFO:teuthology.orchestra.run.smithi087.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 245 kB/s | 33 kB 00:00 2024-09-11T07:46:48.453 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:48.453 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:48.495 INFO:teuthology.orchestra.run.smithi087.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-09-11T07:46:48.612 INFO:teuthology.orchestra.run.smithi087.stdout:(5/12): ceph-mgr-diskprediction-local-17.2.7-16 15 MB/s | 7.4 MB 00:00 2024-09-11T07:46:48.637 INFO:teuthology.orchestra.run.smithi087.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 271 kB/s | 38 kB 00:00 2024-09-11T07:46:48.754 INFO:teuthology.orchestra.run.smithi087.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.0 MB/s | 245 kB 00:00 2024-09-11T07:46:48.953 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:02 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:46:48.972 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:48.973 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:49.087 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:46:49.088 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-09-11T07:46:49.088 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 7.4 M 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T07:46:49.089 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:49.090 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:46:49.091 INFO:teuthology.orchestra.run.smithi084.stdout:======================================================================================= 2024-09-11T07:46:49.091 INFO:teuthology.orchestra.run.smithi084.stdout:Install 12 Packages 2024-09-11T07:46:49.091 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:49.092 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 38 M 2024-09-11T07:46:49.092 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 212 M 2024-09-11T07:46:49.092 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:46:49.388 INFO:teuthology.orchestra.run.smithi087.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.1 MB/s | 3.0 MB 00:00 2024-09-11T07:46:49.530 INFO:teuthology.orchestra.run.smithi087.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 250 kB 00:00 2024-09-11T07:46:49.694 INFO:teuthology.orchestra.run.smithi084.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 953 kB/s | 191 kB 00:00 2024-09-11T07:46:49.731 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:49.795 INFO:teuthology.orchestra.run.smithi084.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-09-11T07:46:49.806 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T07:46:49.820 INFO:teuthology.orchestra.run.smithi084.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.4 MB/s | 801 kB 00:00 2024-09-11T07:46:49.847 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T07:46:49.937 INFO:teuthology.orchestra.run.smithi084.stdout:(4/12): ceph-mgr-diskprediction-local-17.2.7-16 17 MB/s | 7.4 MB 00:00 2024-09-11T07:46:49.947 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T07:46:49.962 INFO:teuthology.orchestra.run.smithi084.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 128 kB/s | 18 kB 00:00 2024-09-11T07:46:49.998 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T07:46:50.046 INFO:teuthology.orchestra.run.smithi084.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 355 kB/s | 38 kB 00:00 2024-09-11T07:46:50.159 INFO:teuthology.orchestra.run.smithi087.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 3.9 MB/s | 5.1 MB 00:01 2024-09-11T07:46:50.162 INFO:teuthology.orchestra.run.smithi084.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.0 MB/s | 245 kB 00:00 2024-09-11T07:46:50.183 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T07:46:50.214 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T07:46:50.238 INFO:teuthology.orchestra.run.smithi084.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 18 MB/s | 4.9 MB 00:00 2024-09-11T07:46:50.291 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T07:46:50.305 INFO:teuthology.orchestra.run.smithi084.stdout:(9/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 5.9 MB/s | 3.0 MB 00:00 2024-09-11T07:46:50.332 INFO:teuthology.orchestra.run.smithi084.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.7 MB/s | 250 kB 00:00 2024-09-11T07:46:50.438 INFO:teuthology.orchestra.run.smithi087.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.7 MB/s | 4.9 MB 00:01 2024-09-11T07:46:50.446 INFO:teuthology.orchestra.run.smithi084.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 5.1 MB 00:00 2024-09-11T07:46:50.905 INFO:teuthology.orchestra.run.smithi084.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 27 MB/s | 16 MB 00:00 2024-09-11T07:46:50.906 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:50.907 INFO:teuthology.orchestra.run.smithi084.stdout:Total 21 MB/s | 38 MB 00:01 2024-09-11T07:46:50.960 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T07:46:51.086 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T07:46:51.267 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:46:51.293 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:46:51.293 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:46:51.800 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:46:51.800 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:46:52.353 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T07:46:52.505 INFO:teuthology.orchestra.run.smithi087.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 5.5 MB/s | 16 MB 00:02 2024-09-11T07:46:52.506 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:52.506 INFO:teuthology.orchestra.run.smithi087.stdout:Total 8.4 MB/s | 38 MB 00:04 2024-09-11T07:46:52.601 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:46:52.673 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T07:46:52.711 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T07:46:52.812 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T07:46:52.846 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T07:46:52.857 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:46:52.884 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:46:52.884 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:46:53.031 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T07:46:53.061 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T07:46:53.137 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T07:46:53.392 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T07:46:53.395 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:46:53.395 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:46:53.415 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 12/12 2024-09-11T07:46:53.795 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T07:46:53.916 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T07:46:54.157 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:46:54.234 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T07:46:54.278 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T07:46:54.379 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T07:46:54.413 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T07:46:54.597 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T07:46:54.628 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T07:46:54.713 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T07:46:55.199 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T07:46:55.369 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T07:46:55.483 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T07:46:56.110 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 12/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 1/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T07:46:56.111 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T07:46:56.231 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T07:46:56.259 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 12/12 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T07:46:56.527 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T07:46:56.528 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T07:46:56.528 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T07:46:56.528 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T07:46:56.528 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T07:46:56.528 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:56.528 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:46:56.728 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T07:46:56.873 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-rook 2024-09-11T07:46:57.460 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:12 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:46:57.604 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 47 k 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T07:46:57.605 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:46:57.606 INFO:teuthology.orchestra.run.smithi107.stdout:Install 13 Packages 2024-09-11T07:46:57.607 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:46:57.607 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 2.2 M 2024-09-11T07:46:57.607 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 26 M 2024-09-11T07:46:57.607 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:46:57.750 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T07:46:57.784 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 12/12 2024-09-11T07:46:57.908 INFO:teuthology.orchestra.run.smithi107.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 218 kB/s | 19 kB 00:00 2024-09-11T07:46:57.933 INFO:teuthology.orchestra.run.smithi107.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 226 kB/s | 26 kB 00:00 2024-09-11T07:46:57.992 INFO:teuthology.orchestra.run.smithi107.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-09-11T07:46:58.017 INFO:teuthology.orchestra.run.smithi107.stdout:(4/13): ceph-mgr-rook-17.2.7-1623.gd0e6828a.el9 241 kB/s | 47 kB 00:00 2024-09-11T07:46:58.043 INFO:teuthology.orchestra.run.smithi107.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-09-11T07:46:58.068 INFO:teuthology.orchestra.run.smithi107.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.6 MB/s | 279 kB 00:00 2024-09-11T07:46:58.110 INFO:teuthology.orchestra.run.smithi107.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 480 kB/s | 32 kB 00:00 2024-09-11T07:46:58.135 INFO:teuthology.orchestra.run.smithi107.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 455 kB/s | 54 kB 00:00 2024-09-11T07:46:58.177 INFO:teuthology.orchestra.run.smithi107.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 138 kB/s | 14 kB 00:00 2024-09-11T07:46:58.211 INFO:teuthology.orchestra.run.smithi107.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.2 MB/s | 59 kB 00:00 2024-09-11T07:46:58.236 INFO:teuthology.orchestra.run.smithi107.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.7 MB/s | 220 kB 00:00 2024-09-11T07:46:58.261 INFO:teuthology.orchestra.run.smithi107.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-11T07:46:58.303 INFO:teuthology.orchestra.run.smithi107.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.1 MB/s | 1.0 MB 00:00 2024-09-11T07:46:58.306 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:46:58.306 INFO:teuthology.orchestra.run.smithi107.stdout:Total 3.2 MB/s | 2.2 MB 00:00 2024-09-11T07:46:58.373 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:46:58.388 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:46:58.388 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:46:58.479 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:46:58.481 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 12/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 1/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T07:46:58.748 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T07:46:58.749 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T07:46:58.978 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:46:59.161 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T07:46:59.171 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T07:46:59.172 INFO:teuthology.orchestra.run.smithi084.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T07:46:59.172 INFO:teuthology.orchestra.run.smithi084.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T07:46:59.172 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:46:59.172 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:46:59.214 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T07:46:59.269 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T07:46:59.306 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T07:46:59.348 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T07:46:59.450 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T07:46:59.551 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T07:46:59.587 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-rook 2024-09-11T07:46:59.607 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T07:47:00.158 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:14 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:00.294 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:00.295 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:00.295 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:47:00.295 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:00.295 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:00.295 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 47 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T07:47:00.296 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:Install 13 Packages 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 2.2 M 2024-09-11T07:47:00.297 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 26 M 2024-09-11T07:47:00.298 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:00.336 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 12/12 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e68 1/12 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T07:47:00.340 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T07:47:00.341 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T07:47:00.341 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T07:47:00.341 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T07:47:00.341 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T07:47:00.341 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T07:47:00.380 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T07:47:00.422 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T07:47:00.468 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T07:47:00.492 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 13/13 2024-09-11T07:47:00.567 INFO:teuthology.orchestra.run.smithi084.stdout:(1/13): ceph-mgr-rook-17.2.7-1623.gd0e6828a.el9 289 kB/s | 47 kB 00:00 2024-09-11T07:47:00.592 INFO:teuthology.orchestra.run.smithi084.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 135 kB/s | 26 kB 00:00 2024-09-11T07:47:00.617 INFO:teuthology.orchestra.run.smithi084.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 89 kB/s | 19 kB 00:00 2024-09-11T07:47:00.736 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T07:47:00.736 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T07:47:00.737 INFO:teuthology.orchestra.run.smithi087.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T07:47:00.738 INFO:teuthology.orchestra.run.smithi087.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T07:47:00.738 INFO:teuthology.orchestra.run.smithi087.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T07:47:00.738 INFO:teuthology.orchestra.run.smithi087.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T07:47:00.738 INFO:teuthology.orchestra.run.smithi087.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T07:47:00.738 INFO:teuthology.orchestra.run.smithi087.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T07:47:00.738 INFO:teuthology.orchestra.run.smithi087.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T07:47:00.739 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:00.739 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:00.875 INFO:teuthology.orchestra.run.smithi084.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 615 kB/s | 159 kB 00:00 2024-09-11T07:47:00.909 INFO:teuthology.orchestra.run.smithi084.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 649 kB/s | 222 kB 00:00 2024-09-11T07:47:00.951 INFO:teuthology.orchestra.run.smithi084.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 776 kB/s | 32 kB 00:00 2024-09-11T07:47:00.976 INFO:teuthology.orchestra.run.smithi084.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 559 kB/s | 14 kB 00:00 2024-09-11T07:47:01.001 INFO:teuthology.orchestra.run.smithi084.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 426 kB/s | 54 kB 00:00 2024-09-11T07:47:01.035 INFO:teuthology.orchestra.run.smithi084.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.7 MB/s | 220 kB 00:00 2024-09-11T07:47:01.060 INFO:teuthology.orchestra.run.smithi084.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-11T07:47:01.085 INFO:teuthology.orchestra.run.smithi084.stdout:(11/13): python3-pyasn1-modules-0.4.8-6.el9.noa 595 kB/s | 279 kB 00:00 2024-09-11T07:47:01.111 INFO:teuthology.orchestra.run.smithi084.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-11T07:47:01.153 INFO:teuthology.orchestra.run.smithi084.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-09-11T07:47:01.154 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr-rook 2024-09-11T07:47:01.154 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:01.155 INFO:teuthology.orchestra.run.smithi084.stdout:Total 2.6 MB/s | 2.2 MB 00:00 2024-09-11T07:47:01.224 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:01.239 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:01.239 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:01.326 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:01.327 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:01.338 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 13/13 2024-09-11T07:47:01.338 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 1/13 2024-09-11T07:47:01.338 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T07:47:01.339 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T07:47:01.676 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:01.677 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:01.731 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:15 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:01.869 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:01.870 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-rook noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 47 k 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T07:47:01.871 INFO:teuthology.orchestra.run.smithi087.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:01.872 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:01.873 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2024-09-11T07:47:01.873 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:01.873 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 2.2 M 2024-09-11T07:47:01.873 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 26 M 2024-09-11T07:47:01.873 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:01.937 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T07:47:02.049 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T07:47:02.111 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T07:47:02.167 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T07:47:02.213 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T07:47:02.254 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T07:47:02.355 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T07:47:02.458 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T07:47:02.475 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 157 kB/s | 26 kB 00:00 2024-09-11T07:47:02.500 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): ceph-mgr-rook-17.2.7-1623.gd0e6828a.el9 252 kB/s | 47 kB 00:00 2024-09-11T07:47:02.501 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:17 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:02.513 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T07:47:02.525 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 90 kB/s | 19 kB 00:00 2024-09-11T07:47:02.634 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:02.635 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:02.635 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:47:02.635 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 124 k 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:02.636 INFO:teuthology.orchestra.run.smithi107.stdout:Install 6 Packages 2024-09-11T07:47:02.637 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:02.637 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 7.0 M 2024-09-11T07:47:02.637 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 33 M 2024-09-11T07:47:02.637 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:02.768 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 761 kB/s | 222 kB 00:00 2024-09-11T07:47:02.793 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 595 kB/s | 159 kB 00:00 2024-09-11T07:47:02.835 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 773 kB/s | 32 kB 00:00 2024-09-11T07:47:02.860 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 565 kB/s | 14 kB 00:00 2024-09-11T07:47:02.885 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 458 kB/s | 54 kB 00:00 2024-09-11T07:47:02.911 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.3 MB/s | 220 kB 00:00 2024-09-11T07:47:02.944 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 667 kB/s | 279 kB 00:00 2024-09-11T07:47:02.969 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-11T07:47:03.019 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-09-11T07:47:03.065 INFO:teuthology.orchestra.run.smithi107.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1623.gd0e6828a.e 633 kB/s | 124 kB 00:00 2024-09-11T07:47:03.070 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.5 MB/s | 1.0 MB 00:00 2024-09-11T07:47:03.073 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:03.073 INFO:teuthology.orchestra.run.smithi087.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-09-11T07:47:03.090 INFO:teuthology.orchestra.run.smithi107.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-11T07:47:03.136 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:03.140 INFO:teuthology.orchestra.run.smithi107.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-11T07:47:03.151 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:03.151 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:03.165 INFO:teuthology.orchestra.run.smithi107.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 766 kB/s | 58 kB 00:00 2024-09-11T07:47:03.191 INFO:teuthology.orchestra.run.smithi107.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-11T07:47:03.226 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T07:47:03.239 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:03.241 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:03.286 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T07:47:03.319 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T07:47:03.365 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T07:47:03.389 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 13/13 2024-09-11T07:47:03.738 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:03.924 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T07:47:03.979 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T07:47:04.035 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T07:47:04.072 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T07:47:04.121 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T07:47:04.196 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 13/13 2024-09-11T07:47:04.196 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 1/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T07:47:04.197 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T07:47:04.240 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T07:47:04.359 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T07:47:04.415 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T07:47:04.555 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:04.556 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:04.827 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T07:47:05.121 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T07:47:05.171 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T07:47:05.199 INFO:teuthology.orchestra.run.smithi107.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.6 MB/s | 6.0 MB 00:02 2024-09-11T07:47:05.201 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:05.201 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.7 MB/s | 7.0 MB 00:02 2024-09-11T07:47:05.204 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T07:47:05.258 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T07:47:05.272 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:05.282 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 13/13 2024-09-11T07:47:05.284 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:05.284 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:05.382 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:05.383 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:05.397 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:19 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:05.531 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:05.532 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:05.532 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:47:05.532 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:05.532 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:05.532 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 124 k 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2024-09-11T07:47:05.533 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:05.534 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 7.0 M 2024-09-11T07:47:05.534 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 33 M 2024-09-11T07:47:05.534 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:05.689 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:05.712 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-09-11T07:47:05.762 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-11T07:47:05.787 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): ceph-mgr-cephadm-17.2.7-1623.gd0e6828a.e 606 kB/s | 124 kB 00:00 2024-09-11T07:47:05.813 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-11T07:47:05.846 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.2 MB/s | 74 kB 00:00 2024-09-11T07:47:05.847 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T07:47:05.900 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T07:47:05.930 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-09-11T07:47:05.932 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:05.933 INFO:teuthology.orchestra.run.smithi084.stdout:Total 18 MB/s | 7.0 MB 00:00 2024-09-11T07:47:06.003 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:06.014 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:06.014 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:06.088 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 13/13 2024-09-11T07:47:06.088 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 1/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T07:47:06.089 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T07:47:06.113 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:06.114 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:06.416 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-rook-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T07:47:06.418 INFO:teuthology.orchestra.run.smithi087.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:06.419 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:06.425 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T07:47:06.511 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T07:47:06.568 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T07:47:06.577 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T07:47:06.613 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 6/6 2024-09-11T07:47:06.631 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T07:47:06.658 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T07:47:07.144 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T07:47:07.222 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:21 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:07.258 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T07:47:07.314 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T07:47:07.344 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 6/6 2024-09-11T07:47:07.355 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 124 k 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T07:47:07.356 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout:Install 6 Packages 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 7.0 M 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 33 M 2024-09-11T07:47:07.357 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:07.384 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 6/6 2024-09-11T07:47:07.384 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/6 2024-09-11T07:47:07.385 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T07:47:07.385 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T07:47:07.385 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T07:47:07.385 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T07:47:07.656 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T07:47:07.657 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T07:47:07.657 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:07.657 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:07.830 INFO:teuthology.orchestra.run.smithi087.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-09-11T07:47:07.855 INFO:teuthology.orchestra.run.smithi087.stdout:(2/6): ceph-mgr-cephadm-17.2.7-1623.gd0e6828a.e 603 kB/s | 124 kB 00:00 2024-09-11T07:47:07.904 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-fuse 2024-09-11T07:47:07.914 INFO:teuthology.orchestra.run.smithi087.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 6.4 MB/s | 548 kB 00:00 2024-09-11T07:47:07.939 INFO:teuthology.orchestra.run.smithi087.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 690 kB/s | 58 kB 00:00 2024-09-11T07:47:07.964 INFO:teuthology.orchestra.run.smithi087.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-11T07:47:08.073 INFO:teuthology.orchestra.run.smithi087.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-11T07:47:08.075 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:08.076 INFO:teuthology.orchestra.run.smithi087.stdout:Total 9.7 MB/s | 7.0 MB 00:00 2024-09-11T07:47:08.099 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 6/6 2024-09-11T07:47:08.099 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/6 2024-09-11T07:47:08.099 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T07:47:08.099 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T07:47:08.099 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T07:47:08.100 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T07:47:08.146 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:08.157 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:08.157 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:08.258 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:08.258 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:08.370 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T07:47:08.370 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:08.370 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:08.370 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:08.370 INFO:teuthology.orchestra.run.smithi084.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T07:47:08.371 INFO:teuthology.orchestra.run.smithi084.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T07:47:08.371 INFO:teuthology.orchestra.run.smithi084.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T07:47:08.371 INFO:teuthology.orchestra.run.smithi084.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T07:47:08.371 INFO:teuthology.orchestra.run.smithi084.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T07:47:08.371 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:08.371 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:08.474 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:23 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:08.575 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:08.605 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-fuse 2024-09-11T07:47:08.609 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:08.609 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:08.609 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 813 k 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-09-11T07:47:08.610 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:08.611 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 893 k 2024-09-11T07:47:08.611 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 2.6 M 2024-09-11T07:47:08.611 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:08.757 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T07:47:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T07:47:08.893 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 511 kB/s | 80 kB 00:00 2024-09-11T07:47:09.043 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): ceph-fuse-17.2.7-1623.gd0e6828a.el9.x86_ 2.6 MB/s | 813 kB 00:00 2024-09-11T07:47:09.044 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:09.044 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.0 MB/s | 893 kB 00:00 2024-09-11T07:47:09.056 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:09.078 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:09.078 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:09.163 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:09.163 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:09.170 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:23 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:09.304 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 813 k 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout:Install 2 Packages 2024-09-11T07:47:09.305 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:09.306 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 893 k 2024-09-11T07:47:09.306 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 2.6 M 2024-09-11T07:47:09.306 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:09.341 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T07:47:09.366 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:09.437 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T07:47:09.499 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T07:47:09.513 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T07:47:09.528 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 6/6 2024-09-11T07:47:09.584 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/2 2024-09-11T07:47:09.606 INFO:teuthology.orchestra.run.smithi084.stdout:(1/2): ceph-fuse-17.2.7-1623.gd0e6828a.el9.x86_ 2.9 MB/s | 813 kB 00:00 2024-09-11T07:47:09.798 INFO:teuthology.orchestra.run.smithi084.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 170 kB/s | 80 kB 00:00 2024-09-11T07:47:09.798 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:09.798 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.8 MB/s | 893 kB 00:00 2024-09-11T07:47:09.811 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:09.833 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:09.833 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:09.916 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:09.917 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:10.113 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:10.258 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T07:47:10.272 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/2 2024-09-11T07:47:10.272 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/2 2024-09-11T07:47:10.308 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 6/6 2024-09-11T07:47:10.308 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 1/6 2024-09-11T07:47:10.308 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T07:47:10.308 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T07:47:10.308 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T07:47:10.308 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T07:47:10.321 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/2 2024-09-11T07:47:10.524 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T07:47:10.524 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:10.524 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:10.524 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T07:47:10.524 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:10.524 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:10.567 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T07:47:10.567 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:10.567 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:10.567 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-cephadm-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:10.567 INFO:teuthology.orchestra.run.smithi087.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T07:47:10.568 INFO:teuthology.orchestra.run.smithi087.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T07:47:10.568 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T07:47:10.568 INFO:teuthology.orchestra.run.smithi087.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T07:47:10.568 INFO:teuthology.orchestra.run.smithi087.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T07:47:10.568 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:10.568 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:10.798 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-volume 2024-09-11T07:47:10.821 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-fuse 2024-09-11T07:47:11.000 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/2 2024-09-11T07:47:11.000 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/2 2024-09-11T07:47:11.295 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T07:47:11.295 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:11.295 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:11.295 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T07:47:11.295 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:11.295 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:11.366 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:26 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:11.386 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:25 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:11.502 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 270 k 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:47:11.503 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:11.504 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 270 k 2024-09-11T07:47:11.504 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 1.3 M 2024-09-11T07:47:11.504 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-fuse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 813 k 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-09-11T07:47:11.517 INFO:teuthology.orchestra.run.smithi087.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout:Install 2 Packages 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 893 k 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 2.6 M 2024-09-11T07:47:11.518 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:11.551 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-volume 2024-09-11T07:47:11.732 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-volume-17.2.7-1623.gd0e6828a.el9.noarch.rp 1.2 MB/s | 270 kB 00:00 2024-09-11T07:47:11.733 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:11.733 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.1 MB/s | 270 kB 00:00 2024-09-11T07:47:11.733 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:11.741 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:11.741 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:11.774 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:11.775 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:11.925 INFO:teuthology.orchestra.run.smithi087.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 525 kB/s | 80 kB 00:00 2024-09-11T07:47:11.984 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:12.059 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:12.075 INFO:teuthology.orchestra.run.smithi087.stdout:(2/2): ceph-fuse-17.2.7-1623.gd0e6828a.el9.x86_ 2.6 MB/s | 813 kB 00:00 2024-09-11T07:47:12.076 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:12.076 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:47:12.076 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T07:47:12.076 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:12.077 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:12.077 INFO:teuthology.orchestra.run.smithi087.stdout:Total 1.6 MB/s | 893 kB 00:00 2024-09-11T07:47:12.087 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:12.108 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:12.109 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:12.121 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:26 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:12.195 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:12.195 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:12.257 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 270 k 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:12.258 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:12.259 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:47:12.259 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:12.259 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 270 k 2024-09-11T07:47:12.259 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 1.3 M 2024-09-11T07:47:12.259 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:12.378 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:12.485 INFO:teuthology.orchestra.run.smithi084.stdout:ceph-volume-17.2.7-1623.gd0e6828a.el9.noarch.rp 1.2 MB/s | 270 kB 00:00 2024-09-11T07:47:12.486 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:12.486 INFO:teuthology.orchestra.run.smithi084.stdout:Total 1.2 MB/s | 270 kB 00:00 2024-09-11T07:47:12.487 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:12.495 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:12.495 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:12.516 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T07:47:12.521 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:12.521 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:12.582 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/2 2024-09-11T07:47:12.734 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:12.795 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:12.812 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:12.812 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:47:12.812 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T07:47:12.813 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:13.089 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:13.090 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:13.090 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:13.090 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:13.090 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:13.090 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:13.241 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2/2 2024-09-11T07:47:13.241 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/2 2024-09-11T07:47:13.361 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados-devel 2024-09-11T07:47:13.519 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T07:47:13.519 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:13.519 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:13.519 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T07:47:13.519 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:13.519 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:13.786 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:13.787 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:13.787 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:13.787 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:13.787 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:13.787 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:13.811 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install ceph-volume 2024-09-11T07:47:13.934 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:28 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:14.032 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados-devel 2024-09-11T07:47:14.072 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 126 k 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:47:14.073 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:14.074 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 126 k 2024-09-11T07:47:14.075 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 448 k 2024-09-11T07:47:14.075 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:14.263 INFO:teuthology.orchestra.run.smithi107.stdout:librados-devel-17.2.7-1623.gd0e6828a.el9.x86_64 667 kB/s | 126 kB 00:00 2024-09-11T07:47:14.264 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:14.264 INFO:teuthology.orchestra.run.smithi107.stdout:Total 662 kB/s | 126 kB 00:00 2024-09-11T07:47:14.264 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:14.270 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:14.270 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:14.333 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:14.333 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:14.395 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:28 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:14.481 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:14.533 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-volume noarch 2:17.2.7-1623.gd0e6828a.el9 ceph-noarch 270 k 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:14.534 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:14.535 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:14.535 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:47:14.535 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:14.535 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 270 k 2024-09-11T07:47:14.535 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 1.3 M 2024-09-11T07:47:14.535 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:14.585 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:14.612 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:28 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:14.746 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:14.746 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 126 k 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:14.747 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 126 k 2024-09-11T07:47:14.748 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 448 k 2024-09-11T07:47:14.748 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:14.771 INFO:teuthology.orchestra.run.smithi087.stdout:ceph-volume-17.2.7-1623.gd0e6828a.el9.noarch.rp 1.1 MB/s | 270 kB 00:00 2024-09-11T07:47:14.771 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:14.771 INFO:teuthology.orchestra.run.smithi087.stdout:Total 1.1 MB/s | 270 kB 00:00 2024-09-11T07:47:14.772 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:14.780 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:14.780 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:14.806 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:14.806 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:14.948 INFO:teuthology.orchestra.run.smithi084.stdout:librados-devel-17.2.7-1623.gd0e6828a.el9.x86_64 631 kB/s | 126 kB 00:00 2024-09-11T07:47:14.948 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:14.948 INFO:teuthology.orchestra.run.smithi084.stdout:Total 626 kB/s | 126 kB 00:00 2024-09-11T07:47:14.949 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:14.954 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:14.954 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:15.019 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:15.019 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:15.021 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:15.021 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:15.097 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:15.114 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:15.114 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:47:15.114 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T07:47:15.114 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:15.166 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:15.262 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:15.279 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:15.279 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:15.279 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:15.279 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:15.279 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:15.279 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:15.559 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs2 2024-09-11T07:47:15.725 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:15.992 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:15.992 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:15.992 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:15.992 INFO:teuthology.orchestra.run.smithi084.stdout: librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:15.993 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:15.993 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:16.140 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:31 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:16.186 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 1/1 2024-09-11T07:47:16.186 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:16.186 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:16.186 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-volume-2:17.2.7-1623.gd0e6828a.el9.noarch 2024-09-11T07:47:16.186 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:16.186 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:16.210 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs2 2024-09-11T07:47:16.233 INFO:teuthology.orchestra.run.smithi107.stdout:Package libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:16.275 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:16.276 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:16.277 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:16.350 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs-devel 2024-09-11T07:47:16.481 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install librados-devel 2024-09-11T07:47:16.788 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:30 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:16.880 INFO:teuthology.orchestra.run.smithi084.stdout:Package libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:16.915 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:31 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:16.925 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:16.926 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:16.926 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:16.979 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install libcephfs-devel 2024-09-11T07:47:17.048 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:17.048 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:17.048 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-09-11T07:47:17.048 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 25 k 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:47:17.049 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:17.050 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 25 k 2024-09-11T07:47:17.050 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 110 k 2024-09-11T07:47:17.050 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:17.062 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:31 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:17.197 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repo Size 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout: librados-devel x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 126 k 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:47:17.198 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:17.199 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 126 k 2024-09-11T07:47:17.199 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 448 k 2024-09-11T07:47:17.199 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:17.201 INFO:teuthology.orchestra.run.smithi107.stdout:libcephfs-devel-17.2.7-1623.gd0e6828a.el9.x86_6 164 kB/s | 25 kB 00:00 2024-09-11T07:47:17.202 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:17.202 INFO:teuthology.orchestra.run.smithi107.stdout:Total 163 kB/s | 25 kB 00:00 2024-09-11T07:47:17.202 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:17.206 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:17.206 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:17.207 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:17.207 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:17.294 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:17.408 INFO:teuthology.orchestra.run.smithi087.stdout:librados-devel-17.2.7-1623.gd0e6828a.el9.x86_64 602 kB/s | 126 kB 00:00 2024-09-11T07:47:17.409 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:17.409 INFO:teuthology.orchestra.run.smithi087.stdout:Total 598 kB/s | 126 kB 00:00 2024-09-11T07:47:17.409 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:17.414 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:17.414 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:17.432 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:17.477 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:17.478 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:17.541 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:31 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:17.628 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:17.674 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 25 k 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:17.675 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:17.676 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:47:17.676 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:17.676 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 25 k 2024-09-11T07:47:17.676 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 110 k 2024-09-11T07:47:17.676 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:17.730 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:17.795 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:17.825 INFO:teuthology.orchestra.run.smithi084.stdout:libcephfs-devel-17.2.7-1623.gd0e6828a.el9.x86_6 167 kB/s | 25 kB 00:00 2024-09-11T07:47:17.826 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:17.826 INFO:teuthology.orchestra.run.smithi084.stdout:Total 165 kB/s | 25 kB 00:00 2024-09-11T07:47:17.827 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:17.830 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:17.830 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:17.831 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:17.832 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:17.918 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:18.020 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:18.020 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:18.020 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:18.020 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:18.021 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:18.021 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:18.039 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:18.176 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:18.210 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados2 2024-09-11T07:47:18.401 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:18.434 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:18.434 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:18.434 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:18.434 INFO:teuthology.orchestra.run.smithi087.stdout: librados-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:18.434 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:18.434 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:18.624 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:18.624 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:18.624 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:18.625 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:18.625 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:18.625 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:18.694 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install libcephfs2 2024-09-11T07:47:18.763 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:33 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:18.806 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librados2 2024-09-11T07:47:18.853 INFO:teuthology.orchestra.run.smithi107.stdout:Package librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:18.895 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:18.896 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:18.896 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:18.964 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librbd1 2024-09-11T07:47:19.266 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:33 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:19.358 INFO:teuthology.orchestra.run.smithi087.stdout:Package libcephfs2-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:19.370 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:33 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:19.401 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:19.402 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:19.402 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:19.459 INFO:teuthology.orchestra.run.smithi084.stdout:Package librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:19.482 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install libcephfs-devel 2024-09-11T07:47:19.503 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:19.504 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:19.504 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:19.522 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:34 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:19.564 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install librbd1 2024-09-11T07:47:19.612 INFO:teuthology.orchestra.run.smithi107.stdout:Package librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:19.655 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:19.655 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:19.655 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:19.734 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rados 2024-09-11T07:47:20.049 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:34 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:20.119 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:34 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:20.182 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repo Size 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs-devel x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 25 k 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:20.183 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:47:20.184 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:20.184 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 25 k 2024-09-11T07:47:20.184 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 110 k 2024-09-11T07:47:20.184 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:20.209 INFO:teuthology.orchestra.run.smithi084.stdout:Package librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:20.252 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:20.253 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:20.253 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:20.294 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:35 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:20.313 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rados 2024-09-11T07:47:20.327 INFO:teuthology.orchestra.run.smithi087.stdout:libcephfs-devel-17.2.7-1623.gd0e6828a.el9.x86_6 173 kB/s | 25 kB 00:00 2024-09-11T07:47:20.328 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:20.328 INFO:teuthology.orchestra.run.smithi087.stdout:Total 172 kB/s | 25 kB 00:00 2024-09-11T07:47:20.328 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:20.332 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:20.332 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:20.333 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:20.334 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:20.383 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:20.411 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:20.425 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:20.426 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:20.426 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:20.499 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rgw 2024-09-11T07:47:20.516 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:20.876 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:34 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:20.882 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:20.967 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:21.009 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:21.010 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:21.010 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:21.053 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:36 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:21.076 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rgw 2024-09-11T07:47:21.115 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:21.115 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:21.115 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:21.116 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs-devel-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:21.116 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:21.116 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:21.142 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:21.185 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:21.186 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:21.186 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:21.255 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-cephfs 2024-09-11T07:47:21.282 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install librados2 2024-09-11T07:47:21.639 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:35 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:21.727 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:21.770 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:21.771 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:21.771 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:21.820 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:36 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:21.831 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-cephfs 2024-09-11T07:47:21.846 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:35 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:21.912 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:21.935 INFO:teuthology.orchestra.run.smithi087.stdout:Package librados2-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:21.954 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:21.955 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:21.955 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:21.978 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:21.979 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:21.980 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:22.028 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rbd 2024-09-11T07:47:22.045 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install librbd1 2024-09-11T07:47:22.398 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:36 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:22.489 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:22.532 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:22.533 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:22.533 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:22.588 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:22.600 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install python3-rbd 2024-09-11T07:47:22.605 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:36 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:22.677 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:22.696 INFO:teuthology.orchestra.run.smithi087.stdout:Package librbd1-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:22.720 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:22.721 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-09-11T07:47:22.721 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:22.739 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:22.740 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:22.740 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:22.797 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-fuse 2024-09-11T07:47:22.812 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install python3-rados 2024-09-11T07:47:23.162 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:23.252 INFO:teuthology.orchestra.run.smithi084.stdout:Package python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:23.295 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:23.296 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2024-09-11T07:47:23.297 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:23.351 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-fuse 2024-09-11T07:47:23.359 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:23.372 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:23.461 INFO:teuthology.orchestra.run.smithi087.stdout:Package python3-rados-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:23.493 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 82 k 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:47:23.494 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:23.495 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 82 k 2024-09-11T07:47:23.495 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 222 k 2024-09-11T07:47:23.495 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:23.504 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:23.505 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:23.505 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:23.567 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install python3-rgw 2024-09-11T07:47:23.689 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-fuse-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 423 kB/s | 82 kB 00:00 2024-09-11T07:47:23.690 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:23.690 INFO:teuthology.orchestra.run.smithi107.stdout:Total 420 kB/s | 82 kB 00:00 2024-09-11T07:47:23.690 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:23.695 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:23.696 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:23.760 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:23.761 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:23.900 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:23.909 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:23.994 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:24.041 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:24.042 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:24.042 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-09-11T07:47:24.042 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:24.042 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:24.042 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 82 k 2024-09-11T07:47:24.042 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 82 k 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 222 k 2024-09-11T07:47:24.043 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:24.119 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:24.207 INFO:teuthology.orchestra.run.smithi087.stdout:Package python3-rgw-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:24.247 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-fuse-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 402 kB/s | 82 kB 00:00 2024-09-11T07:47:24.247 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:24.248 INFO:teuthology.orchestra.run.smithi084.stdout:Total 399 kB/s | 82 kB 00:00 2024-09-11T07:47:24.248 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:24.250 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:24.251 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:24.251 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:24.254 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:24.254 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:24.318 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:24.318 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:24.322 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install python3-cephfs 2024-09-11T07:47:24.410 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:24.466 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:24.595 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:24.635 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:24.636 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:24.636 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:24.636 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:24.636 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:24.636 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:24.871 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-mirror 2024-09-11T07:47:24.875 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:24.965 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:24.966 INFO:teuthology.orchestra.run.smithi087.stdout:Package python3-cephfs-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:25.009 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:25.010 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:25.010 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:25.073 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install python3-rbd 2024-09-11T07:47:25.240 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:25.241 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:25.241 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:25.241 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:25.241 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:25.241 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:25.438 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:25.469 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-mirror 2024-09-11T07:47:25.574 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:25.574 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.9 M 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 2.9 M 2024-09-11T07:47:25.575 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 12 M 2024-09-11T07:47:25.576 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:25.632 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:39 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:25.721 INFO:teuthology.orchestra.run.smithi087.stdout:Package python3-rbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 is already installed. 2024-09-11T07:47:25.763 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:25.764 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-09-11T07:47:25.764 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:25.836 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install rbd-fuse 2024-09-11T07:47:25.908 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-mirror-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 8.8 MB/s | 2.9 MB 00:00 2024-09-11T07:47:25.974 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:25.974 INFO:teuthology.orchestra.run.smithi107.stdout:Total 8.8 MB/s | 2.9 MB 00:00 2024-09-11T07:47:25.974 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:25.975 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:25.975 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:26.000 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:26.000 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:26.042 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:26.179 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:26.180 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:26.180 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repo Size 2024-09-11T07:47:26.180 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:26.180 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.9 M 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 2.9 M 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 12 M 2024-09-11T07:47:26.181 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:26.400 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:26.416 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:26.484 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:26.505 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-mirror-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 9.1 MB/s | 2.9 MB 00:00 2024-09-11T07:47:26.506 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:26.506 INFO:teuthology.orchestra.run.smithi084.stdout:Total 9.0 MB/s | 2.9 MB 00:00 2024-09-11T07:47:26.506 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:26.509 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:26.509 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:47:26.509 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T07:47:26.509 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T07:47:26.509 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T07:47:26.509 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:26.515 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:26.515 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:26.531 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:26.531 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:26.531 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-09-11T07:47:26.531 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:26.531 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout: rbd-fuse x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 82 k 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 82 k 2024-09-11T07:47:26.532 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 222 k 2024-09-11T07:47:26.533 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:26.595 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:26.595 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:26.722 INFO:teuthology.orchestra.run.smithi087.stdout:rbd-fuse-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 431 kB/s | 82 kB 00:00 2024-09-11T07:47:26.723 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:26.723 INFO:teuthology.orchestra.run.smithi087.stdout:Total 428 kB/s | 82 kB 00:00 2024-09-11T07:47:26.723 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:26.730 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:26.730 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:26.794 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:26.795 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:26.936 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:27.008 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:27.044 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:27.089 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:27.114 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:27.114 INFO:teuthology.orchestra.run.smithi084.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:47:27.114 INFO:teuthology.orchestra.run.smithi084.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T07:47:27.114 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T07:47:27.114 INFO:teuthology.orchestra.run.smithi084.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T07:47:27.114 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:27.443 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:27.569 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:27.569 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:27.569 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:27.570 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:27.570 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:27.570 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:27.706 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:27.706 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:27.706 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:27.706 INFO:teuthology.orchestra.run.smithi087.stdout: rbd-fuse-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:27.706 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:27.706 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:27.821 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-nbd 2024-09-11T07:47:27.923 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install rbd-mirror 2024-09-11T07:47:28.223 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:28.223 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:28.223 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:28.223 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:28.224 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:28.224 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:28.412 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 07:45:45 AM UTC. 2024-09-11T07:47:28.449 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install rbd-nbd 2024-09-11T07:47:28.500 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 165 k 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-09-11T07:47:28.552 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-09-11T07:47:28.553 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-09-11T07:47:28.553 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:28.553 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 165 k 2024-09-11T07:47:28.553 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 477 k 2024-09-11T07:47:28.553 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-09-11T07:47:28.637 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:28.637 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repo Size 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout: rbd-mirror x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 2.9 M 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 2.9 M 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 12 M 2024-09-11T07:47:28.638 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:28.772 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-nbd-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 757 kB/s | 165 kB 00:00 2024-09-11T07:47:28.773 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:28.773 INFO:teuthology.orchestra.run.smithi107.stdout:Total 751 kB/s | 165 kB 00:00 2024-09-11T07:47:28.773 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-09-11T07:47:28.780 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-09-11T07:47:28.781 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-09-11T07:47:28.846 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-09-11T07:47:28.846 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-09-11T07:47:29.000 INFO:teuthology.orchestra.run.smithi087.stdout:rbd-mirror-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 8.1 MB/s | 2.9 MB 00:00 2024-09-11T07:47:29.000 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:29.001 INFO:teuthology.orchestra.run.smithi087.stdout:Total 8.1 MB/s | 2.9 MB 00:00 2024-09-11T07:47:29.001 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:29.009 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-09-11T07:47:29.010 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:29.010 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:29.025 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:29.090 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:29.091 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:29.102 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:29.159 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 165 k 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2024-09-11T07:47:29.160 INFO:teuthology.orchestra.run.smithi084.stdout:Install 1 Package 2024-09-11T07:47:29.161 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:29.161 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 165 k 2024-09-11T07:47:29.161 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 477 k 2024-09-11T07:47:29.161 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2024-09-11T07:47:29.367 INFO:teuthology.orchestra.run.smithi084.stdout:rbd-nbd-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 803 kB/s | 165 kB 00:00 2024-09-11T07:47:29.367 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:29.368 INFO:teuthology.orchestra.run.smithi084.stdout:Total 797 kB/s | 165 kB 00:00 2024-09-11T07:47:29.368 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2024-09-11T07:47:29.375 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2024-09-11T07:47:29.375 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2024-09-11T07:47:29.439 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2024-09-11T07:47:29.439 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2024-09-11T07:47:29.505 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:29.567 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:29.572 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:29.590 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2024-09-11T07:47:29.592 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:29.592 INFO:teuthology.orchestra.run.smithi087.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T07:47:29.592 INFO:teuthology.orchestra.run.smithi087.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T07:47:29.592 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T07:47:29.592 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T07:47:29.592 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:29.689 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:29.820 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:29.820 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:29.820 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-09-11T07:47:29.820 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:29.820 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:47:29.820 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-09-11T07:47:30.045 DEBUG:teuthology.parallel:result is None 2024-09-11T07:47:30.061 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:30.306 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:30.307 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:30.307 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2024-09-11T07:47:30.307 INFO:teuthology.orchestra.run.smithi084.stdout: rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:30.307 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:47:30.307 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2024-09-11T07:47:30.527 DEBUG:teuthology.parallel:result is None 2024-09-11T07:47:30.758 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:30.758 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:30.758 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:30.758 INFO:teuthology.orchestra.run.smithi087.stdout: rbd-mirror-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:30.758 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:30.759 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:30.994 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum -y install rbd-nbd 2024-09-11T07:47:31.590 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 07:45:46 AM UTC. 2024-09-11T07:47:31.731 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:Installing: 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout: rbd-nbd x86_64 2:17.2.7-1623.gd0e6828a.el9 ceph 165 k 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:Install 1 Package 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:31.732 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 165 k 2024-09-11T07:47:31.733 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 477 k 2024-09-11T07:47:31.733 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-09-11T07:47:31.937 INFO:teuthology.orchestra.run.smithi087.stdout:rbd-nbd-17.2.7-1623.gd0e6828a.el9.x86_64.rpm 811 kB/s | 165 kB 00:00 2024-09-11T07:47:31.937 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:47:31.938 INFO:teuthology.orchestra.run.smithi087.stdout:Total 803 kB/s | 165 kB 00:00 2024-09-11T07:47:31.938 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-09-11T07:47:31.946 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-09-11T07:47:31.946 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-09-11T07:47:32.012 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-09-11T07:47:32.013 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-09-11T07:47:32.165 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-09-11T07:47:32.268 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:32.726 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:32.992 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 1/1 2024-09-11T07:47:32.992 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:32.992 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-09-11T07:47:32.992 INFO:teuthology.orchestra.run.smithi087.stdout: rbd-nbd-2:17.2.7-1623.gd0e6828a.el9.x86_64 2024-09-11T07:47:32.992 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-09-11T07:47:32.992 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-09-11T07:47:33.214 DEBUG:teuthology.parallel:result is None 2024-09-11T07:47:33.215 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:47:33.364 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T07:47:33.389 INFO:teuthology.orchestra.run.smithi084.stdout:17.2.7-1623.gd0e6828a.el9 2024-09-11T07:47:33.390 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1623.gd0e6828a.el9 2024-09-11T07:47:33.390 INFO:teuthology.task.install:The correct ceph version 17.2.7-1623.gd0e6828a is installed. 2024-09-11T07:47:33.392 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:47:33.536 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T07:47:33.557 INFO:teuthology.orchestra.run.smithi087.stdout:17.2.7-1623.gd0e6828a.el9 2024-09-11T07:47:33.558 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1623.gd0e6828a.el9 2024-09-11T07:47:33.558 INFO:teuthology.task.install:The correct ceph version 17.2.7-1623.gd0e6828a is installed. 2024-09-11T07:47:33.559 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:47:33.697 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T07:47:33.722 INFO:teuthology.orchestra.run.smithi107.stdout:17.2.7-1623.gd0e6828a.el9 2024-09-11T07:47:33.722 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1623.gd0e6828a.el9 2024-09-11T07:47:33.722 INFO:teuthology.task.install:The correct ceph version 17.2.7-1623.gd0e6828a is installed. 2024-09-11T07:47:33.724 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-11T07:47:33.725 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:47:33.725 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T07:47:33.756 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:47:33.756 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T07:47:33.782 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:47:33.782 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T07:47:33.812 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-11T07:47:33.812 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:47:33.812 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T07:47:33.842 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T07:47:33.910 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:47:33.910 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T07:47:33.935 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T07:47:34.001 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:47:34.001 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T07:47:34.031 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T07:47:34.099 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-11T07:47:34.099 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:47:34.099 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T07:47:34.128 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T07:47:34.194 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:47:34.194 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T07:47:34.219 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T07:47:34.284 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:47:34.284 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T07:47:34.312 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T07:47:34.380 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-11T07:47:34.380 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:47:34.380 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T07:47:34.406 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T07:47:34.471 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:47:34.471 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T07:47:34.496 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T07:47:34.561 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:47:34.561 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T07:47:34.589 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T07:47:34.656 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T07:47:34.742 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum'], 'sha1': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T07:47:34.742 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:47:34.743 INFO:tasks.cephadm:Cluster fsid is 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:47:34.743 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T07:47:34.743 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.84', 'mon.b': '172.21.15.87', 'mon.c': '172.21.15.107'} 2024-09-11T07:47:34.743 INFO:tasks.cephadm:First mon is mon.a on smithi084 2024-09-11T07:47:34.743 INFO:tasks.cephadm:First mgr is a 2024-09-11T07:47:34.743 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T07:47:34.744 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-09-11T07:47:34.769 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2024-09-11T07:47:34.794 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-09-11T07:47:34.823 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref d0e6828a2016d48cf25ad84064e50742bb1c39b9)... 2024-09-11T07:47:34.823 DEBUG:teuthology.orchestra.run.smithi084:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show d0e6828a2016d48cf25ad84064e50742bb1c39b9:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:34.838 INFO:teuthology.orchestra.run.smithi084.stderr:Cloning into 'testrepo'... 2024-09-11T07:48:33.269 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 11 07:48 /home/ubuntu/cephtest/cephadm 2024-09-11T07:48:33.270 DEBUG:teuthology.orchestra.run.smithi087:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show d0e6828a2016d48cf25ad84064e50742bb1c39b9:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:48:33.289 INFO:teuthology.orchestra.run.smithi087.stderr:Cloning into 'testrepo'... 2024-09-11T07:49:30.330 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 11 07:49 /home/ubuntu/cephtest/cephadm 2024-09-11T07:49:30.330 DEBUG:teuthology.orchestra.run.smithi107:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show d0e6828a2016d48cf25ad84064e50742bb1c39b9:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:49:30.350 INFO:teuthology.orchestra.run.smithi107.stderr:Cloning into 'testrepo'... 2024-09-11T07:50:28.082 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 11 07:50 /home/ubuntu/cephtest/cephadm 2024-09-11T07:50:28.083 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:50:28.104 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:50:28.125 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:50:28.152 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 on all hosts... 2024-09-11T07:50:28.152 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 pull 2024-09-11T07:50:28.155 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 pull 2024-09-11T07:50:28.167 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 pull 2024-09-11T07:50:29.690 INFO:teuthology.orchestra.run.smithi084.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:50:29.779 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:50:31.644 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph_version": "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)", 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout: "image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout: "repo_digests": [ 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40" 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout: ] 2024-09-11T07:51:02.340 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-09-11T07:51:10.499 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-09-11T07:51:10.499 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph_version": "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)", 2024-09-11T07:51:10.500 INFO:teuthology.orchestra.run.smithi084.stdout: "image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", 2024-09-11T07:51:10.500 INFO:teuthology.orchestra.run.smithi084.stdout: "repo_digests": [ 2024-09-11T07:51:10.500 INFO:teuthology.orchestra.run.smithi084.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40" 2024-09-11T07:51:10.500 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2024-09-11T07:51:10.500 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-09-11T07:51:13.763 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-09-11T07:51:13.763 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)", 2024-09-11T07:51:13.763 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", 2024-09-11T07:51:13.763 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-09-11T07:51:13.763 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40" 2024-09-11T07:51:13.763 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-09-11T07:51:13.764 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-09-11T07:51:13.782 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2024-09-11T07:51:13.815 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2024-09-11T07:51:13.847 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-09-11T07:51:13.875 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2024-09-11T07:51:13.903 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2024-09-11T07:51:13.930 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-09-11T07:51:13.954 INFO:tasks.cephadm:Writing seed config... 2024-09-11T07:51:13.955 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-11T07:51:13.955 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T07:51:13.955 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T07:51:13.955 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-11T07:51:13.956 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T07:51:13.956 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T07:51:13.956 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T07:51:13.956 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T07:51:13.956 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T07:51:13.956 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:51:13.956 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T07:51:13.974 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 = 1ba70bc8-7012-11ef-bcea-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-11T07:51:13.975 DEBUG:teuthology.orchestra.run.smithi084:mon.a> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a.service 2024-09-11T07:51:14.018 DEBUG:teuthology.orchestra.run.smithi084:mgr.a> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a.service 2024-09-11T07:51:14.061 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T07:51:14.061 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 -v bootstrap --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.84 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:51:14.264 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:51:14.264 INFO:teuthology.orchestra.run.smithi084.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9', '-v', 'bootstrap', '--fsid', '1ba70bc8-7012-11ef-bcea-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.84', '--skip-admin-label'] 2024-09-11T07:51:14.287 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stdout 5.2.2 2024-09-11T07:51:14.287 INFO:teuthology.orchestra.run.smithi084.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-11T07:51:14.288 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying podman|docker is present... 2024-09-11T07:51:14.309 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stdout 5.2.2 2024-09-11T07:51:14.309 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying lvm2 is present... 2024-09-11T07:51:14.309 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying time synchronization is in place... 2024-09-11T07:51:14.317 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T07:51:14.317 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:51:14.324 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T07:51:14.324 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout inactive 2024-09-11T07:51:14.331 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout enabled 2024-09-11T07:51:14.337 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout active 2024-09-11T07:51:14.337 INFO:teuthology.orchestra.run.smithi084.stdout:Unit chronyd.service is enabled and running 2024-09-11T07:51:14.337 INFO:teuthology.orchestra.run.smithi084.stdout:Repeating the final host check... 2024-09-11T07:51:14.360 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stdout 5.2.2 2024-09-11T07:51:14.360 INFO:teuthology.orchestra.run.smithi084.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-11T07:51:14.360 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl is present 2024-09-11T07:51:14.360 INFO:teuthology.orchestra.run.smithi084.stdout:lvcreate is present 2024-09-11T07:51:14.366 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T07:51:14.366 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:51:14.373 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T07:51:14.373 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout inactive 2024-09-11T07:51:14.380 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout enabled 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout active 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:Unit chronyd.service is enabled and running 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:Host looks OK 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:Cluster fsid: 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:Acquiring lock 140033318376352 on /run/cephadm/1ba70bc8-7012-11ef-bcea-c7b262605968.lock 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:Lock 140033318376352 acquired on /run/cephadm/1ba70bc8-7012-11ef-bcea-c7b262605968.lock 2024-09-11T07:51:14.387 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying IP 172.21.15.84 port 3300 ... 2024-09-11T07:51:14.388 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying IP 172.21.15.84 port 6789 ... 2024-09-11T07:51:14.388 INFO:teuthology.orchestra.run.smithi084.stdout:Base mon IP(s) is [172.21.15.84:3300, 172.21.15.84:6789], mon addrv is [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2024-09-11T07:51:14.391 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.84 metric 100 2024-09-11T07:51:14.391 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.84 metric 100 2024-09-11T07:51:14.394 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T07:51:14.394 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-11T07:51:14.394 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-11T07:51:14.397 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T07:51:14.397 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-11T07:51:14.397 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T07:51:14.397 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-11T07:51:14.397 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d751/64 scope link noprefixroute 2024-09-11T07:51:14.397 INFO:teuthology.orchestra.run.smithi084.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T07:51:14.398 INFO:teuthology.orchestra.run.smithi084.stdout:Mon IP `172.21.15.84` is in CIDR network `172.21.0.0/20` 2024-09-11T07:51:14.398 INFO:teuthology.orchestra.run.smithi084.stdout:Mon IP `172.21.15.84` is in CIDR network `172.21.0.0/20` 2024-09-11T07:51:14.398 INFO:teuthology.orchestra.run.smithi084.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-11T07:51:14.398 INFO:teuthology.orchestra.run.smithi084.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-11T07:51:14.399 INFO:teuthology.orchestra.run.smithi084.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stdout 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9... 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stderr Getting image source signatures 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stderr Copying blob sha256:0d2f264d63cec2f6fb0f85eed7b2c8c5b4db3ab9edd9d71a74c04647294a553f 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stderr Copying config sha256:4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b 2024-09-11T07:51:14.855 INFO:teuthology.orchestra.run.smithi084.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-11T07:51:15.792 INFO:teuthology.orchestra.run.smithi084.stdout:ceph: stdout ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable) 2024-09-11T07:51:15.792 INFO:teuthology.orchestra.run.smithi084.stdout:Ceph version: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable) 2024-09-11T07:51:15.792 INFO:teuthology.orchestra.run.smithi084.stdout:Extracting ceph user uid/gid from container image... 2024-09-11T07:51:16.856 INFO:teuthology.orchestra.run.smithi084.stdout:stat: stdout 167 167 2024-09-11T07:51:16.856 INFO:teuthology.orchestra.run.smithi084.stdout:Creating initial keys... 2024-09-11T07:51:17.786 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph-authtool: stdout AQD1S+FmjoqfChAADtpMDmBg7TfwRWtQ82hT5w== 2024-09-11T07:51:18.700 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph-authtool: stdout AQD2S+FmqzsJDBAATnKkXgCohk23jQJ8jwJ0Yw== 2024-09-11T07:51:24.044 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph-authtool: stdout AQD5S+FmpqUcHRAAn6nMAKoJyKffGk7ndr4sXQ== 2024-09-11T07:51:24.045 INFO:teuthology.orchestra.run.smithi084.stdout:Creating initial monmap... 2024-09-11T07:51:24.962 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:monmaptool for a [v2:172.21.15.84:3300,v1:172.21.15.84:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:setting min_mon_release = octopus 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/monmaptool: set fsid to 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:51:24.963 INFO:teuthology.orchestra.run.smithi084.stdout:Creating mon... 2024-09-11T07:51:26.119 INFO:teuthology.orchestra.run.smithi084.stdout:create mon.a on 2024-09-11T07:51:26.316 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-11T07:51:26.453 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-11T07:51:26.594 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968.target. 2024-09-11T07:51:26.595 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968.target. 2024-09-11T07:51:26.758 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:51:26.758 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-11T07:51:26.911 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968.target.wants/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@.service. 2024-09-11T07:51:27.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:27 smithi084 ceph-mon[28949]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T07:51:27.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:27 smithi084 bash[28911]: 6fc2b1de0ac369f5db53d68c15001dd8fe018166e110aaaef9e7828a26557b40 2024-09-11T07:51:27.436 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T07:51:27.436 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout disabled 2024-09-11T07:51:27.443 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T07:51:27.443 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout inactive 2024-09-11T07:51:27.443 INFO:teuthology.orchestra.run.smithi084.stdout:firewalld.service is not enabled 2024-09-11T07:51:27.443 INFO:teuthology.orchestra.run.smithi084.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T07:51:27.444 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for mon to start... 2024-09-11T07:51:27.444 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for mon... 2024-09-11T07:51:27.675 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:27 smithi084 systemd[1]: Started Ceph mon.a for 1ba70bc8-7012-11ef-bcea-c7b262605968. 2024-09-11T07:51:28.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:28 smithi084 ceph-mon[28949]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T07:51:28.469 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:28 smithi084 ceph-mon[28949]: monmap e1: 1 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:51:28.469 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:28 smithi084 ceph-mon[28949]: fsmap 2024-09-11T07:51:28.469 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:28 smithi084 ceph-mon[28949]: osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:51:28.469 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:28 smithi084 ceph-mon[28949]: mgrmap e1: no daemons active 2024-09-11T07:51:28.469 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:28 smithi084 ceph-mon[28949]: from='client.? 172.21.15.84:0/3963683438' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:51:28.471 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout cluster: 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout id: 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout services: 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.558325s) 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout data: 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T07:51:28.472 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout pgs: 2024-09-11T07:51:28.473 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:28.473 INFO:teuthology.orchestra.run.smithi084.stdout:mon is available 2024-09-11T07:51:28.473 INFO:teuthology.orchestra.run.smithi084.stdout:Assimilating anything we can from ceph.conf... 2024-09-11T07:51:29.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:29 smithi084 ceph-mon[28949]: from='client.? 172.21.15.84:0/598573575' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:51:29.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:29 smithi084 ceph-mon[28949]: from='client.? 172.21.15.84:0/598573575' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T07:51:29.853 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:29.853 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T07:51:29.853 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout fsid = 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T07:51:29.854 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T07:51:29.855 INFO:teuthology.orchestra.run.smithi084.stdout:Generating new minimal ceph.conf... 2024-09-11T07:51:30.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:30 smithi084 ceph-mon[28949]: from='client.? 172.21.15.84:0/3583691142' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:30.858 INFO:teuthology.orchestra.run.smithi084.stdout:Restarting the monitor... 2024-09-11T07:51:31.127 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:30 smithi084 systemd[1]: Stopping Ceph mon.a for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:51:31.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:31 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a[28926]: 2024-09-11T07:51:31.125+0000 7fe998f6f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:51:31.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:31 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a[28926]: 2024-09-11T07:51:31.125+0000 7fe998f6f640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T07:51:31.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:31 smithi084 podman[29267]: 2024-09-11 07:51:31.299555726 +0000 UTC m=+0.283138516 container died 6fc2b1de0ac369f5db53d68c15001dd8fe018166e110aaaef9e7828a26557b40 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T07:51:31.809 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:31 smithi084 podman[29267]: 2024-09-11 07:51:31.631723639 +0000 UTC m=+0.615306418 container cleanup 6fc2b1de0ac369f5db53d68c15001dd8fe018166e110aaaef9e7828a26557b40 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:51:31.809 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:31 smithi084 bash[29267]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a 2024-09-11T07:51:31.809 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:31 smithi084 podman[29284]: 2024-09-11 07:51:31.807630436 +0000 UTC m=+0.508719162 container remove 6fc2b1de0ac369f5db53d68c15001dd8fe018166e110aaaef9e7828a26557b40 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:51:32.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 systemd[1]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T07:51:32.218 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 systemd[1]: Stopped Ceph mon.a for 1ba70bc8-7012-11ef-bcea-c7b262605968. 2024-09-11T07:51:32.218 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 systemd[1]: Starting Ceph mon.a for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:51:32.495 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 podman[29378]: 2024-09-11 07:51:32.217087131 +0000 UTC m=+0.106276057 container create f7f88e28ae7be27c4bc0a66334d65cf704a70efcee0e1ad145d99dadf0342625 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T07:51:32.495 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 podman[29378]: 2024-09-11 07:51:32.126603585 +0000 UTC m=+0.015792520 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:51:32.495 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 podman[29378]: 2024-09-11 07:51:32.419578417 +0000 UTC m=+0.308767351 container init f7f88e28ae7be27c4bc0a66334d65cf704a70efcee0e1ad145d99dadf0342625 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 podman[29378]: 2024-09-11 07:51:32.423917334 +0000 UTC m=+0.313106258 container start f7f88e28ae7be27c4bc0a66334d65cf704a70efcee0e1ad145d99dadf0342625 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 7 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: pidfile_write: ignore empty --pid-file 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: load: jerasure load: lrc 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: RocksDB version: 6.15.5 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Compile date Sep 10 2024 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: DB SUMMARY 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: DB Session ID: HV3FQME67B7I7NM9AE0C 2024-09-11T07:51:32.496 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: CURRENT file: CURRENT 2024-09-11T07:51:32.497 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:51:32.497 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-09-11T07:51:32.497 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-11T07:51:32.497 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82852 ; 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.error_if_exists: 0 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.create_if_missing: 0 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.paranoid_checks: 1 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.env: 0x5585c3131440 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.fs: Posix File System 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.info_log: 0x5585c4eceec0 2024-09-11T07:51:32.498 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.statistics: (nil) 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.use_fsync: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_log_file_size: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.allow_fallocate: 1 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.use_direct_reads: 0 2024-09-11T07:51:32.499 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.db_log_dir: 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:51:32.500 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.write_buffer_manager: 0x5585c4f8c7e0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.unordered_write: 0 2024-09-11T07:51:32.501 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.row_cache: None 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.wal_filter: None 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.preserve_deletes: 0 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.two_write_queues: 0 2024-09-11T07:51:32.502 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.atomic_flush: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.log_readahead_size: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_background_jobs: 2 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_background_compactions: -1 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_subcompactions: 1 2024-09-11T07:51:32.503 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:51:32.504 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_open_files: -1 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:51:32.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_background_flushes: -1 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Compression algorithms supported: 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kZSTD supported: 0 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kXpressCompression supported: 0 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kBZip2Compression supported: 0 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kLZ4Compression supported: 1 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kZlibCompression supported: 1 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: kSnappyCompression supported: 1 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:51:32.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.merge_operator: 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_filter: None 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5585c4e75a38) 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: cache_index_and_filter_blocks: 1 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: pin_top_level_index_and_filter: 1 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: index_type: 0 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: data_block_index_type: 0 2024-09-11T07:51:32.507 INFO:journalctl@ceph.mon.a.smithi084.stdout: index_shortening: 1 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: hash_index_allow_collision: 1 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: checksum: 1 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: no_block_cache: 0 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_cache: 0x5585c4eab1f0 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_cache_name: BinnedLRUCache 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_cache_options: 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: capacity : 536870912 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: num_shard_bits : 4 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: strict_capacity_limit : 0 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: high_pri_pool_ratio: 0.000 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_cache_compressed: (nil) 2024-09-11T07:51:32.508 INFO:journalctl@ceph.mon.a.smithi084.stdout: persistent_cache: (nil) 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_size: 4096 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_size_deviation: 10 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_restart_interval: 16 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: index_block_restart_interval: 1 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: metadata_block_size: 4096 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: partition_filters: 0 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: use_delta_encoding: 1 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: whole_key_filtering: 1 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: verify_compression: 0 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: read_amp_bytes_per_bit: 0 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: format_version: 4 2024-09-11T07:51:32.509 INFO:journalctl@ceph.mon.a.smithi084.stdout: enable_index_compression: 1 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout: block_align: 0 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression: NoCompression 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.num_levels: 7 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:51:32.510 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:51:32.511 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:51:32.512 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:51:32.513 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:51:32.513 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:51:32.513 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:51:32.513 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:51:32.513 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:51:32.513 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:51:32.514 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.inplace_update_support: 0 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.bloom_locality: 0 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.max_successive_merges: 0 2024-09-11T07:51:32.515 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.ttl: 2592000 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.enable_blob_files: false 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.min_blob_size: 0 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T07:51:32.516 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041092447791, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041092448851, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79582, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77814, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9759, "raw_average_key_size": 47, "raw_value_size": 72221, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726041092, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "2fe21d59-b1d7-49d4-9ca1-889fe7275e6d", "db_session_id": "HV3FQME67B7I7NM9AE0C"}} 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041092449390, "job": 1, "event": "recovery_finished"} 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5585c4ede700 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: DB pointer 0x5585c4eae000 2024-09-11T07:51:32.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** DB Stats ** 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:51:32.518 INFO:journalctl@ceph.mon.a.smithi084.stdout: L0 2/0 79.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: Sum 2/0 79.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.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 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.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 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:51:32.519 INFO:journalctl@ceph.mon.a.smithi084.stdout: Cumulative compaction: 0.00 GB write, 17.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: Interval compaction: 0.00 GB write, 17.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:51:32.520 INFO:journalctl@ceph.mon.a.smithi084.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: L0 2/0 79.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: Sum 2/0 79.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** Compaction Stats [default] ** 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.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 108.4 0.00 0.00 1 0.001 0 0 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:51:32.521 INFO:journalctl@ceph.mon.a.smithi084.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: Cumulative compaction: 0.00 GB write, 17.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: starting mon.a rank 0 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???) e1 preinit fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).mds e1 new map 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).mds e1 print_map 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: e1 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: legacy client fscid: -1 2024-09-11T07:51:32.522 INFO:journalctl@ceph.mon.a.smithi084.stdout: 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout: No filesystems configured 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 bash[29378]: f7f88e28ae7be27c4bc0a66334d65cf704a70efcee0e1ad145d99dadf0342625 2024-09-11T07:51:32.523 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 systemd[1]: Started Ceph mon.a for 1ba70bc8-7012-11ef-bcea-c7b262605968. 2024-09-11T07:51:32.523 INFO:teuthology.orchestra.run.smithi084.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-11T07:51:32.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T07:51:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: monmap e1: 1 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:51:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: fsmap 2024-09-11T07:51:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:51:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:32 smithi084 ceph-mon[29416]: mgrmap e1: no daemons active 2024-09-11T07:51:33.503 INFO:teuthology.orchestra.run.smithi084.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-11T07:51:33.504 INFO:teuthology.orchestra.run.smithi084.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:51:33.504 INFO:teuthology.orchestra.run.smithi084.stdout:Creating mgr... 2024-09-11T07:51:33.504 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-11T07:51:33.504 INFO:teuthology.orchestra.run.smithi084.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-11T07:51:33.673 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a 2024-09-11T07:51:33.673 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-11T07:51:33.817 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968.target.wants/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@.service. 2024-09-11T07:51:33.985 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:33 smithi084 systemd[1]: Starting Ceph mgr.a for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:51:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:33 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1161388887' entity='client.admin' 2024-09-11T07:51:34.255 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 podman[29654]: 2024-09-11 07:51:33.94416182 +0000 UTC m=+0.015628331 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:51:34.256 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 podman[29654]: 2024-09-11 07:51:34.087179436 +0000 UTC m=+0.158645941 container create 11d479a04e626121a43ff51f2da38114b471bae5558d5abad250f2d57145841c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T07:51:34.384 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T07:51:34.384 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout disabled 2024-09-11T07:51:34.391 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T07:51:34.392 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout inactive 2024-09-11T07:51:34.392 INFO:teuthology.orchestra.run.smithi084.stdout:firewalld.service is not enabled 2024-09-11T07:51:34.392 INFO:teuthology.orchestra.run.smithi084.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T07:51:34.401 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T07:51:34.401 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout disabled 2024-09-11T07:51:34.408 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T07:51:34.409 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout inactive 2024-09-11T07:51:34.409 INFO:teuthology.orchestra.run.smithi084.stdout:firewalld.service is not enabled 2024-09-11T07:51:34.409 INFO:teuthology.orchestra.run.smithi084.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-11T07:51:34.409 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for mgr to start... 2024-09-11T07:51:34.409 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for mgr... 2024-09-11T07:51:34.532 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 podman[29654]: 2024-09-11 07:51:34.262040095 +0000 UTC m=+0.333506602 container init 11d479a04e626121a43ff51f2da38114b471bae5558d5abad250f2d57145841c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True) 2024-09-11T07:51:34.533 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 podman[29654]: 2024-09-11 07:51:34.266925039 +0000 UTC m=+0.338391542 container start 11d479a04e626121a43ff51f2da38114b471bae5558d5abad250f2d57145841c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True) 2024-09-11T07:51:34.533 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 bash[29654]: 11d479a04e626121a43ff51f2da38114b471bae5558d5abad250f2d57145841c 2024-09-11T07:51:34.533 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 systemd[1]: Started Ceph mgr.a for 1ba70bc8-7012-11ef-bcea-c7b262605968. 2024-09-11T07:51:34.533 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:34.378+0000 7f865504eec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T07:51:34.533 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:34.437+0000 7f865504eec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T07:51:34.533 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:34.502+0000 7f865504eec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T07:51:34.807 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:34.629+0000 7f865504eec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:51:34.808 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:34 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:34.771+0000 7f865504eec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T07:51:35.104 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:34 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1380731654' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:51:35.104 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:35 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:35.042+0000 7f865504eec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T07:51:35.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:35 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:35.102+0000 7f865504eec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T07:51:35.506 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:35 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:35.270+0000 7f865504eec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T07:51:35.554 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "fsid": "1ba70bc8-7012-11ef-bcea-c7b262605968", 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:51:35.558 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 0 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:51:35.559 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:51:35.560 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:51:35.564 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:51:35.565 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T07:51:27.351368+0000", 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:51:35.566 INFO:teuthology.orchestra.run.smithi084.stdout:mgr not available, waiting (1/15)... 2024-09-11T07:51:36.262 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:36 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:36.117+0000 7f865504eec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T07:51:36.262 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:36 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:36.183+0000 7f865504eec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T07:51:37.228 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:36 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:36.926+0000 7f865504eec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T07:51:37.228 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.040+0000 7f865504eec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T07:51:37.228 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.164+0000 7f865504eec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:51:37.229 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.226+0000 7f865504eec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T07:51:37.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.351+0000 7f865504eec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T07:51:37.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.417+0000 7f865504eec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T07:51:37.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.474+0000 7f865504eec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T07:51:37.890 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.614+0000 7f865504eec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T07:51:37.890 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.677+0000 7f865504eec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T07:51:37.890 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.743+0000 7f865504eec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T07:51:37.890 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.828+0000 7f865504eec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T07:51:37.890 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.888+0000 7f865504eec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T07:51:38.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:38 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1184871453' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:51:38.255 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:37 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:37.946+0000 7f865504eec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T07:51:38.639 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:38.639 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:51:38.639 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "fsid": "1ba70bc8-7012-11ef-bcea-c7b262605968", 2024-09-11T07:51:38.639 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T07:51:38.639 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 0 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:51:38.640 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.641 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:51:38.642 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:51:38.648 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.648 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:51:38.648 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:51:38.649 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T07:51:38.650 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:51:38.651 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:38.652 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T07:51:27.351368+0000", 2024-09-11T07:51:38.652 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:51:38.652 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:38.652 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:51:38.652 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:51:38.652 INFO:teuthology.orchestra.run.smithi084.stdout:mgr not available, waiting (2/15)... 2024-09-11T07:51:39.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:38 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:38.715+0000 7f865504eec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T07:51:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: Activating manager daemon a 2024-09-11T07:51:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: mgrmap e2: a(active, starting, since 0.00308723s) 2024-09-11T07:51:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:51:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:51:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:51:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: Manager daemon a is now available 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' 2024-09-11T07:51:39.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:39 smithi084 ceph-mon[29416]: from='mgr.14100 172.21.15.84:0/1536652266' entity='mgr.a' 2024-09-11T07:51:41.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:40 smithi084 ceph-mon[29416]: mgrmap e3: a(active, since 1.0065s) 2024-09-11T07:51:41.822 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:41 smithi084 ceph-mon[29416]: mgrmap e4: a(active, since 2s) 2024-09-11T07:51:41.822 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:41 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/4042278827' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:51:41.832 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "fsid": "1ba70bc8-7012-11ef-bcea-c7b262605968", 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 0 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T07:51:41.833 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T07:51:41.834 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T07:51:41.835 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ], 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T07:51:41.836 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T07:51:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T07:51:27.351368+0000", 2024-09-11T07:51:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T07:51:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout }, 2024-09-11T07:51:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T07:51:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:51:41.837 INFO:teuthology.orchestra.run.smithi084.stdout:mgr is available 2024-09-11T07:51:43.004 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:42 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3816618303' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:51:43.004 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:42 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3816618303' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout fsid = 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T07:51:43.008 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T07:51:43.009 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 2024-09-11T07:51:43.009 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T07:51:43.009 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T07:51:43.009 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T07:51:43.009 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling cephadm module... 2024-09-11T07:51:44.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:43 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2302766203' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T07:51:44.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: ignoring --setuser ceph since I am not root 2024-09-11T07:51:44.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: ignoring --setgroup ceph since I am not root 2024-09-11T07:51:44.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:43.857+0000 7fd42145bec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T07:51:44.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:43.910+0000 7fd42145bec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T07:51:44.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:43.976+0000 7fd42145bec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T07:51:44.385 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:44.098+0000 7fd42145bec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:51:44.386 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:44.233+0000 7fd42145bec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T07:51:44.712 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:44.506+0000 7fd42145bec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T07:51:44.713 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:44.568+0000 7fd42145bec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T07:51:45.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2302766203' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T07:51:45.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-mon[29416]: mgrmap e5: a(active, since 5s) 2024-09-11T07:51:45.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:44 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:44.734+0000 7fd42145bec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for the mgr to restart... 2024-09-11T07:51:45.486 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for mgr epoch 5... 2024-09-11T07:51:45.733 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:45 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:45.580+0000 7fd42145bec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T07:51:45.733 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:45 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:45.645+0000 7fd42145bec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T07:51:46.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:45 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/645646625' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:51:46.637 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.352+0000 7fd42145bec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T07:51:46.637 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.460+0000 7fd42145bec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T07:51:46.637 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.578+0000 7fd42145bec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:51:46.901 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.635+0000 7fd42145bec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T07:51:46.901 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.772+0000 7fd42145bec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T07:51:46.901 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.843+0000 7fd42145bec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T07:51:46.901 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:46 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:46.899+0000 7fd42145bec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T07:51:47.156 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:47 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:47.030+0000 7fd42145bec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T07:51:47.156 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:47 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:47.091+0000 7fd42145bec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T07:51:47.157 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:47 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:47.154+0000 7fd42145bec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T07:51:47.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:47 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:47.233+0000 7fd42145bec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T07:51:47.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:47 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:47.293+0000 7fd42145bec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T07:51:47.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:47 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:47.350+0000 7fd42145bec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T07:51:48.505 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:48.089+0000 7fd42145bec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T07:51:48.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: Active manager daemon a restarted 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: Activating manager daemon a 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: osdmap e2: 0 total, 0 up, 0 in 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: mgrmap e6: a(active, starting, since 0.00310009s) 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: Manager daemon a is now available 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:48.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:48.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:48.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:48.507 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:48 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:49.412 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:49 smithi084 ceph-mon[29416]: Found migration_current of "None". Setting to last migration. 2024-09-11T07:51:49.412 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:49 smithi084 ceph-mon[29416]: mgrmap e7: a(active, since 1.00554s) 2024-09-11T07:51:49.673 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:51:49.674 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-11T07:51:49.674 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T07:51:49.674 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:51:49.674 INFO:teuthology.orchestra.run.smithi084.stdout:mgr epoch 5 is available 2024-09-11T07:51:49.674 INFO:teuthology.orchestra.run.smithi084.stdout:Setting orchestrator backend to cephadm... 2024-09-11T07:51:50.314 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-mon[29416]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:51:50.314 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-mon[29416]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:51:50.314 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:50.314 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:50.066+0000 7fd3d3849640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:07:51:50] ENGINE Error in HTTPServer.serve 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: Traceback (most recent call last): 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self._connections.run(self.expiration_interval) 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self._run(expiration_interval) 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:51:50.315 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: s = self.context.wrap_socket( 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: return self.sslsocket_class._create( 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self.do_handshake() 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self._sslobj.do_handshake() 2024-09-11T07:51:50.316 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:51:50.317 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:50 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:51:51.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: [11/Sep/2024:07:51:49] ENGINE Bus STARTING 2024-09-11T07:51:51.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: [11/Sep/2024:07:51:50] ENGINE Serving on https://172.21.15.84:7150 2024-09-11T07:51:51.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: [11/Sep/2024:07:51:50] ENGINE Bus STARTED 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: [11/Sep/2024:07:51:50] ENGINE Error in HTTPServer.serve 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: Traceback (most recent call last): 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: self._run(expiration_interval) 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: s = self.context.wrap_socket( 2024-09-11T07:51:51.465 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout: return self.sslsocket_class._create( 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout: self.do_handshake() 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout: self._sslobj.do_handshake() 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:51.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:51 smithi084 ceph-mon[29416]: mgrmap e8: a(active, since 2s) 2024-09-11T07:51:52.036 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-11T07:51:52.036 INFO:teuthology.orchestra.run.smithi084.stdout:Generating ssh key... 2024-09-11T07:51:52.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-mon[29416]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:53.089 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: Generating public/private rsa key pair. 2024-09-11T07:51:53.089 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: Your identification has been saved in /tmp/tmph8hchlh7/key 2024-09-11T07:51:53.089 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: Your public key has been saved in /tmp/tmph8hchlh7/key.pub 2024-09-11T07:51:53.089 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: The key fingerprint is: 2024-09-11T07:51:53.089 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: SHA256:Rz9z/M1jeFJxpvE61k5DnzOPKTtqhFkENz5wCaC0SiU ceph-1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:53.089 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: The key's randomart image is: 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: +---[RSA 3072]----+ 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | E o ..+o+. | 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | + o =o. | 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | . o .+ ..o| 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | . . ..o . =o| 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | . S+. + +o.| 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | o.. ++=+| 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | . o+OB| 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | . o.+**| 2024-09-11T07:51:53.090 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: | ....+o o| 2024-09-11T07:51:53.091 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:51:52 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: +----[SHA256]-----+ 2024-09-11T07:51:53.381 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:53 smithi084 ceph-mon[29416]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:53.381 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:53 smithi084 ceph-mon[29416]: Generating ssh key... 2024-09-11T07:51:53.381 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:53 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:53.381 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:53 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:54.589 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:51:54.589 INFO:teuthology.orchestra.run.smithi084.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:51:54.590 INFO:teuthology.orchestra.run.smithi084.stdout:Adding key to root@localhost authorized_keys... 2024-09-11T07:51:54.599 INFO:teuthology.orchestra.run.smithi084.stdout:Adding host smithi084... 2024-09-11T07:51:54.931 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:54 smithi084 ceph-mon[29416]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:55.958 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:55 smithi084 ceph-mon[29416]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "addr": "172.21.15.84", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:56.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:56 smithi084 ceph-mon[29416]: Deploying cephadm binary to smithi084 2024-09-11T07:51:58.480 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout Added host 'smithi084' with addr '172.21.15.84' 2024-09-11T07:51:58.480 INFO:teuthology.orchestra.run.smithi084.stdout:Deploying unmanaged mon service... 2024-09-11T07:51:59.074 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:58 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:51:59.074 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:58 smithi084 ceph-mon[29416]: Added host smithi084 2024-09-11T07:51:59.074 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:51:58 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:00.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:00 smithi084 ceph-mon[29416]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:00.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:00 smithi084 ceph-mon[29416]: Saving service mon spec with placement count:5 2024-09-11T07:52:00.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:00 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:00.994 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-11T07:52:00.994 INFO:teuthology.orchestra.run.smithi084.stdout:Deploying unmanaged mgr service... 2024-09-11T07:52:01.889 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:01 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:01.891 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:01 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:01.891 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:01 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:02.125 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-11T07:52:02.859 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:02 smithi084 ceph-mon[29416]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:02.859 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:02 smithi084 ceph-mon[29416]: Saving service mgr spec with placement count:2 2024-09-11T07:52:03.780 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:03 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/4259108011' entity='client.admin' 2024-09-11T07:52:05.015 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling the dashboard module... 2024-09-11T07:52:05.407 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:05.407 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:05.408 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:05.408 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' 2024-09-11T07:52:05.408 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi084", "caps": []}]: dispatch 2024-09-11T07:52:05.408 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='mgr.14118 172.21.15.84:0/1055830184' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi084", "caps": []}]': finished 2024-09-11T07:52:05.408 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1993064336' entity='client.admin' 2024-09-11T07:52:05.408 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:05 smithi084 ceph-mon[29416]: Deploying daemon agent.smithi084 on smithi084 2024-09-11T07:52:06.395 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2267084626' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T07:52:06.395 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: ignoring --setuser ceph since I am not root 2024-09-11T07:52:06.395 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: ignoring --setgroup ceph since I am not root 2024-09-11T07:52:06.395 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.275+0000 7fd862bfeec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-11T07:52:06.396 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.329+0000 7fd862bfeec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T07:52:06.396 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.393+0000 7fd862bfeec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T07:52:06.658 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.519+0000 7fd862bfeec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:52:06.658 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.656+0000 7fd862bfeec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T07:52:07.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:07 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2267084626' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T07:52:07.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:07 smithi084 ceph-mon[29416]: mgrmap e9: a(active, since 18s) 2024-09-11T07:52:07.255 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.921+0000 7fd862bfeec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T07:52:07.256 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:06 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:06.986+0000 7fd862bfeec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T07:52:07.256 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:07 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:07.152+0000 7fd862bfeec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T07:52:08.028 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:52:08.028 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-11T07:52:08.028 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T07:52:08.028 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-11T07:52:08.028 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T07:52:08.028 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:52:08.029 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for the mgr to restart... 2024-09-11T07:52:08.029 INFO:teuthology.orchestra.run.smithi084.stdout:Waiting for mgr epoch 9... 2024-09-11T07:52:08.267 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:08 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/4293827654' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:52:08.268 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:08 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:08.006+0000 7fd862bfeec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T07:52:08.268 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:08 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:08.080+0000 7fd862bfeec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T07:52:09.123 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:08 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:08.818+0000 7fd862bfeec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T07:52:09.123 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:08 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:08.934+0000 7fd862bfeec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T07:52:09.123 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.060+0000 7fd862bfeec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:52:09.123 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.120+0000 7fd862bfeec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T07:52:09.378 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.249+0000 7fd862bfeec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T07:52:09.379 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.318+0000 7fd862bfeec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T07:52:09.379 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.377+0000 7fd862bfeec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T07:52:09.647 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.515+0000 7fd862bfeec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T07:52:09.647 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.581+0000 7fd862bfeec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T07:52:09.647 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.645+0000 7fd862bfeec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T07:52:10.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.726+0000 7fd862bfeec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T07:52:10.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.782+0000 7fd862bfeec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T07:52:10.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:09 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:09.839+0000 7fd862bfeec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T07:52:11.005 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:10.579+0000 7fd862bfeec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T07:52:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: Active manager daemon a restarted 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: Activating manager daemon a 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: osdmap e3: 0 total, 0 up, 0 in 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: mgrmap e10: a(active, starting, since 0.00314407s) 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: Manager daemon a is now available 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:52:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:11.680+0000 7fd81375b640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:07:52:11] ENGINE Error in HTTPServer.serve 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: Traceback (most recent call last): 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self._connections.run(self.expiration_interval) 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self._run(expiration_interval) 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:52:12.006 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: s = self.context.wrap_socket( 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: return self.sslsocket_class._create( 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self.do_handshake() 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: self._sslobj.do_handshake() 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:52:12.007 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:52:11 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:52:12.354 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout { 2024-09-11T07:52:12.354 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-11T07:52:12.354 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T07:52:12.355 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout } 2024-09-11T07:52:12.355 INFO:teuthology.orchestra.run.smithi084.stdout:mgr epoch 9 is available 2024-09-11T07:52:12.355 INFO:teuthology.orchestra.run.smithi084.stdout:Generating a dashboard self-signed certificate... 2024-09-11T07:52:12.754 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: [11/Sep/2024:07:52:11] ENGINE Bus STARTING 2024-09-11T07:52:12.754 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:52:12.754 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: mgrmap e11: a(active, since 1.00545s) 2024-09-11T07:52:12.754 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:52:12.754 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: [11/Sep/2024:07:52:11] ENGINE Serving on https://172.21.15.84:7150 2024-09-11T07:52:12.754 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: [11/Sep/2024:07:52:11] ENGINE Bus STARTED 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: [11/Sep/2024:07:52:11] ENGINE Error in HTTPServer.serve 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: Traceback (most recent call last): 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: self._connections.run(self.expiration_interval) 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: self._run(expiration_interval) 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: s = self.context.wrap_socket( 2024-09-11T07:52:12.755 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout: return self.sslsocket_class._create( 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout: self.do_handshake() 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout: self._sslobj.do_handshake() 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi084", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:12.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi084", "caps": []}]: dispatch 2024-09-11T07:52:13.585 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-11T07:52:13.585 INFO:teuthology.orchestra.run.smithi084.stdout:Creating initial admin user... 2024-09-11T07:52:14.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:14 smithi084 ceph-mon[29416]: Deploying daemon agent.smithi084 on smithi084 2024-09-11T07:52:14.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:14 smithi084 ceph-mon[29416]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:14.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:14.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:14.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:14 smithi084 ceph-mon[29416]: mgrmap e12: a(active, since 2s) 2024-09-11T07:52:14.982 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$XZu5xX.C3hhrn/sSEC1n4Ox3rZxwV7bx5OBlLtEo9IN.JRSpYTVmq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726041134, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T07:52:14.983 INFO:teuthology.orchestra.run.smithi084.stdout:Fetching dashboard port number... 2024-09-11T07:52:15.236 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:15 smithi084 ceph-mon[29416]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:15.237 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:16.212 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:16 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/4282233760' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T07:52:16.213 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stdout 8443 2024-09-11T07:52:16.223 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T07:52:16.223 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout disabled 2024-09-11T07:52:16.230 INFO:teuthology.orchestra.run.smithi084.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T07:52:16.231 INFO:teuthology.orchestra.run.smithi084.stdout:systemctl: stdout inactive 2024-09-11T07:52:16.231 INFO:teuthology.orchestra.run.smithi084.stdout:firewalld.service is not enabled 2024-09-11T07:52:16.231 INFO:teuthology.orchestra.run.smithi084.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T07:52:16.233 INFO:teuthology.orchestra.run.smithi084.stdout:Ceph Dashboard is now available at: 2024-09-11T07:52:16.233 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:16.233 INFO:teuthology.orchestra.run.smithi084.stdout: URL: https://smithi084.front.sepia.ceph.com:8443/ 2024-09-11T07:52:16.233 INFO:teuthology.orchestra.run.smithi084.stdout: User: admin 2024-09-11T07:52:16.233 INFO:teuthology.orchestra.run.smithi084.stdout: Password: c12kvukse1 2024-09-11T07:52:16.233 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:16.234 INFO:teuthology.orchestra.run.smithi084.stdout:Saving cluster configuration to /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config directory 2024-09-11T07:52:16.234 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling autotune for osd_memory_target 2024-09-11T07:52:18.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:18 smithi084 ceph-mon[29416]: mgrmap e13: a(active, since 6s) 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout:Or, if you are only running a single cluster on this host: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.643 INFO:teuthology.orchestra.run.smithi084.stdout: ceph telemetry on 2024-09-11T07:52:18.644 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.644 INFO:teuthology.orchestra.run.smithi084.stdout:For more information see: 2024-09-11T07:52:18.644 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.644 INFO:teuthology.orchestra.run.smithi084.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-11T07:52:18.644 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:18.644 INFO:teuthology.orchestra.run.smithi084.stdout:Bootstrap complete. 2024-09-11T07:52:18.680 INFO:tasks.cephadm:Fetching config... 2024-09-11T07:52:18.680 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:52:18.680 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T07:52:18.697 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T07:52:18.697 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:52:18.697 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T07:52:18.753 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T07:52:18.753 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:52:18.753 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-11T07:52:18.846 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T07:52:18.846 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:52:18.847 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T07:52:18.901 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T07:52:18.902 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:52:19.050 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:52:19.062 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:52:19.220 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:19 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3161640635' entity='client.admin' 2024-09-11T07:52:19.288 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:52:19.303 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:52:19.431 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuZDVj1eNH2k/ru1dUwgxn9LKOlGEjT7XGfftEIHGJxjz0x6kdp6zW/7ONnEaWLDO4EMQi9xStljWKyWt+tDo9FY2WJC7daXwgQT45XKU8ff1QS7G1/02gpbWDNZr3jNphWkmw//MaT3ZFmELfuKiDW3Xbou4xtpJ31ycIDymxOnb4W5G7VYuEldqvc22mDeYYupcXgDKG6I1KMz70P550iybMzJgAK+fbDoFDasg+t0spYQWUWBRXUSZC+qCgvitcOtvG9SfL1c49uMGuvCwcHs7Mxsj/Qn16HG2/ZTLoV+tZMcp5bKxxbEVBl9sIKZ3keus+b3y8nTtgb7TKZqNfP/Jp+iTDmFZqKmEJLtrE06poiFeZYHtt05a9OsGjUOpk+Js9F40WQcQOmdYOhHA+0emtvb4pKLMJWHYcjWDkMeaAZJwzQ8QX9SQoOob6Efl44BRvLcmSTafBJ+FEYAxMvWx8rgvoHCEzI0HVACl+MEHor1HsLx2+agUKZYktjYU= ceph-1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:52:19.445 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-11T07:52:19.721 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:20.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:20.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:20.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:20.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:20.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:20.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:20.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:20.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:21.729 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:21 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:23.104 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-11T07:52:23.104 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-11T07:52:23.535 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:23.739 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:23 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2625171328' entity='client.admin' 2024-09-11T07:52:23.739 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:23.739 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:26.913 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi087 2024-09-11T07:52:26.913 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:52:26.913 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.conf 2024-09-11T07:52:26.933 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:52:26.933 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:52:26.991 INFO:tasks.cephadm:Adding host smithi087 to orchestrator... 2024-09-11T07:52:26.991 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch host add smithi087 2024-09-11T07:52:27.229 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:27.430 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:27.431 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:28.266 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:28 smithi084 ceph-mon[29416]: Updating smithi084:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:52:28.266 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:28 smithi084 ceph-mon[29416]: Updating smithi084:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:52:28.266 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:28 smithi084 ceph-mon[29416]: Updating smithi084:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:52:29.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:29 smithi084 ceph-mon[29416]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:30.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:30 smithi084 ceph-mon[29416]: Deploying cephadm binary to smithi087 2024-09-11T07:52:31.521 INFO:teuthology.orchestra.run.smithi084.stdout:Added host 'smithi087' with addr '172.21.15.87' 2024-09-11T07:52:31.881 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:31 smithi084 ceph-mon[29416]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:31.881 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:31.881 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:32.106 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T07:52:32.343 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:33.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: Added host smithi087 2024-09-11T07:52:33.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:33.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:33.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:33.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:33.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:33.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:33.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:32 smithi084 ceph-mon[29416]: Updating smithi087:/etc/ceph/ceph.conf 2024-09-11T07:52:34.053 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:34.054 INFO:teuthology.orchestra.run.smithi084.stdout:[{"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}, {"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}] 2024-09-11T07:52:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: Updating smithi087:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:52:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:52:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:34.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: Updating smithi087:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:52:34.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:34.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:34.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-09-11T07:52:34.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]': finished 2024-09-11T07:52:34.741 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2024-09-11T07:52:34.742 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:52:34.742 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2024-09-11T07:52:34.757 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:52:34.757 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:52:34.813 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2024-09-11T07:52:34.813 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch host add smithi107 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: Deploying daemon agent.smithi087 on smithi087 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:35.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:35.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:35.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:35.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:35.048 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:36.410 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:36 smithi084 ceph-mon[29416]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:36.410 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:36.410 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:36.410 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:36.410 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:38.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:38 smithi084 ceph-mon[29416]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:38.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:38 smithi084 ceph-mon[29416]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:38.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:38 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:38.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:38 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:39.368 INFO:teuthology.orchestra.run.smithi084.stdout:Added host 'smithi107' with addr '172.21.15.107' 2024-09-11T07:52:39.379 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:39 smithi084 ceph-mon[29416]: Deploying cephadm binary to smithi107 2024-09-11T07:52:39.980 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T07:52:40.220 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:40.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:40 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: Added host smithi107 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: Updating smithi107:/etc/ceph/ceph.conf 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: Updating smithi107:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:41.387 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:41.693 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: Updating smithi107:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:42.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:42.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:42.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:42.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:43.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: Deploying daemon agent.smithi107 on smithi107 2024-09-11T07:52:43.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:43.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:43.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:43.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:43.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:43.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:43.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:43.659 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:52:43.659 INFO:teuthology.orchestra.run.smithi084.stdout:[{"addr": "172.21.15.84", "hostname": "smithi084", "labels": [], "status": ""}, {"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}] 2024-09-11T07:52:44.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:44 smithi084 ceph-mon[29416]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:44.622 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T07:52:44.622 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T07:52:44.858 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:52:45.230 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:45 smithi084 ceph-mon[29416]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:52:45.230 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:45.230 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:46.355 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:46 smithi084 ceph-mon[29416]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:46.355 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:46 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:47.133 INFO:teuthology.orchestra.run.smithi084.stderr:adjusted tunables profile to default 2024-09-11T07:52:47.441 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:47 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3690756308' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T07:52:47.723 INFO:tasks.cephadm:Adding mon.a on smithi084 2024-09-11T07:52:47.723 INFO:tasks.cephadm:Adding mon.b on smithi087 2024-09-11T07:52:47.723 INFO:tasks.cephadm:Adding mon.c on smithi107 2024-09-11T07:52:47.723 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch apply mon '3;smithi084:172.21.15.84=a;smithi087:172.21.15.87=b;smithi107:172.21.15.107=c' 2024-09-11T07:52:47.969 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:52:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:48 smithi084 ceph-mon[29416]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:48 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3690756308' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T07:52:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:48 smithi084 ceph-mon[29416]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:52:49.691 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mon update... 2024-09-11T07:52:50.292 DEBUG:teuthology.orchestra.run.smithi087:mon.b> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.b.service 2024-09-11T07:52:50.295 DEBUG:teuthology.orchestra.run.smithi107:mon.c> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.c.service 2024-09-11T07:52:50.297 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T07:52:50.297 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:52:50.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:50.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:50.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:50.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:50.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:50.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:52:50.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:52:50.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:51.057 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:52:51.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:51 smithi084 ceph-mon[29416]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi084:172.21.15.84=a;smithi087:172.21.15.87=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:51.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:51 smithi084 ceph-mon[29416]: Saving service mon spec with placement smithi084:172.21.15.84=a;smithi087:172.21.15.87=b;smithi107:172.21.15.107=c;count:3 2024-09-11T07:52:51.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:51 smithi084 ceph-mon[29416]: Deploying daemon mon.c on smithi107 2024-09-11T07:52:52.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:52 smithi084 ceph-mon[29416]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:54.420 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:52:54.420 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:51:24.367840Z","created":"2024-09-11T07:51:24.367840Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:52:54.421 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2024-09-11T07:52:54.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:54 smithi084 ceph-mon[29416]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:52:56.161 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T07:52:56.161 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:52:56.415 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T07:53:00.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:52:59 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: mon.a calling monitor election 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: mon.c calling monitor election 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:00.166 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: monmap e2: 2 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: fsmap 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: mgrmap e13: a(active, since 49s) 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: overall HEALTH_OK 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:00.167 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:52:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:01.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:00 smithi084 ceph-mon[29416]: Deploying daemon mon.b on smithi087 2024-09-11T07:53:01.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:01.108 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:00 smithi107 ceph-mon[31286]: Deploying daemon mon.b on smithi087 2024-09-11T07:53:01.108 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:01.156 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:53:01.156 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":2,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:52:54.752923Z","created":"2024-09-11T07:51:24.367840Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T07:53:01.156 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 2 2024-09-11T07:53:02.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:02 smithi107 ceph-mon[31286]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:02.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:02 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:02.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:02 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:02.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:02 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:02.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:02 smithi107 ceph-mon[31286]: from='client.? 172.21.15.107:0/579210638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:53:02.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:02 smithi084 ceph-mon[29416]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:02.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:02 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:02.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:02 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:02.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:02 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:02.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:02 smithi084 ceph-mon[29416]: from='client.? 172.21.15.107:0/579210638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:53:02.878 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-11T07:53:02.879 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:53:03.513 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:03 smithi087 ceph-mon[31149]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-11T07:53:03.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:03 smithi087 bash[31111]: 16154dd79dac2043b147ca33d046d44e5d36a7b7885049da88c090e8cb492bad 2024-09-11T07:53:03.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:03 smithi087 systemd[1]: Started Ceph mon.b for 1ba70bc8-7012-11ef-bcea-c7b262605968. 2024-09-11T07:53:04.131 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T07:53:08.813 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:53:08.813 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: mon.a calling monitor election 2024-09-11T07:53:08.813 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: mon.c calling monitor election 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: mon.b calling monitor election 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: fsmap 2024-09-11T07:53:08.814 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: mgrmap e13: a(active, since 57s) 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: overall HEALTH_OK 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.815 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:08 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: mon.a calling monitor election 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: mon.c calling monitor election 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:08.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: mon.b calling monitor election 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: fsmap 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:53:08.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: mgrmap e13: a(active, since 57s) 2024-09-11T07:53:08.911 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: overall HEALTH_OK 2024-09-11T07:53:08.911 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.911 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.911 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.911 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.911 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.912 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.912 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:08 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: mon.a calling monitor election 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: mon.c calling monitor election 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: mon.b calling monitor election 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: fsmap 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: mgrmap e13: a(active, since 57s) 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: overall HEALTH_OK 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:08.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:08 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.550 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-11T07:53:09.550 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":3,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:53:03.493830Z","created":"2024-09-11T07:51:24.367840Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-11T07:53:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 3 2024-09-11T07:53:09.850 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Updating smithi087:/etc/ceph/ceph.conf 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Updating smithi107:/etc/ceph/ceph.conf 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Updating smithi084:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Updating smithi087:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Updating smithi107:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.851 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:09.852 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:09 smithi107 ceph-mon[31286]: from='client.? 172.21.15.107:0/2303785805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Updating smithi087:/etc/ceph/ceph.conf 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Updating smithi107:/etc/ceph/ceph.conf 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Updating smithi084:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Updating smithi087:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Updating smithi107:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.854 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:09.855 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:09 smithi084 ceph-mon[29416]: from='client.? 172.21.15.107:0/2303785805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:53:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Updating smithi084:/etc/ceph/ceph.conf 2024-09-11T07:53:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Updating smithi087:/etc/ceph/ceph.conf 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Updating smithi107:/etc/ceph/ceph.conf 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Updating smithi084:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Updating smithi087:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Updating smithi107:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:09.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:09.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:09.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:09.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:09.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:53:09.951 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:09 smithi087 ceph-mon[31149]: from='client.? 172.21.15.107:0/2303785805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:53:10.846 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T07:53:10.846 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T07:53:10.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T07:53:10.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:53:10.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:10.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:10.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:10.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:10.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:10.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:10.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:10.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:10.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:10 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T07:53:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:53:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:11.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:10 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.047 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:11.048 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:11.048 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:11.048 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:10 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:11.081 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:53:11.770 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:11 smithi084 ceph-mon[29416]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:11.770 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:11 smithi084 ceph-mon[29416]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:53:11.770 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:11 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:53:11.835 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:11 smithi107 ceph-mon[31286]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:11.835 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:11 smithi107 ceph-mon[31286]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:53:11.835 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:11 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:53:11.847 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:11 smithi087 ceph-mon[31149]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:11.847 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:11 smithi087 ceph-mon[31149]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:53:11.847 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:11 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:53:12.694 INFO:teuthology.orchestra.run.smithi084.stdout:# minimal ceph.conf for 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:53:12.694 INFO:teuthology.orchestra.run.smithi084.stdout:[global] 2024-09-11T07:53:12.694 INFO:teuthology.orchestra.run.smithi084.stdout: fsid = 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:53:12.694 INFO:teuthology.orchestra.run.smithi084.stdout: mon_host = [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2024-09-11T07:53:13.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:13.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:13.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:13 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2450356715' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.311 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T07:53:13.312 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:53:13.312 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:53:13.338 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:53:13.338 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:53:13.403 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:53:13.403 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:13 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/2450356715' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.431 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:53:13.431 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:53:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:53:13.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:13 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/2450356715' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.473 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:53:13.474 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:53:13.501 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:53:13.501 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:53:13.566 INFO:tasks.cephadm:Adding mgr.a on smithi084 2024-09-11T07:53:13.566 INFO:tasks.cephadm:Adding mgr.b on smithi087 2024-09-11T07:53:13.566 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi084=a;smithi087=b' 2024-09-11T07:53:13.920 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T07:53:14.412 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.413 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:14.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:14.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:14.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:14.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:15.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:15.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:15.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:15.667 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mgr update... 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:53:16.237 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:53:16.238 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:53:16.238 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:16.261 DEBUG:teuthology.orchestra.run.smithi087:mgr.b> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.b.service 2024-09-11T07:53:16.264 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T07:53:16.264 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-09-11T07:53:16.264 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:53:16.283 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T07:53:16.284 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_1 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-11 07:53:01.695001987 +0000 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.342 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.343 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:53:16.354 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:16.354 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:16.354 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:16.354 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:16.354 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:16.354 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:16.355 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:53:16.355 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:53:16.355 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:53:16.355 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:16.409 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-11T07:53:16.409 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-11T07:53:16.409 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000286732 s, 1.8 MB/s 2024-09-11T07:53:16.410 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:53:16.469 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_2 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:16.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:53:16.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:53:16.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:53:16.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:16.522 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:53:16.522 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:16.522 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-11T07:53:16.522 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:16.522 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:16.523 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-11 07:53:01.695001987 +0000 2024-09-11T07:53:16.523 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.523 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.523 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.523 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:53:16.588 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-11T07:53:16.588 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-11T07:53:16.589 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000231317 s, 2.2 MB/s 2024-09-11T07:53:16.590 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:53:16.648 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_3 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-11 07:53:01.695001987 +0000 2024-09-11T07:53:16.705 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.706 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.706 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.706 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:53:16.770 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-11T07:53:16.771 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-11T07:53:16.771 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.00023477 s, 2.2 MB/s 2024-09-11T07:53:16.772 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:53:16.829 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_4 2024-09-11T07:53:16.885 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:53:16.885 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-09-11 07:53:01.695001987 +0000 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.886 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: 2024-09-11 07:45:25.320400015 +0000 2024-09-11T07:53:16.886 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:53:16.952 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-09-11T07:53:16.952 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-09-11T07:53:16.952 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000214729 s, 2.4 MB/s 2024-09-11T07:53:16.953 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:53:17.011 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-09-11T07:53:17.011 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:53:17.029 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T07:53:17.029 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-09-11 07:53:13.222337592 +0000 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.087 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.087 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:53:17.248 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-09-11T07:53:17.248 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-09-11T07:53:17.248 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000246909 s, 2.1 MB/s 2024-09-11T07:53:17.249 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:53:17.265 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-09-11 07:53:17.201245681 +0000 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.323 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.324 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:53:17.349 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:17 smithi087 ceph-mon[31149]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi084=a;smithi087=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:17.349 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:17 smithi087 ceph-mon[31149]: Saving service mgr spec with placement smithi084=a;smithi087=b;count:2 2024-09-11T07:53:17.349 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:17 smithi087 ceph-mon[31149]: Deploying daemon mgr.b on smithi087 2024-09-11T07:53:17.429 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-09-11T07:53:17.429 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-09-11T07:53:17.429 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000177018 s, 2.9 MB/s 2024-09-11T07:53:17.433 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:53:17.448 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2024-09-11T07:53:17.504 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-09-11 07:53:17.384241453 +0000 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.505 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: 2024-09-11 07:45:25.609981235 +0000 2024-09-11T07:53:17.505 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:53:17.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:17 smithi084 ceph-mon[29416]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi084=a;smithi087=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:17.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:17 smithi084 ceph-mon[29416]: Saving service mgr spec with placement smithi084=a;smithi087=b;count:2 2024-09-11T07:53:17.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:17 smithi084 ceph-mon[29416]: Deploying daemon mgr.b on smithi087 2024-09-11T07:53:17.571 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-09-11T07:53:17.571 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-09-11T07:53:17.571 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000207796 s, 2.5 MB/s 2024-09-11T07:53:17.573 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:53:17.629 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2024-09-11T07:53:17.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:17 smithi107 ceph-mon[31286]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi084=a;smithi087=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:17.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:17 smithi107 ceph-mon[31286]: Saving service mgr spec with placement smithi084=a;smithi087=b;count:2 2024-09-11T07:53:17.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:17 smithi107 ceph-mon[31286]: Deploying daemon mgr.b on smithi087 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-09-11 07:53:17.384241453 +0000 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-09-11 07:45:25.610981147 +0000 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-09-11 07:45:25.610981147 +0000 2024-09-11T07:53:17.684 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: 2024-09-11 07:45:25.610981147 +0000 2024-09-11T07:53:17.685 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:53:17.747 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-09-11T07:53:17.747 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-09-11T07:53:17.748 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000235445 s, 2.2 MB/s 2024-09-11T07:53:17.749 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:53:17.805 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-11T07:53:17.806 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:53:17.825 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T07:53:17.826 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-09-11T07:53:17.884 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:53:17.884 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:17.884 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-11T07:53:17.884 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:17.884 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:17.884 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-11 07:53:11.459079325 +0000 2024-09-11T07:53:17.885 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:17.885 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:17.885 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:17.885 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:53:17.954 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-11T07:53:17.954 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-11T07:53:17.954 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000234011 s, 2.2 MB/s 2024-09-11T07:53:17.956 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:53:18.015 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-09-11T07:53:18.074 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:53:18.074 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:18.074 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-11T07:53:18.074 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:18.074 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:18.074 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-11 07:53:11.459079325 +0000 2024-09-11T07:53:18.075 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-11 07:45:25.527504826 +0000 2024-09-11T07:53:18.075 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-11 07:45:25.527504826 +0000 2024-09-11T07:53:18.075 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-09-11 07:45:25.527504826 +0000 2024-09-11T07:53:18.075 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:53:18.141 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-11T07:53:18.141 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-11T07:53:18.141 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000253916 s, 2.0 MB/s 2024-09-11T07:53:18.142 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:53:18.183 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.116+0000 7fc4264a3ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-11T07:53:18.184 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.182+0000 7fc4264a3ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-11T07:53:18.201 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-11 07:53:11.459079325 +0000 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:18.258 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:18.259 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:53:18.323 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-11T07:53:18.323 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-11T07:53:18.324 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000227737 s, 2.2 MB/s 2024-09-11T07:53:18.325 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:53:18.382 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-09-11T07:53:18.439 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-11 07:53:11.459079325 +0000 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:18.440 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-09-11 07:45:25.528504801 +0000 2024-09-11T07:53:18.440 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:53:18.444 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.309+0000 7fc4264a3ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:53:18.444 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.443+0000 7fc4264a3ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-11T07:53:18.444 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-mon[31149]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:18.445 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.445 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.445 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.445 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:18 smithi107 ceph-mon[31286]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:18.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:18 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.502 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:18 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:18 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.503 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:18 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.505 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-11T07:53:18.505 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-11T07:53:18.505 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000214109 s, 2.4 MB/s 2024-09-11T07:53:18.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:18 smithi084 ceph-mon[29416]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:18.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:18 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:18 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:18 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:18 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:18.506 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:53:18.564 INFO:tasks.cephadm:Deploying osd.0 on smithi084 with /dev/vg_nvme/lv_4... 2024-09-11T07:53:18.564 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:53:19.111 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.699+0000 7fc4264a3ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-11T07:53:19.111 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.758+0000 7fc4264a3ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-11T07:53:19.111 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:18 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:18.918+0000 7fc4264a3ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-11T07:53:19.243 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:53:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-mon[31149]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:19.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:19.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:53:19.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:19 smithi084 ceph-mon[29416]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:19.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:53:19.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:19 smithi107 ceph-mon[31286]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:20.093 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:19.803+0000 7fc4264a3ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-11T07:53:20.093 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:19 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:19.869+0000 7fc4264a3ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-11T07:53:20.648 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:20.618+0000 7fc4264a3ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-11T07:53:20.904 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:20.759+0000 7fc4264a3ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-11T07:53:20.904 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.904 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.905 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:20.905 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:20.905 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:20.905 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.905 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:20.905 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:20.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:20.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:20.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:20.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T07:53:20.941 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.155 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:20.899+0000 7fc4264a3ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-11T07:53:21.155 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:20 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:20.960+0000 7fc4264a3ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-11T07:53:21.155 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.084+0000 7fc4264a3ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-11T07:53:21.155 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.153+0000 7fc4264a3ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-11T07:53:21.413 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.212+0000 7fc4264a3ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-11T07:53:21.413 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.347+0000 7fc4264a3ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-11T07:53:21.413 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.411+0000 7fc4264a3ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-11T07:53:21.514 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:53:21.605 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:53:21.617 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2024-09-11T07:53:21.618 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2024-09-11T07:53:21.618 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113927 s, 920 MB/s 2024-09-11T07:53:21.618 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2024-09-11T07:53:21.687 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-mon[31149]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:21.687 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.687 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.687 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.688 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.688 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.478+0000 7fc4264a3ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-11T07:53:21.688 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.569+0000 7fc4264a3ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-11T07:53:21.688 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.627+0000 7fc4264a3ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-11T07:53:21.688 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:21 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:21.685+0000 7fc4264a3ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-11T07:53:21.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:21 smithi084 ceph-mon[29416]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:21.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:21 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:21 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:21 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:21.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:21 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:22.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:21 smithi107 ceph-mon[31286]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:22.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:21 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:22.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:21 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:22.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:21 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:22.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:21 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:22.230 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi084:vg_nvme/lv_4 2024-09-11T07:53:22.659 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:53:22.699 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:53:22 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b[32839]: 2024-09-11T07:53:22.474+0000 7fc4264a3ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-11T07:53:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: Standby manager daemon b started 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:53:23.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:23 smithi087 ceph-mon[31149]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:23.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:23.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: Standby manager daemon b started 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:53:23.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:23 smithi084 ceph-mon[29416]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: Standby manager daemon b started 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-11T07:53:23.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:53:23.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-11T07:53:23.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: from='mgr.? 172.21.15.87:0/3467803958' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:53:23.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:23 smithi107 ceph-mon[31286]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:24.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:24 smithi107 ceph-mon[31286]: mgrmap e14: a(active, since 72s), standbys: b 2024-09-11T07:53:24.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-11T07:53:24.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:24 smithi087 ceph-mon[31149]: mgrmap e14: a(active, since 72s), standbys: b 2024-09-11T07:53:24.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-11T07:53:24.751 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:24 smithi084 ceph-mon[29416]: mgrmap e14: a(active, since 72s), standbys: b 2024-09-11T07:53:24.751 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-11T07:53:25.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:25 smithi107 ceph-mon[31286]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:25.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:25.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:25.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:25.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:25 smithi087 ceph-mon[31149]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:25.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:25.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:25.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:25.724 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:25 smithi084 ceph-mon[29416]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:25.724 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:25.724 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:25.725 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:26.589 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:26 smithi084 ceph-mon[29416]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:26.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:26 smithi107 ceph-mon[31286]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:26.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:26 smithi087 ceph-mon[31149]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:27.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:27 smithi084 ceph-mon[29416]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:27.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:27 smithi107 ceph-mon[31286]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:27.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:27 smithi087 ceph-mon[31149]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:28.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:28 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1258094988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f607f7a8-4860-4be0-adb9-4b3e40e12e6f"}]: dispatch 2024-09-11T07:53:28.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:28 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1258094988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f607f7a8-4860-4be0-adb9-4b3e40e12e6f"}]': finished 2024-09-11T07:53:28.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:28 smithi084 ceph-mon[29416]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T07:53:28.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:28 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:28.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:28 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3226023048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:28.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:28 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/1258094988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f607f7a8-4860-4be0-adb9-4b3e40e12e6f"}]: dispatch 2024-09-11T07:53:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:28 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/1258094988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f607f7a8-4860-4be0-adb9-4b3e40e12e6f"}]': finished 2024-09-11T07:53:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:28 smithi107 ceph-mon[31286]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T07:53:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:28 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:28 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/3226023048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:28 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/1258094988' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f607f7a8-4860-4be0-adb9-4b3e40e12e6f"}]: dispatch 2024-09-11T07:53:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:28 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/1258094988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f607f7a8-4860-4be0-adb9-4b3e40e12e6f"}]': finished 2024-09-11T07:53:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:28 smithi087 ceph-mon[31149]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T07:53:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:28 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:28 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/3226023048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:29.538 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:29 smithi107 ceph-mon[31286]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:29.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:29 smithi087 ceph-mon[31149]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:29.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:29 smithi084 ceph-mon[29416]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:31.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:31 smithi084 ceph-mon[29416]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:31.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:31 smithi107 ceph-mon[31286]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:31.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:31 smithi087 ceph-mon[31149]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:31.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:31.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:33.868 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:33 smithi084 ceph-mon[29416]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:33.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:33 smithi107 ceph-mon[31286]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:33.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:33 smithi087 ceph-mon[31149]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:34.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:53:34.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:34.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:34 smithi107 ceph-mon[31286]: Deploying daemon osd.0 on smithi084 2024-09-11T07:53:34.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:53:34.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:34.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:34 smithi087 ceph-mon[31149]: Deploying daemon osd.0 on smithi084 2024-09-11T07:53:34.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:53:34.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:34.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:34 smithi084 ceph-mon[29416]: Deploying daemon osd.0 on smithi084 2024-09-11T07:53:35.852 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:35 smithi084 ceph-mon[29416]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:35.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:35 smithi087 ceph-mon[31149]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:36.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:35 smithi107 ceph-mon[31286]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:37.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:37 smithi087 ceph-mon[31149]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:38.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:37 smithi084 ceph-mon[29416]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:38.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:37 smithi107 ceph-mon[31286]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:39.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:39 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:39.863 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:39.864 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:39.864 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:39.864 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:39.864 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:39.864 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:39.864 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:39 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:40.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:39 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:41.914 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:41.915 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:41.915 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:41.915 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:41.915 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:41.915 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:41.915 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.003 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:42.003 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.003 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.003 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.004 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.004 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.004 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.319 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 0 on host 'smithi084' 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:42.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:42 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:42.938 DEBUG:teuthology.orchestra.run.smithi084:osd.0> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T07:53:42.941 INFO:tasks.cephadm:Deploying osd.1 on smithi087 with /dev/vg_nvme/lv_4... 2024-09-11T07:53:42.941 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:43.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:42 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.191 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T07:53:43.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:43.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:42 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:43.903 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:43 smithi087 ceph-mon[31149]: Adjusting osd_memory_target on smithi084 to 16064M 2024-09-11T07:53:43.903 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:43 smithi087 ceph-mon[31149]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:43.903 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:43 smithi087 ceph-mon[31149]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:53:43.903 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:43 smithi087 ceph-mon[31149]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:53:43.903 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:43 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:43.903 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:43 smithi087 ceph-mon[31149]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-11T07:53:44.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-mon[29416]: Adjusting osd_memory_target on smithi084 to 16064M 2024-09-11T07:53:44.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-mon[29416]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:44.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-mon[29416]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:53:44.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-mon[29416]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:53:44.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:44.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-mon[29416]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-11T07:53:44.006 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0[41325]: 2024-09-11T07:53:43.816+0000 7f766a7f1640 -1 osd.0 0 waiting for initial osdmap 2024-09-11T07:53:44.006 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:53:43 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0[41325]: 2024-09-11T07:53:43.818+0000 7f7664e27640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:53:44.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:43 smithi107 ceph-mon[31286]: Adjusting osd_memory_target on smithi084 to 16064M 2024-09-11T07:53:44.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:43 smithi107 ceph-mon[31286]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:44.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:43 smithi107 ceph-mon[31286]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:53:44.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:43 smithi107 ceph-mon[31286]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:53:44.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:43 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:44.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:43 smithi107 ceph-mon[31286]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-09-11T07:53:44.835 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:53:44.934 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:53:44.948 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-09-11T07:53:44.948 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-09-11T07:53:44.948 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114347 s, 917 MB/s 2024-09-11T07:53:44.948 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-09-11T07:53:45.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:44 smithi084 ceph-mon[29416]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-11T07:53:45.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:44 smithi084 ceph-mon[29416]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:53:45.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:45.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:45.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:44 smithi107 ceph-mon[31286]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-11T07:53:45.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:44 smithi107 ceph-mon[31286]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:53:45.387 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:45.388 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:45.388 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:44 smithi087 ceph-mon[31149]: from='osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-09-11T07:53:45.388 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:44 smithi087 ceph-mon[31149]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:53:45.388 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:45.388 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:45.498 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi087:vg_nvme/lv_4 2024-09-11T07:53:45.735 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T07:53:46.094 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:45 smithi087 ceph-mon[31149]: purged_snaps scrub starts 2024-09-11T07:53:46.095 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:45 smithi087 ceph-mon[31149]: purged_snaps scrub ok 2024-09-11T07:53:46.095 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:45 smithi087 ceph-mon[31149]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:46.095 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:45 smithi087 ceph-mon[31149]: osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327] boot 2024-09-11T07:53:46.095 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:45 smithi087 ceph-mon[31149]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T07:53:46.095 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:46.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:45 smithi107 ceph-mon[31286]: purged_snaps scrub starts 2024-09-11T07:53:46.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:45 smithi107 ceph-mon[31286]: purged_snaps scrub ok 2024-09-11T07:53:46.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:45 smithi107 ceph-mon[31286]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:46.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:45 smithi107 ceph-mon[31286]: osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327] boot 2024-09-11T07:53:46.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:45 smithi107 ceph-mon[31286]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T07:53:46.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:46.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:45 smithi084 ceph-mon[29416]: purged_snaps scrub starts 2024-09-11T07:53:46.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:45 smithi084 ceph-mon[29416]: purged_snaps scrub ok 2024-09-11T07:53:46.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:45 smithi084 ceph-mon[29416]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:53:46.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:45 smithi084 ceph-mon[29416]: osd.0 [v2:172.21.15.84:6802/3700185327,v1:172.21.15.84:6803/3700185327] boot 2024-09-11T07:53:46.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:45 smithi084 ceph-mon[29416]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T07:53:46.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:53:48.144 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:47 smithi087 ceph-mon[31149]: pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:48.145 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:47 smithi087 ceph-mon[31149]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:53:48.145 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:47 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:48.145 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:47 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:48.145 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:47 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:48.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:47 smithi107 ceph-mon[31286]: pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:48.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:47 smithi107 ceph-mon[31286]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:53:48.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:47 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:48.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:47 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:48.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:47 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:47 smithi084 ceph-mon[29416]: pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:47 smithi084 ceph-mon[29416]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:53:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:47 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:47 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:48.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:47 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:49.043 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:48 smithi087 ceph-mon[31149]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:49.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:48 smithi107 ceph-mon[31286]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:49.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:48 smithi084 ceph-mon[29416]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:50.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:49 smithi107 ceph-mon[31286]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:50.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:49 smithi107 ceph-mon[31286]: from='client.? 172.21.15.87:0/3884223173' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]: dispatch 2024-09-11T07:53:50.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:49 smithi107 ceph-mon[31286]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]: dispatch 2024-09-11T07:53:50.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:49 smithi107 ceph-mon[31286]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]': finished 2024-09-11T07:53:50.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:49 smithi107 ceph-mon[31286]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T07:53:50.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:49 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:53:50.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:49 smithi087 ceph-mon[31149]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:50.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:49 smithi087 ceph-mon[31149]: from='client.? 172.21.15.87:0/3884223173' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]: dispatch 2024-09-11T07:53:50.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:49 smithi087 ceph-mon[31149]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]: dispatch 2024-09-11T07:53:50.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:49 smithi087 ceph-mon[31149]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]': finished 2024-09-11T07:53:50.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:49 smithi087 ceph-mon[31149]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T07:53:50.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:49 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:53:50.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:49 smithi084 ceph-mon[29416]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:50.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:49 smithi084 ceph-mon[29416]: from='client.? 172.21.15.87:0/3884223173' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]: dispatch 2024-09-11T07:53:50.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:49 smithi084 ceph-mon[29416]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]: dispatch 2024-09-11T07:53:50.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:49 smithi084 ceph-mon[29416]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d00d9b79-5379-469a-bffc-beff26168bb0"}]': finished 2024-09-11T07:53:50.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:49 smithi084 ceph-mon[29416]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T07:53:50.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:49 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:53:51.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:50 smithi107 ceph-mon[31286]: from='client.? 172.21.15.87:0/1974664303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:51.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:50 smithi087 ceph-mon[31149]: from='client.? 172.21.15.87:0/1974664303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:51.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:50 smithi084 ceph-mon[29416]: from='client.? 172.21.15.87:0/1974664303' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:52.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:51 smithi107 ceph-mon[31286]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:51 smithi087 ceph-mon[31149]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:51 smithi084 ceph-mon[29416]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:53:54.060 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:53 smithi087 ceph-mon[31149]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:54.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:53 smithi107 ceph-mon[31286]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:54.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:53 smithi084 ceph-mon[29416]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:56.135 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:55 smithi087 ceph-mon[31149]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:56.135 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:55 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:53:56.135 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:55 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:56.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:55 smithi107 ceph-mon[31286]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:56.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:55 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:53:56.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:55 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:56.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:55 smithi084 ceph-mon[29416]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:56.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:55 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:53:56.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:55 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:57.073 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:56 smithi087 ceph-mon[31149]: Deploying daemon osd.1 on smithi087 2024-09-11T07:53:57.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:56 smithi107 ceph-mon[31286]: Deploying daemon osd.1 on smithi087 2024-09-11T07:53:57.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:56 smithi084 ceph-mon[29416]: Deploying daemon osd.1 on smithi087 2024-09-11T07:53:57.929 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:57 smithi087 ceph-mon[31149]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:58.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:57 smithi107 ceph-mon[31286]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:58.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:57 smithi084 ceph-mon[29416]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:53:59.961 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:53:59 smithi087 ceph-mon[31149]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:00.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:53:59 smithi107 ceph-mon[31286]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:00.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:53:59 smithi084 ceph-mon[29416]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: Detected new or changed devices on smithi084 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:01.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:01.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:01.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: Detected new or changed devices on smithi084 2024-09-11T07:54:01.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: Detected new or changed devices on smithi084 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:01.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:01.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:01.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:01.910 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:03 smithi107 ceph-mon[31286]: pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:03.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:03 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:03 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:03 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.942 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:03 smithi084 ceph-mon[29416]: pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:03.942 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:03 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.942 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:03 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.942 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:03 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:03 smithi087 ceph-mon[31149]: pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:03.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:03 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:03 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:03.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:03 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:04.898 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:04 smithi087 ceph-mon[31149]: Detected new or changed devices on smithi087 2024-09-11T07:54:04.899 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:04 smithi087 ceph-mon[31149]: from='osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:54:04.899 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:04 smithi087 ceph-mon[31149]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:54:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:04 smithi084 ceph-mon[29416]: Detected new or changed devices on smithi087 2024-09-11T07:54:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:04 smithi084 ceph-mon[29416]: from='osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:54:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:04 smithi084 ceph-mon[29416]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:54:05.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:04 smithi107 ceph-mon[31286]: Detected new or changed devices on smithi087 2024-09-11T07:54:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:04 smithi107 ceph-mon[31286]: from='osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:54:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:04 smithi107 ceph-mon[31286]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:54:05.492 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 1 on host 'smithi087' 2024-09-11T07:54:05.836 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:05.837 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:05.838 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:05.838 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:06.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:54:06.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:54:06.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:06.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:06.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.119 DEBUG:teuthology.orchestra.run.smithi087:osd.1> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T07:54:06.121 INFO:tasks.cephadm:Deploying osd.2 on smithi107 with /dev/vg_nvme/lv_4... 2024-09-11T07:54:06.121 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:06.150 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:54:06.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:06.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:06.151 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:06.369 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T07:54:06.825 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:06 smithi107 ceph-mon[31286]: Adjusting osd_memory_target on smithi087 to 16064M 2024-09-11T07:54:06.825 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:06 smithi107 ceph-mon[31286]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-09-11T07:54:06.825 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:06 smithi107 ceph-mon[31286]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:54:06.825 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:06 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:06.825 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:06 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:06.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:06 smithi087 ceph-mon[31149]: Adjusting osd_memory_target on smithi087 to 16064M 2024-09-11T07:54:06.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:06 smithi087 ceph-mon[31149]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-09-11T07:54:06.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:06 smithi087 ceph-mon[31149]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:54:06.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:06 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:06.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:06 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:07.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:06 smithi084 ceph-mon[29416]: Adjusting osd_memory_target on smithi087 to 16064M 2024-09-11T07:54:07.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:06 smithi084 ceph-mon[29416]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-09-11T07:54:07.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:06 smithi084 ceph-mon[29416]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:54:07.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:06 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:07.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:06 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:07.723 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:07 smithi107 ceph-mon[31286]: purged_snaps scrub starts 2024-09-11T07:54:07.723 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:07 smithi107 ceph-mon[31286]: purged_snaps scrub ok 2024-09-11T07:54:07.723 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:07 smithi107 ceph-mon[31286]: pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:07.724 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:07 smithi107 ceph-mon[31286]: osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550] boot 2024-09-11T07:54:07.724 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:07 smithi107 ceph-mon[31286]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T07:54:07.724 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:07 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:07.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:07 smithi087 ceph-mon[31149]: purged_snaps scrub starts 2024-09-11T07:54:07.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:07 smithi087 ceph-mon[31149]: purged_snaps scrub ok 2024-09-11T07:54:07.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:07 smithi087 ceph-mon[31149]: pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:07.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:07 smithi087 ceph-mon[31149]: osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550] boot 2024-09-11T07:54:07.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:07 smithi087 ceph-mon[31149]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T07:54:07.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:07 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:08.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:07 smithi084 ceph-mon[29416]: purged_snaps scrub starts 2024-09-11T07:54:08.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:07 smithi084 ceph-mon[29416]: purged_snaps scrub ok 2024-09-11T07:54:08.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:07 smithi084 ceph-mon[29416]: pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:54:08.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:07 smithi084 ceph-mon[29416]: osd.1 [v2:172.21.15.87:6800/3597314550,v1:172.21.15.87:6801/3597314550] boot 2024-09-11T07:54:08.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:07 smithi084 ceph-mon[29416]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T07:54:08.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:07 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:54:08.067 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:54:08.151 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:54:08.164 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-09-11T07:54:08.165 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-09-11T07:54:08.165 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115255 s, 910 MB/s 2024-09-11T07:54:08.165 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-09-11T07:54:08.731 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:08 smithi107 ceph-mon[31286]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:54:08.732 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-09-11T07:54:08.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:08 smithi087 ceph-mon[31149]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:54:09.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:08 smithi084 ceph-mon[29416]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:54:09.010 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.c/config 2024-09-11T07:54:09.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:09 smithi107 ceph-mon[31286]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:09.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:09 smithi087 ceph-mon[31149]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:10.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:09 smithi084 ceph-mon[29416]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:11.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:11 smithi107 ceph-mon[31286]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:11.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:11 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:11.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:11 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:11.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:11 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:11 smithi084 ceph-mon[29416]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:12.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:11 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:11 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:11 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:11 smithi087 ceph-mon[31149]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:12.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:11 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:11 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:11 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:12.735 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:12 smithi107 ceph-mon[31286]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:12.735 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:12 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:54:12.735 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:12 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:54:12.735 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:12 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:13.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:12 smithi084 ceph-mon[29416]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:13.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:54:13.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:54:13.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:12 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:13.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:12 smithi087 ceph-mon[31149]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:13.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:12 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:54:13.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:12 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:54:13.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:12 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:13.849 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:13 smithi107 ceph-mon[31286]: pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:14.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:13 smithi084 ceph-mon[29416]: pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:14.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:13 smithi087 ceph-mon[31149]: pgmap v65: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:15.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:14 smithi084 ceph-mon[29416]: from='client.? 172.21.15.107:0/1117142360' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]: dispatch 2024-09-11T07:54:15.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:14 smithi084 ceph-mon[29416]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]: dispatch 2024-09-11T07:54:15.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:14 smithi084 ceph-mon[29416]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]': finished 2024-09-11T07:54:15.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:14 smithi084 ceph-mon[29416]: osdmap e15: 3 total, 2 up, 3 in 2024-09-11T07:54:15.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:15.050 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:14 smithi107 ceph-mon[31286]: from='client.? 172.21.15.107:0/1117142360' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]: dispatch 2024-09-11T07:54:15.050 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:14 smithi107 ceph-mon[31286]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]: dispatch 2024-09-11T07:54:15.050 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:14 smithi107 ceph-mon[31286]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]': finished 2024-09-11T07:54:15.050 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:14 smithi107 ceph-mon[31286]: osdmap e15: 3 total, 2 up, 3 in 2024-09-11T07:54:15.050 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:15.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:14 smithi087 ceph-mon[31149]: from='client.? 172.21.15.107:0/1117142360' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]: dispatch 2024-09-11T07:54:15.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:14 smithi087 ceph-mon[31149]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]: dispatch 2024-09-11T07:54:15.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:14 smithi087 ceph-mon[31149]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f194e7c1-b012-4311-8470-5a54f162fb6c"}]': finished 2024-09-11T07:54:15.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:14 smithi087 ceph-mon[31149]: osdmap e15: 3 total, 2 up, 3 in 2024-09-11T07:54:15.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:16.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:15 smithi084 ceph-mon[29416]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:16.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:15 smithi084 ceph-mon[29416]: from='client.? 172.21.15.107:0/3563992078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:54:16.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:15 smithi107 ceph-mon[31286]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:16.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:15 smithi107 ceph-mon[31286]: from='client.? 172.21.15.107:0/3563992078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:54:16.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:15 smithi087 ceph-mon[31149]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:16.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:15 smithi087 ceph-mon[31149]: from='client.? 172.21.15.107:0/3563992078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:54:17.875 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:17 smithi107 ceph-mon[31286]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:18.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:17 smithi084 ceph-mon[29416]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:18.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:17 smithi087 ceph-mon[31149]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:19.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:19 smithi084 ceph-mon[29416]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:19.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:19 smithi107 ceph-mon[31286]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:20.001 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:19 smithi087 ceph-mon[31149]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:20.870 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:54:20.870 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:20.870 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:20.870 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:20.870 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:20 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:54:21.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:21.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:20 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:54:21.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:21.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:20 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:21.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:21 smithi107 ceph-mon[31286]: Deploying daemon osd.2 on smithi107 2024-09-11T07:54:21.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:21 smithi107 ceph-mon[31286]: pgmap v70: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:22.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:21 smithi084 ceph-mon[29416]: Deploying daemon osd.2 on smithi107 2024-09-11T07:54:22.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:21 smithi084 ceph-mon[29416]: pgmap v70: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:22.141 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:21 smithi087 ceph-mon[31149]: Deploying daemon osd.2 on smithi107 2024-09-11T07:54:22.141 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:21 smithi087 ceph-mon[31149]: pgmap v70: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:23.063 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:22 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.063 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:22 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.063 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:22 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.197 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:22 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.197 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:22 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.197 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:22 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:22 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:22 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:23.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:22 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:24.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:23 smithi087 ceph-mon[31149]: pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:24.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:23 smithi084 ceph-mon[29416]: pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:24.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:23 smithi107 ceph-mon[31286]: pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:26.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:26.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:26.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:26.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:26.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:26.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:26.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:26.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:26.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:27.914 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 2 on host 'smithi107' 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: pgmap v73: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:28.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:27 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: pgmap v73: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:28.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:27 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: pgmap v73: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:28.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:28.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:27 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:28.525 DEBUG:teuthology.orchestra.run.smithi107:osd.2> sudo journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T07:54:28.527 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-11T07:54:28.527 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:54:28.779 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:29.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:28 smithi084 ceph-mon[29416]: Adjusting osd_memory_target on smithi107 to 20159M 2024-09-11T07:54:29.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:28 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:29.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:28 smithi084 ceph-mon[29416]: from='osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:54:29.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:28 smithi084 ceph-mon[29416]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:54:29.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:28 smithi087 ceph-mon[31149]: Adjusting osd_memory_target on smithi107 to 20159M 2024-09-11T07:54:29.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:28 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:29.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:28 smithi087 ceph-mon[31149]: from='osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:54:29.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:28 smithi087 ceph-mon[31149]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:54:29.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:28 smithi107 ceph-mon[31286]: Adjusting osd_memory_target on smithi107 to 20159M 2024-09-11T07:54:29.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:28 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:29.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:28 smithi107 ceph-mon[31286]: from='osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:54:29.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:28 smithi107 ceph-mon[31286]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:54:30.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:29 smithi087 ceph-mon[31149]: pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:30.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:29 smithi087 ceph-mon[31149]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:54:30.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:29 smithi087 ceph-mon[31149]: osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:54:30.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:29 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:30.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:29 smithi087 ceph-mon[31149]: from='osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-11T07:54:30.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:29 smithi087 ceph-mon[31149]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-11T07:54:30.234 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:29 smithi084 ceph-mon[29416]: pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:30.235 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:29 smithi084 ceph-mon[29416]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:54:30.235 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:29 smithi084 ceph-mon[29416]: osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:54:30.235 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:29 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:30.235 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:29 smithi084 ceph-mon[29416]: from='osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-11T07:54:30.235 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:29 smithi084 ceph-mon[29416]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-11T07:54:30.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-mon[31286]: pgmap v74: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:30.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-mon[31286]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:54:30.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-mon[31286]: osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:54:30.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:30.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-mon[31286]: from='osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-11T07:54:30.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-mon[31286]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-11T07:54:30.410 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2[36900]: 2024-09-11T07:54:29.947+0000 7f40b5388640 -1 osd.2 0 waiting for initial osdmap 2024-09-11T07:54:30.410 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:29 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2[36900]: 2024-09-11T07:54:29.950+0000 7f40b01bf640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:54:30.578 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:54:31.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:30 smithi107 ceph-mon[31286]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-11T07:54:31.390 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:30 smithi107 ceph-mon[31286]: osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:54:31.390 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:31.390 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:31.390 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:30 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/187804002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:30 smithi087 ceph-mon[31149]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:30 smithi087 ceph-mon[31149]: osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:30 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/187804002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:30 smithi084 ceph-mon[29416]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-11T07:54:31.391 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:30 smithi084 ceph-mon[29416]: osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:54:31.392 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:31.392 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:31.392 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:30 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/187804002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:54:31.392 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1726041246,"num_in_osds":3,"osd_in_since":1726041254,"num_remapped_pgs":0} 2024-09-11T07:54:32.195 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: purged_snaps scrub starts 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: purged_snaps scrub ok 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: pgmap v77: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081] boot 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: osdmap e18: 3 total, 3 up, 3 in 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:32.196 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:31 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: purged_snaps scrub starts 2024-09-11T07:54:32.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: purged_snaps scrub ok 2024-09-11T07:54:32.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: pgmap v77: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:32.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081] boot 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: osdmap e18: 3 total, 3 up, 3 in 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:32.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:31 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.393 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:54:32.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: purged_snaps scrub starts 2024-09-11T07:54:32.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: purged_snaps scrub ok 2024-09-11T07:54:32.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: pgmap v77: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:32.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: osd.2 [v2:172.21.15.107:6800/3547695081,v1:172.21.15.107:6801/3547695081] boot 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: osdmap e18: 3 total, 3 up, 3 in 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:32.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:31 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:32.642 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:33.052 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:32 smithi084 ceph-mon[29416]: pgmap v79: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:33.052 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:32 smithi084 ceph-mon[29416]: osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:54:33.052 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-11T07:54:33.052 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:32 smithi084 ceph-mon[29416]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-11T07:54:33.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:32 smithi107 ceph-mon[31286]: pgmap v79: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:33.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:32 smithi107 ceph-mon[31286]: osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:54:33.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:32 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-11T07:54:33.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:32 smithi107 ceph-mon[31286]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-11T07:54:33.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:32 smithi087 ceph-mon[31149]: pgmap v79: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-11T07:54:33.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:32 smithi087 ceph-mon[31149]: osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:54:33.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:32 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-11T07:54:33.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:32 smithi087 ceph-mon[31149]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:34.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:34.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.214 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-11T07:54:34.214 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:34.215 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-11T07:54:34.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:54:34.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:54:34.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:34.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:34.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:34.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:34.460 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:54:34.471 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43569]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T07:54:34.471 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43569]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:34.471 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43569]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:34.471 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43569]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:34.755 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43603]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T07:54:34.755 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43603]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:34.755 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43603]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:34.755 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:54:34 smithi084 sudo[43603]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:35.038 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:34 smithi087 sudo[37898]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T07:54:35.038 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:34 smithi087 sudo[37898]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:35.038 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:34 smithi087 sudo[37898]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:35.038 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:34 smithi087 sudo[37898]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:35.038 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:35.038 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: Detected new or changed devices on smithi107 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/94705964' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:54:35.039 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:35.076 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:35.076 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: Detected new or changed devices on smithi107 2024-09-11T07:54:35.076 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:35.077 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:54:35.077 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-11T07:54:35.077 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:54:35.077 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:54:35.077 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/94705964' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:54:35.077 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:35.100 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1726041270,"num_in_osds":3,"osd_in_since":1726041254,"num_remapped_pgs":0} 2024-09-11T07:54:35.101 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: Detected new or changed devices on smithi107 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:54:35.302 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:54:35.303 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/94705964' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:54:35.303 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:35.335 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:35.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:35 smithi087 sudo[37901]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T07:54:35.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:35 smithi087 sudo[37901]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:35.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:35 smithi087 sudo[37901]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:35.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:54:35 smithi087 sudo[37901]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:35.558 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38225]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T07:54:35.558 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38225]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:35.559 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38225]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:35.559 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38225]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:35.909 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38228]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T07:54:35.909 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38228]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:35.909 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38228]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:35.909 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:54:35 smithi107 sudo[38228]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:36.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:35 smithi084 sudo[43718]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T07:54:36.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:35 smithi084 sudo[43718]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:36.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:35 smithi084 sudo[43718]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:36.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:35 smithi084 sudo[43718]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:36.344 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 ceph-mon[31286]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 ceph-mon[31286]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 ceph-mon[31286]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38231]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38231]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38231]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:36.345 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38231]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:36.441 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 sudo[43721]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T07:54:36.441 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 sudo[43721]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:36.441 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 sudo[43721]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:36.441 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 sudo[43721]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:36.441 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 ceph-mon[29416]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:54:36.442 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:36.442 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 ceph-mon[29416]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-11T07:54:36.442 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:36.442 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:36 smithi084 ceph-mon[29416]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:36.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 ceph-mon[31149]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:54:36.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:36.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 ceph-mon[31149]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-11T07:54:36.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:36.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 ceph-mon[31149]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:36.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38234]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T07:54:36.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38234]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:36.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38234]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:36.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:36 smithi107 sudo[38234]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:37.077 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 sudo[37904]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-11T07:54:37.078 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 sudo[37904]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:37.078 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 sudo[37904]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:37.078 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:36 smithi087 sudo[37904]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:37.106 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:54:37.106 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":22,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","created":"2024-09-11T07:51:27.350943+0000","modified":"2024-09-11T07:54:34.969569+0000","last_up_change":"2024-09-11T07:54:30.943405+0000","last_in_change":"2024-09-11T07:54:14.504833+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T07:54:32.887611+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f607f7a8-4860-4be0-adb9-4b3e40e12e6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6803","nonce":3700185327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6805","nonce":3700185327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6809","nonce":3700185327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6807","nonce":3700185327}]},"public_addr":"172.21.15.84:6803/3700185327","cluster_addr":"172.21.15.84:6805/3700185327","heartbeat_back_addr":"172.21.15.84:6809/3700185327","heartbeat_front_addr":"172.21.15.84:6807/3700185327","state":["exists","up"]},{"osd":1,"uuid":"d00d9b79-5379-469a-bffc-beff26168bb0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6801","nonce":3597314550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6803","nonce":3597314550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6807","nonce":3597314550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6805","nonce":3597314550}]},"public_addr":"172.21.15.87:6801/3597314550","cluster_addr":"172.21.15.87:6803/3597314550","heartbeat_back_addr":"172.21.15.87:6807/3597314550","heartbeat_front_addr":"172.21.15.87:6805/3597314550","state":["exists","up"]},{"osd":2,"uuid":"f194e7c1-b012-4311-8470-5a54f162fb6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6801","nonce":3547695081}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6803","nonce":3547695081}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6807","nonce":3547695081}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6805","nonce":3547695081}]},"public_addr":"172.21.15.107:6801/3547695081","cluster_addr":"172.21.15.107:6803/3547695081","heartbeat_back_addr":"172.21.15.107:6807/3547695081","heartbeat_front_addr":"172.21.15.107:6805/3547695081","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:53:42.864463+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:54:05.488857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:54:29.244753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:6801/4126742632":"2024-09-12T07:52:10.581677+0000","172.21.15.84:6800/4126742632":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/496679525":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/1113951600":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/4264021232":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/62377500":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/3758877460":"2024-09-12T07:51:48.091495+0000","172.21.15.84:6801/2865108744":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/1746662250":"2024-09-12T07:52:10.581677+0000","172.21.15.84:6800/2865108744":"2024-09-12T07:51:48.091495+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T07:54:37.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:37.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: Cluster is now healthy 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.411 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:37 smithi107 ceph-mon[31286]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 sudo[37907]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 sudo[37907]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 sudo[37907]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 sudo[37907]: pam_unix(sudo:session): session closed for user root 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: Cluster is now healthy 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.450 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:37 smithi087 ceph-mon[31149]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: pgmap v86: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: Cluster is now healthy 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:54:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:37 smithi084 ceph-mon[29416]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:54:37.637 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-11T07:54:32.887611+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-09-11T07:54:37.638 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-11T07:54:37.873 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:38.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:38 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/272315850' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:38.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:38 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/272315850' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:38.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:38 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/272315850' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:39.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:39 smithi084 ceph-mon[29416]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:39.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:39 smithi107 ceph-mon[31286]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:39.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:39 smithi087 ceph-mon[31149]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:39.629 INFO:teuthology.orchestra.run.smithi084.stdout:pg_num: 1 2024-09-11T07:54:40.234 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:40 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/18640887' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-11T07:54:40.259 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T07:54:40.259 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T07:54:40.259 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T07:54:40.259 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T07:54:40.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:40 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/18640887' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-11T07:54:40.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:40 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/18640887' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-11T07:54:40.503 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:41.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:41 smithi087 ceph-mon[31149]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:41.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:41 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:41 smithi084 ceph-mon[29416]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:41.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:41 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:41 smithi107 ceph-mon[31286]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:41.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:41.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:41 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:42.695 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:54:43.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:43 smithi084 ceph-mon[29416]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:43.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:43 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.376 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:43 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2344681507' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:54:43.397 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:43 smithi087 ceph-mon[31149]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:43.397 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:43 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.397 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:43 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.397 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:43 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.397 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:43 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/2344681507' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:54:43.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:43 smithi107 ceph-mon[31286]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:43.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:43 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:43 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:43 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:43.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:43 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/2344681507' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:54:44.412 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":377719291},{"type":"v1","addr":"172.21.15.84:6801","nonce":377719291}]},"active_addr":"172.21.15.84:6801/377719291","active_change":"2024-09-11T07:52:10.581811+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540138320759226367,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.84:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":3588106570}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":3997653464}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":2238181050}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":383716180}]}]} 2024-09-11T07:54:44.417 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T07:54:44.417 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T07:54:44.417 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:54:44.691 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:45.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:45 smithi084 ceph-mon[29416]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:45.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:45 smithi107 ceph-mon[31286]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:45.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:45 smithi087 ceph-mon[31149]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:46.892 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:54:46.892 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":22,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","created":"2024-09-11T07:51:27.350943+0000","modified":"2024-09-11T07:54:34.969569+0000","last_up_change":"2024-09-11T07:54:30.943405+0000","last_in_change":"2024-09-11T07:54:14.504833+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T07:54:32.887611+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f607f7a8-4860-4be0-adb9-4b3e40e12e6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6803","nonce":3700185327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6805","nonce":3700185327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6809","nonce":3700185327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6807","nonce":3700185327}]},"public_addr":"172.21.15.84:6803/3700185327","cluster_addr":"172.21.15.84:6805/3700185327","heartbeat_back_addr":"172.21.15.84:6809/3700185327","heartbeat_front_addr":"172.21.15.84:6807/3700185327","state":["exists","up"]},{"osd":1,"uuid":"d00d9b79-5379-469a-bffc-beff26168bb0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6801","nonce":3597314550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6803","nonce":3597314550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6807","nonce":3597314550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6805","nonce":3597314550}]},"public_addr":"172.21.15.87:6801/3597314550","cluster_addr":"172.21.15.87:6803/3597314550","heartbeat_back_addr":"172.21.15.87:6807/3597314550","heartbeat_front_addr":"172.21.15.87:6805/3597314550","state":["exists","up"]},{"osd":2,"uuid":"f194e7c1-b012-4311-8470-5a54f162fb6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6801","nonce":3547695081}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6803","nonce":3547695081}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6807","nonce":3547695081}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6805","nonce":3547695081}]},"public_addr":"172.21.15.107:6801/3547695081","cluster_addr":"172.21.15.107:6803/3547695081","heartbeat_back_addr":"172.21.15.107:6807/3547695081","heartbeat_front_addr":"172.21.15.107:6805/3547695081","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:53:42.864463+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:54:05.488857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:54:29.244753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:6801/4126742632":"2024-09-12T07:52:10.581677+0000","172.21.15.84:6800/4126742632":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/496679525":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/1113951600":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/4264021232":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/62377500":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/3758877460":"2024-09-12T07:51:48.091495+0000","172.21.15.84:6801/2865108744":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/1746662250":"2024-09-12T07:52:10.581677+0000","172.21.15.84:6800/2865108744":"2024-09-12T07:51:48.091495+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T07:54:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:47 smithi084 ceph-mon[29416]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:47 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1813946670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:47.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:47 smithi107 ceph-mon[31286]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:47.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:47 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/1813946670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:47.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:47 smithi087 ceph-mon[31149]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:47.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:47 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/1813946670' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:47.555 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T07:54:47.555 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:54:47.797 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:49.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:49 smithi107 ceph-mon[31286]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:49.429 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:54:49.429 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":22,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","created":"2024-09-11T07:51:27.350943+0000","modified":"2024-09-11T07:54:34.969569+0000","last_up_change":"2024-09-11T07:54:30.943405+0000","last_in_change":"2024-09-11T07:54:14.504833+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-11T07:54:32.887611+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f607f7a8-4860-4be0-adb9-4b3e40e12e6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6802","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6803","nonce":3700185327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6805","nonce":3700185327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6809","nonce":3700185327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":3700185327},{"type":"v1","addr":"172.21.15.84:6807","nonce":3700185327}]},"public_addr":"172.21.15.84:6803/3700185327","cluster_addr":"172.21.15.84:6805/3700185327","heartbeat_back_addr":"172.21.15.84:6809/3700185327","heartbeat_front_addr":"172.21.15.84:6807/3700185327","state":["exists","up"]},{"osd":1,"uuid":"d00d9b79-5379-469a-bffc-beff26168bb0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6801","nonce":3597314550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6803","nonce":3597314550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6807","nonce":3597314550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":3597314550},{"type":"v1","addr":"172.21.15.87:6805","nonce":3597314550}]},"public_addr":"172.21.15.87:6801/3597314550","cluster_addr":"172.21.15.87:6803/3597314550","heartbeat_back_addr":"172.21.15.87:6807/3597314550","heartbeat_front_addr":"172.21.15.87:6805/3597314550","state":["exists","up"]},{"osd":2,"uuid":"f194e7c1-b012-4311-8470-5a54f162fb6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6801","nonce":3547695081}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6803","nonce":3547695081}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6807","nonce":3547695081}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":3547695081},{"type":"v1","addr":"172.21.15.107:6805","nonce":3547695081}]},"public_addr":"172.21.15.107:6801/3547695081","cluster_addr":"172.21.15.107:6803/3547695081","heartbeat_back_addr":"172.21.15.107:6807/3547695081","heartbeat_front_addr":"172.21.15.107:6805/3547695081","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:53:42.864463+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:54:05.488857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:54:29.244753+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.84:6801/4126742632":"2024-09-12T07:52:10.581677+0000","172.21.15.84:6800/4126742632":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/496679525":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/1113951600":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/4264021232":"2024-09-12T07:52:10.581677+0000","172.21.15.84:0/62377500":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/3758877460":"2024-09-12T07:51:48.091495+0000","172.21.15.84:6801/2865108744":"2024-09-12T07:51:48.091495+0000","172.21.15.84:0/1746662250":"2024-09-12T07:52:10.581677+0000","172.21.15.84:6800/2865108744":"2024-09-12T07:51:48.091495+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T07:54:49.429 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:49 smithi084 ceph-mon[29416]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:49.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:49 smithi087 ceph-mon[31149]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:50.024 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T07:54:50.024 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T07:54:50.025 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T07:54:50.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:50 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/881401050' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:50.283 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:50.284 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:50.291 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:50.350 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:50 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/881401050' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:50.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:50 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/881401050' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:54:51.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:51 smithi084 ceph-mon[29416]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:51.357 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:51 smithi107 ceph-mon[31286]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:51.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:51 smithi087 ceph-mon[31149]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:53.266 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:53 smithi107 ceph-mon[31286]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:53.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:53 smithi087 ceph-mon[31149]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:53.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:53 smithi084 ceph-mon[29416]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:54.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:54 smithi084 ceph-mon[29416]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:54.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:54 smithi107 ceph-mon[31286]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:54.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:54:54.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:54 smithi087 ceph-mon[31149]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:55.212 INFO:teuthology.orchestra.run.smithi084.stdout:55834574861 2024-09-11T07:54:55.212 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T07:54:55.841 INFO:teuthology.orchestra.run.smithi084.stdout:34359738384 2024-09-11T07:54:55.841 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T07:54:56.725 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:56.749 INFO:teuthology.orchestra.run.smithi084.stdout:77309411336 2024-09-11T07:54:56.749 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T07:54:56.988 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:56 smithi084 ceph-mon[29416]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:57.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:56 smithi087 ceph-mon[31149]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:57.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:56 smithi107 ceph-mon[31286]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:57.415 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:57.415 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:54:59.161 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:54:58 smithi084 ceph-mon[29416]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:59.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:54:58 smithi087 ceph-mon[31149]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:54:59.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:54:58 smithi107 ceph-mon[31286]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:00.786 INFO:teuthology.orchestra.run.smithi084.stdout:55834574862 2024-09-11T07:55:00.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:00 smithi084 ceph-mon[29416]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:00.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:00 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2368574010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:55:00.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:00.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:00.990 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:00 smithi087 ceph-mon[31149]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:01.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:00 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/2368574010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:55:01.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.234 INFO:teuthology.orchestra.run.smithi084.stdout:77309411337 2024-09-11T07:55:01.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:00 smithi107 ceph-mon[31286]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:00 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/2368574010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:55:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:01.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574861 got 55834574862 for osd.1 2024-09-11T07:55:01.744 DEBUG:teuthology.parallel:result is None 2024-09-11T07:55:01.975 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:01 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1544222156' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:55:02.071 INFO:teuthology.orchestra.run.smithi084.stdout:34359738386 2024-09-11T07:55:02.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:01 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/1544222156' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:55:02.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:01 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/1544222156' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:55:02.553 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411337 for osd.2 2024-09-11T07:55:02.553 DEBUG:teuthology.parallel:result is None 2024-09-11T07:55:03.150 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:02 smithi087 ceph-mon[31149]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:03.150 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:02 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/2200590927' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:55:03.150 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:02 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.150 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:02 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.151 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:02 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:02 smithi084 ceph-mon[29416]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:03.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:02 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/2200590927' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:55:03.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:02 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:02 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:02 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.240 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738386 for osd.0 2024-09-11T07:55:03.240 DEBUG:teuthology.parallel:result is None 2024-09-11T07:55:03.240 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T07:55:03.241 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:55:03.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:02 smithi107 ceph-mon[31286]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:03.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:02 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/2200590927' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:55:03.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:02 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:02 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:02 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:03.984 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:55:05.143 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:04 smithi084 ceph-mon[29416]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:04 smithi087 ceph-mon[31149]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:05.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:04 smithi107 ceph-mon[31286]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:06.680 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:55:06.680 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2024-09-11T07:55:07.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:06 smithi087 ceph-mon[31149]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:07.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:06 smithi084 ceph-mon[29416]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:07.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:06 smithi107 ceph-mon[31286]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:07.676 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":101,"stamp":"2024-09-11T07:55:05.870478+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":894972,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":892027,"kb_avail":280340484,"statfs":{"total":287985106944,"available":287068655616,"internally_reserved":0,"allocated":2347008,"data_stored":1943751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5112,"internal_metadata":913435656},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001943"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":123,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-11T07:54:37.097753+0000","last_change":"2024-09-11T07:54:33.975061+0000","last_active":"2024-09-11T07:54:37.097753+0000","last_peered":"2024-09-11T07:54:37.097753+0000","last_clean":"2024-09-11T07:54:37.097753+0000","last_became_active":"2024-09-11T07:54:33.974769+0000","last_became_peered":"2024-09-11T07:54:33.974769+0000","last_unstale":"2024-09-11T07:54:37.097753+0000","last_undegraded":"2024-09-11T07:54:37.097753+0000","last_fullsized":"2024-09-11T07:54:37.097753+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:54:32.956685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:54:32.956685+0000","last_clean_scrub_stamp":"2024-09-11T07:54:32.956685+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-12T08:14:25.364260+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32600000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36799999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298364,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446788,"statfs":{"total":95995035648,"available":95689510912,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]}]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-11T07:55:07.677 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:55:08.151 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:55:08.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:07 smithi084 ceph-mon[29416]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:08.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:07 smithi107 ceph-mon[31286]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:08.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:07 smithi087 ceph-mon[31149]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:09.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:08 smithi084 ceph-mon[29416]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:09.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:08 smithi107 ceph-mon[31286]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:09.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:08 smithi087 ceph-mon[31149]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:09.880 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:55:09.881 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2024-09-11T07:55:10.507 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":103,"stamp":"2024-09-11T07:55:09.871250+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":894972,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":892027,"kb_avail":280340484,"statfs":{"total":287985106944,"available":287068655616,"internally_reserved":0,"allocated":2347008,"data_stored":1943751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5112,"internal_metadata":913435656},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002070"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":123,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-11T07:54:37.097753+0000","last_change":"2024-09-11T07:54:33.975061+0000","last_active":"2024-09-11T07:54:37.097753+0000","last_peered":"2024-09-11T07:54:37.097753+0000","last_clean":"2024-09-11T07:54:37.097753+0000","last_became_active":"2024-09-11T07:54:33.974769+0000","last_became_peered":"2024-09-11T07:54:33.974769+0000","last_unstale":"2024-09-11T07:54:37.097753+0000","last_undegraded":"2024-09-11T07:54:37.097753+0000","last_fullsized":"2024-09-11T07:54:37.097753+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:54:32.956685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:54:32.956685+0000","last_clean_scrub_stamp":"2024-09-11T07:54:32.956685+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-12T08:14:25.364260+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411339,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574864,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298364,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446788,"statfs":{"total":95995035648,"available":95689510912,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-11T07:55:10.508 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T07:55:10.508 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T07:55:10.508 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T07:55:10.508 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T07:55:10.746 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:55:11.184 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:10 smithi084 ceph-mon[29416]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:11.184 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:10 smithi084 ceph-mon[29416]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:11.395 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:10 smithi107 ceph-mon[31286]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:11.395 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:10 smithi107 ceph-mon[31286]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:11.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:10 smithi087 ceph-mon[31149]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:11.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:10 smithi087 ceph-mon[31149]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:12.609 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:55:12.610 INFO:teuthology.orchestra.run.smithi084.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T07:55:13.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:12 smithi107 ceph-mon[31286]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:13.080 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:12 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/630690295' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:55:13.217 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:12 smithi084 ceph-mon[29416]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:13.218 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:12 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/630690295' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:55:13.242 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T07:55:13.242 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T07:55:13.242 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-11T07:55:13.253 INFO:tasks.cephadm:Applying spec(s): placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 2024-09-11T07:55:13.253 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- ceph orch apply -i - 2024-09-11T07:55:13.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:12 smithi087 ceph-mon[31149]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:13.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:12 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/630690295' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:55:13.486 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:55:14.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.906 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:14 smithi084 ceph-mon[29416]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:14.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.908 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:14 smithi107 ceph-mon[31286]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:14.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:14.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:14 smithi087 ceph-mon[31149]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:15.301 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mon update... 2024-09-11T07:55:15.954 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:55:15.962 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi084.front.sepia.ceph.com 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 -- bash -c 'set -ex 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> # the actual names cephadm knows the host by within the mon spec 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> MONSPEC=`cat mon.yaml` 2024-09-11T07:55:15.963 DEBUG:teuthology.orchestra.run.smithi084:> echo "$MONSPEC" 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> while read realname <&3 && read fakename <&4; do 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> cat mon.yaml 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> ceph orch apply -i mon.yaml 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> sleep 90 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> ceph orch ps --refresh 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> sleep 90 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> ceph mon dump 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> ceph mon dump --format json 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-11T07:55:15.964 DEBUG:teuthology.orchestra.run.smithi084:> while read monid <&3 && read crushloc <&4; do 2024-09-11T07:55:15.965 DEBUG:teuthology.orchestra.run.smithi084:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-11T07:55:15.965 DEBUG:teuthology.orchestra.run.smithi084:> done 3 ' 2024-09-11T07:55:16.201 INFO:teuthology.orchestra.run.smithi084.stderr:Inferring config /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: Saving service mon spec with placement count:3 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.607 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:55:16.608 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.608 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:16 smithi084 ceph-mon[29416]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: Saving service mon spec with placement count:3 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:55:16.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:16 smithi107 ceph-mon[31286]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:16.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:16.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: Saving service mon spec with placement count:3 2024-09-11T07:55:16.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:16.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:16.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:16.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:55:16.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:16.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:16 smithi087 ceph-mon[31149]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:17.831 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph orch host ls --format json 2024-09-11T07:55:17.831 INFO:teuthology.orchestra.run.smithi084.stderr:+ jq -r '.[] | .hostname' 2024-09-11T07:55:17.968 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo 'host.a 2024-09-11T07:55:17.968 INFO:teuthology.orchestra.run.smithi084.stderr:host.b 2024-09-11T07:55:17.968 INFO:teuthology.orchestra.run.smithi084.stderr:host.c' 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo 'a 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:b 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:c' 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo '{datacenter=a} 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:{datacenter=b,rack=2} 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:{datacenter=a,rack=3}' 2024-09-11T07:55:17.969 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph orch ls --service-name mon --export 2024-09-11T07:55:18.222 INFO:teuthology.orchestra.run.smithi084.stderr:++ cat mon.yaml 2024-09-11T07:55:18.223 INFO:teuthology.orchestra.run.smithi084.stderr:+ MONSPEC='service_type: mon 2024-09-11T07:55:18.223 INFO:teuthology.orchestra.run.smithi084.stderr:service_name: mon 2024-09-11T07:55:18.223 INFO:teuthology.orchestra.run.smithi084.stderr:placement: 2024-09-11T07:55:18.223 INFO:teuthology.orchestra.run.smithi084.stderr: count: 3 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr:spec: 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: crush_locations: 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: host.a: 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: host.b: 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=b 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=2 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: host.c: 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=3' 2024-09-11T07:55:18.224 INFO:teuthology.orchestra.run.smithi084.stdout:service_type: mon 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout:service_name: mon 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout:placement: 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: count: 3 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout:spec: 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: crush_locations: 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: host.a: 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: - datacenter=a 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: host.b: 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: - datacenter=b 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: - rack=2 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: host.c: 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: - datacenter=a 2024-09-11T07:55:18.225 INFO:teuthology.orchestra.run.smithi084.stdout: - rack=3 2024-09-11T07:55:18.226 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo 'service_type: mon 2024-09-11T07:55:18.226 INFO:teuthology.orchestra.run.smithi084.stderr:service_name: mon 2024-09-11T07:55:18.226 INFO:teuthology.orchestra.run.smithi084.stderr:placement: 2024-09-11T07:55:18.226 INFO:teuthology.orchestra.run.smithi084.stderr: count: 3 2024-09-11T07:55:18.226 INFO:teuthology.orchestra.run.smithi084.stderr:spec: 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: crush_locations: 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: host.a: 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: host.b: 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=b 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=2 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: host.c: 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=3' 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr:+ read realname 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr:+ read fakename 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr:+ MONSPEC='service_type: mon 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr:service_name: mon 2024-09-11T07:55:18.227 INFO:teuthology.orchestra.run.smithi084.stderr:placement: 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: count: 3 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr:spec: 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: crush_locations: 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: smithi084: 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: host.b: 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=b 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=2 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: host.c: 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=3' 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr:+ read realname 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr:+ read fakename 2024-09-11T07:55:18.228 INFO:teuthology.orchestra.run.smithi084.stderr:+ MONSPEC='service_type: mon 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr:service_name: mon 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr:placement: 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: count: 3 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr:spec: 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: crush_locations: 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: smithi084: 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: smithi087: 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=b 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=2 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: host.c: 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=3' 2024-09-11T07:55:18.229 INFO:teuthology.orchestra.run.smithi084.stderr:+ read realname 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr:+ read fakename 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr:+ MONSPEC='service_type: mon 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr:service_name: mon 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr:placement: 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: count: 3 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr:spec: 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: crush_locations: 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: smithi084: 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: smithi087: 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=b 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=2 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: smithi107: 2024-09-11T07:55:18.230 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=3' 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr:+ read realname 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr:+ echo 'service_type: mon 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr:service_name: mon 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr:placement: 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: count: 3 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr:spec: 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: crush_locations: 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: smithi084: 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: smithi087: 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=b 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=2 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: smithi107: 2024-09-11T07:55:18.231 INFO:teuthology.orchestra.run.smithi084.stderr: - datacenter=a 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stderr: - rack=3' 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stderr:+ cat mon.yaml 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout:service_type: mon 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout:service_name: mon 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout:placement: 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout: count: 3 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout:spec: 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout: crush_locations: 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout: smithi084: 2024-09-11T07:55:18.232 INFO:teuthology.orchestra.run.smithi084.stdout: - datacenter=a 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stdout: smithi087: 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stdout: - datacenter=b 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stdout: - rack=2 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stdout: smithi107: 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stdout: - datacenter=a 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stdout: - rack=3 2024-09-11T07:55:18.233 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph orch apply -i mon.yaml 2024-09-11T07:55:18.471 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mon update... 2024-09-11T07:55:18.482 INFO:teuthology.orchestra.run.smithi084.stderr:+ sleep 90 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: mon.b calling monitor election 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: mon.c calling monitor election 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: mon.a calling monitor election 2024-09-11T07:55:24.631 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: monmap e5: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: fsmap 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: mgrmap e15: a(active, since 3m), standbys: b 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: overall HEALTH_OK 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.632 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: Reconfiguring mon.a (monmap changed)... 2024-09-11T07:55:24.633 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:24.633 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:24.633 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:24.633 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:55:24.633 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:24 smithi087 ceph-mon[31149]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: mon.b calling monitor election 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: mon.c calling monitor election 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: mon.a calling monitor election 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:55:24.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: monmap e5: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: fsmap 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: mgrmap e15: a(active, since 3m), standbys: b 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: overall HEALTH_OK 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: Reconfiguring mon.a (monmap changed)... 2024-09-11T07:55:24.784 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:24.785 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:24.785 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:24.785 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:55:24.785 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:24 smithi107 ceph-mon[31286]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:25.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-11T07:55:25.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: mon.b calling monitor election 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: mon.c calling monitor election 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: mon.a calling monitor election 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: monmap e5: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: fsmap 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: mgrmap e15: a(active, since 3m), standbys: b 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: overall HEALTH_OK 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.006 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: Reconfiguring mon.a (monmap changed)... 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:55:25.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:24 smithi084 ceph-mon[29416]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:26.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T07:55:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:55:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:55:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:26.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:26 smithi084 ceph-mon[29416]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:26.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:26 smithi107 ceph-mon[31286]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:26.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:26 smithi087 ceph-mon[31149]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:55:27.273 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:27 smithi084 ceph-mon[29416]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:27.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:27 smithi107 ceph-mon[31286]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:27.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:27 smithi087 ceph-mon[31149]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:28.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:28.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:28.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:55:28.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:55:28.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:28.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: Reconfiguring daemon osd.0 on smithi084 2024-09-11T07:55:28.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:28 smithi084 ceph-mon[29416]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:28.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:28.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:55:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:55:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: Reconfiguring daemon osd.0 on smithi084 2024-09-11T07:55:28.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:28 smithi107 ceph-mon[31286]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: Reconfiguring daemon osd.0 on smithi084 2024-09-11T07:55:28.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:28 smithi087 ceph-mon[31149]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:31.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:31.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:31.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:31.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:55:31.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:31.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:31.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:31.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:30 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:55:31.310 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:31.311 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:30 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:31.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:30 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: Reconfiguring daemon mgr.b on smithi087 2024-09-11T07:55:32.661 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:32 smithi107 ceph-mon[31286]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:32.691 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:32.691 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:32.691 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T07:55:32.692 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:55:32.692 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:55:32.692 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:32.692 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: Reconfiguring daemon mgr.b on smithi087 2024-09-11T07:55:32.692 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:32 smithi087 ceph-mon[31149]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:32.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:32.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T07:55:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:55:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:55:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: Reconfiguring daemon mgr.b on smithi087 2024-09-11T07:55:32.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:32 smithi084 ceph-mon[29416]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:34.010 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:34.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:34.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:33 smithi107 ceph-mon[31286]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:55:34.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:55:34.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:33 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:34.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:33 smithi107 ceph-mon[31286]: Reconfiguring daemon osd.1 on smithi087 2024-09-11T07:55:34.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:34.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:34.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:33 smithi087 ceph-mon[31149]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:55:34.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:55:34.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:33 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:34.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:33 smithi087 ceph-mon[31149]: Reconfiguring daemon osd.1 on smithi087 2024-09-11T07:55:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:33 smithi084 ceph-mon[29416]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:55:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:55:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:33 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:34.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:33 smithi084 ceph-mon[29416]: Reconfiguring daemon osd.1 on smithi087 2024-09-11T07:55:35.157 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:35.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:34 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:35.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:35.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:35.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:34 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:55:35.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:35.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:34 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:55:36.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:36.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:36.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:55:36.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:55:36.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:36.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: Reconfiguring daemon osd.2 on smithi107 2024-09-11T07:55:36.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:36 smithi084 ceph-mon[29416]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:36.797 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:36.797 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:36.797 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:55:36.797 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:55:36.797 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:36.797 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: Reconfiguring daemon osd.2 on smithi107 2024-09-11T07:55:36.798 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:36 smithi107 ceph-mon[31286]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:36.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:36.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:36.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:55:36.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:55:36.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:36.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: Reconfiguring daemon osd.2 on smithi107 2024-09-11T07:55:36.950 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:36 smithi087 ceph-mon[31149]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:38.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:38.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:38.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:38.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:38.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:38.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:39.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:38 smithi107 ceph-mon[31286]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:39.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:38 smithi087 ceph-mon[31149]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:39.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:38 smithi084 ceph-mon[29416]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:41.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:40 smithi107 ceph-mon[31286]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:41.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:40 smithi087 ceph-mon[31149]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:41.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:40 smithi084 ceph-mon[29416]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:43.099 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:42 smithi087 ceph-mon[31149]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:43.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:42 smithi107 ceph-mon[31286]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:43.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:42 smithi084 ceph-mon[29416]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:44 smithi084 ceph-mon[29416]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:44.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:44 smithi087 ceph-mon[31149]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:45.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:44 smithi107 ceph-mon[31286]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:47.092 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:46 smithi084 ceph-mon[29416]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:47.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:46 smithi087 ceph-mon[31149]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:47.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:46 smithi107 ceph-mon[31286]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:49.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:48 smithi087 ceph-mon[31149]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:49.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:48 smithi084 ceph-mon[29416]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:49.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:48 smithi107 ceph-mon[31286]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:51.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:50 smithi087 ceph-mon[31149]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:51.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:50 smithi084 ceph-mon[29416]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:51.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:50 smithi107 ceph-mon[31286]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:53.092 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:52 smithi107 ceph-mon[31286]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:53.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:52 smithi087 ceph-mon[31149]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:53.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:52 smithi084 ceph-mon[29416]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:55.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:54 smithi107 ceph-mon[31286]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:54 smithi087 ceph-mon[31149]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:54 smithi084 ceph-mon[29416]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:55:57.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:56 smithi107 ceph-mon[31286]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:57.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:56 smithi087 ceph-mon[31149]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:57.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:56 smithi084 ceph-mon[29416]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:59.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:55:58 smithi107 ceph-mon[31286]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:59.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:55:58 smithi087 ceph-mon[31149]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:55:59.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:55:58 smithi084 ceph-mon[29416]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:01.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:00 smithi107 ceph-mon[31286]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:01.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:00 smithi087 ceph-mon[31149]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:01.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:00 smithi084 ceph-mon[29416]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:03.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:02 smithi107 ceph-mon[31286]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:03.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:02 smithi087 ceph-mon[31149]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:03.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:02 smithi084 ceph-mon[29416]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:04 smithi084 ceph-mon[29416]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:05.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:04 smithi107 ceph-mon[31286]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:05.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:04 smithi087 ceph-mon[31149]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:07.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:06 smithi087 ceph-mon[31149]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:07.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:06 smithi084 ceph-mon[29416]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:07.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:06 smithi107 ceph-mon[31286]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:09.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:08 smithi087 ceph-mon[31149]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:09.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:08 smithi084 ceph-mon[29416]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:09.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:08 smithi107 ceph-mon[31286]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:11.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:10 smithi087 ceph-mon[31149]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:11.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:10 smithi084 ceph-mon[29416]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:11.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:10 smithi107 ceph-mon[31286]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:13.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:12 smithi107 ceph-mon[31286]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:13.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:12 smithi087 ceph-mon[31149]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:13.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:12 smithi084 ceph-mon[29416]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:15 smithi107 ceph-mon[31286]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:15 smithi087 ceph-mon[31149]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:15 smithi084 ceph-mon[29416]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:17.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:17 smithi107 ceph-mon[31286]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:17.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:17 smithi087 ceph-mon[31149]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:17.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:17 smithi084 ceph-mon[29416]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:19.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:19 smithi107 ceph-mon[31286]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:19.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:19 smithi087 ceph-mon[31149]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:19.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:19 smithi084 ceph-mon[29416]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:21.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:21 smithi107 ceph-mon[31286]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:21.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:21 smithi087 ceph-mon[31149]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:21.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:21 smithi084 ceph-mon[29416]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:23.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:23 smithi107 ceph-mon[31286]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:23 smithi087 ceph-mon[31149]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:23.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:23 smithi084 ceph-mon[29416]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:25.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:25.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:24 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.211 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:24 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:25.250 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:24 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:27.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:26 smithi087 ceph-mon[31149]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:27.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:26 smithi084 ceph-mon[29416]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:27.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:26 smithi107 ceph-mon[31286]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:29.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:28 smithi087 ceph-mon[31149]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:29.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:28 smithi084 ceph-mon[29416]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:29.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:28 smithi107 ceph-mon[31286]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:31.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:30 smithi087 ceph-mon[31149]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:31.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:30 smithi084 ceph-mon[29416]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:31.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:30 smithi107 ceph-mon[31286]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:33.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:32 smithi087 ceph-mon[31149]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:33.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:32 smithi084 ceph-mon[29416]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:33.258 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:32 smithi107 ceph-mon[31286]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:35.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:35 smithi107 ceph-mon[31286]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:35.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:35 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:35 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.312 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:35 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:35 smithi087 ceph-mon[31149]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:35.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:35 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:35 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:35 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:35 smithi084 ceph-mon[29416]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:35 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:35 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:35 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:37.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:37 smithi107 ceph-mon[31286]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:37.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:37.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:37.410 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:37 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:37 smithi087 ceph-mon[31149]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:37.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:37 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:37 smithi084 ceph-mon[29416]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:37.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:37 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:39.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:39 smithi107 ceph-mon[31286]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:39.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:39 smithi087 ceph-mon[31149]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:39 smithi084 ceph-mon[29416]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:41.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:41 smithi107 ceph-mon[31286]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:41.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:41 smithi087 ceph-mon[31149]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:41.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:41 smithi084 ceph-mon[29416]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:43.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:43 smithi107 ceph-mon[31286]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:43.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:43 smithi087 ceph-mon[31149]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:43.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:43 smithi084 ceph-mon[29416]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:45.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:45.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.200 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:45.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:47.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:47 smithi084 ceph-mon[29416]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:47.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:47 smithi107 ceph-mon[31286]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:47.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:47 smithi087 ceph-mon[31149]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:48.485 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph orch ps --refresh 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:agent.smithi084 smithi084 running 4s ago 4m - - 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:agent.smithi087 smithi087 running 4s ago 4m - - 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:agent.smithi107 smithi107 running 14s ago 4m - - 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.a smithi084 *:9283,8765 running (5m) 4s ago 5m 447M - 17.2.7-1623-gd0e6828a 4a918172a497 11d479a04e62 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.b smithi087 *:8443 running (3m) 4s ago 3m 397M - 17.2.7-1623-gd0e6828a 4a918172a497 bd57e5757735 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (5m) 4s ago 5m 43.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 f7f88e28ae7b 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi087 running (3m) 4s ago 3m 42.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 16154dd79dac 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi107 running (3m) 14s ago 3m 38.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 d699c860d4a9 2024-09-11T07:56:48.740 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (3m) 4s ago 3m 35.6M 15.6G 17.2.7-1623-gd0e6828a 4a918172a497 966df1f3a0d4 2024-09-11T07:56:48.741 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi087 running (2m) 4s ago 2m 36.2M 15.6G 17.2.7-1623-gd0e6828a 4a918172a497 d4f0e385c909 2024-09-11T07:56:48.741 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi107 running (2m) 14s ago 2m 36.5M 19.6G 17.2.7-1623-gd0e6828a 4a918172a497 e89375ae5a0c 2024-09-11T07:56:48.752 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph orch ls --service-name mon --export 2024-09-11T07:56:49.009 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph orch apply -i mon.yaml 2024-09-11T07:56:49.256 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled mon update... 2024-09-11T07:56:49.268 INFO:teuthology.orchestra.run.smithi084.stderr:+ sleep 90 2024-09-11T07:56:49.268 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:49 smithi084 ceph-mon[29416]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:49.268 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:49 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:49.268 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:49 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:49.269 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:49 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:49.269 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:49 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:49.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:49 smithi107 ceph-mon[31286]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:49.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:49 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:49.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:49 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:49.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:49 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:49.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:49 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:49.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:49 smithi087 ceph-mon[31149]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:49.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:49 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:49.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:49 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:49.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:49 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:49.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:49 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:50.432 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:50.432 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: Saving service mon spec with placement count:3 2024-09-11T07:56:50.432 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-11T07:56:50.432 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: mon.b calling monitor election 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: mon.a calling monitor election 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: mon.c calling monitor election 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: monmap e6: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: fsmap 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: overall HEALTH_OK 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:50.433 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: Reconfiguring mon.a (monmap changed)... 2024-09-11T07:56:50.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:50.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:50.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:50.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:56:50.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:50 smithi084 ceph-mon[29416]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:50.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: Saving service mon spec with placement count:3 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: mon.b calling monitor election 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: mon.a calling monitor election 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: mon.c calling monitor election 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: monmap e6: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: fsmap 2024-09-11T07:56:50.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: overall HEALTH_OK 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: Reconfiguring mon.a (monmap changed)... 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:56:50.660 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:50 smithi107 ceph-mon[31286]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: Saving service mon spec with placement count:3 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: mon.b calling monitor election 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: mon.a calling monitor election 2024-09-11T07:56:50.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: mon.c calling monitor election 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: monmap e6: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: fsmap 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: overall HEALTH_OK 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: Reconfiguring mon.a (monmap changed)... 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:50.700 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:50.701 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.a on smithi084 2024-09-11T07:56:50.701 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:50 smithi087 ceph-mon[31149]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:52.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T07:56:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:52.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:51 smithi107 ceph-mon[31286]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:52.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:51 smithi087 ceph-mon[31149]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: Reconfiguring mgr.a (monmap changed)... 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:52.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:51 smithi084 ceph-mon[29416]: Reconfiguring daemon mgr.a on smithi084 2024-09-11T07:56:53.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:52 smithi084 ceph-mon[29416]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:53.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:52 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:53.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:52 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:53.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:52 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:56:53.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:52 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:53.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:52 smithi107 ceph-mon[31286]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:53.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:52 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:53.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:52 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:53.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:52 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:56:53.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:52 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:53.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:52 smithi087 ceph-mon[31149]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:53.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:52 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:53.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:52 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:53.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:52 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:56:53.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:52 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:54.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:53 smithi107 ceph-mon[31286]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:56:54.141 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:53 smithi107 ceph-mon[31286]: Reconfiguring daemon osd.0 on smithi084 2024-09-11T07:56:54.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:53 smithi087 ceph-mon[31149]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:56:54.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:53 smithi087 ceph-mon[31149]: Reconfiguring daemon osd.0 on smithi084 2024-09-11T07:56:54.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:53 smithi084 ceph-mon[29416]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:56:54.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:53 smithi084 ceph-mon[29416]: Reconfiguring daemon osd.0 on smithi084 2024-09-11T07:56:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:56:55.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:55.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:55.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:55.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:56:55.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.160 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:54 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:54 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: Reconfiguring mon.b (monmap changed)... 2024-09-11T07:56:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:55.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:55.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:55.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.b on smithi087 2024-09-11T07:56:55.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:55.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:54 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.595 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.595 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.595 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T07:56:56.595 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:56.595 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:56.596 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:56.596 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: Reconfiguring daemon mgr.b on smithi087 2024-09-11T07:56:56.596 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:56 smithi087 ceph-mon[31149]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:56.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: Reconfiguring daemon mgr.b on smithi087 2024-09-11T07:56:56.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:56 smithi107 ceph-mon[31286]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:56.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:56.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: Reconfiguring mgr.b (monmap changed)... 2024-09-11T07:56:56.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:56.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:56.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:56.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: Reconfiguring daemon mgr.b on smithi087 2024-09-11T07:56:56.757 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:56 smithi084 ceph-mon[29416]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:57.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:57 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:57.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:57 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:57.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:57 smithi107 ceph-mon[31286]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:56:57.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:57 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:56:57.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:57 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:57.909 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:57 smithi107 ceph-mon[31286]: Reconfiguring daemon osd.1 on smithi087 2024-09-11T07:56:57.948 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:57 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:57.948 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:57 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:57.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:57 smithi087 ceph-mon[31149]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:56:57.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:57 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:56:57.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:57 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:57.949 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:57 smithi087 ceph-mon[31149]: Reconfiguring daemon osd.1 on smithi087 2024-09-11T07:56:58.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:57 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:58.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:57 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:58.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:57 smithi084 ceph-mon[29416]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:56:58.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:57 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:56:58.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:57 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:58.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:57 smithi084 ceph-mon[29416]: Reconfiguring daemon osd.1 on smithi087 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:59.385 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:59.386 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:56:59 smithi107 ceph-mon[31286]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:59.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:56:59 smithi087 ceph-mon[31149]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: Reconfiguring mon.c (monmap changed)... 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:56:59.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:59.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:56:59 smithi084 ceph-mon[29416]: Reconfiguring daemon mon.c on smithi107 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: Reconfiguring daemon osd.2 on smithi107 2024-09-11T07:57:00.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:00 smithi087 ceph-mon[31149]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:00.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:00.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:00.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:57:00.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:57:00.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:00.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: Reconfiguring daemon osd.2 on smithi107 2024-09-11T07:57:00.756 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:00 smithi084 ceph-mon[29416]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:00.782 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:00.782 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:00.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:57:00.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:57:00.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:00.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: Reconfiguring daemon osd.2 on smithi107 2024-09-11T07:57:00.783 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:00 smithi107 ceph-mon[31286]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:02.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:02.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:01 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:02.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:02.199 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:01 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:02.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:02.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:01 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:03.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:02 smithi107 ceph-mon[31286]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:03.198 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:02 smithi087 ceph-mon[31149]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:03.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:02 smithi084 ceph-mon[29416]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:05 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:05 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:05.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:05.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:05 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:07.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:07 smithi087 ceph-mon[31149]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:07.473 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:07 smithi084 ceph-mon[29416]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:07.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:07 smithi107 ceph-mon[31286]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:09.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:09 smithi087 ceph-mon[31149]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:09.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:09 smithi084 ceph-mon[29416]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:09.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:09 smithi107 ceph-mon[31286]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:11.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:11 smithi087 ceph-mon[31149]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:11.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:11 smithi084 ceph-mon[29416]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:11.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:11 smithi107 ceph-mon[31286]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:13.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:13 smithi087 ceph-mon[31149]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:13.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:13 smithi084 ceph-mon[29416]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:13.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:13 smithi107 ceph-mon[31286]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:15.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:15 smithi107 ceph-mon[31286]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:15.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:15 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:15 smithi087 ceph-mon[31149]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:15 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:15 smithi084 ceph-mon[29416]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:15.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:15 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:17.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:17 smithi087 ceph-mon[31149]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:17.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:17 smithi084 ceph-mon[29416]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:17.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:17 smithi107 ceph-mon[31286]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:19 smithi087 ceph-mon[31149]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:19.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:19 smithi084 ceph-mon[29416]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:19.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:19 smithi107 ceph-mon[31286]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:21.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:21 smithi087 ceph-mon[31149]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:21.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:21 smithi084 ceph-mon[29416]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:21.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:21 smithi107 ceph-mon[31286]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:23.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:23 smithi087 ceph-mon[31149]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:23.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:23 smithi084 ceph-mon[29416]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:23.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:23 smithi107 ceph-mon[31286]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:25.313 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:25.314 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.314 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.314 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.314 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.314 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.314 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:25 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.461 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:25.461 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.461 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.461 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.461 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.462 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.462 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:25 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:25.506 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:25 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:27.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:27 smithi084 ceph-mon[29416]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:27.239 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:27 smithi087 ceph-mon[31149]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:27.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:27 smithi107 ceph-mon[31286]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:29.438 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:29 smithi084 ceph-mon[29416]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:29.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:29 smithi107 ceph-mon[31286]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:29.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:29 smithi087 ceph-mon[31149]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:31.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:31 smithi084 ceph-mon[29416]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:31.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:31 smithi107 ceph-mon[31286]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:31.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:31 smithi087 ceph-mon[31149]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:33.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:33 smithi084 ceph-mon[29416]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:33.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:33 smithi107 ceph-mon[31286]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:33.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:33 smithi087 ceph-mon[31149]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:35.404 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:35 smithi107 ceph-mon[31286]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:35.404 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:35 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.404 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:35 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.404 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:35 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:35 smithi084 ceph-mon[29416]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:35 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:35 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:35 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:35 smithi087 ceph-mon[31149]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:35.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:35 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:35 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:35.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:35 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:37.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:37 smithi084 ceph-mon[29416]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:37.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:37 smithi107 ceph-mon[31286]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:37.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:37 smithi087 ceph-mon[31149]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:39.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:39 smithi084 ceph-mon[29416]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:39.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:39 smithi107 ceph-mon[31286]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:39.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:39 smithi087 ceph-mon[31149]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:41.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:41 smithi087 ceph-mon[31149]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:41.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:41 smithi084 ceph-mon[29416]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:41.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:41 smithi107 ceph-mon[31286]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:43.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:43 smithi084 ceph-mon[29416]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:43.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:43 smithi107 ceph-mon[31286]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:43.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:43 smithi087 ceph-mon[31149]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:45.498 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:45.498 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.498 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.498 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.498 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.498 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.499 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:45 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:45 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:45.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:45.659 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:45 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:47.440 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:47 smithi087 ceph-mon[31149]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:47.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:47 smithi084 ceph-mon[29416]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:47.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:47 smithi107 ceph-mon[31286]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:49.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:49 smithi084 ceph-mon[29416]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:49.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:49 smithi107 ceph-mon[31286]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:49.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:49 smithi087 ceph-mon[31149]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:51.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:51 smithi084 ceph-mon[29416]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:51.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:51 smithi107 ceph-mon[31286]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:51.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:51 smithi087 ceph-mon[31149]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:53.500 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:53 smithi087 ceph-mon[31149]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:53.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:53 smithi084 ceph-mon[29416]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:53.658 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:53 smithi107 ceph-mon[31286]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:55.471 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:55 smithi107 ceph-mon[31286]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:55.471 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:55 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.471 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:55 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.471 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:55 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:55 smithi084 ceph-mon[29416]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:55.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:55 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:55 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:55 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:55 smithi087 ceph-mon[31149]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:55.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:55 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:55 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:55.699 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:55 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:57:56.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:56 smithi107 ceph-mon[31286]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:56.505 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:56 smithi084 ceph-mon[29416]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:56.698 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:56 smithi087 ceph-mon[31149]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:59.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:57:58 smithi107 ceph-mon[31286]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:59.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:57:58 smithi084 ceph-mon[29416]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:57:59.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:57:58 smithi087 ceph-mon[31149]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:01.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:00 smithi084 ceph-mon[29416]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:01.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:58:01.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:01.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:01.005 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:00 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:01.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:00 smithi107 ceph-mon[31286]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:58:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:01.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:00 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:01.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:00 smithi087 ceph-mon[31149]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:01.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:58:01.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:58:01.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:58:01.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:00 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:03.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:02 smithi084 ceph-mon[29416]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:03.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:02 smithi107 ceph-mon[31286]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:03.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:02 smithi087 ceph-mon[31149]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:05.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:05.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.256 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:04 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:05.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:04 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:05.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:04 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:07.226 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:06 smithi087 ceph-mon[31149]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:07.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:06 smithi084 ceph-mon[29416]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:07.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:06 smithi107 ceph-mon[31286]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:09.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:08 smithi084 ceph-mon[29416]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:09.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:08 smithi107 ceph-mon[31286]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:09.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:08 smithi087 ceph-mon[31149]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:11.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:10 smithi084 ceph-mon[29416]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:11.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:10 smithi107 ceph-mon[31286]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:11.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:10 smithi087 ceph-mon[31149]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:13.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:12 smithi084 ceph-mon[29416]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:13.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:12 smithi107 ceph-mon[31286]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:13.448 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:12 smithi087 ceph-mon[31149]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:15.158 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:14 smithi107 ceph-mon[31286]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.159 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:14 smithi107 ceph-mon[31286]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:14 smithi084 ceph-mon[29416]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:15.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:14 smithi084 ceph-mon[29416]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:14 smithi087 ceph-mon[31149]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:15.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:14 smithi087 ceph-mon[31149]: from='mgr.14150 172.21.15.84:0/1957300675' entity='mgr.a' 2024-09-11T07:58:17.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:16 smithi084 ceph-mon[29416]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:17.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:16 smithi107 ceph-mon[31286]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:17.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:16 smithi087 ceph-mon[31149]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:19.255 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:18 smithi084 ceph-mon[29416]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:19.271 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph mon dump 2024-09-11T07:58:19.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:18 smithi107 ceph-mon[31286]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:19.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:18 smithi087 ceph-mon[31149]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:19.573 INFO:teuthology.orchestra.run.smithi084.stdout:epoch 6 2024-09-11T07:58:19.573 INFO:teuthology.orchestra.run.smithi084.stdout:fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:last_changed 2024-09-11T07:56:49.267236+0000 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:created 2024-09-11T07:51:24.367840+0000 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:min_mon_release 17 (quincy) 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:election_strategy: 1 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:0: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.a; crush_location {datacenter=a} 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:1: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stdout:2: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-11T07:58:19.574 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 6 2024-09-11T07:58:19.584 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph mon dump --format json 2024-09-11T07:58:19.876 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-09-11T07:58:19.876 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":6,"fsid":"1ba70bc8-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:56:49.267236Z","created":"2024-09-11T07:51:24.367840Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=3}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-11T07:58:19.877 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 6 2024-09-11T07:58:19.886 INFO:teuthology.orchestra.run.smithi084.stderr:+ read monid 2024-09-11T07:58:19.887 INFO:teuthology.orchestra.run.smithi084.stderr:+ read crushloc 2024-09-11T07:58:19.887 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph mon dump --format json 2024-09-11T07:58:19.887 INFO:teuthology.orchestra.run.smithi084.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-11T07:58:20.177 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 6 2024-09-11T07:58:20.177 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:19 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3646534850' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-11T07:58:20.177 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:19 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/151818859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:20.187 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-09-11T07:58:20.187 INFO:teuthology.orchestra.run.smithi084.stderr:+ read monid 2024-09-11T07:58:20.187 INFO:teuthology.orchestra.run.smithi084.stderr:+ read crushloc 2024-09-11T07:58:20.188 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph mon dump --format json 2024-09-11T07:58:20.188 INFO:teuthology.orchestra.run.smithi084.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-11T07:58:20.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:19 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/3646534850' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-11T07:58:20.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:19 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/151818859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:20.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:19 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/3646534850' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-11T07:58:20.449 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:19 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/151818859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:20.477 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 6 2024-09-11T07:58:20.487 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-09-11T07:58:20.488 INFO:teuthology.orchestra.run.smithi084.stderr:+ read monid 2024-09-11T07:58:20.488 INFO:teuthology.orchestra.run.smithi084.stderr:+ read crushloc 2024-09-11T07:58:20.488 INFO:teuthology.orchestra.run.smithi084.stderr:+ ceph mon dump --format json 2024-09-11T07:58:20.488 INFO:teuthology.orchestra.run.smithi084.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-11T07:58:20.790 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 6 2024-09-11T07:58:20.802 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-09-11T07:58:20.802 INFO:teuthology.orchestra.run.smithi084.stderr:+ read monid 2024-09-11T07:58:21.107 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:20 smithi084 ceph-mon[29416]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:21.107 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:20 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1005778249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:20 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/3059829299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:20 smithi084 ceph-mon[29416]: from='client.? 172.21.15.84:0/1961077617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.246 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:20 smithi087 ceph-mon[31149]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:21.246 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:20 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/1005778249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.246 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:20 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/3059829299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.246 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:20 smithi087 ceph-mon[31149]: from='client.? 172.21.15.84:0/1961077617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:20 smithi107 ceph-mon[31286]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-11T07:58:21.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:20 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/1005778249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:20 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/3059829299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.409 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:20 smithi107 ceph-mon[31286]: from='client.? 172.21.15.84:0/1961077617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:58:21.490 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T07:58:21.500 INFO:tasks.cephadm:Teardown begin 2024-09-11T07:58:21.500 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:58:21.529 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:58:21.558 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:58:21.594 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T07:58:21.594 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:58:21.610 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:58:21.625 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:58:21.653 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T07:58:21.653 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-11T07:58:21.653 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a 2024-09-11T07:58:21.755 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:21 smithi084 systemd[1]: Stopping Ceph mon.a for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:21 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a[29393]: 2024-09-11T07:58:21.937+0000 7f90fdbee640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:21 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a[29393]: 2024-09-11T07:58:21.937+0000 7f90fdbee640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-11T07:58:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:21 smithi084 podman[50899]: 2024-09-11 07:58:21.968657026 +0000 UTC m=+0.137440994 container died f7f88e28ae7be27c4bc0a66334d65cf704a70efcee0e1ad145d99dadf0342625 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-11T07:58:22.508 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:22 smithi084 podman[50899]: 2024-09-11 07:58:22.327024874 +0000 UTC m=+0.495808842 container cleanup f7f88e28ae7be27c4bc0a66334d65cf704a70efcee0e1ad145d99dadf0342625 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2) 2024-09-11T07:58:22.508 INFO:journalctl@ceph.mon.a.smithi084.stdout:Sep 11 07:58:22 smithi084 bash[50899]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-a 2024-09-11T07:58:22.753 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.a.service' 2024-09-11T07:58:22.802 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:22.802 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-11T07:58:22.802 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-11T07:58:22.802 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.b 2024-09-11T07:58:23.098 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:22 smithi087 systemd[1]: Stopping Ceph mon.b for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:23.350 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:23 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-b[31126]: 2024-09-11T07:58:23.096+0000 7f01dd3a0640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:23.350 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:23 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-b[31126]: 2024-09-11T07:58:23.096+0000 7f01dd3a0640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-11T07:58:23.350 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:23 smithi087 podman[41671]: 2024-09-11 07:58:23.158464458 +0000 UTC m=+0.162877413 container died 16154dd79dac2043b147ca33d046d44e5d36a7b7885049da88c090e8cb492bad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-11T07:58:23.600 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:23 smithi087 podman[41671]: 2024-09-11 07:58:23.57852783 +0000 UTC m=+0.582940784 container cleanup 16154dd79dac2043b147ca33d046d44e5d36a7b7885049da88c090e8cb492bad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-11T07:58:23.601 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:23 smithi087 bash[41671]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-b 2024-09-11T07:58:23.948 INFO:journalctl@ceph.mon.b.smithi087.stdout:Sep 11 07:58:23 smithi087 podman[41688]: 2024-09-11 07:58:23.829851352 +0000 UTC m=+0.670198772 container remove 16154dd79dac2043b147ca33d046d44e5d36a7b7885049da88c090e8cb492bad (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-11T07:58:24.059 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.b.service' 2024-09-11T07:58:24.102 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:24.103 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-11T07:58:24.103 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-11T07:58:24.103 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.c 2024-09-11T07:58:24.408 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:24 smithi107 systemd[1]: Stopping Ceph mon.c for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:24.824 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:24 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-c[31257]: 2024-09-11T07:58:24.489+0000 7ff253532640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:24.824 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:24 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-c[31257]: 2024-09-11T07:58:24.489+0000 7ff253532640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-11T07:58:24.824 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:24 smithi107 podman[41615]: 2024-09-11 07:58:24.542599809 +0000 UTC m=+0.248705594 container died d699c860d4a933377dc2261e6447e8c6ebe091f4a355fbb0455682e2146fcb34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-c, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-11T07:58:25.124 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:24 smithi107 podman[41615]: 2024-09-11 07:58:24.922031262 +0000 UTC m=+0.628137038 container cleanup d699c860d4a933377dc2261e6447e8c6ebe091f4a355fbb0455682e2146fcb34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-c, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-11T07:58:25.124 INFO:journalctl@ceph.mon.c.smithi107.stdout:Sep 11 07:58:24 smithi107 bash[41615]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mon-c 2024-09-11T07:58:25.266 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mon.c.service' 2024-09-11T07:58:25.310 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:25.311 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-11T07:58:25.311 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-11T07:58:25.311 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a 2024-09-11T07:58:25.599 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:58:25 smithi084 systemd[1]: Stopping Ceph mgr.a for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:25.898 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:58:25 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:58:25.597+0000 7fd85eba1640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:25.899 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:58:25 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a[29669]: 2024-09-11T07:58:25.597+0000 7fd85eba1640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-11T07:58:25.899 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:58:25 smithi084 podman[51057]: 2024-09-11 07:58:25.630113196 +0000 UTC m=+0.134030567 container died 11d479a04e626121a43ff51f2da38114b471bae5558d5abad250f2d57145841c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True) 2024-09-11T07:58:26.255 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:58:26 smithi084 podman[51057]: 2024-09-11 07:58:26.079626072 +0000 UTC m=+0.583543442 container cleanup 11d479a04e626121a43ff51f2da38114b471bae5558d5abad250f2d57145841c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:58:26.255 INFO:journalctl@ceph.mgr.a.smithi084.stdout:Sep 11 07:58:26 smithi084 bash[51057]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-a 2024-09-11T07:58:26.498 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-11T07:58:26.532 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:26.533 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-11T07:58:26.533 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-11T07:58:26.533 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.b 2024-09-11T07:58:26.699 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:58:26 smithi087 systemd[1]: Stopping Ceph mgr.b for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:28.384 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:58:28 smithi087 podman[41945]: 2024-09-11 07:58:28.073653279 +0000 UTC m=+0.116883245 container died bd57e5757735c016279f5494767bdb1780485bc705514ac7ab00c82c9f71d39f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=) 2024-09-11T07:58:28.698 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:58:28 smithi087 podman[41945]: 2024-09-11 07:58:28.466453352 +0000 UTC m=+0.509683318 container cleanup bd57e5757735c016279f5494767bdb1780485bc705514ac7ab00c82c9f71d39f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731) 2024-09-11T07:58:28.699 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:58:28 smithi087 bash[41945]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b 2024-09-11T07:58:29.046 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:58:28 smithi087 podman[41970]: 2024-09-11 07:58:28.72577334 +0000 UTC m=+0.650256889 container remove bd57e5757735c016279f5494767bdb1780485bc705514ac7ab00c82c9f71d39f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:58:29.046 INFO:journalctl@ceph.mgr.b.smithi087.stdout:Sep 11 07:58:28 smithi087 systemd[1]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-11T07:58:29.406 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-11T07:58:29.442 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:29.442 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-11T07:58:29.442 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T07:58:29.442 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.0 2024-09-11T07:58:29.637 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:29 smithi084 systemd[1]: Stopping Ceph osd.0 for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:30.505 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:30 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0[41325]: 2024-09-11T07:58:30.251+0000 7f766b815640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:30.505 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:30 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0[41325]: 2024-09-11T07:58:30.251+0000 7f766b815640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-11T07:58:30.505 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:30 smithi084 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0[41325]: 2024-09-11T07:58:30.251+0000 7f766b815640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:58:36.005 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:35 smithi084 podman[51297]: 2024-09-11 07:58:35.608995299 +0000 UTC m=+5.470863780 container died 966df1f3a0d4d25dd1f9c9623b1fafc720008c07d51c6e1c42268557bfe1753c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T07:58:36.505 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51297]: 2024-09-11 07:58:36.010242993 +0000 UTC m=+5.872111473 container cleanup 966df1f3a0d4d25dd1f9c9623b1fafc720008c07d51c6e1c42268557bfe1753c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:58:36.505 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 bash[51297]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0 2024-09-11T07:58:36.505 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51365]: 2024-09-11 07:58:36.186389178 +0000 UTC m=+0.575978521 container remove 966df1f3a0d4d25dd1f9c9623b1fafc720008c07d51c6e1c42268557bfe1753c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-11T07:58:36.890 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51456]: 2024-09-11 07:58:36.603802252 +0000 UTC m=+0.107406646 container create 05b7604e5b31c32d0e57e3c69e4ced7434bd31c2d2c5f24a1021dc438535f50a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T07:58:36.890 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51456]: 2024-09-11 07:58:36.51191288 +0000 UTC m=+0.015517241 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:58:36.890 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51456]: 2024-09-11 07:58:36.814849916 +0000 UTC m=+0.318454273 container init 05b7604e5b31c32d0e57e3c69e4ced7434bd31c2d2c5f24a1021dc438535f50a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T07:58:36.890 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51456]: 2024-09-11 07:58:36.820355324 +0000 UTC m=+0.323959685 container start 05b7604e5b31c32d0e57e3c69e4ced7434bd31c2d2c5f24a1021dc438535f50a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-11T07:58:36.890 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51456]: 2024-09-11 07:58:36.889055926 +0000 UTC m=+0.392660283 container attach 05b7604e5b31c32d0e57e3c69e4ced7434bd31c2d2c5f24a1021dc438535f50a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-11T07:58:37.255 INFO:journalctl@ceph.osd.0.smithi084.stdout:Sep 11 07:58:36 smithi084 podman[51456]: 2024-09-11 07:58:36.988490193 +0000 UTC m=+0.492094552 container died 05b7604e5b31c32d0e57e3c69e4ced7434bd31c2d2c5f24a1021dc438535f50a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-0-deactivate, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-11T07:58:37.617 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T07:58:37.656 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:37.656 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T07:58:37.656 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T07:58:37.656 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.1 2024-09-11T07:58:37.948 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:37 smithi087 systemd[1]: Stopping Ceph osd.1 for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:38.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:37 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1[36479]: 2024-09-11T07:58:37.948+0000 7f4560056640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:38.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:37 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1[36479]: 2024-09-11T07:58:37.948+0000 7f4560056640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-11T07:58:38.449 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:37 smithi087 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1[36479]: 2024-09-11T07:58:37.948+0000 7f4560056640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:58:43.790 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:43 smithi087 podman[42126]: 2024-09-11 07:58:43.455475669 +0000 UTC m=+5.604444699 container stop d4f0e385c909e70449f33367cc14be1179389b766d71584217608b499c2b8538 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-11T07:58:43.791 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:43 smithi087 podman[42126]: 2024-09-11 07:58:43.48108129 +0000 UTC m=+5.630050319 container died d4f0e385c909e70449f33367cc14be1179389b766d71584217608b499c2b8538 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T07:58:44.198 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:43 smithi087 podman[42126]: 2024-09-11 07:58:43.955508942 +0000 UTC m=+6.104477969 container cleanup d4f0e385c909e70449f33367cc14be1179389b766d71584217608b499c2b8538 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-11T07:58:44.199 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:43 smithi087 bash[42126]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1 2024-09-11T07:58:44.566 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42382]: 2024-09-11 07:58:44.256878742 +0000 UTC m=+0.790841005 container remove d4f0e385c909e70449f33367cc14be1179389b766d71584217608b499c2b8538 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:58:44.852 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42476]: 2024-09-11 07:58:44.46783576 +0000 UTC m=+0.015689931 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:58:44.852 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42476]: 2024-09-11 07:58:44.565801039 +0000 UTC m=+0.113655173 container create 7f4bec94f0ff7e6b33f04024da4a70e65f78cc281cb20baaa5fa16c77523081b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True) 2024-09-11T07:58:44.852 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42476]: 2024-09-11 07:58:44.760183417 +0000 UTC m=+0.308037567 container init 7f4bec94f0ff7e6b33f04024da4a70e65f78cc281cb20baaa5fa16c77523081b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:58:44.852 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42476]: 2024-09-11 07:58:44.765027052 +0000 UTC m=+0.312881187 container start 7f4bec94f0ff7e6b33f04024da4a70e65f78cc281cb20baaa5fa16c77523081b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-11T07:58:44.852 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42476]: 2024-09-11 07:58:44.851383742 +0000 UTC m=+0.399237895 container attach 7f4bec94f0ff7e6b33f04024da4a70e65f78cc281cb20baaa5fa16c77523081b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-11T07:58:45.199 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:44 smithi087 podman[42476]: 2024-09-11 07:58:44.944875666 +0000 UTC m=+0.492729802 container died 7f4bec94f0ff7e6b33f04024da4a70e65f78cc281cb20baaa5fa16c77523081b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T07:58:45.485 INFO:journalctl@ceph.osd.1.smithi087.stdout:Sep 11 07:58:45 smithi087 podman[42518]: 2024-09-11 07:58:45.47096633 +0000 UTC m=+0.520465424 container remove 7f4bec94f0ff7e6b33f04024da4a70e65f78cc281cb20baaa5fa16c77523081b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:58:45.490 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T07:58:45.529 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:45.529 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T07:58:45.529 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T07:58:45.529 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.2 2024-09-11T07:58:45.825 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:45 smithi107 systemd[1]: Stopping Ceph osd.2 for 1ba70bc8-7012-11ef-bcea-c7b262605968... 2024-09-11T07:58:46.158 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:45 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2[36900]: 2024-09-11T07:58:45.823+0000 7f40b63ac640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:58:46.159 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:45 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2[36900]: 2024-09-11T07:58:45.823+0000 7f40b63ac640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-11T07:58:46.159 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:45 smithi107 ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2[36900]: 2024-09-11T07:58:45.823+0000 7f40b63ac640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:58:51.447 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:51 smithi107 podman[42169]: 2024-09-11 07:58:51.191163802 +0000 UTC m=+5.467319281 container died e89375ae5a0c168206270339e89da355de42d89b802ab21f3acfb582ff8ab15f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-11T07:58:51.780 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:51 smithi107 podman[42169]: 2024-09-11 07:58:51.612576841 +0000 UTC m=+5.888732317 container cleanup e89375ae5a0c168206270339e89da355de42d89b802ab21f3acfb582ff8ab15f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T07:58:51.781 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:51 smithi107 bash[42169]: ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2 2024-09-11T07:58:52.158 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:51 smithi107 podman[42190]: 2024-09-11 07:58:51.780151666 +0000 UTC m=+0.589552090 container remove e89375ae5a0c168206270339e89da355de42d89b802ab21f3acfb582ff8ab15f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-11T07:58:52.525 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:52 smithi107 podman[42282]: 2024-09-11 07:58:52.206286407 +0000 UTC m=+0.107600121 container create 4d668cd8ecfa2726ae8ab03e150c385f82375a7710b67b4e5cf1bda769b4c272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-11T07:58:52.525 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:52 smithi107 podman[42282]: 2024-09-11 07:58:52.115011162 +0000 UTC m=+0.016324835 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:58:52.525 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:52 smithi107 podman[42282]: 2024-09-11 07:58:52.441802514 +0000 UTC m=+0.343116176 container init 4d668cd8ecfa2726ae8ab03e150c385f82375a7710b67b4e5cf1bda769b4c272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-11T07:58:52.525 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:52 smithi107 podman[42282]: 2024-09-11 07:58:52.446344112 +0000 UTC m=+0.347657771 container start 4d668cd8ecfa2726ae8ab03e150c385f82375a7710b67b4e5cf1bda769b4c272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T07:58:52.526 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:52 smithi107 podman[42282]: 2024-09-11 07:58:52.524959682 +0000 UTC m=+0.426273353 container attach 4d668cd8ecfa2726ae8ab03e150c385f82375a7710b67b4e5cf1bda769b4c272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-11T07:58:52.908 INFO:journalctl@ceph.osd.2.smithi107.stdout:Sep 11 07:58:52 smithi107 podman[42282]: 2024-09-11 07:58:52.620280811 +0000 UTC m=+0.521594480 container died 4d668cd8ecfa2726ae8ab03e150c385f82375a7710b67b4e5cf1bda769b4c272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-1ba70bc8-7012-11ef-bcea-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T07:58:53.237 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ba70bc8-7012-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T07:58:53.275 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:58:53.275 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T07:58:53.275 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:58:54.683 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:58:56.155 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:58:58.226 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:58:58.258 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:58:58.291 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:58:58.319 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T07:58:58.321 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi084/crash 2024-09-11T07:58:58.322 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:58:58.362 INFO:teuthology.orchestra.run.smithi084.stderr:tar: /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:58:58.363 INFO:teuthology.orchestra.run.smithi084.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:58:58.365 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi087/crash 2024-09-11T07:58:58.366 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:58:58.415 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:58:58.415 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:58:58.417 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi107/crash 2024-09-11T07:58:58.418 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:58:58.449 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:58:58.449 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:58:58.450 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T07:58:58.450 DEBUG:teuthology.orchestra.run.smithi084:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | head -n 1 2024-09-11T07:58:58.478 INFO:teuthology.orchestra.run.smithi084.stderr:grep: /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T07:58:58.480 INFO:tasks.cephadm:Compressing logs... 2024-09-11T07:58:58.481 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T07:58:58.524 DEBUG:teuthology.orchestra.run.smithi087:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T07:58:58.527 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T07:58:58.549 INFO:teuthology.orchestra.run.smithi084.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T07:58:58.549 INFO:teuthology.orchestra.run.smithi084.stderr:: No such file or directory 2024-09-11T07:58:58.549 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-11T07:58:58.549 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:58:58.549 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.0.log: /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-11T07:58:58.550 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:58:58.551 INFO:teuthology.orchestra.run.smithi107.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:58:58.551 INFO:teuthology.orchestra.run.smithi107.stderr:: No such file or directory 2024-09-11T07:58:58.551 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-11T07:58:58.552 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.a.log: /var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:58:58.552 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T07:58:58.553 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log: /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:58:58.553 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/cephadm.log: 88.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:58:58.554 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T07:58:58.554 INFO:teuthology.orchestra.run.smithi087.stderr:: No such file or directory 2024-09-11T07:58:58.554 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:58:58.554 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-11T07:58:58.555 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-11T07:58:58.555 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:58:58.555 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:58:58.556 INFO:teuthology.orchestra.run.smithi087.stderr: 91.2% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-11T07:58:58.563 INFO:teuthology.orchestra.run.smithi107.stderr: 91.6% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:58:58.567 INFO:teuthology.orchestra.run.smithi087.stderr: 91.5% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:58:58.569 INFO:teuthology.orchestra.run.smithi084.stderr: 91.6% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:58:58.575 INFO:teuthology.orchestra.run.smithi084.stderr: 93.5% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T07:58:58.577 INFO:teuthology.orchestra.run.smithi107.stderr: 93.6% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T07:58:58.616 INFO:teuthology.orchestra.run.smithi087.stderr: 93.8% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T07:58:58.616 INFO:teuthology.orchestra.run.smithi107.stderr: 93.0% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-11T07:58:58.618 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-09-11T07:58:58.618 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.077s 2024-09-11T07:58:58.618 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.107s 2024-09-11T07:58:58.618 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.020s 2024-09-11T07:58:58.619 INFO:teuthology.orchestra.run.smithi084.stderr: 88.2% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-11T07:58:58.641 INFO:teuthology.orchestra.run.smithi087.stderr: 92.6% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-11T07:58:58.643 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-09-11T07:58:58.643 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.102s 2024-09-11T07:58:58.643 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m0.169s 2024-09-11T07:58:58.644 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.025s 2024-09-11T07:58:58.772 INFO:teuthology.orchestra.run.smithi084.stderr: 91.4% -- replaced with /var/log/ceph/1ba70bc8-7012-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-11T07:58:58.773 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-09-11T07:58:58.773 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.236s 2024-09-11T07:58:58.773 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m0.332s 2024-09-11T07:58:58.773 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.035s 2024-09-11T07:58:58.774 INFO:tasks.cephadm:Archiving logs... 2024-09-11T07:58:58.774 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi084/log 2024-09-11T07:58:58.775 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:58:58.904 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi087/log 2024-09-11T07:58:58.905 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:58:58.956 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi107/log 2024-09-11T07:58:58.956 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:58:59.001 INFO:tasks.cephadm:Removing cluster... 2024-09-11T07:58:59.001 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --force 2024-09-11T07:58:59.451 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --force 2024-09-11T07:58:59.916 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ba70bc8-7012-11ef-bcea-c7b262605968 --force 2024-09-11T07:59:00.378 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T07:59:00.379 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:59:00.398 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:59:00.416 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:59:00.432 INFO:tasks.cephadm:Teardown complete 2024-09-11T07:59:00.432 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-11T07:59:00.445 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-11T07:59:00.445 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T07:59:00.448 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T07:59:00.458 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T07:59:00.567 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T07:59:00.575 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T07:59:00.576 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:59:00.578 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:59:00.581 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:59:00.592 INFO:teuthology.orchestra.run.smithi087.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:59:00.593 INFO:teuthology.orchestra.run.smithi084.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:59:00.595 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:59:00.596 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:59:00.596 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-09-11T07:59:00.596 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv01.front.sepia.ceph.com 3 6 377 38 -699us[ -598us] +/- 59ms 2024-09-11T07:59:00.596 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 37 +572us[ +572us] +/- 51ms 2024-09-11T07:59:00.597 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 +146us[ +247us] +/- 80ms 2024-09-11T07:59:00.597 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:59:00.598 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:59:00.598 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2024-09-11T07:59:00.598 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv01.front.sepia.ceph.com 3 6 377 38 -692us[ -687us] +/- 59ms 2024-09-11T07:59:00.598 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 39 +561us[ +566us] +/- 51ms 2024-09-11T07:59:00.598 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +139us[ +139us] +/- 80ms 2024-09-11T07:59:00.598 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:59:00.599 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:59:00.600 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-09-11T07:59:00.600 INFO:teuthology.orchestra.run.smithi107.stdout:^* hv01.front.sepia.ceph.com 3 6 377 37 -700us[ -690us] +/- 59ms 2024-09-11T07:59:00.600 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 38 +572us[ +583us] +/- 51ms 2024-09-11T07:59:00.600 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +144us[ +144us] +/- 80ms 2024-09-11T07:59:00.600 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:59:00.600 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T07:59:00.608 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T07:59:00.608 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T07:59:00.616 DEBUG:teuthology.orchestra.run.smithi084:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T07:59:00.715 DEBUG:teuthology.orchestra.run.smithi087:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T07:59:00.781 DEBUG:teuthology.orchestra.run.smithi107:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T07:59:00.847 DEBUG:teuthology.orchestra.run.smithi084:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-11T07:59:00.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:59:00.877 DEBUG:teuthology.orchestra.run.smithi087:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-11T07:59:00.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:59:00.905 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-11T07:59:00.932 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:59:00.933 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T07:59:00.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T07:59:00.950 INFO:teuthology.task.internal:Duration was 1050.015039 seconds 2024-09-11T07:59:00.951 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T07:59:00.960 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T07:59:00.960 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:59:00.962 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:59:00.965 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:59:01.001 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:59:01.001 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:59:01.012 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:59:01.489 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T07:59:01.489 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-09-11T07:59:01.489 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T07:59:01.510 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-09-11T07:59:01.511 DEBUG:teuthology.orchestra.run.smithi087:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T07:59:01.554 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-09-11T07:59:01.555 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T07:59:01.586 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T07:59:01.586 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:59:01.589 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:59:01.597 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:59:01.654 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T07:59:01.654 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:59:01.658 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:59:01.663 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:59:01.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T07:59:01.855 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T07:59:01.856 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:59:01.881 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:59:01.907 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:59:01.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T07:59:01.981 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:59:01.983 DEBUG:teuthology.orchestra.run.smithi087:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:59:01.985 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:59:02.004 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-09-11T07:59:02.006 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-09-11T07:59:02.008 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-09-11T07:59:02.062 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:59:02.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:59:02.101 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:59:02.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:59:02.116 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:59:02.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:59:02.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T07:59:02.140 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T07:59:02.141 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi084 2024-09-11T07:59:02.141 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:59:02.178 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi087 2024-09-11T07:59:02.178 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:59:02.212 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901233/remote/smithi107 2024-09-11T07:59:02.212 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:59:02.247 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T07:59:02.247 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:59:02.249 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:59:02.252 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:59:02.297 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T07:59:02.309 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T07:59:02.309 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T07:59:02.318 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T07:59:02.318 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:59:02.321 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:59:02.323 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:59:02.333 INFO:teuthology.orchestra.run.smithi084.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:59 /home/ubuntu/cephtest 2024-09-11T07:59:02.335 INFO:teuthology.orchestra.run.smithi087.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:59 /home/ubuntu/cephtest 2024-09-11T07:59:02.352 INFO:teuthology.orchestra.run.smithi107.stdout: 265325 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:59 /home/ubuntu/cephtest 2024-09-11T07:59:02.353 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T07:59:02.364 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T07:59:02.439 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 1050.0150389671326 flavor: default owner: scheduled_gabrioux@teuthology success: true 2024-09-11T07:59:02.440 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:59:02.512 INFO:teuthology.run:pass