2024-09-21T05:22:32.004 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T05:22:32.020 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T05:22:32.099 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792 branch: wip-guits-main-2024-09-20-2310 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} email: gabrioux@ibm.com first_in_suite: false job_id: '7913792' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-20-2310 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-guits-main-2024-09-20-2310 sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 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: 3363 sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-20-2310 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPY8IUO8y82akHdPM7oTFWSH071EMa5i9/1oJh4qYsB05ChWgO9h0wNCgfUkXFAuoj3MmwBaeMmp3P7TutuK4Q0= smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ3U1z8VE03HVCXKmqsHmcyAU56JHgIpQFKlxrZeT3voiS/sA8yZXAnH67i/gEOadUPn+kS5nyE2e0RXVmTda0k= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBExSuEo3XDhLoBbvvx0QXhq/IOwV4TVh/Cqd2Yo5w3doCDFNkZDJqoXLLlCYd7HoGdoTIxcBv2CItTllKvTNPu0= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - 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 0x7ff2051a4280>, signals=[15]) 2024-09-21T05:22:32.485 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T05:22:32.496 INFO:teuthology.task.internal:Opening connections... 2024-09-21T05:22:32.496 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-09-21T05:22:32.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:22:32.573 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-09-21T05:22:32.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:22:32.646 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-09-21T05:22:32.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:22:32.720 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T05:22:32.728 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-09-21T05:22:32.746 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-09-21T05:22:32.746 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-09-21T05:22:32.803 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2024-09-21T05:22:32.803 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="9" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="9" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el9" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:LOGO="fedora-logo-icon" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T05:22:32.804 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T05:22:32.805 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-09-21T05:22:32.827 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-09-21T05:22:32.845 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-09-21T05:22:32.845 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-09-21T05:22:32.903 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-09-21T05:22:32.903 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-09-21T05:22:32.903 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T05:22:32.904 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T05:22:32.904 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-09-21T05:22:32.944 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-09-21T05:22:32.962 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-09-21T05:22:32.963 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-09-21T05:22:33.020 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-09-21T05:22:33.020 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="9" 2024-09-21T05:22:33.020 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-09-21T05:22:33.020 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="9" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el9" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:LOGO="fedora-logo-icon" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T05:22:33.021 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T05:22:33.021 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-09-21T05:22:33.043 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T05:22:33.065 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T05:22:33.110 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T05:22:33.110 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-09-21T05:22:33.113 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-09-21T05:22:33.115 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-09-21T05:22:33.132 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T05:22:33.208 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T05:22:33.208 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-09-21T05:22:33.210 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-09-21T05:22:33.212 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-09-21T05:22:33.314 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T05:22:33.395 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T05:22:33.409 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T05:22:33.409 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-21T05:22:33.409 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T05:22:33.410 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T05:22:33.410 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T05:22:33.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:22:33.428 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-09-21T05:22:33.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:22:33.428 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:22:33.429 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-09-21T05:22:33.429 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-21T05:22:33.485 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-503.el9.x86_64 2024-09-21T05:22:33.486 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.14.0-503.el9.x86_64 2024-09-21T05:22:33.486 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2024-09-21T05:22:33.487 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-503.el9.x86_64 2024-09-21T05:22:33.487 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-503.el9.x86_64 2024-09-21T05:22:33.487 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.14.0-503.el9.x86_64 2024-09-21T05:22:33.488 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-09-21T05:22:33.488 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-503.el9.x86_64 2024-09-21T05:22:33.488 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-09-21T05:22:35.851 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-21T05:22:37.013 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.3 MB 00:01 2024-09-21T05:22:37.046 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.3 MB 00:01 2024-09-21T05:22:39.752 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 20 MB 00:02 2024-09-21T05:22:44.819 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 5.0 MB/s | 6.5 MB 00:01 2024-09-21T05:22:45.579 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 20 MB 00:07 2024-09-21T05:22:46.295 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 76 kB/s | 19 kB 00:00 2024-09-21T05:22:46.363 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 2.5 MB/s | 20 MB 00:08 2024-09-21T05:22:47.132 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-21T05:22:49.780 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-21T05:22:51.455 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 40 kB/s | 19 kB 00:00 2024-09-21T05:22:51.547 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 5.7 MB/s | 6.5 MB 00:01 2024-09-21T05:22:52.259 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-21T05:22:52.497 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-21T05:22:53.127 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 19 kB 00:00 2024-09-21T05:22:54.018 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-21T05:22:54.387 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T05:22:54.387 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T05:22:54.481 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:22:54.491 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:22:54.492 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:22:54.493 INFO:teuthology.orchestra.run.smithi161.stdout:Install 4 Packages 2024-09-21T05:22:54.493 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:22:54.493 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 79 M 2024-09-21T05:22:54.493 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 126 M 2024-09-21T05:22:54.493 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:22:54.631 INFO:teuthology.orchestra.run.smithi161.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 304 kB/s | 36 kB 00:00 2024-09-21T05:22:57.599 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-21T05:22:59.505 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T05:22:59.505 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T05:22:59.629 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:22:59.641 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:22:59.641 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-21T05:22:59.641 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-09-21T05:22:59.642 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:22:59.643 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 79 M 2024-09-21T05:22:59.643 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 126 M 2024-09-21T05:22:59.643 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:22:59.799 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-21T05:22:59.842 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 445 kB/s | 36 kB 00:00 2024-09-21T05:23:00.284 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-09-21T05:23:00.639 INFO:teuthology.orchestra.run.smithi161.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 2.6 MB/s | 16 MB 00:06 2024-09-21T05:23:00.984 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 25 MB/s | 29 MB 00:01 2024-09-21T05:23:01.301 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 22 MB/s | 35 MB 00:01 2024-09-21T05:23:01.301 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:23:01.301 INFO:teuthology.orchestra.run.smithi071.stdout:Total 48 MB/s | 79 MB 00:01 2024-09-21T05:23:01.731 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T05:23:01.731 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T05:23:01.845 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T05:23:01.851 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 79 M 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 126 M 2024-09-21T05:23:01.852 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:23:01.985 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:23:02.067 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 319 kB/s | 36 kB 00:00 2024-09-21T05:23:02.341 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:23:02.342 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:23:03.303 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:23:03.303 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:23:04.484 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 6.2 MB/s | 16 MB 00:02 2024-09-21T05:23:05.701 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 7.9 MB/s | 29 MB 00:03 2024-09-21T05:23:05.726 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:23:06.217 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 8.1 MB/s | 35 MB 00:04 2024-09-21T05:23:06.218 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:23:06.218 INFO:teuthology.orchestra.run.smithi063.stdout:Total 18 MB/s | 79 MB 00:04 2024-09-21T05:23:06.344 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T05:23:06.428 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:06.928 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:23:07.302 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:23:07.303 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:23:07.647 INFO:teuthology.orchestra.run.smithi161.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 2.2 MB/s | 29 MB 00:13 2024-09-21T05:23:08.303 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:23:08.303 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:23:09.181 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:09.315 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:10.859 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:23:10.964 INFO:teuthology.orchestra.run.smithi161.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 2.1 MB/s | 35 MB 00:16 2024-09-21T05:23:10.964 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:23:10.964 INFO:teuthology.orchestra.run.smithi161.stdout:Total 4.8 MB/s | 79 MB 00:16 2024-09-21T05:23:11.547 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T05:23:11.636 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:11.643 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:23:11.992 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:23:11.992 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:23:12.952 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:23:12.953 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:23:14.132 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:14.182 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:14.410 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:14.539 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:15.374 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:23:16.017 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T05:23:16.097 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:18.878 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:19.001 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:19.015 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:19.667 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:19.706 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:23.804 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:23.842 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:24.845 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:28.723 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:57.016 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:57.055 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:57.358 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:57.358 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T05:23:57.358 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:23:57.358 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:23:58.160 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:23:58.509 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T05:23:58.594 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T05:23:58.595 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T05:23:58.595 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T05:23:58.595 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T05:23:58.595 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T05:23:58.595 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T05:23:58.595 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T05:23:58.595 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T05:23:58.653 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T05:23:58.653 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T05:23:58.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-09-21T05:23:58.685 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-09-21T05:23:58.685 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-09-21T05:23:58.685 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.06 2024-09-21T05:23:58.685 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 82.el9 2024-09-21T05:23:58.685 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-09-21T05:23:58.685 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Group : Unspecified 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 8274670 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : builder@centos.org 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:23:58.686 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T05:23:58.687 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T05:23:58.687 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T05:23:58.687 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-09-21T05:23:58.687 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:23:58.687 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T05:23:58.687 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T05:23:58.688 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 5.14.0-508.el9.x86_64 2024-09-21T05:23:58.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T05:23:59.371 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-09-21T05:24:00.662 INFO:teuthology.orchestra.run.smithi071.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T05:24:00.701 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-09-21T05:24:00.704 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-09-21T05:24:00.719 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.xdM4gbP9ZT 2024-09-21T05:24:00.719 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xdM4gbP9ZT 2024-09-21T05:24:00.786 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.xdM4gbP9ZT 2024-09-21T05:24:00.927 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.xdM4gbP9ZT is 6KB 2024-09-21T05:24:00.948 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.xdM4gbP9ZT 2024-09-21T05:24:00.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T05:24:01.025 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T05:24:01.025 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T05:24:01.025 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T05:24:01.025 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T05:24:01.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T05:24:01.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-09-21T05:24:04.086 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:04.127 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:04.484 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:04.485 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T05:24:04.485 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:24:04.485 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:24:05.312 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:24:05.313 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:24:05.644 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T05:24:05.763 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T05:24:05.764 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T05:24:05.764 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T05:24:05.764 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T05:24:05.764 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T05:24:05.764 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T05:24:05.764 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T05:24:05.764 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T05:24:05.822 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T05:24:05.823 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T05:24:05.823 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2024-09-21T05:24:05.860 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2024-09-21T05:24:05.860 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.06 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 82.el9 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Group : Unspecified 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 8274670 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T05:24:05.861 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : builder@centos.org 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:24:05.862 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T05:24:05.863 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T05:24:05.863 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 5.14.0-508.el9.x86_64 2024-09-21T05:24:05.863 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T05:24:06.392 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:06.431 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:06.495 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-09-21T05:24:06.801 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:06.802 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T05:24:06.802 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T05:24:06.802 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T05:24:07.693 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T05:24:07.693 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:24:07.693 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:24:07.693 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T05:24:07.693 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T05:24:07.694 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T05:24:07.694 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T05:24:07.694 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:24:07.694 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:24:07.943 INFO:teuthology.orchestra.run.smithi063.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T05:24:07.969 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-09-21T05:24:07.971 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-09-21T05:24:07.986 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.Xbv6WdxDzI 2024-09-21T05:24:07.986 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Xbv6WdxDzI 2024-09-21T05:24:08.052 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.Xbv6WdxDzI 2024-09-21T05:24:08.062 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T05:24:08.152 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T05:24:08.153 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T05:24:08.153 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T05:24:08.153 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T05:24:08.153 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T05:24:08.154 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-21T05:24:08.154 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T05:24:08.154 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T05:24:08.188 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.Xbv6WdxDzI is 6KB 2024-09-21T05:24:08.213 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T05:24:08.213 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T05:24:08.214 DEBUG:teuthology.orchestra.run.smithi161:> sudo rpm -qi grub2-tools 2024-09-21T05:24:08.236 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.Xbv6WdxDzI 2024-09-21T05:24:08.250 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T05:24:08.254 INFO:teuthology.orchestra.run.smithi161.stdout:Name : grub2-tools 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Epoch : 1 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Version : 2.06 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Release : 82.el9 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: x86_64 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Group : Unspecified 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Size : 8274670 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:License : GPLv3+ 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Packager : builder@centos.org 2024-09-21T05:24:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:Vendor : CentOS 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:Summary : Support tools for GRUB. 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:Description : 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:hardware devices. 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:24:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T05:24:08.257 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T05:24:08.257 INFO:teuthology.task.kernel:Updating grub on smithi161 to boot 5.14.0-508.el9.x86_64 2024-09-21T05:24:08.257 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T05:24:08.312 INFO:teuthology.orchestra.run.smithi063.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T05:24:08.312 INFO:teuthology.orchestra.run.smithi063.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T05:24:08.312 INFO:teuthology.orchestra.run.smithi063.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T05:24:08.312 INFO:teuthology.orchestra.run.smithi063.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T05:24:08.313 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T05:24:08.475 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-09-21T05:24:08.915 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-09-21T05:24:10.238 INFO:teuthology.orchestra.run.smithi161.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T05:24:10.276 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-09-21T05:24:10.279 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-09-21T05:24:10.295 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.zAuUpC0jDO 2024-09-21T05:24:10.295 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zAuUpC0jDO 2024-09-21T05:24:10.362 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.zAuUpC0jDO 2024-09-21T05:24:10.494 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.zAuUpC0jDO is 6KB 2024-09-21T05:24:10.513 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.zAuUpC0jDO 2024-09-21T05:24:10.528 DEBUG:teuthology.orchestra.run.smithi161:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T05:24:10.591 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T05:24:10.591 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T05:24:10.591 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T05:24:10.591 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T05:24:10.593 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T05:24:10.741 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-09-21T05:24:31.194 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T05:24:31.195 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-21T05:24:31.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:24:38.479 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T05:24:38.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:24:38.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:24:40.746 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-21T05:24:40.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:24:40.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:24:49.519 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-21T05:24:56.945 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-21T05:24:58.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-21T05:24:58.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:24:59.247 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-21T05:25:01.583 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-21T05:25:05.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:25:05.950 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:08.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:25:08.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:09.007 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-21T05:25:11.311 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-21T05:25:13.585 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-21T05:25:13.585 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:21.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:25:21.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:23.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:25:23.314 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:39.439 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-21T05:25:41.746 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-21T05:25:45.432 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-21T05:25:45.788 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-21T05:25:45.789 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-21T05:25:45.789 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-21T05:25:45.803 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-508.el9.x86_64 2024-09-21T05:25:45.803 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T05:25:45.803 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T05:25:45.803 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T05:25:46.804 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T05:25:46.804 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T05:25:46.942 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-09-21T05:25:46.966 DEBUG:teuthology.parallel:result is None 2024-09-21T05:25:54.439 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:25:54.440 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:54.752 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-09-21T05:25:55.147 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:25:55.147 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-21T05:25:55.148 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-09-21T05:25:55.162 INFO:teuthology.orchestra.run.smithi063.stdout:5.14.0-508.el9.x86_64 2024-09-21T05:25:55.162 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T05:25:55.163 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T05:25:55.163 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T05:25:56.164 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T05:25:56.164 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T05:25:56.257 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-09-21T05:25:56.286 DEBUG:teuthology.parallel:result is None 2024-09-21T05:25:56.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:25:56.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:25:57.112 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-09-21T05:25:57.445 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:25:57.445 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-21T05:25:57.445 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-09-21T05:25:57.460 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-508.el9.x86_64 2024-09-21T05:25:57.460 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T05:25:57.460 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T05:25:57.460 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T05:25:58.461 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-21T05:25:58.461 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T05:25:58.557 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-09-21T05:25:58.586 DEBUG:teuthology.parallel:result is None 2024-09-21T05:25:58.586 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T05:25:58.592 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T05:25:58.592 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T05:25:58.598 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T05:25:58.600 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T05:25:58.629 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T05:25:58.635 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T05:25:58.644 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T05:25:58.644 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T05:25:58.669 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T05:25:58.672 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T05:25:58.729 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T05:25:58.736 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T05:25:58.736 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:25:58.738 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:25:58.742 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:25:58.770 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T05:25:58.775 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T05:25:58.781 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T05:25:58.785 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T05:25:58.813 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T05:25:58.839 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T05:25:58.841 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T05:25:58.848 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T05:25:58.848 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T05:25:58.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T05:25:58.853 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T05:25:58.922 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T05:25:58.930 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T05:25:58.930 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T05:25:58.933 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T05:25:58.935 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T05:25:58.983 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T05:25:59.062 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T05:25:59.133 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T05:25:59.187 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T05:25:59.225 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:25:59.225 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T05:25:59.288 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T05:25:59.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T05:25:59.382 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T05:25:59.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T05:25:59.508 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:25:59.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T05:25:59.572 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T05:25:59.613 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T05:25:59.660 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T05:25:59.747 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T05:25:59.789 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:25:59.790 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T05:25:59.859 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-09-21T05:25:59.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-09-21T05:25:59.863 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-09-21T05:25:59.911 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T05:25:59.948 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T05:25:59.979 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T05:26:00.419 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T05:26:00.434 INFO:teuthology.task.internal:Starting timer... 2024-09-21T05:26:00.434 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T05:26:00.479 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T05:26:00.545 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-21T05:26:00.545 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2024-09-21T05:26:00.581 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2024-09-21T05:26:00.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-09-21T05:26:00.635 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-09-21T05:26:00.637 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-09-21T05:26:00.717 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-09-21T05:26:00.719 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T05:26:00.719 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2024-09-21T05:26:00.745 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2024-09-21T05:26:00.746 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-09-21T05:26:00.765 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-09-21T05:26:00.765 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-09-21T05:26:00.787 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-09-21T05:26:00.787 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2024-09-21T05:26:00.787 DEBUG:teuthology.orchestra.run.smithi063:> 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 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-21T05:26:00.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:26:00.814 DEBUG:teuthology.orchestra.run.smithi071:> 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 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-21T05:26:00.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:26:00.843 DEBUG:teuthology.orchestra.run.smithi161:> 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 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-21T05:26:00.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:26:00.868 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T05:26:00.868 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2024-09-21T05:26:00.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-09-21T05:26:00.960 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-09-21T05:26:01.007 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T05:26:01.018 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-21T05:26:01.021 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-21T05:26:01.122 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T05:26:01.131 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-21T05:26:01.132 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi071.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T05:29:44.552 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-09-21T05:29:44.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:29:44.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:29:44.629 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-09-21T05:29:44.718 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-21T05:29:44.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-21T05:29:44.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:29:44.792 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-21T05:29:44.873 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-21T05:29:44.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:29:44.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T05:29:44.950 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-09-21T05:29:45.036 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-21T05:29:45.037 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T05:29:45.047 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T05:29:45.048 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T05:29:45.048 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:29:45.051 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T05:29:45.051 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:29:45.053 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T05:29:45.053 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:29:45.080 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T05:29:45.083 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T05:29:45.094 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T05:29:45.100 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T05:29:45.110 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T05:29:45.118 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-09-21T05:29:45.126 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T05:29:45.128 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2024-09-21T05:29:45.129 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-09-21T05:29:45.140 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2024-09-21T05:29:45.143 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T05:29:45.153 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-09-21T05:29:45.156 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T05:29:45.156 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T05:29:45.165 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-09-21T05:29:45.171 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T05:29:45.181 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T05:29:45.194 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T05:29:45.211 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-09-21T05:29:45.214 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T05:29:45.214 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-09-21T05:29:45.214 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.215 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.215 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.215 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.230 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-09-21T05:29:45.233 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T05:29:45.234 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-09-21T05:29:45.234 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.234 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.234 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.234 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.250 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-09-21T05:29:45.254 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T05:29:45.254 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-09-21T05:29:45.254 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.254 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.254 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.254 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:29:45.255 INFO:teuthology.run_tasks:Running task pexec... 2024-09-21T05:29:45.265 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-21T05:29:45.265 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2024-09-21T05:29:45.265 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T05:29:45.266 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-09-21T05:29:45.266 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T05:29:45.266 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2024-09-21T05:29:45.266 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T05:29:45.613 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:29:45.643 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:29:45.644 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:29:45.650 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:29:45.650 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-09-21T05:29:45.650 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:29:45.650 INFO:teuthology.orchestra.run.smithi063.stdout:Removing: 2024-09-21T05:29:45.650 INFO:teuthology.orchestra.run.smithi063.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T05:29:45.650 INFO:teuthology.orchestra.run.smithi063.stdout:Removing unused dependencies: 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout:Remove 2 Packages 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout:Freed space: 5.5 M 2024-09-21T05:29:45.651 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout:Removing: 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout:Removing unused dependencies: 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:45.652 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:29:45.653 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:29:45.653 INFO:teuthology.orchestra.run.smithi161.stdout:Remove 2 Packages 2024-09-21T05:29:45.653 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:45.653 INFO:teuthology.orchestra.run.smithi161.stdout:Freed space: 5.5 M 2024-09-21T05:29:45.653 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:29:45.655 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:29:45.655 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:29:45.657 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:29:45.657 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:29:45.661 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:29:45.661 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:Removing: 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:Removing unused dependencies: 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:Remove 2 Packages 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:Freed space: 5.5 M 2024-09-21T05:29:45.662 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:29:45.666 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:29:45.666 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:29:45.713 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:29:45.713 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:29:45.731 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:29:45.732 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:29:45.743 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:29:45.744 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:29:45.855 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:29:45.882 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:29:45.884 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:29:45.937 INFO:teuthology.orchestra.run.smithi161.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T05:29:45.965 INFO:teuthology.orchestra.run.smithi071.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T05:29:45.966 INFO:teuthology.orchestra.run.smithi063.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T05:29:45.997 INFO:teuthology.orchestra.run.smithi161.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T05:29:46.022 INFO:teuthology.orchestra.run.smithi063.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T05:29:46.023 INFO:teuthology.orchestra.run.smithi071.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T05:29:46.460 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T05:29:46.460 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T05:29:46.485 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T05:29:46.485 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T05:29:46.542 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T05:29:46.542 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T05:29:46.689 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T05:29:46.689 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:46.689 INFO:teuthology.orchestra.run.smithi161.stdout:Removed: 2024-09-21T05:29:46.689 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T05:29:46.689 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:46.690 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:29:46.703 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T05:29:46.704 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:46.704 INFO:teuthology.orchestra.run.smithi063.stdout:Removed: 2024-09-21T05:29:46.704 INFO:teuthology.orchestra.run.smithi063.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T05:29:46.704 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:46.704 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:29:46.801 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T05:29:46.801 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:46.801 INFO:teuthology.orchestra.run.smithi071.stdout:Removed: 2024-09-21T05:29:46.801 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T05:29:46.801 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:46.801 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:29:47.551 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:46 ago on Sat 21 Sep 2024 05:29:01 AM UTC. 2024-09-21T05:29:47.555 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 05:28:55 AM UTC. 2024-09-21T05:29:47.621 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 05:28:55 AM UTC. 2024-09-21T05:29:47.690 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:29:47.690 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:29:47.691 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2024-09-21T05:29:47.692 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:47.692 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:29:47.692 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2024-09-21T05:29:47.693 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:47.697 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 2.0 M 2024-09-21T05:29:47.697 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 9.2 M 2024-09-21T05:29:47.697 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:29:47.701 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 2.0 M 2024-09-21T05:29:47.701 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 9.2 M 2024-09-21T05:29:47.701 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:29:47.754 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:29:47.755 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:29:47.755 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-21T05:29:47.755 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:29:47.755 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:29:47.755 INFO:teuthology.orchestra.run.smithi071.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2024-09-21T05:29:47.756 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:47.764 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 2.0 M 2024-09-21T05:29:47.764 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 9.2 M 2024-09-21T05:29:47.764 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:29:47.850 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): libnvme-1.9-3.el9.x86_64.rpm 1.1 MB/s | 106 kB 00:00 2024-09-21T05:29:47.875 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): nvmetcli-0.7-3.el9.noarch.rpm 360 kB/s | 44 kB 00:00 2024-09-21T05:29:47.909 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-21T05:29:47.934 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.8 MB/s | 906 kB 00:00 2024-09-21T05:29:47.959 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-21T05:29:48.018 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-21T05:29:48.018 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:29:48.018 INFO:teuthology.orchestra.run.smithi063.stdout:Total 6.3 MB/s | 2.0 MB 00:00 2024-09-21T05:29:48.068 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 390 kB/s | 44 kB 00:00 2024-09-21T05:29:48.094 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:29:48.108 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:29:48.109 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:29:48.118 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 645 kB/s | 106 kB 00:00 2024-09-21T05:29:48.140 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 379 kB/s | 44 kB 00:00 2024-09-21T05:29:48.151 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 858 kB/s | 72 kB 00:00 2024-09-21T05:29:48.174 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 703 kB/s | 106 kB 00:00 2024-09-21T05:29:48.194 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-21T05:29:48.224 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 859 kB/s | 72 kB 00:00 2024-09-21T05:29:48.249 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-21T05:29:48.283 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.4 MB/s | 906 kB 00:00 2024-09-21T05:29:48.310 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.5 MB/s | 906 kB 00:00 2024-09-21T05:29:48.350 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-21T05:29:48.350 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:29:48.350 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.4 MB/s | 2.0 MB 00:00 2024-09-21T05:29:48.369 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.8 MB/s | 837 kB 00:00 2024-09-21T05:29:48.369 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:29:48.369 INFO:teuthology.orchestra.run.smithi161.stdout:Total 3.0 MB/s | 2.0 MB 00:00 2024-09-21T05:29:48.378 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:29:48.378 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:29:48.423 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:29:48.437 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:29:48.437 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:29:48.445 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:29:48.459 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:29:48.459 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:29:48.716 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:29:48.716 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:29:48.732 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:29:48.733 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:29:48.816 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:29:48.905 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-21T05:29:48.938 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-21T05:29:48.967 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-21T05:29:49.148 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:29:49.160 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:29:49.190 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-21T05:29:49.231 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-21T05:29:49.247 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-21T05:29:49.260 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-21T05:29:49.281 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-21T05:29:49.295 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-21T05:29:49.310 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-21T05:29:49.323 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-21T05:29:49.523 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-21T05:29:49.539 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-21T05:29:49.557 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-21T05:29:49.580 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-21T05:29:49.715 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-21T05:29:49.759 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-21T05:29:50.001 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-21T05:29:50.008 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-21T05:29:50.033 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-21T05:29:50.049 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-21T05:29:50.710 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-21T05:29:50.710 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-21T05:29:50.710 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-21T05:29:50.710 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-21T05:29:50.710 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-21T05:29:50.710 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-21T05:29:51.008 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-21T05:29:51.008 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-21T05:29:51.008 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-21T05:29:51.008 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-21T05:29:51.008 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-21T05:29:51.008 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:29:51.028 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:29:51.031 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-21T05:29:51.031 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-21T05:29:51.031 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-21T05:29:51.031 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-21T05:29:51.031 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-21T05:29:51.031 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-21T05:29:51.332 DEBUG:teuthology.parallel:result is None 2024-09-21T05:29:51.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:29:51.336 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T05:29:51.385 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:29:51.386 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:29:51.669 DEBUG:teuthology.parallel:result is None 2024-09-21T05:29:51.714 DEBUG:teuthology.parallel:result is None 2024-09-21T05:29:51.715 INFO:teuthology.run_tasks:Running task install... 2024-09-21T05:29:51.722 DEBUG:teuthology.task.install:project ceph 2024-09-21T05:29:51.723 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2'}} 2024-09-21T05:29:51.723 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2'} 2024-09-21T05:29:51.723 INFO:teuthology.task.install:Using flavor: default 2024-09-21T05:29:51.728 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-21T05:29:51.728 INFO:teuthology.task.install:extra packages: [] 2024-09-21T05:29:51.728 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': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', 'tag': None, 'wait_for_package': False} 2024-09-21T05:29:51.729 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:29:51.730 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', 'tag': None, 'wait_for_package': False} 2024-09-21T05:29:51.730 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:29:51.731 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': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', 'tag': None, 'wait_for_package': False} 2024-09-21T05:29:51.731 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:29:51.875 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/ 2024-09-21T05:29:51.875 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5103.gf36283e7 2024-09-21T05:29:51.879 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/ 2024-09-21T05:29:51.879 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5103.gf36283e7 2024-09-21T05:29:51.888 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/ 2024-09-21T05:29:51.888 INFO:teuthology.task.install.rpm:Package version is 19.3.0-5103.gf36283e7 2024-09-21T05:29:51.986 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T05:29:51.986 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:29:51.986 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T05:29:51.991 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T05:29:51.991 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:29:51.991 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T05:29:51.997 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-21T05:29:51.997 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:29:51.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-21T05:29:52.016 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-21T05:29:52.016 DEBUG:teuthology.orchestra.run.smithi161:> 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/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T05:29:52.025 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-21T05:29:52.025 DEBUG:teuthology.orchestra.run.smithi063:> 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/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T05:29:52.026 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-21T05:29:52.026 DEBUG:teuthology.orchestra.run.smithi071:> 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/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-21T05:29:52.082 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:29:52.092 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:29:52.094 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:29:52.157 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:29:52.174 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:29:52.184 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:29:52.207 INFO:teuthology.orchestra.run.smithi071.stdout:check_obsoletes = 1 2024-09-21T05:29:52.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum clean all 2024-09-21T05:29:52.221 INFO:teuthology.orchestra.run.smithi161.stdout:check_obsoletes = 1 2024-09-21T05:29:52.222 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum clean all 2024-09-21T05:29:52.242 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2024-09-21T05:29:52.244 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2024-09-21T05:29:52.433 INFO:teuthology.orchestra.run.smithi071.stdout:45 files removed 2024-09-21T05:29:52.455 INFO:teuthology.orchestra.run.smithi161.stdout:45 files removed 2024-09-21T05:29:52.460 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-radosgw 2024-09-21T05:29:52.472 INFO:teuthology.orchestra.run.smithi063.stdout:45 files removed 2024-09-21T05:29:52.484 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-radosgw 2024-09-21T05:29:52.500 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2024-09-21T05:29:53.020 INFO:teuthology.orchestra.run.smithi071.stdout:ceph packages for x86_64 306 kB/s | 84 kB 00:00 2024-09-21T05:29:53.041 INFO:teuthology.orchestra.run.smithi161.stdout:ceph packages for x86_64 315 kB/s | 84 kB 00:00 2024-09-21T05:29:53.080 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 298 kB/s | 84 kB 00:00 2024-09-21T05:29:53.313 INFO:teuthology.orchestra.run.smithi071.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-21T05:29:53.333 INFO:teuthology.orchestra.run.smithi161.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-21T05:29:53.389 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 92 kB/s | 24 kB 00:00 2024-09-21T05:29:53.613 INFO:teuthology.orchestra.run.smithi071.stdout:ceph source packages 7.4 kB/s | 1.9 kB 00:00 2024-09-21T05:29:53.626 INFO:teuthology.orchestra.run.smithi161.stdout:ceph source packages 7.5 kB/s | 1.9 kB 00:00 2024-09-21T05:29:53.673 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-21T05:29:54.306 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.3 MB 00:00 2024-09-21T05:29:54.400 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-21T05:29:56.507 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - AppStream 19 MB/s | 20 MB 00:01 2024-09-21T05:29:58.279 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.3 MB 00:04 2024-09-21T05:29:59.868 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 4.6 MB/s | 20 MB 00:04 2024-09-21T05:30:00.934 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-21T05:30:02.263 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 7.0 MB/s | 20 MB 00:02 2024-09-21T05:30:02.492 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 19 kB 00:00 2024-09-21T05:30:03.621 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-21T05:30:04.477 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 7.9 MB/s | 6.5 MB 00:00 2024-09-21T05:30:06.286 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 19 kB 00:00 2024-09-21T05:30:06.505 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-21T05:30:07.165 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-21T05:30:08.106 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 84 kB/s | 19 kB 00:00 2024-09-21T05:30:09.102 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 26 MB/s | 23 MB 00:00 2024-09-21T05:30:09.202 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-21T05:30:11.492 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 11 M 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.5 M 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.2 M 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T05:30:11.495 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 5.5 M 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 22 M 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 25 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 755 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 509 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T05:30:11.496 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 5.5 M 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 45 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 148 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 162 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 320 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 307 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 99 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T05:30:11.497 INFO:teuthology.orchestra.run.smithi063.stdout:Installing weak dependencies: 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout:Install 31 Packages 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:11.498 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 62 M 2024-09-21T05:30:11.499 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:30:12.462 INFO:teuthology.orchestra.run.smithi063.stdout:(1/33): ceph-radosgw-19.3.0-5103.gf36283e7.el9. 16 MB/s | 11 MB 00:00 2024-09-21T05:30:12.504 INFO:teuthology.orchestra.run.smithi063.stdout:(2/33): ceph-selinux-19.3.0-5103.gf36283e7.el9. 606 kB/s | 25 kB 00:00 2024-09-21T05:30:12.596 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-21T05:30:12.604 INFO:teuthology.orchestra.run.smithi063.stdout:(3/33): libcephfs2-19.3.0-5103.gf36283e7.el9.x8 7.4 MB/s | 755 kB 00:00 2024-09-21T05:30:12.663 INFO:teuthology.orchestra.run.smithi063.stdout:(4/33): libradosstriper1-19.3.0-5103.gf36283e7. 8.5 MB/s | 509 kB 00:00 2024-09-21T05:30:12.905 INFO:teuthology.orchestra.run.smithi063.stdout:(5/33): librgw2-19.3.0-5103.gf36283e7.el9.x86_6 23 MB/s | 5.5 MB 00:00 2024-09-21T05:30:12.946 INFO:teuthology.orchestra.run.smithi063.stdout:(6/33): python3-ceph-argparse-19.3.0-5103.gf362 1.1 MB/s | 45 kB 00:00 2024-09-21T05:30:13.013 INFO:teuthology.orchestra.run.smithi063.stdout:(7/33): ceph-base-19.3.0-5103.gf36283e7.el9.x86 4.5 MB/s | 5.5 MB 00:01 2024-09-21T05:30:13.205 INFO:teuthology.orchestra.run.smithi063.stdout:(8/33): ceph-common-19.3.0-5103.gf36283e7.el9.x 15 MB/s | 22 MB 00:01 2024-09-21T05:30:13.230 INFO:teuthology.orchestra.run.smithi063.stdout:(9/33): python3-ceph-common-19.3.0-5103.gf36283 523 kB/s | 148 kB 00:00 2024-09-21T05:30:13.256 INFO:teuthology.orchestra.run.smithi063.stdout:(10/33): python3-cephfs-19.3.0-5103.gf36283e7.e 669 kB/s | 162 kB 00:00 2024-09-21T05:30:13.289 INFO:teuthology.orchestra.run.smithi063.stdout:(11/33): python3-rados-19.3.0-5103.gf36283e7.el 3.7 MB/s | 320 kB 00:00 2024-09-21T05:30:13.315 INFO:teuthology.orchestra.run.smithi063.stdout:(12/33): python3-rbd-19.3.0-5103.gf36283e7.el9. 3.6 MB/s | 307 kB 00:00 2024-09-21T05:30:13.332 INFO:teuthology.orchestra.run.smithi063.stdout:(13/33): python3-rgw-19.3.0-5103.gf36283e7.el9. 1.3 MB/s | 99 kB 00:00 2024-09-21T05:30:13.732 INFO:teuthology.orchestra.run.smithi063.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 242 kB/s | 107 kB 00:00 2024-09-21T05:30:13.757 INFO:teuthology.orchestra.run.smithi063.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 386 kB/s | 171 kB 00:00 2024-09-21T05:30:13.832 INFO:teuthology.orchestra.run.smithi063.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 320 kB/s | 160 kB 00:00 2024-09-21T05:30:14.099 INFO:teuthology.orchestra.run.smithi063.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 123 kB/s | 45 kB 00:00 2024-09-21T05:30:14.333 INFO:teuthology.orchestra.run.smithi063.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 585 kB/s | 292 kB 00:00 2024-09-21T05:30:14.441 INFO:teuthology.orchestra.run.smithi063.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 969 kB/s | 662 kB 00:00 2024-09-21T05:30:14.467 INFO:teuthology.orchestra.run.smithi063.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 115 kB/s | 42 kB 00:00 2024-09-21T05:30:14.482 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-21T05:30:14.709 INFO:teuthology.orchestra.run.smithi063.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 134 kB/s | 36 kB 00:00 2024-09-21T05:30:14.759 INFO:teuthology.orchestra.run.smithi063.stdout:(22/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 6.0 MB/s | 308 kB 00:00 2024-09-21T05:30:14.809 INFO:teuthology.orchestra.run.smithi063.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 138 kB/s | 47 kB 00:00 2024-09-21T05:30:14.820 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 11 M 2024-09-21T05:30:14.823 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrading: 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.5 M 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.2 M 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 5.5 M 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 22 M 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 25 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 755 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T05:30:14.824 INFO:teuthology.orchestra.run.smithi161.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 509 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 5.5 M 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 45 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 148 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 162 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 320 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 307 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 99 k 2024-09-21T05:30:14.825 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout:Installing weak dependencies: 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout:Install 31 Packages 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrade 2 Packages 2024-09-21T05:30:14.826 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:14.827 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 62 M 2024-09-21T05:30:14.827 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:30:14.861 INFO:teuthology.orchestra.run.smithi063.stdout:(24/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 523 kB/s | 26 kB 00:00 2024-09-21T05:30:14.886 INFO:teuthology.orchestra.run.smithi063.stdout:(25/33): qatlib-24.02.0-1.el9.x86_64.rpm 400 kB/s | 221 kB 00:00 2024-09-21T05:30:14.910 INFO:teuthology.orchestra.run.smithi063.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 968 kB/s | 49 kB 00:00 2024-09-21T05:30:14.985 INFO:teuthology.orchestra.run.smithi063.stdout:(27/33): libarrow-9.0.0-11.el9.x86_64.rpm 20 MB/s | 4.4 MB 00:00 2024-09-21T05:30:15.019 INFO:teuthology.orchestra.run.smithi063.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 6.0 MB/s | 191 kB 00:00 2024-09-21T05:30:15.035 INFO:teuthology.orchestra.run.smithi063.stdout:(29/33): libunwind-1.6.2-1.el9.x86_64.rpm 447 kB/s | 67 kB 00:00 2024-09-21T05:30:15.069 INFO:teuthology.orchestra.run.smithi063.stdout:(30/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.4 MB/s | 839 kB 00:00 2024-09-21T05:30:15.111 INFO:teuthology.orchestra.run.smithi063.stdout:(31/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-21T05:30:15.478 INFO:teuthology.orchestra.run.smithi063.stdout:(32/33): librbd1-19.3.0-5103.gf36283e7.el9.x86_ 8.0 MB/s | 3.2 MB 00:00 2024-09-21T05:30:15.711 INFO:teuthology.orchestra.run.smithi063.stdout:(33/33): librados2-19.3.0-5103.gf36283e7.el9.x8 5.1 MB/s | 3.5 MB 00:00 2024-09-21T05:30:15.717 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:15.717 INFO:teuthology.orchestra.run.smithi063.stdout:Total 15 MB/s | 62 MB 00:04 2024-09-21T05:30:15.835 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:30:15.877 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:30:15.877 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:30:16.428 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:30:16.428 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:30:16.597 INFO:teuthology.orchestra.run.smithi161.stdout:(1/33): ceph-radosgw-19.3.0-5103.gf36283e7.el9. 6.4 MB/s | 11 MB 00:01 2024-09-21T05:30:16.704 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:30:16.733 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:30:16.733 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:16.733 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:30:16.733 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 11 M 2024-09-21T05:30:16.733 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: librados2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.5 M 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.2 M 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 5.5 M 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 22 M 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 25 k 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 755 k 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-21T05:30:16.734 INFO:teuthology.orchestra.run.smithi071.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 509 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2 x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 5.5 M 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 45 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 148 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 162 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-21T05:30:16.735 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 320 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 307 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 99 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout:Install 31 Packages 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 2 Packages 2024-09-21T05:30:16.736 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:16.737 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 62 M 2024-09-21T05:30:16.737 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:30:16.814 INFO:teuthology.orchestra.run.smithi161.stdout:(2/33): ceph-common-19.3.0-5103.gf36283e7.el9.x 11 MB/s | 22 MB 00:01 2024-09-21T05:30:16.830 INFO:teuthology.orchestra.run.smithi161.stdout:(3/33): ceph-selinux-19.3.0-5103.gf36283e7.el9. 108 kB/s | 25 kB 00:00 2024-09-21T05:30:16.881 INFO:teuthology.orchestra.run.smithi161.stdout:(4/33): libcephfs2-19.3.0-5103.gf36283e7.el9.x8 11 MB/s | 755 kB 00:00 2024-09-21T05:30:16.906 INFO:teuthology.orchestra.run.smithi161.stdout:(5/33): libradosstriper1-19.3.0-5103.gf36283e7. 6.6 MB/s | 509 kB 00:00 2024-09-21T05:30:16.981 INFO:teuthology.orchestra.run.smithi161.stdout:(6/33): ceph-base-19.3.0-5103.gf36283e7.el9.x86 2.6 MB/s | 5.5 MB 00:02 2024-09-21T05:30:17.006 INFO:teuthology.orchestra.run.smithi161.stdout:(7/33): python3-ceph-argparse-19.3.0-5103.gf362 449 kB/s | 45 kB 00:00 2024-09-21T05:30:17.032 INFO:teuthology.orchestra.run.smithi161.stdout:(8/33): python3-ceph-common-19.3.0-5103.gf36283 2.9 MB/s | 148 kB 00:00 2024-09-21T05:30:17.057 INFO:teuthology.orchestra.run.smithi161.stdout:(9/33): python3-cephfs-19.3.0-5103.gf36283e7.el 3.2 MB/s | 162 kB 00:00 2024-09-21T05:30:17.082 INFO:teuthology.orchestra.run.smithi161.stdout:(10/33): python3-rados-19.3.0-5103.gf36283e7.el 6.2 MB/s | 320 kB 00:00 2024-09-21T05:30:17.116 INFO:teuthology.orchestra.run.smithi161.stdout:(11/33): python3-rbd-19.3.0-5103.gf36283e7.el9. 5.1 MB/s | 307 kB 00:00 2024-09-21T05:30:17.158 INFO:teuthology.orchestra.run.smithi161.stdout:(12/33): python3-rgw-19.3.0-5103.gf36283e7.el9. 1.3 MB/s | 99 kB 00:00 2024-09-21T05:30:17.250 INFO:teuthology.orchestra.run.smithi161.stdout:(13/33): librgw2-19.3.0-5103.gf36283e7.el9.x86_ 15 MB/s | 5.5 MB 00:00 2024-09-21T05:30:17.275 INFO:teuthology.orchestra.run.smithi161.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 672 kB/s | 107 kB 00:00 2024-09-21T05:30:17.317 INFO:teuthology.orchestra.run.smithi161.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-21T05:30:17.341 INFO:teuthology.orchestra.run.smithi071.stdout:(1/33): ceph-base-19.3.0-5103.gf36283e7.el9.x86 11 MB/s | 5.5 MB 00:00 2024-09-21T05:30:17.343 INFO:teuthology.orchestra.run.smithi161.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 928 kB/s | 171 kB 00:00 2024-09-21T05:30:17.385 INFO:teuthology.orchestra.run.smithi161.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-09-21T05:30:17.410 INFO:teuthology.orchestra.run.smithi161.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-09-21T05:30:17.417 INFO:teuthology.orchestra.run.smithi071.stdout:(2/33): ceph-selinux-19.3.0-5103.gf36283e7.el9. 336 kB/s | 25 kB 00:00 2024-09-21T05:30:17.435 INFO:teuthology.orchestra.run.smithi161.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 844 kB/s | 42 kB 00:00 2024-09-21T05:30:17.469 INFO:teuthology.orchestra.run.smithi161.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.3 MB/s | 662 kB 00:00 2024-09-21T05:30:17.494 INFO:teuthology.orchestra.run.smithi161.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-09-21T05:30:17.500 INFO:teuthology.orchestra.run.smithi071.stdout:(3/33): libcephfs2-19.3.0-5103.gf36283e7.el9.x8 8.9 MB/s | 755 kB 00:00 2024-09-21T05:30:17.519 INFO:teuthology.orchestra.run.smithi161.stdout:(22/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-09-21T05:30:17.544 INFO:teuthology.orchestra.run.smithi161.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-09-21T05:30:17.603 INFO:teuthology.orchestra.run.smithi161.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-21T05:30:17.628 INFO:teuthology.orchestra.run.smithi161.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-21T05:30:17.659 INFO:teuthology.orchestra.run.smithi071.stdout:(4/33): ceph-radosgw-19.3.0-5103.gf36283e7.el9. 13 MB/s | 11 MB 00:00 2024-09-21T05:30:17.684 INFO:teuthology.orchestra.run.smithi071.stdout:(5/33): libradosstriper1-19.3.0-5103.gf36283e7. 2.7 MB/s | 509 kB 00:00 2024-09-21T05:30:17.729 INFO:teuthology.orchestra.run.smithi161.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 154 kB/s | 26 kB 00:00 2024-09-21T05:30:17.734 INFO:teuthology.orchestra.run.smithi071.stdout:(6/33): python3-ceph-argparse-19.3.0-5103.gf362 901 kB/s | 45 kB 00:00 2024-09-21T05:30:17.787 INFO:teuthology.orchestra.run.smithi161.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 424 kB/s | 67 kB 00:00 2024-09-21T05:30:17.810 INFO:teuthology.orchestra.run.smithi071.stdout:(7/33): python3-ceph-common-19.3.0-5103.gf36283 1.9 MB/s | 148 kB 00:00 2024-09-21T05:30:17.821 INFO:teuthology.orchestra.run.smithi161.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-21T05:30:17.871 INFO:teuthology.orchestra.run.smithi161.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.8 MB/s | 839 kB 00:00 2024-09-21T05:30:17.927 INFO:teuthology.orchestra.run.smithi071.stdout:(8/33): librgw2-19.3.0-5103.gf36283e7.el9.x86_6 21 MB/s | 5.5 MB 00:00 2024-09-21T05:30:17.930 INFO:teuthology.orchestra.run.smithi161.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-09-21T05:30:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:(9/33): python3-cephfs-19.3.0-5103.gf36283e7.el 1.1 MB/s | 162 kB 00:00 2024-09-21T05:30:17.977 INFO:teuthology.orchestra.run.smithi071.stdout:(10/33): python3-rados-19.3.0-5103.gf36283e7.el 6.2 MB/s | 320 kB 00:00 2024-09-21T05:30:18.005 INFO:teuthology.orchestra.run.smithi161.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 9.1 MB/s | 4.4 MB 00:00 2024-09-21T05:30:18.011 INFO:teuthology.orchestra.run.smithi071.stdout:(11/33): python3-rbd-19.3.0-5103.gf36283e7.el9. 5.1 MB/s | 307 kB 00:00 2024-09-21T05:30:18.036 INFO:teuthology.orchestra.run.smithi071.stdout:(12/33): python3-rgw-19.3.0-5103.gf36283e7.el9. 1.7 MB/s | 99 kB 00:00 2024-09-21T05:30:18.063 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:30:18.130 INFO:teuthology.orchestra.run.smithi161.stdout:(32/33): librbd1-19.3.0-5103.gf36283e7.el9.x86_ 16 MB/s | 3.2 MB 00:00 2024-09-21T05:30:18.150 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-21T05:30:18.185 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-21T05:30:18.216 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-21T05:30:18.239 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T05:30:18.245 INFO:teuthology.orchestra.run.smithi071.stdout:(13/33): ceph-common-19.3.0-5103.gf36283e7.el9. 15 MB/s | 22 MB 00:01 2024-09-21T05:30:18.260 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T05:30:18.295 INFO:teuthology.orchestra.run.smithi071.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 376 kB/s | 107 kB 00:00 2024-09-21T05:30:18.330 INFO:teuthology.orchestra.run.smithi161.stdout:(33/33): librados2-19.3.0-5103.gf36283e7.el9.x8 7.5 MB/s | 3.5 MB 00:00 2024-09-21T05:30:18.338 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:18.338 INFO:teuthology.orchestra.run.smithi161.stdout:Total 18 MB/s | 62 MB 00:03 2024-09-21T05:30:18.362 INFO:teuthology.orchestra.run.smithi071.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 681 kB/s | 45 kB 00:00 2024-09-21T05:30:18.387 INFO:teuthology.orchestra.run.smithi071.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 486 kB/s | 171 kB 00:00 2024-09-21T05:30:18.412 INFO:teuthology.orchestra.run.smithi071.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 959 kB/s | 160 kB 00:00 2024-09-21T05:30:18.454 INFO:teuthology.orchestra.run.smithi071.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-21T05:30:18.455 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:30:18.465 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T05:30:18.480 INFO:teuthology.orchestra.run.smithi071.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-21T05:30:18.492 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:30:18.492 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:30:18.521 INFO:teuthology.orchestra.run.smithi071.stdout:(20/33): qatlib-service-24.02.0-1.el9.x86_64.rp 869 kB/s | 36 kB 00:00 2024-09-21T05:30:18.546 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T05:30:18.546 INFO:teuthology.orchestra.run.smithi071.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-09-21T05:30:18.572 INFO:teuthology.orchestra.run.smithi071.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 944 kB/s | 47 kB 00:00 2024-09-21T05:30:18.622 INFO:teuthology.orchestra.run.smithi071.stdout:(23/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.0 MB/s | 308 kB 00:00 2024-09-21T05:30:18.656 INFO:teuthology.orchestra.run.smithi071.stdout:(24/33): librdkafka-1.6.1-102.el9.x86_64.rpm 2.2 MB/s | 662 kB 00:00 2024-09-21T05:30:18.681 INFO:teuthology.orchestra.run.smithi071.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 458 kB/s | 26 kB 00:00 2024-09-21T05:30:18.706 INFO:teuthology.orchestra.run.smithi071.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 970 kB/s | 49 kB 00:00 2024-09-21T05:30:18.765 INFO:teuthology.orchestra.run.smithi071.stdout:(27/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 16 MB/s | 839 kB 00:00 2024-09-21T05:30:18.790 INFO:teuthology.orchestra.run.smithi071.stdout:(28/33): libunwind-1.6.2-1.el9.x86_64.rpm 620 kB/s | 67 kB 00:00 2024-09-21T05:30:18.815 INFO:teuthology.orchestra.run.smithi071.stdout:(29/33): re2-20211101-20.el9.x86_64.rpm 3.7 MB/s | 191 kB 00:00 2024-09-21T05:30:18.905 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-21T05:30:18.924 INFO:teuthology.orchestra.run.smithi071.stdout:(30/33): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-21T05:30:18.983 INFO:teuthology.orchestra.run.smithi071.stdout:(31/33): thrift-0.15.0-2.el9.x86_64.rpm 8.2 MB/s | 1.6 MB 00:00 2024-09-21T05:30:19.034 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:19.043 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:30:19.043 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:30:19.066 INFO:teuthology.orchestra.run.smithi071.stdout:(32/33): librados2-19.3.0-5103.gf36283e7.el9.x8 14 MB/s | 3.5 MB 00:00 2024-09-21T05:30:19.148 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:19.166 INFO:teuthology.orchestra.run.smithi071.stdout:(33/33): librbd1-19.3.0-5103.gf36283e7.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-21T05:30:19.171 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:19.171 INFO:teuthology.orchestra.run.smithi071.stdout:Total 25 MB/s | 62 MB 00:02 2024-09-21T05:30:19.241 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 8/35 2024-09-21T05:30:19.276 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 9/35 2024-09-21T05:30:19.280 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:30:19.318 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:30:19.318 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:30:19.339 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 9/35 2024-09-21T05:30:19.368 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-21T05:30:19.412 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9. 11/35 2024-09-21T05:30:19.482 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 12/35 2024-09-21T05:30:19.512 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 13/35 2024-09-21T05:30:19.568 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 13/35 2024-09-21T05:30:19.602 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-21T05:30:19.712 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-21T05:30:19.745 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-21T05:30:19.788 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-21T05:30:19.830 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:30:19.831 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:30:19.951 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-21T05:30:19.980 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-21T05:30:20.022 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T05:30:20.059 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-21T05:30:20.403 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-21T05:30:20.443 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 23/35 2024-09-21T05:30:20.519 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 23/35 2024-09-21T05:30:20.548 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 24/35 2024-09-21T05:30:20.559 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:30:20.584 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-21T05:30:20.641 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-21T05:30:20.669 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-21T05:30:20.703 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-21T05:30:20.725 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T05:30:20.752 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T05:30:20.975 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T05:30:21.049 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T05:30:21.110 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-21T05:30:21.146 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 27/35 2024-09-21T05:30:21.209 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 27/35 2024-09-21T05:30:21.294 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 28/35 2024-09-21T05:30:21.323 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x8 29/35 2024-09-21T05:30:21.341 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:30:21.402 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-21T05:30:21.411 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-21T05:30:21.470 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-21T05:30:21.497 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-21T05:30:21.519 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T05:30:21.521 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:21.541 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-21T05:30:21.613 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:21.700 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 8/35 2024-09-21T05:30:21.729 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T05:30:21.738 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 9/35 2024-09-21T05:30:21.782 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-21T05:30:21.809 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 9/35 2024-09-21T05:30:21.846 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-21T05:30:21.890 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9. 11/35 2024-09-21T05:30:21.959 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 12/35 2024-09-21T05:30:21.983 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 13/35 2024-09-21T05:30:22.046 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 13/35 2024-09-21T05:30:22.081 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-21T05:30:22.108 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-21T05:30:22.188 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-21T05:30:22.213 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:22.241 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-21T05:30:22.310 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-21T05:30:22.314 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:22.347 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-21T05:30:22.376 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-21T05:30:22.394 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 8/35 2024-09-21T05:30:22.409 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T05:30:22.423 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 9/35 2024-09-21T05:30:22.454 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-21T05:30:22.469 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 9/35 2024-09-21T05:30:22.498 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-21T05:30:22.541 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9. 11/35 2024-09-21T05:30:22.609 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 12/35 2024-09-21T05:30:22.634 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 13/35 2024-09-21T05:30:22.698 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 13/35 2024-09-21T05:30:22.732 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-21T05:30:22.796 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-21T05:30:22.838 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-21T05:30:22.875 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-21T05:30:22.916 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-21T05:30:22.956 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-21T05:30:22.985 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-21T05:30:22.998 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 23/35 2024-09-21T05:30:23.023 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T05:30:23.064 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-21T05:30:23.089 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 23/35 2024-09-21T05:30:23.119 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 24/35 2024-09-21T05:30:23.171 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-21T05:30:23.400 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-21T05:30:23.440 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 23/35 2024-09-21T05:30:23.515 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 23/35 2024-09-21T05:30:23.583 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 24/35 2024-09-21T05:30:23.622 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-21T05:30:23.661 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-21T05:30:23.683 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 27/35 2024-09-21T05:30:23.738 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 27/35 2024-09-21T05:30:23.772 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:23.811 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:23.837 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 28/35 2024-09-21T05:30:23.869 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x8 29/35 2024-09-21T05:30:24.128 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-21T05:30:24.159 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 27/35 2024-09-21T05:30:24.231 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 27/35 2024-09-21T05:30:24.312 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 28/35 2024-09-21T05:30:24.353 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x8 29/35 2024-09-21T05:30:24.408 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:24.439 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 31/35 2024-09-21T05:30:24.522 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 31/35 2024-09-21T05:30:24.522 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T05:30:24.522 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T05:30:24.522 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:24.565 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:26.175 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:26.207 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:26.701 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:26.740 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:26.773 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:26.819 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 31/35 2024-09-21T05:30:26.926 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 31/35 2024-09-21T05:30:26.926 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T05:30:26.926 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T05:30:26.926 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:26.970 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:27.320 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 30/35 2024-09-21T05:30:27.360 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 31/35 2024-09-21T05:30:27.451 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 31/35 2024-09-21T05:30:27.452 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-21T05:30:27.452 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-21T05:30:27.452 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:27.495 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2024-09-21T05:30:35.002 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /root 2024-09-21T05:30:35.003 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2024-09-21T05:30:35.003 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:36.030 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 33/35 2024-09-21T05:30:36.057 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 33/35 2024-09-21T05:30:36.057 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:30:36.057 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T05:30:36.057 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T05:30:36.057 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T05:30:36.057 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:36.059 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T05:30:36.158 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T05:30:36.158 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /sys 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /proc 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /mnt 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /var/tmp 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /home 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /root 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /tmp 2024-09-21T05:30:36.883 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:37.368 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 1/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 3/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 4/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 5/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 6/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9. 8/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x8 9/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 10/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 11/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 12/35 2024-09-21T05:30:37.369 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 13/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-21T05:30:37.370 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-21T05:30:37.371 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-21T05:30:37.372 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-21T05:30:37.372 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-21T05:30:37.372 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-21T05:30:37.372 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:37.372 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-21T05:30:37.372 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 34/35 2024-09-21T05:30:37.482 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:37.482 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /sys 2024-09-21T05:30:37.482 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /proc 2024-09-21T05:30:37.482 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /mnt 2024-09-21T05:30:37.482 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /var/tmp 2024-09-21T05:30:37.482 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /home 2024-09-21T05:30:37.483 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /root 2024-09-21T05:30:37.483 INFO:teuthology.orchestra.run.smithi071.stdout:skipping the directory /tmp 2024-09-21T05:30:37.483 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:37.859 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 33/35 2024-09-21T05:30:37.889 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 33/35 2024-09-21T05:30:37.889 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:30:37.890 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T05:30:37.890 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T05:30:37.890 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T05:30:37.890 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:37.891 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T05:30:37.986 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T05:30:37.986 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:38.485 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 33/35 2024-09-21T05:30:38.510 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 33/35 2024-09-21T05:30:38.511 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:30:38.511 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-21T05:30:38.511 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T05:30:38.511 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-21T05:30:38.511 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:38.512 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T05:30:38.540 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:38.540 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.541 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T05:30:38.542 INFO:teuthology.orchestra.run.smithi063.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T05:30:38.543 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:38.544 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T05:30:38.545 INFO:teuthology.orchestra.run.smithi063.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T05:30:38.545 INFO:teuthology.orchestra.run.smithi063.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T05:30:38.545 INFO:teuthology.orchestra.run.smithi063.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T05:30:38.545 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T05:30:38.545 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:38.545 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:30:38.596 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-21T05:30:38.596 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:38.891 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 1/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 3/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 4/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 5/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 6/35 2024-09-21T05:30:39.301 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9. 8/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x8 9/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 10/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 11/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 12/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 13/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T05:30:39.302 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-21T05:30:39.303 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 34/35 2024-09-21T05:30:39.502 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:30 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:30:39.643 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 46 M 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:30:39.644 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 161 k 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout:Install 4 Packages 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:39.645 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 46 M 2024-09-21T05:30:39.646 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 201 M 2024-09-21T05:30:39.646 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:30:39.731 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 1/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 3/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 4/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 5/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_6 6/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 7/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9. 8/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x8 9/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 10/35 2024-09-21T05:30:39.732 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 11/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 12/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 13/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-21T05:30:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-21T05:30:39.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-21T05:30:39.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-21T05:30:39.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-21T05:30:39.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-21T05:30:39.734 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-21T05:30:39.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-21T05:30:39.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-21T05:30:39.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 32/35 2024-09-21T05:30:39.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-21T05:30:39.735 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 34/35 2024-09-21T05:30:40.106 INFO:teuthology.orchestra.run.smithi063.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.5 MB/s | 304 kB 00:00 2024-09-21T05:30:40.131 INFO:teuthology.orchestra.run.smithi063.stdout:(2/4): libcephsqlite-19.3.0-5103.gf36283e7.el9. 716 kB/s | 161 kB 00:00 2024-09-21T05:30:40.156 INFO:teuthology.orchestra.run.smithi063.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-21T05:30:40.400 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:40.400 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:40.400 INFO:teuthology.orchestra.run.smithi161.stdout:Upgraded: 2024-09-21T05:30:40.400 INFO:teuthology.orchestra.run.smithi161.stdout: librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.401 INFO:teuthology.orchestra.run.smithi161.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.402 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:40.403 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-radosgw-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-selinux-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-21T05:30:40.531 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: libradosstriper1-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: librgw2-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-argparse-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.532 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ceph-common-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: re2-1:20211101-20.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:40.533 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:30:40.784 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-test 2024-09-21T05:30:40.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-test 2024-09-21T05:30:41.340 INFO:teuthology.orchestra.run.smithi063.stdout:(4/4): ceph-test-19.3.0-5103.gf36283e7.el9.x86_ 32 MB/s | 46 MB 00:01 2024-09-21T05:30:41.342 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:41.342 INFO:teuthology.orchestra.run.smithi063.stdout:Total 27 MB/s | 46 MB 00:01 2024-09-21T05:30:41.370 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:30:41.376 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:29 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:30:41.393 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:30:41.393 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:30:41.484 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:27 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:30:41.510 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:30:41.510 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 46 M 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 161 k 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout:Install 4 Packages 2024-09-21T05:30:41.511 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:41.512 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 46 M 2024-09-21T05:30:41.512 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 201 M 2024-09-21T05:30:41.512 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:30:41.617 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:30:41.617 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 46 M 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 161 k 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:30:41.618 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-09-21T05:30:41.619 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 46 M 2024-09-21T05:30:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 201 M 2024-09-21T05:30:41.619 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:30:41.776 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:30:41.776 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:30:41.845 INFO:teuthology.orchestra.run.smithi161.stdout:(1/4): libcephsqlite-19.3.0-5103.gf36283e7.el9. 751 kB/s | 161 kB 00:00 2024-09-21T05:30:41.960 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.4 MB/s | 304 kB 00:00 2024-09-21T05:30:41.985 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): libcephsqlite-19.3.0-5103.gf36283e7.el9. 658 kB/s | 161 kB 00:00 2024-09-21T05:30:42.010 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-21T05:30:42.311 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:30:42.393 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T05:30:42.412 INFO:teuthology.orchestra.run.smithi161.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 389 kB/s | 304 kB 00:00 2024-09-21T05:30:42.440 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T05:30:42.466 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 3/4 2024-09-21T05:30:42.478 INFO:teuthology.orchestra.run.smithi161.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 102 kB/s | 64 kB 00:00 2024-09-21T05:30:43.062 INFO:teuthology.orchestra.run.smithi161.stdout:(4/4): ceph-test-19.3.0-5103.gf36283e7.el9.x86_ 32 MB/s | 46 MB 00:01 2024-09-21T05:30:43.064 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:43.065 INFO:teuthology.orchestra.run.smithi161.stdout:Total 30 MB/s | 46 MB 00:01 2024-09-21T05:30:43.092 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:30:43.113 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:30:43.113 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:30:43.484 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:30:43.484 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:30:44.009 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:30:44.084 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T05:30:44.128 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T05:30:44.155 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 3/4 2024-09-21T05:30:44.160 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): ceph-test-19.3.0-5103.gf36283e7.el9.x86_ 19 MB/s | 46 MB 00:02 2024-09-21T05:30:44.162 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:44.163 INFO:teuthology.orchestra.run.smithi071.stdout:Total 18 MB/s | 46 MB 00:02 2024-09-21T05:30:44.190 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:30:44.211 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:30:44.211 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:30:44.580 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:30:44.580 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:30:45.101 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:30:45.179 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-21T05:30:45.217 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-21T05:30:45.245 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 3/4 2024-09-21T05:30:47.109 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 3/4 2024-09-21T05:30:47.192 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 4/4 2024-09-21T05:30:48.525 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 3/4 2024-09-21T05:30:48.603 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 4/4 2024-09-21T05:30:49.463 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 4/4 2024-09-21T05:30:49.463 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 1/4 2024-09-21T05:30:49.463 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 2/4 2024-09-21T05:30:49.464 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T05:30:49.598 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 3/4 2024-09-21T05:30:49.685 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 4/4 2024-09-21T05:30:49.832 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T05:30:49.832 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:49.833 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:30:50.102 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2024-09-21T05:30:50.713 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:41 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:30:50.862 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:30:50.864 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout: ceph x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 6.6 k 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 2.4 M 2024-09-21T05:30:50.865 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 1.5 M 2024-09-21T05:30:50.866 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 292 k 2024-09-21T05:30:50.866 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 4.8 M 2024-09-21T05:30:50.866 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 17 M 2024-09-21T05:30:50.866 INFO:teuthology.orchestra.run.smithi063.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T05:30:50.866 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T05:30:50.866 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T05:30:50.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T05:30:50.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T05:30:50.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T05:30:50.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T05:30:50.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T05:30:50.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T05:30:50.868 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T05:30:50.869 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections 2024-09-21T05:30:50.869 INFO:teuthology.orchestra.run.smithi063.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-21T05:30:50.869 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T05:30:50.870 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T05:30:50.871 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout:Install 37 Packages 2024-09-21T05:30:50.872 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:50.873 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 31 M 2024-09-21T05:30:50.873 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 109 M 2024-09-21T05:30:50.873 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:30:50.918 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 4/4 2024-09-21T05:30:50.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 1/4 2024-09-21T05:30:50.919 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 2/4 2024-09-21T05:30:50.919 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T05:30:51.334 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T05:30:51.334 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:51.334 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:30:51.334 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:51.335 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:51.335 INFO:teuthology.orchestra.run.smithi161.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T05:30:51.335 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T05:30:51.335 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:51.335 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:30:51.617 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph 2024-09-21T05:30:51.790 INFO:teuthology.orchestra.run.smithi063.stdout:(1/37): ceph-19.3.0-5103.gf36283e7.el9.x86_64.r 44 kB/s | 6.6 kB 00:00 2024-09-21T05:30:51.973 INFO:teuthology.orchestra.run.smithi063.stdout:(2/37): ceph-mgr-19.3.0-5103.gf36283e7.el9.x86_ 4.6 MB/s | 1.5 MB 00:00 2024-09-21T05:30:52.022 INFO:teuthology.orchestra.run.smithi063.stdout:(3/37): ceph-mds-19.3.0-5103.gf36283e7.el9.x86_ 6.2 MB/s | 2.4 MB 00:00 2024-09-21T05:30:52.106 INFO:teuthology.orchestra.run.smithi063.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5103.gf362 3.4 MB/s | 292 kB 00:00 2024-09-21T05:30:52.141 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 4/4 2024-09-21T05:30:52.141 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 1/4 2024-09-21T05:30:52.142 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 2/4 2024-09-21T05:30:52.142 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-21T05:30:52.201 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:40 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:30:52.307 INFO:teuthology.orchestra.run.smithi063.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-21T05:30:52.332 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout: ceph x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 6.6 k 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:30:52.335 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 2.4 M 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 1.5 M 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 292 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 4.8 M 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 17 M 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T05:30:52.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-collections 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T05:30:52.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:30:52.338 INFO:teuthology.orchestra.run.smithi161.stdout:Install 37 Packages 2024-09-21T05:30:52.339 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:52.339 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 31 M 2024-09-21T05:30:52.339 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 109 M 2024-09-21T05:30:52.339 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:30:52.515 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-21T05:30:52.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-test-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout: libcephsqlite-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:52.516 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:30:52.534 INFO:teuthology.orchestra.run.smithi063.stdout:(6/37): ceph-osd-19.3.0-5103.gf36283e7.el9.x86_ 31 MB/s | 17 MB 00:00 2024-09-21T05:30:52.592 INFO:teuthology.orchestra.run.smithi063.stdout:(7/37): ceph-mon-19.3.0-5103.gf36283e7.el9.x86_ 6.0 MB/s | 4.8 MB 00:00 2024-09-21T05:30:52.668 INFO:teuthology.orchestra.run.smithi063.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 3.4 MB/s | 1.2 MB 00:00 2024-09-21T05:30:52.718 INFO:teuthology.orchestra.run.smithi063.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-09-21T05:30:52.743 INFO:teuthology.orchestra.run.smithi063.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 510 kB/s | 106 kB 00:00 2024-09-21T05:30:52.769 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph 2024-09-21T05:30:52.769 INFO:teuthology.orchestra.run.smithi063.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 769 kB/s | 135 kB 00:00 2024-09-21T05:30:52.794 INFO:teuthology.orchestra.run.smithi063.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-09-21T05:30:52.997 INFO:teuthology.orchestra.run.smithi161.stdout:(1/37): ceph-19.3.0-5103.gf36283e7.el9.x86_64.r 55 kB/s | 6.6 kB 00:00 2024-09-21T05:30:53.111 INFO:teuthology.orchestra.run.smithi063.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 110 kB/s | 35 kB 00:00 2024-09-21T05:30:53.213 INFO:teuthology.orchestra.run.smithi161.stdout:(2/37): ceph-mds-19.3.0-5103.gf36283e7.el9.x86_ 7.1 MB/s | 2.4 MB 00:00 2024-09-21T05:30:53.272 INFO:teuthology.orchestra.run.smithi161.stdout:(3/37): ceph-mgr-19.3.0-5103.gf36283e7.el9.x86_ 3.9 MB/s | 1.5 MB 00:00 2024-09-21T05:30:53.319 INFO:teuthology.orchestra.run.smithi063.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 313 kB/s | 172 kB 00:00 2024-09-21T05:30:53.345 INFO:teuthology.orchestra.run.smithi063.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 314 kB/s | 188 kB 00:00 2024-09-21T05:30:53.356 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:39 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:30:53.395 INFO:teuthology.orchestra.run.smithi063.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 272 kB/s | 77 kB 00:00 2024-09-21T05:30:53.397 INFO:teuthology.orchestra.run.smithi161.stdout:(4/37): ceph-mon-19.3.0-5103.gf36283e7.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-21T05:30:53.420 INFO:teuthology.orchestra.run.smithi063.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 508 kB/s | 51 kB 00:00 2024-09-21T05:30:53.422 INFO:teuthology.orchestra.run.smithi161.stdout:(5/37): ceph-mgr-modules-core-19.3.0-5103.gf362 1.9 MB/s | 292 kB 00:00 2024-09-21T05:30:53.453 INFO:teuthology.orchestra.run.smithi063.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 383 kB/s | 42 kB 00:00 2024-09-21T05:30:53.487 INFO:teuthology.orchestra.run.smithi063.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-09-21T05:30:53.488 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:30:53.490 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:53.490 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: ceph x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 6.6 k 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 2.4 M 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 1.5 M 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 292 k 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 4.8 M 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 17 M 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-21T05:30:53.491 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-21T05:30:53.492 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-21T05:30:53.493 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout:Install 37 Packages 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:30:53.494 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 31 M 2024-09-21T05:30:53.495 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 109 M 2024-09-21T05:30:53.495 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:30:53.521 INFO:teuthology.orchestra.run.smithi063.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 670 kB/s | 43 kB 00:00 2024-09-21T05:30:53.523 INFO:teuthology.orchestra.run.smithi161.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 253 kB 00:00 2024-09-21T05:30:53.547 INFO:teuthology.orchestra.run.smithi063.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-09-21T05:30:53.564 INFO:teuthology.orchestra.run.smithi161.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-21T05:30:53.580 INFO:teuthology.orchestra.run.smithi063.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 324 kB/s | 11 kB 00:00 2024-09-21T05:30:53.605 INFO:teuthology.orchestra.run.smithi063.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-09-21T05:30:53.606 INFO:teuthology.orchestra.run.smithi161.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-09-21T05:30:53.630 INFO:teuthology.orchestra.run.smithi063.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 354 kB/s | 18 kB 00:00 2024-09-21T05:30:53.655 INFO:teuthology.orchestra.run.smithi063.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-09-21T05:30:53.681 INFO:teuthology.orchestra.run.smithi063.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-21T05:30:53.706 INFO:teuthology.orchestra.run.smithi063.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-21T05:30:53.731 INFO:teuthology.orchestra.run.smithi063.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 926 kB/s | 46 kB 00:00 2024-09-21T05:30:53.756 INFO:teuthology.orchestra.run.smithi063.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-21T05:30:53.782 INFO:teuthology.orchestra.run.smithi063.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-21T05:30:53.790 INFO:teuthology.orchestra.run.smithi161.stdout:(9/37): ceph-osd-19.3.0-5103.gf36283e7.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-21T05:30:53.807 INFO:teuthology.orchestra.run.smithi063.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-21T05:30:53.824 INFO:teuthology.orchestra.run.smithi161.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 3.1 MB/s | 1.2 MB 00:00 2024-09-21T05:30:53.832 INFO:teuthology.orchestra.run.smithi063.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-21T05:30:53.849 INFO:teuthology.orchestra.run.smithi161.stdout:(11/37): python3-requests-2.25.1-8.el9.noarch.r 515 kB/s | 125 kB 00:00 2024-09-21T05:30:53.857 INFO:teuthology.orchestra.run.smithi063.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-21T05:30:53.883 INFO:teuthology.orchestra.run.smithi063.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-21T05:30:53.891 INFO:teuthology.orchestra.run.smithi161.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 2.7 MB/s | 188 kB 00:00 2024-09-21T05:30:53.916 INFO:teuthology.orchestra.run.smithi063.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-21T05:30:53.917 INFO:teuthology.orchestra.run.smithi161.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-09-21T05:30:53.941 INFO:teuthology.orchestra.run.smithi063.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-09-21T05:30:53.942 INFO:teuthology.orchestra.run.smithi161.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 692 kB/s | 35 kB 00:00 2024-09-21T05:30:53.967 INFO:teuthology.orchestra.run.smithi063.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-21T05:30:53.967 INFO:teuthology.orchestra.run.smithi161.stdout:(15/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.2 MB/s | 215 kB 00:00 2024-09-21T05:30:53.971 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:53.971 INFO:teuthology.orchestra.run.smithi063.stdout:Total 9.9 MB/s | 31 MB 00:03 2024-09-21T05:30:53.992 INFO:teuthology.orchestra.run.smithi161.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-21T05:30:54.017 INFO:teuthology.orchestra.run.smithi161.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 677 kB/s | 51 kB 00:00 2024-09-21T05:30:54.043 INFO:teuthology.orchestra.run.smithi161.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 834 kB/s | 42 kB 00:00 2024-09-21T05:30:54.085 INFO:teuthology.orchestra.run.smithi161.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-21T05:30:54.110 INFO:teuthology.orchestra.run.smithi161.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 648 kB/s | 43 kB 00:00 2024-09-21T05:30:54.128 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:30:54.135 INFO:teuthology.orchestra.run.smithi161.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.5 MB/s | 172 kB 00:00 2024-09-21T05:30:54.160 INFO:teuthology.orchestra.run.smithi161.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 427 kB/s | 11 kB 00:00 2024-09-21T05:30:54.173 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:30:54.173 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:30:54.186 INFO:teuthology.orchestra.run.smithi161.stdout:(23/37): lua-devel-5.4.4-4.el9.x86_64.rpm 115 kB/s | 22 kB 00:00 2024-09-21T05:30:54.211 INFO:teuthology.orchestra.run.smithi161.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-09-21T05:30:54.245 INFO:teuthology.orchestra.run.smithi161.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 725 kB/s | 19 kB 00:00 2024-09-21T05:30:54.270 INFO:teuthology.orchestra.run.smithi161.stdout:(26/37): python3-jaraco-text-3.2.0-6.el9.noarch 852 kB/s | 20 kB 00:00 2024-09-21T05:30:54.295 INFO:teuthology.orchestra.run.smithi161.stdout:(27/37): python3-jaraco-collections-3.0.0-8.el9 212 kB/s | 23 kB 00:00 2024-09-21T05:30:54.329 INFO:teuthology.orchestra.run.smithi161.stdout:(28/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-09-21T05:30:54.354 INFO:teuthology.orchestra.run.smithi161.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 551 kB/s | 46 kB 00:00 2024-09-21T05:30:54.379 INFO:teuthology.orchestra.run.smithi161.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-09-21T05:30:54.405 INFO:teuthology.orchestra.run.smithi161.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-21T05:30:54.430 INFO:teuthology.orchestra.run.smithi161.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-21T05:30:54.455 INFO:teuthology.orchestra.run.smithi161.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-21T05:30:54.480 INFO:teuthology.orchestra.run.smithi161.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-21T05:30:54.497 INFO:teuthology.orchestra.run.smithi161.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-21T05:30:54.548 INFO:teuthology.orchestra.run.smithi161.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-09-21T05:30:54.581 INFO:teuthology.orchestra.run.smithi161.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-09-21T05:30:54.585 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:54.585 INFO:teuthology.orchestra.run.smithi161.stdout:Total 14 MB/s | 31 MB 00:02 2024-09-21T05:30:54.653 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:30:54.654 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:30:54.668 INFO:teuthology.orchestra.run.smithi071.stdout:(1/37): ceph-19.3.0-5103.gf36283e7.el9.x86_64.r 45 kB/s | 6.6 kB 00:00 2024-09-21T05:30:54.733 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:30:54.774 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:30:54.774 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:30:54.843 INFO:teuthology.orchestra.run.smithi071.stdout:(2/37): ceph-mds-19.3.0-5103.gf36283e7.el9.x86_ 7.4 MB/s | 2.4 MB 00:00 2024-09-21T05:30:54.885 INFO:teuthology.orchestra.run.smithi071.stdout:(3/37): ceph-mgr-19.3.0-5103.gf36283e7.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-09-21T05:30:55.002 INFO:teuthology.orchestra.run.smithi071.stdout:(4/37): ceph-mgr-modules-core-19.3.0-5103.gf362 2.4 MB/s | 292 kB 00:00 2024-09-21T05:30:55.169 INFO:teuthology.orchestra.run.smithi071.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-09-21T05:30:55.238 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:30:55.238 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:30:55.411 INFO:teuthology.orchestra.run.smithi071.stdout:(6/37): ceph-osd-19.3.0-5103.gf36283e7.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-21T05:30:55.494 INFO:teuthology.orchestra.run.smithi071.stdout:(7/37): ceph-mon-19.3.0-5103.gf36283e7.el9.x86_ 5.8 MB/s | 4.8 MB 00:00 2024-09-21T05:30:55.603 INFO:teuthology.orchestra.run.smithi071.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 556 kB/s | 106 kB 00:00 2024-09-21T05:30:55.636 INFO:teuthology.orchestra.run.smithi071.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 2.6 MB/s | 1.2 MB 00:00 2024-09-21T05:30:55.662 INFO:teuthology.orchestra.run.smithi071.stdout:(10/37): python3-pycparser-2.20-6.el9.noarch.rp 809 kB/s | 135 kB 00:00 2024-09-21T05:30:55.679 INFO:teuthology.orchestra.run.smithi071.stdout:(11/37): python3-requests-2.25.1-8.el9.noarch.r 1.6 MB/s | 125 kB 00:00 2024-09-21T05:30:55.729 INFO:teuthology.orchestra.run.smithi071.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-09-21T05:30:55.845 INFO:teuthology.orchestra.run.smithi071.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 298 kB/s | 35 kB 00:00 2024-09-21T05:30:55.862 INFO:teuthology.orchestra.run.smithi071.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 938 kB/s | 172 kB 00:00 2024-09-21T05:30:55.888 INFO:teuthology.orchestra.run.smithi071.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 835 kB/s | 188 kB 00:00 2024-09-21T05:30:55.913 INFO:teuthology.orchestra.run.smithi071.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-21T05:30:55.938 INFO:teuthology.orchestra.run.smithi071.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-09-21T05:30:55.964 INFO:teuthology.orchestra.run.smithi071.stdout:(18/37): python3-packaging-20.9-5.el9.noarch.rp 655 kB/s | 77 kB 00:00 2024-09-21T05:30:55.966 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:30:56.006 INFO:teuthology.orchestra.run.smithi071.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-09-21T05:30:56.028 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T05:30:56.039 INFO:teuthology.orchestra.run.smithi071.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-09-21T05:30:56.061 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T05:30:56.064 INFO:teuthology.orchestra.run.smithi071.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 434 kB/s | 43 kB 00:00 2024-09-21T05:30:56.089 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T05:30:56.090 INFO:teuthology.orchestra.run.smithi071.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 462 kB/s | 11 kB 00:00 2024-09-21T05:30:56.115 INFO:teuthology.orchestra.run.smithi071.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 714 kB/s | 18 kB 00:00 2024-09-21T05:30:56.132 INFO:teuthology.orchestra.run.smithi071.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-21T05:30:56.157 INFO:teuthology.orchestra.run.smithi071.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 555 kB/s | 23 kB 00:00 2024-09-21T05:30:56.163 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T05:30:56.182 INFO:teuthology.orchestra.run.smithi071.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-21T05:30:56.208 INFO:teuthology.orchestra.run.smithi071.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-21T05:30:56.213 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T05:30:56.233 INFO:teuthology.orchestra.run.smithi071.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-09-21T05:30:56.246 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T05:30:56.258 INFO:teuthology.orchestra.run.smithi071.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-09-21T05:30:56.283 INFO:teuthology.orchestra.run.smithi071.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-21T05:30:56.309 INFO:teuthology.orchestra.run.smithi071.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-21T05:30:56.326 INFO:teuthology.orchestra.run.smithi071.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-09-21T05:30:56.342 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T05:30:56.351 INFO:teuthology.orchestra.run.smithi071.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 856 kB/s | 36 kB 00:00 2024-09-21T05:30:56.376 INFO:teuthology.orchestra.run.smithi071.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-21T05:30:56.401 INFO:teuthology.orchestra.run.smithi071.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-21T05:30:56.418 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T05:30:56.426 INFO:teuthology.orchestra.run.smithi071.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-09-21T05:30:56.452 INFO:teuthology.orchestra.run.smithi071.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-21T05:30:56.455 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:30:56.455 INFO:teuthology.orchestra.run.smithi071.stdout:Total 10 MB/s | 31 MB 00:02 2024-09-21T05:30:56.465 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T05:30:56.500 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T05:30:56.523 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:30:56.538 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T05:30:56.572 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T05:30:56.600 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T05:30:56.605 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T05:30:56.608 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:30:56.633 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T05:30:56.646 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T05:30:56.648 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:30:56.648 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:30:56.671 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T05:30:56.692 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T05:30:56.723 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T05:30:56.743 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T05:30:56.765 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T05:30:56.795 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T05:30:56.812 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T05:30:56.828 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T05:30:56.889 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T05:30:56.919 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T05:30:57.005 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T05:30:57.042 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T05:30:57.047 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T05:30:57.083 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T05:30:57.112 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T05:30:57.118 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:30:57.118 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:30:57.123 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T05:30:57.147 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T05:30:57.174 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T05:30:57.180 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T05:30:57.212 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T05:30:57.221 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T05:30:57.270 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T05:30:57.272 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T05:30:57.315 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T05:30:57.335 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T05:30:57.364 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T05:30:57.404 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T05:30:57.476 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T05:30:57.528 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T05:30:57.603 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T05:30:57.616 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T05:30:57.680 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T05:30:57.696 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T05:30:57.749 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T05:30:57.768 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T05:30:57.795 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T05:30:57.806 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T05:30:57.853 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T05:30:57.907 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T05:30:57.942 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T05:30:58.097 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T05:30:58.128 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9. 32/37 2024-09-21T05:30:58.141 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T05:30:58.157 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 33/37 2024-09-21T05:30:58.185 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 33/37 2024-09-21T05:30:58.185 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:30:58.185 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T05:30:58.185 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T05:30:58.185 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T05:30:58.185 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:58.229 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T05:30:58.323 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T05:30:58.357 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T05:30:58.414 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:30:58.487 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T05:30:58.487 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-21T05:30:58.521 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-21T05:30:58.548 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-21T05:30:58.622 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-21T05:30:58.661 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9. 32/37 2024-09-21T05:30:58.680 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-21T05:30:58.692 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 33/37 2024-09-21T05:30:58.713 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-21T05:30:58.717 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 33/37 2024-09-21T05:30:58.717 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:30:58.717 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T05:30:58.717 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T05:30:58.718 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T05:30:58.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:30:58.805 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-21T05:30:58.883 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-21T05:30:58.924 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-21T05:30:58.959 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-21T05:30:58.989 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-21T05:30:59.023 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-21T05:30:59.057 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-21T05:30:59.097 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-21T05:30:59.132 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-21T05:30:59.167 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-21T05:30:59.206 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-21T05:30:59.239 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-21T05:30:59.337 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-21T05:30:59.476 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-21T05:30:59.555 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-21T05:30:59.608 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-21T05:30:59.646 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-21T05:30:59.696 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-21T05:30:59.725 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 34/37 2024-09-21T05:30:59.752 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-21T05:30:59.754 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 34/37 2024-09-21T05:30:59.754 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:30:59.754 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T05:30:59.754 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T05:30:59.754 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T05:30:59.754 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:30:59.954 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-21T05:31:00.000 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-21T05:31:00.079 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-21T05:31:00.184 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-21T05:31:00.202 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 34/37 2024-09-21T05:31:00.224 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-21T05:31:00.229 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 34/37 2024-09-21T05:31:00.229 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:00.229 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T05:31:00.229 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T05:31:00.229 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T05:31:00.229 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:00.233 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 35/37 2024-09-21T05:31:00.258 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 35/37 2024-09-21T05:31:00.259 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:00.259 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T05:31:00.259 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T05:31:00.259 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T05:31:00.259 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:00.355 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-21T05:31:00.509 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 36/37 2024-09-21T05:31:00.526 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9. 32/37 2024-09-21T05:31:00.534 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 36/37 2024-09-21T05:31:00.534 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:00.535 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T05:31:00.535 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T05:31:00.535 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T05:31:00.535 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:00.551 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 33/37 2024-09-21T05:31:00.576 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 33/37 2024-09-21T05:31:00.576 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:00.576 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-21T05:31:00.576 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T05:31:00.576 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-21T05:31:00.576 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:00.601 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 37/37 2024-09-21T05:31:00.686 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 35/37 2024-09-21T05:31:00.710 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 35/37 2024-09-21T05:31:00.710 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:00.710 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T05:31:00.711 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T05:31:00.711 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T05:31:00.711 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:00.945 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 36/37 2024-09-21T05:31:00.968 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 36/37 2024-09-21T05:31:00.969 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:00.969 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T05:31:00.969 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T05:31:00.969 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T05:31:00.969 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:01.032 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 37/37 2024-09-21T05:31:02.052 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 34/37 2024-09-21T05:31:02.079 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 34/37 2024-09-21T05:31:02.079 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:02.079 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-21T05:31:02.079 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T05:31:02.079 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-21T05:31:02.080 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:02.211 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 37/37 2024-09-21T05:31:02.211 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 1/37 2024-09-21T05:31:02.211 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 2/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 3/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 4/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 5/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9. 6/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T05:31:02.212 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T05:31:02.213 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T05:31:02.214 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T05:31:02.215 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T05:31:02.527 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 35/37 2024-09-21T05:31:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 35/37 2024-09-21T05:31:02.551 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:02.551 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-21T05:31:02.551 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T05:31:02.551 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-21T05:31:02.551 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 37/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 1/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 2/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 3/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 4/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 5/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9. 6/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T05:31:02.780 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T05:31:02.781 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T05:31:02.782 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T05:31:02.782 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T05:31:02.782 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T05:31:02.782 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T05:31:02.783 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T05:31:02.786 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 36/37 2024-09-21T05:31:02.810 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 36/37 2024-09-21T05:31:02.810 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:02.811 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-21T05:31:02.811 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T05:31:02.811 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-21T05:31:02.811 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:02.875 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 37/37 2024-09-21T05:31:03.138 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T05:31:03.138 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.139 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T05:31:03.140 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T05:31:03.141 INFO:teuthology.orchestra.run.smithi063.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T05:31:03.142 INFO:teuthology.orchestra.run.smithi063.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T05:31:03.142 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T05:31:03.142 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T05:31:03.142 INFO:teuthology.orchestra.run.smithi063.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T05:31:03.142 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T05:31:03.142 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T05:31:03.143 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T05:31:03.143 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T05:31:03.143 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T05:31:03.143 INFO:teuthology.orchestra.run.smithi063.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T05:31:03.143 INFO:teuthology.orchestra.run.smithi063.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T05:31:03.143 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T05:31:03.144 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T05:31:03.144 INFO:teuthology.orchestra.run.smithi063.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T05:31:03.144 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:03.144 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:03.517 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-base 2024-09-21T05:31:03.663 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T05:31:03.663 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T05:31:03.664 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T05:31:03.665 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:03.666 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:04.109 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-base 2024-09-21T05:31:04.132 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:04.225 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:04.269 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:04.271 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:04.271 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:04.331 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install cephadm 2024-09-21T05:31:04.626 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 37/37 2024-09-21T05:31:04.626 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 1/37 2024-09-21T05:31:04.626 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 2/37 2024-09-21T05:31:04.626 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 3/37 2024-09-21T05:31:04.626 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 4/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 5/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9. 6/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-21T05:31:04.627 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-21T05:31:04.628 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-21T05:31:04.629 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-21T05:31:04.629 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-21T05:31:04.629 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-21T05:31:04.699 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:04.789 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:04.831 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:04.832 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:04.832 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:04.909 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install cephadm 2024-09-21T05:31:04.934 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:05.072 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:05.072 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:05.072 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 784 k 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 784 k 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 791 k 2024-09-21T05:31:05.073 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:05.307 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm-19.3.0-5103.gf36283e7.el9.noarch.rpm 3.3 MB/s | 784 kB 00:00 2024-09-21T05:31:05.308 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:05.308 INFO:teuthology.orchestra.run.smithi063.stdout:Total 3.3 MB/s | 784 kB 00:00 2024-09-21T05:31:05.308 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:05.314 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:05.314 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:05.320 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:05.320 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:05.395 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:05.492 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:05.623 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:05.624 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:05.624 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:05.624 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:05.624 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 784 k 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 784 k 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 791 k 2024-09-21T05:31:05.625 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mds-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:05.727 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-modules-core-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mon-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-osd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: lua-5.4.4-4.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-21T05:31:05.728 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-ply-3.11-14.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-21T05:31:05.729 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:05.730 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:05.871 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:05.877 INFO:teuthology.orchestra.run.smithi161.stdout:cephadm-19.3.0-5103.gf36283e7.el9.noarch.rpm 3.0 MB/s | 784 kB 00:00 2024-09-21T05:31:05.877 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:05.878 INFO:teuthology.orchestra.run.smithi161.stdout:Total 3.0 MB/s | 784 kB 00:00 2024-09-21T05:31:05.878 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:05.883 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:05.883 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:05.889 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:05.890 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:05.962 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:05.964 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:06.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-base 2024-09-21T05:31:06.337 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:06.355 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:06.455 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:06.593 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:06.593 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:06.593 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:06.593 INFO:teuthology.orchestra.run.smithi063.stdout: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:06.593 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:06.593 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:06.654 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:52 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:06.742 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-base-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:06.784 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:06.785 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:31:06.785 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:06.786 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T05:31:06.822 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:06.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install cephadm 2024-09-21T05:31:07.070 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:07.070 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:07.070 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:07.070 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:07.070 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:07.070 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:07.273 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T05:31:07.391 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:07.434 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:53 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:07.529 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:07.529 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:07.529 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 145 k 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 145 k 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 432 k 2024-09-21T05:31:07.530 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:07.571 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:07.571 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 784 k 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 784 k 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 791 k 2024-09-21T05:31:07.572 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:07.738 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-immutable-object-cache-19.3.0-5103.gf36283 701 kB/s | 145 kB 00:00 2024-09-21T05:31:07.738 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:07.739 INFO:teuthology.orchestra.run.smithi063.stdout:Total 696 kB/s | 145 kB 00:00 2024-09-21T05:31:07.739 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:07.747 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:07.747 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:07.807 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:07.808 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:07.864 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:07.870 INFO:teuthology.orchestra.run.smithi071.stdout:cephadm-19.3.0-5103.gf36283e7.el9.noarch.rpm 2.6 MB/s | 784 kB 00:00 2024-09-21T05:31:07.870 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:07.871 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.6 MB/s | 784 kB 00:00 2024-09-21T05:31:07.871 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:07.876 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:07.876 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:07.882 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:07.882 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:07.960 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:07.980 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:08.001 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 145 k 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:08.002 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:08.003 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:08.003 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:08.003 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:08.003 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 145 k 2024-09-21T05:31:08.003 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 432 k 2024-09-21T05:31:08.003 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:08.055 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:08.081 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:08.081 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:08.082 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T05:31:08.082 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:08.207 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-immutable-object-cache-19.3.0-5103.gf36283 710 kB/s | 145 kB 00:00 2024-09-21T05:31:08.208 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:08.208 INFO:teuthology.orchestra.run.smithi161.stdout:Total 706 kB/s | 145 kB 00:00 2024-09-21T05:31:08.208 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:08.215 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:08.215 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:08.273 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:08.273 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:08.398 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:08.428 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:08.492 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:08.516 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:08.517 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:08.517 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:08.517 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T05:31:08.517 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:08.881 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:09.016 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:09.016 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:09.016 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:09.016 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:09.017 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:09.017 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:09.132 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:09.133 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:09.133 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:09.133 INFO:teuthology.orchestra.run.smithi071.stdout: cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:09.133 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:09.133 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:09.216 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr 2024-09-21T05:31:09.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-immutable-object-cache 2024-09-21T05:31:09.437 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:09.437 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:09.437 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:09.437 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:09.437 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:09.437 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:09.661 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr 2024-09-21T05:31:09.827 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:00 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:09.919 INFO:teuthology.orchestra.run.smithi063.stdout:Package ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:09.927 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:55 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:09.964 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:09.965 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:09.965 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:10.024 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T05:31:10.063 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 145 k 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:10.064 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:31:10.065 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:10.065 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 145 k 2024-09-21T05:31:10.065 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 432 k 2024-09-21T05:31:10.065 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:10.257 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:10.266 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-immutable-object-cache-19.3.0-5103.gf36283 721 kB/s | 145 kB 00:00 2024-09-21T05:31:10.268 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:10.268 INFO:teuthology.orchestra.run.smithi071.stdout:Total 714 kB/s | 145 kB 00:00 2024-09-21T05:31:10.268 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:10.275 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:10.275 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:10.333 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:10.333 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:10.349 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:10.391 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:10.392 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:10.392 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:10.466 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T05:31:10.494 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:10.576 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:10.600 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:10.600 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:10.601 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-21T05:31:10.601 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:10.630 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:01 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:10.768 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 14 M 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 34 k 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 16 k 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T05:31:10.769 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-09-21T05:31:10.770 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:10.771 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 19 M 2024-09-21T05:31:10.771 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 159 M 2024-09-21T05:31:10.771 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:11.042 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:59 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:11.174 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:11.175 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:11.175 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:11.175 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:11.175 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:11.175 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 14 M 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 34 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 16 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:11.176 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:11.177 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:11.177 INFO:teuthology.orchestra.run.smithi161.stdout:Install 12 Packages 2024-09-21T05:31:11.177 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:11.177 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 19 M 2024-09-21T05:31:11.177 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 159 M 2024-09-21T05:31:11.177 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:11.432 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5103.gf3 237 kB/s | 34 kB 00:00 2024-09-21T05:31:11.457 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5103.gf36 97 kB/s | 16 kB 00:00 2024-09-21T05:31:11.577 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7. 1/1 2024-09-21T05:31:11.577 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:11.577 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:11.578 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-immutable-object-cache-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:11.578 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:11.578 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:11.644 INFO:teuthology.orchestra.run.smithi161.stdout:(1/12): ceph-prometheus-alerts-19.3.0-5103.gf36 105 kB/s | 16 kB 00:00 2024-09-21T05:31:11.669 INFO:teuthology.orchestra.run.smithi161.stdout:(2/12): ceph-grafana-dashboards-19.3.0-5103.gf3 188 kB/s | 34 kB 00:00 2024-09-21T05:31:11.794 INFO:teuthology.orchestra.run.smithi161.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-21T05:31:11.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr 2024-09-21T05:31:11.828 INFO:teuthology.orchestra.run.smithi161.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-09-21T05:31:11.879 INFO:teuthology.orchestra.run.smithi161.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-21T05:31:11.904 INFO:teuthology.orchestra.run.smithi161.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 786 kB/s | 19 kB 00:00 2024-09-21T05:31:11.937 INFO:teuthology.orchestra.run.smithi161.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.9 MB/s | 863 kB 00:00 2024-09-21T05:31:12.004 INFO:teuthology.orchestra.run.smithi161.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 20 MB/s | 2.0 MB 00:00 2024-09-21T05:31:12.008 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 490 kB/s | 269 kB 00:00 2024-09-21T05:31:12.030 INFO:teuthology.orchestra.run.smithi161.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2024-09-21T05:31:12.055 INFO:teuthology.orchestra.run.smithi161.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 613 kB/s | 31 kB 00:00 2024-09-21T05:31:12.080 INFO:teuthology.orchestra.run.smithi161.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-21T05:31:12.191 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 2024-09-21T05:31:12.242 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-21T05:31:12.258 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.2 MB/s | 19 kB 00:00 2024-09-21T05:31:12.396 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:58 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:12.418 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): ceph-mgr-dashboard-19.3.0-5103.gf36283e 13 MB/s | 14 MB 00:01 2024-09-21T05:31:12.451 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.9 MB/s | 863 kB 00:00 2024-09-21T05:31:12.485 INFO:teuthology.orchestra.run.smithi071.stdout:Package ceph-mgr-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:12.501 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-09-21T05:31:12.526 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 454 kB/s | 31 kB 00:00 2024-09-21T05:31:12.527 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:12.528 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:31:12.528 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:12.551 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-21T05:31:12.591 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-dashboard 2024-09-21T05:31:12.602 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.9 MB/s | 2.0 MB 00:00 2024-09-21T05:31:12.606 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:12.607 INFO:teuthology.orchestra.run.smithi063.stdout:Total 11 MB/s | 19 MB 00:01 2024-09-21T05:31:12.638 INFO:teuthology.orchestra.run.smithi161.stdout:(12/12): ceph-mgr-dashboard-19.3.0-5103.gf36283 12 MB/s | 14 MB 00:01 2024-09-21T05:31:12.642 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:12.643 INFO:teuthology.orchestra.run.smithi161.stdout:Total 13 MB/s | 19 MB 00:01 2024-09-21T05:31:12.657 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:12.678 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:12.678 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:12.690 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:12.710 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:12.710 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:12.974 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:12.975 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:13.003 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:13.003 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:13.172 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:59 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:13.304 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 14 M 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-21T05:31:13.305 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 34 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 16 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:13.306 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-09-21T05:31:13.307 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:13.307 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 19 M 2024-09-21T05:31:13.307 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 159 M 2024-09-21T05:31:13.307 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:13.591 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:13.602 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:13.670 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T05:31:13.681 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T05:31:13.724 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T05:31:13.730 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T05:31:13.771 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T05:31:13.777 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T05:31:13.810 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T05:31:13.814 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T05:31:13.845 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): ceph-grafana-dashboards-19.3.0-5103.gf3 226 kB/s | 34 kB 00:00 2024-09-21T05:31:13.870 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): ceph-prometheus-alerts-19.3.0-5103.gf36 93 kB/s | 16 kB 00:00 2024-09-21T05:31:13.910 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T05:31:13.911 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T05:31:14.045 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T05:31:14.045 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-09-21T05:31:14.046 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T05:31:14.095 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.0 MB/s | 1.0 MB 00:00 2024-09-21T05:31:14.138 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T05:31:14.146 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-21T05:31:14.154 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T05:31:14.171 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 778 kB/s | 19 kB 00:00 2024-09-21T05:31:14.181 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T05:31:14.203 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T05:31:14.210 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T05:31:14.231 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T05:31:14.238 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-09-21T05:31:14.242 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9 10/12 2024-09-21T05:31:14.264 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9 10/12 2024-09-21T05:31:14.280 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.6 MB/s | 863 kB 00:00 2024-09-21T05:31:14.305 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.1 MB/s | 144 kB 00:00 2024-09-21T05:31:14.338 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.1 MB/s | 188 kB 00:00 2024-09-21T05:31:14.364 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 367 kB/s | 31 kB 00:00 2024-09-21T05:31:14.631 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): ceph-mgr-dashboard-19.3.0-5103.gf36283 15 MB/s | 14 MB 00:00 2024-09-21T05:31:14.635 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:14.635 INFO:teuthology.orchestra.run.smithi071.stdout:Total 15 MB/s | 19 MB 00:01 2024-09-21T05:31:14.685 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:14.705 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:14.705 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:14.997 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:14.997 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:15.588 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:15.681 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-21T05:31:15.716 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-21T05:31:15.763 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-21T05:31:15.793 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-21T05:31:15.885 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-21T05:31:16.009 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-21T05:31:16.104 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-21T05:31:16.148 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-21T05:31:16.176 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-21T05:31:16.209 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9 10/12 2024-09-21T05:31:17.455 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el 11/12 2024-09-21T05:31:17.513 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 12/12 2024-09-21T05:31:17.631 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el 11/12 2024-09-21T05:31:17.683 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 12/12 2024-09-21T05:31:19.383 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el 11/12 2024-09-21T05:31:19.437 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 12/12 2024-09-21T05:31:19.544 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 12/12 2024-09-21T05:31:19.544 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el 1/12 2024-09-21T05:31:19.544 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 2/12 2024-09-21T05:31:19.544 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9 3/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T05:31:19.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T05:31:19.548 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 12/12 2024-09-21T05:31:19.548 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el 1/12 2024-09-21T05:31:19.548 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 2/12 2024-09-21T05:31:19.548 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9 3/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T05:31:19.549 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:19.860 INFO:teuthology.orchestra.run.smithi063.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:19.861 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T05:31:19.879 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:19.880 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:20.070 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T05:31:20.130 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T05:31:20.675 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:11 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:20.715 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:20.818 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:20.819 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 7.4 M 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T05:31:20.820 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout:======================================================================================= 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout:Install 12 Packages 2024-09-21T05:31:20.821 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:20.822 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 38 M 2024-09-21T05:31:20.822 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 212 M 2024-09-21T05:31:20.822 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:20.850 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================= 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================= 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 7.4 M 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:31:20.851 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout:======================================================================================= 2024-09-21T05:31:20.852 INFO:teuthology.orchestra.run.smithi161.stdout:Install 12 Packages 2024-09-21T05:31:20.853 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:20.853 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 38 M 2024-09-21T05:31:20.853 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 212 M 2024-09-21T05:31:20.853 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 12/12 2024-09-21T05:31:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el 1/12 2024-09-21T05:31:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noa 2/12 2024-09-21T05:31:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9 3/12 2024-09-21T05:31:21.334 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-21T05:31:21.335 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-21T05:31:21.382 INFO:teuthology.orchestra.run.smithi063.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-21T05:31:21.403 INFO:teuthology.orchestra.run.smithi161.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-21T05:31:21.436 INFO:teuthology.orchestra.run.smithi161.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.6 MB/s | 801 kB 00:00 2024-09-21T05:31:21.491 INFO:teuthology.orchestra.run.smithi063.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.7 MB/s | 801 kB 00:00 2024-09-21T05:31:21.508 INFO:teuthology.orchestra.run.smithi063.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-09-21T05:31:21.528 INFO:teuthology.orchestra.run.smithi161.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-09-21T05:31:21.583 INFO:teuthology.orchestra.run.smithi063.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 242 kB/s | 18 kB 00:00 2024-09-21T05:31:21.595 INFO:teuthology.orchestra.run.smithi161.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 273 kB/s | 18 kB 00:00 2024-09-21T05:31:21.650 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-grafana-dashboards-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-dashboard-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-prometheus-alerts-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-21T05:31:21.651 INFO:teuthology.orchestra.run.smithi071.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-21T05:31:21.652 INFO:teuthology.orchestra.run.smithi071.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-21T05:31:21.652 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:21.652 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:21.652 INFO:teuthology.orchestra.run.smithi063.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 578 kB/s | 38 kB 00:00 2024-09-21T05:31:21.679 INFO:teuthology.orchestra.run.smithi161.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-09-21T05:31:21.704 INFO:teuthology.orchestra.run.smithi161.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 355 kB/s | 38 kB 00:00 2024-09-21T05:31:21.742 INFO:teuthology.orchestra.run.smithi063.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-51 14 MB/s | 7.4 MB 00:00 2024-09-21T05:31:21.804 INFO:teuthology.orchestra.run.smithi161.stdout:(7/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 39 MB/s | 4.9 MB 00:00 2024-09-21T05:31:21.830 INFO:teuthology.orchestra.run.smithi161.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-09-21T05:31:21.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-21T05:31:21.909 INFO:teuthology.orchestra.run.smithi063.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-09-21T05:31:21.913 INFO:teuthology.orchestra.run.smithi161.stdout:(9/12): ceph-mgr-diskprediction-local-19.3.0-51 11 MB/s | 7.4 MB 00:00 2024-09-21T05:31:21.938 INFO:teuthology.orchestra.run.smithi161.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-09-21T05:31:22.022 INFO:teuthology.orchestra.run.smithi161.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-09-21T05:31:22.218 INFO:teuthology.orchestra.run.smithi063.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.1 MB/s | 3.0 MB 00:00 2024-09-21T05:31:22.293 INFO:teuthology.orchestra.run.smithi063.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-09-21T05:31:22.305 INFO:teuthology.orchestra.run.smithi161.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-09-21T05:31:22.307 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:22.307 INFO:teuthology.orchestra.run.smithi161.stdout:Total 26 MB/s | 38 MB 00:01 2024-09-21T05:31:22.479 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:08 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:22.577 INFO:teuthology.orchestra.run.smithi063.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 5.3 MB/s | 4.9 MB 00:00 2024-09-21T05:31:22.613 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:22.614 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-09-21T05:31:22.614 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:22.614 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-09-21T05:31:22.614 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 7.4 M 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:22.615 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:22.616 INFO:teuthology.orchestra.run.smithi071.stdout:======================================================================================= 2024-09-21T05:31:22.616 INFO:teuthology.orchestra.run.smithi071.stdout:Install 12 Packages 2024-09-21T05:31:22.616 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:22.618 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 38 M 2024-09-21T05:31:22.618 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 212 M 2024-09-21T05:31:22.618 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:22.664 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:22.691 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:22.692 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:22.977 INFO:teuthology.orchestra.run.smithi071.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 895 kB/s | 191 kB 00:00 2024-09-21T05:31:22.985 INFO:teuthology.orchestra.run.smithi063.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.7 MB/s | 5.1 MB 00:01 2024-09-21T05:31:23.036 INFO:teuthology.orchestra.run.smithi071.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.9 MB/s | 801 kB 00:00 2024-09-21T05:31:23.118 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:23.119 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:23.294 INFO:teuthology.orchestra.run.smithi071.stdout:(3/12): ceph-mgr-diskprediction-local-19.3.0-51 14 MB/s | 7.4 MB 00:00 2024-09-21T05:31:23.703 INFO:teuthology.orchestra.run.smithi071.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 45 kB/s | 33 kB 00:00 2024-09-21T05:31:23.786 INFO:teuthology.orchestra.run.smithi071.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 38 kB/s | 18 kB 00:00 2024-09-21T05:31:23.887 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:23.957 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T05:31:24.002 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T05:31:24.104 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T05:31:24.155 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T05:31:24.245 INFO:teuthology.orchestra.run.smithi071.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.5 MB/s | 3.0 MB 00:01 2024-09-21T05:31:24.270 INFO:teuthology.orchestra.run.smithi071.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 68 kB/s | 38 kB 00:00 2024-09-21T05:31:24.343 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T05:31:24.370 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T05:31:24.447 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T05:31:24.618 INFO:teuthology.orchestra.run.smithi063.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 7.0 MB/s | 16 MB 00:02 2024-09-21T05:31:24.619 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:24.620 INFO:teuthology.orchestra.run.smithi063.stdout:Total 10 MB/s | 38 MB 00:03 2024-09-21T05:31:24.983 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:24.995 INFO:teuthology.orchestra.run.smithi071.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 327 kB/s | 245 kB 00:00 2024-09-21T05:31:25.012 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:25.012 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:25.062 INFO:teuthology.orchestra.run.smithi071.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 3.9 MB/s | 4.9 MB 00:01 2024-09-21T05:31:25.110 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T05:31:25.235 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T05:31:25.404 INFO:teuthology.orchestra.run.smithi071.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.5 MB/s | 5.1 MB 00:01 2024-09-21T05:31:25.463 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:25.464 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:25.846 INFO:teuthology.orchestra.run.smithi071.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 295 kB/s | 250 kB 00:00 2024-09-21T05:31:26.256 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:26.331 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T05:31:26.379 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T05:31:26.488 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T05:31:26.496 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T05:31:26.535 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T05:31:26.704 INFO:teuthology.orchestra.run.smithi071.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 9.9 MB/s | 16 MB 00:01 2024-09-21T05:31:26.706 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:26.706 INFO:teuthology.orchestra.run.smithi071.stdout:Total 9.3 MB/s | 38 MB 00:04 2024-09-21T05:31:26.727 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T05:31:26.758 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T05:31:26.829 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T05:31:27.066 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:27.093 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:27.093 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:27.518 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T05:31:27.521 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T05:31:27.521 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:27.521 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:27.552 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 12/12 2024-09-21T05:31:27.643 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T05:31:28.300 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:28.372 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-21T05:31:28.416 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-21T05:31:28.510 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-21T05:31:28.553 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-21T05:31:28.737 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-21T05:31:28.777 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-21T05:31:28.853 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-21T05:31:28.963 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T05:31:29.509 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-21T05:31:29.631 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-21T05:31:30.036 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T05:31:30.057 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 12/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 12/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 1/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T05:31:30.258 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T05:31:30.259 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T05:31:30.259 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T05:31:30.259 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T05:31:30.259 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T05:31:30.648 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T05:31:30.648 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:30.648 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:30.648 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:30.648 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T05:31:30.648 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:30.649 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:30.858 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T05:31:31.113 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-rook 2024-09-21T05:31:31.706 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:19 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:31.840 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 49 k 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:31:31.841 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T05:31:31.842 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 2.2 M 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 26 M 2024-09-21T05:31:31.843 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:31.875 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-21T05:31:31.909 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 12/12 2024-09-21T05:31:32.212 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 165 kB/s | 19 kB 00:00 2024-09-21T05:31:32.237 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 181 kB/s | 26 kB 00:00 2024-09-21T05:31:32.262 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): ceph-mgr-rook-19.3.0-5103.gf36283e7.el9 295 kB/s | 49 kB 00:00 2024-09-21T05:31:32.304 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-09-21T05:31:32.330 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 159 kB 00:00 2024-09-21T05:31:32.371 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 802 kB/s | 54 kB 00:00 2024-09-21T05:31:32.405 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.9 MB/s | 279 kB 00:00 2024-09-21T05:31:32.438 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 296 kB/s | 32 kB 00:00 2024-09-21T05:31:32.472 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 143 kB/s | 14 kB 00:00 2024-09-21T05:31:32.498 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.5 MB/s | 59 kB 00:00 2024-09-21T05:31:32.531 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.6 MB/s | 90 kB 00:00 2024-09-21T05:31:32.544 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 12/12 2024-09-21T05:31:32.544 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 1/12 2024-09-21T05:31:32.544 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T05:31:32.544 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T05:31:32.545 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T05:31:32.556 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): python3-google-auth-2.34.0-1.el9.noarc 1.5 MB/s | 220 kB 00:00 2024-09-21T05:31:32.590 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-21T05:31:32.592 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:32.593 INFO:teuthology.orchestra.run.smithi161.stdout:Total 3.0 MB/s | 2.2 MB 00:00 2024-09-21T05:31:32.658 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:32.673 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:32.673 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:32.762 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:32.764 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:32.999 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T05:31:33.000 INFO:teuthology.orchestra.run.smithi063.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T05:31:33.001 INFO:teuthology.orchestra.run.smithi063.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T05:31:33.001 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:33.001 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:33.272 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:33.337 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-rook 2024-09-21T05:31:33.436 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T05:31:33.492 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T05:31:33.555 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T05:31:33.601 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T05:31:33.642 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T05:31:33.744 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T05:31:33.854 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T05:31:33.910 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T05:31:33.946 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:34.087 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:34.090 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:34.090 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:34.090 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:34.090 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:34.090 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 49 k 2024-09-21T05:31:34.090 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T05:31:34.091 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 2.2 M 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 26 M 2024-09-21T05:31:34.092 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:34.273 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 200 kB/s | 19 kB 00:00 2024-09-21T05:31:34.298 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 212 kB/s | 26 kB 00:00 2024-09-21T05:31:34.357 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): ceph-mgr-rook-19.3.0-5103.gf36283e7.el9 274 kB/s | 49 kB 00:00 2024-09-21T05:31:34.399 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-09-21T05:31:34.424 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-09-21T05:31:34.449 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-21T05:31:34.463 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 12/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-5103.gf3628 1/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-21T05:31:34.464 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-21T05:31:34.491 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 481 kB/s | 32 kB 00:00 2024-09-21T05:31:34.517 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 209 kB/s | 14 kB 00:00 2024-09-21T05:31:34.542 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.4 MB/s | 220 kB 00:00 2024-09-21T05:31:34.567 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.3 MB/s | 279 kB 00:00 2024-09-21T05:31:34.593 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.2 MB/s | 59 kB 00:00 2024-09-21T05:31:34.624 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T05:31:34.643 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.1 MB/s | 1.0 MB 00:00 2024-09-21T05:31:34.660 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 975 kB/s | 90 kB 00:00 2024-09-21T05:31:34.662 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:34.663 INFO:teuthology.orchestra.run.smithi063.stdout:Total 3.9 MB/s | 2.2 MB 00:00 2024-09-21T05:31:34.682 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T05:31:34.724 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T05:31:34.729 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:34.745 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:34.745 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:34.781 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T05:31:34.811 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 13/13 2024-09-21T05:31:34.842 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-diskprediction-local-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-21T05:31:34.843 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-21T05:31:34.844 INFO:teuthology.orchestra.run.smithi071.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-21T05:31:34.844 INFO:teuthology.orchestra.run.smithi071.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-21T05:31:34.844 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:34.844 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:34.844 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:34.844 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:35.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-rook 2024-09-21T05:31:35.367 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:35.540 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 13/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 1/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T05:31:35.571 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T05:31:35.572 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T05:31:35.572 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T05:31:35.572 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T05:31:35.572 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T05:31:35.572 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T05:31:35.595 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T05:31:35.652 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T05:31:35.687 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T05:31:35.729 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T05:31:35.835 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T05:31:35.863 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:21 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T05:31:35.904 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:35.905 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:35.946 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T05:31:35.996 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:35.997 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 49 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-21T05:31:35.998 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-09-21T05:31:35.999 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:36.000 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 2.2 M 2024-09-21T05:31:36.000 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 26 M 2024-09-21T05:31:36.000 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:36.006 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T05:31:36.187 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T05:31:36.541 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): ceph-mgr-rook-19.3.0-5103.gf36283e7.el9 314 kB/s | 49 kB 00:00 2024-09-21T05:31:36.675 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 66 kB/s | 19 kB 00:00 2024-09-21T05:31:36.700 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 81 kB/s | 26 kB 00:00 2024-09-21T05:31:36.772 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T05:31:36.776 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:24 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:36.819 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T05:31:36.852 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T05:31:36.902 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T05:31:36.910 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 154 k 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T05:31:36.911 INFO:teuthology.orchestra.run.smithi161.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 7.0 M 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 33 M 2024-09-21T05:31:36.912 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:36.929 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 13/13 2024-09-21T05:31:37.042 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 432 kB/s | 159 kB 00:00 2024-09-21T05:31:37.084 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 410 kB/s | 222 kB 00:00 2024-09-21T05:31:37.125 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 777 kB/s | 32 kB 00:00 2024-09-21T05:31:37.151 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 563 kB/s | 14 kB 00:00 2024-09-21T05:31:37.176 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 400 kB/s | 54 kB 00:00 2024-09-21T05:31:37.201 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 556 kB/s | 279 kB 00:00 2024-09-21T05:31:37.243 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.3 MB/s | 220 kB 00:00 2024-09-21T05:31:37.268 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.8 MB/s | 90 kB 00:00 2024-09-21T05:31:37.294 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 698 kB/s | 59 kB 00:00 2024-09-21T05:31:37.336 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.4 MB/s | 1.0 MB 00:00 2024-09-21T05:31:37.339 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:37.339 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-09-21T05:31:37.411 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:37.427 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:37.427 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:37.508 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-21T05:31:37.518 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:37.519 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:37.542 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): ceph-mgr-cephadm-19.3.0-5103.gf36283e7.e 638 kB/s | 154 kB 00:00 2024-09-21T05:31:37.600 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.8 MB/s | 548 kB 00:00 2024-09-21T05:31:37.626 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 691 kB/s | 58 kB 00:00 2024-09-21T05:31:37.651 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 13/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 1/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T05:31:37.708 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T05:31:37.709 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T05:31:37.709 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T05:31:37.709 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T05:31:37.835 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-09-21T05:31:37.837 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:37.837 INFO:teuthology.orchestra.run.smithi161.stdout:Total 7.6 MB/s | 7.0 MB 00:00 2024-09-21T05:31:37.908 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:37.919 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:37.919 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:38.018 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:38.019 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:38.020 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T05:31:38.048 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:38.049 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:38.182 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-21T05:31:38.253 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-21T05:31:38.287 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T05:31:38.318 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-21T05:31:38.328 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:38.375 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-21T05:31:38.429 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-21T05:31:38.499 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T05:31:38.533 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-21T05:31:38.554 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T05:31:38.650 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-21T05:31:38.705 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-21T05:31:38.901 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:29 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:39.042 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:39.043 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:39.043 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:39.043 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 154 k 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2024-09-21T05:31:39.044 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:39.045 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 7.0 M 2024-09-21T05:31:39.045 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 33 M 2024-09-21T05:31:39.045 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:39.077 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T05:31:39.165 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T05:31:39.233 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T05:31:39.257 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 6/6 2024-09-21T05:31:39.327 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): ceph-mgr-cephadm-19.3.0-5103.gf36283e7.e 767 kB/s | 154 kB 00:00 2024-09-21T05:31:39.352 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-21T05:31:39.402 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-21T05:31:39.421 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-21T05:31:39.427 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-21T05:31:39.461 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 4.0 MB/s | 548 kB 00:00 2024-09-21T05:31:39.469 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-21T05:31:39.503 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-21T05:31:39.551 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-21T05:31:39.581 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 13/13 2024-09-21T05:31:40.050 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 6/6 2024-09-21T05:31:40.050 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/6 2024-09-21T05:31:40.050 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T05:31:40.051 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T05:31:40.051 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T05:31:40.051 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T05:31:40.328 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T05:31:40.328 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:40.328 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:40.328 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:40.328 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T05:31:40.329 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T05:31:40.329 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T05:31:40.329 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T05:31:40.329 INFO:teuthology.orchestra.run.smithi161.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T05:31:40.329 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:40.329 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:40.394 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 13/13 2024-09-21T05:31:40.394 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 1/13 2024-09-21T05:31:40.394 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-21T05:31:40.395 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-21T05:31:40.615 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-fuse 2024-09-21T05:31:40.653 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.9 MB/s | 6.0 MB 00:01 2024-09-21T05:31:40.655 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:40.655 INFO:teuthology.orchestra.run.smithi063.stdout:Total 4.4 MB/s | 7.0 MB 00:01 2024-09-21T05:31:40.729 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:40.730 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-21T05:31:40.730 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:40.730 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-rook-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:40.731 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:40.741 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:40.741 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:40.848 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:40.849 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:40.983 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-mgr-cephadm 2024-09-21T05:31:41.159 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:41.210 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:29 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:41.344 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:41.345 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:41.345 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:41.345 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:41.345 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 899 k 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 979 k 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 2.9 M 2024-09-21T05:31:41.346 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:41.385 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T05:31:41.438 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T05:31:41.565 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:27 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:41.569 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 858 kB/s | 80 kB 00:00 2024-09-21T05:31:41.697 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:41.697 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 154 k 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-21T05:31:41.698 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout:Install 6 Packages 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 7.0 M 2024-09-21T05:31:41.699 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 33 M 2024-09-21T05:31:41.700 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:41.769 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-fuse-19.3.0-5103.gf36283e7.el9.x86_ 3.0 MB/s | 899 kB 00:00 2024-09-21T05:31:41.770 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:41.770 INFO:teuthology.orchestra.run.smithi161.stdout:Total 2.3 MB/s | 979 kB 00:00 2024-09-21T05:31:41.782 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:41.804 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:41.804 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:41.886 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:41.886 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:41.995 INFO:teuthology.orchestra.run.smithi071.stdout:(1/6): ceph-mgr-cephadm-19.3.0-5103.gf36283e7.e 716 kB/s | 154 kB 00:00 2024-09-21T05:31:41.996 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T05:31:42.077 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T05:31:42.080 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:42.087 INFO:teuthology.orchestra.run.smithi071.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.8 MB/s | 548 kB 00:00 2024-09-21T05:31:42.121 INFO:teuthology.orchestra.run.smithi071.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.7 MB/s | 58 kB 00:00 2024-09-21T05:31:42.146 INFO:teuthology.orchestra.run.smithi071.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-21T05:31:42.153 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T05:31:42.183 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 6/6 2024-09-21T05:31:42.221 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T05:31:42.294 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2/2 2024-09-21T05:31:42.413 INFO:teuthology.orchestra.run.smithi071.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 392 kB/s | 248 kB 00:00 2024-09-21T05:31:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 6/6 2024-09-21T05:31:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/6 2024-09-21T05:31:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T05:31:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T05:31:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T05:31:42.964 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T05:31:43.044 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2/2 2024-09-21T05:31:43.044 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/2 2024-09-21T05:31:43.232 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T05:31:43.232 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:43.232 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:43.232 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:43.233 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:43.328 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T05:31:43.328 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:43.329 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:43.329 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T05:31:43.329 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:43.329 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:43.475 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-fuse 2024-09-21T05:31:43.598 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-volume 2024-09-21T05:31:43.963 INFO:teuthology.orchestra.run.smithi071.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.7 MB/s | 6.0 MB 00:02 2024-09-21T05:31:43.965 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:43.965 INFO:teuthology.orchestra.run.smithi071.stdout:Total 3.1 MB/s | 7.0 MB 00:02 2024-09-21T05:31:44.038 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:44.050 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:44.051 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:44.091 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:35 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:44.151 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:44.151 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:44.200 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:32 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:44.232 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:44.232 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:44.232 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:44.232 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 899 k 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout:Install 2 Packages 2024-09-21T05:31:44.233 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:44.234 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 979 k 2024-09-21T05:31:44.234 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 2.9 M 2024-09-21T05:31:44.234 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:44.338 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:44.339 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:44.339 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-21T05:31:44.339 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:44.339 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:44.339 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 287 k 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 287 k 2024-09-21T05:31:44.340 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 1.4 M 2024-09-21T05:31:44.341 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:44.465 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:44.562 INFO:teuthology.orchestra.run.smithi063.stdout:(1/2): ceph-fuse-19.3.0-5103.gf36283e7.el9.x86_ 3.1 MB/s | 899 kB 00:00 2024-09-21T05:31:44.573 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-volume-19.3.0-5103.gf36283e7.el9.noarch.rp 1.2 MB/s | 287 kB 00:00 2024-09-21T05:31:44.574 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:44.574 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.2 MB/s | 287 kB 00:00 2024-09-21T05:31:44.574 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:44.583 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:44.583 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:44.611 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:44.611 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:44.639 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-21T05:31:44.689 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-21T05:31:44.839 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:44.909 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:44.913 INFO:teuthology.orchestra.run.smithi063.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 126 kB/s | 80 kB 00:00 2024-09-21T05:31:44.914 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:44.914 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.4 MB/s | 979 kB 00:00 2024-09-21T05:31:44.925 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:44.926 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:44.926 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T05:31:44.926 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:44.927 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:44.953 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:44.953 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:45.044 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:45.044 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:45.209 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-21T05:31:45.242 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:45.292 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-21T05:31:45.360 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-21T05:31:45.393 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 6/6 2024-09-21T05:31:45.407 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T05:31:45.482 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2/2 2024-09-21T05:31:46.018 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:46.019 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:46.019 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:46.019 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:46.019 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:46.019 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:46.132 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2/2 2024-09-21T05:31:46.132 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/2 2024-09-21T05:31:46.172 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 6/6 2024-09-21T05:31:46.172 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 1/6 2024-09-21T05:31:46.172 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-21T05:31:46.172 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-21T05:31:46.172 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-21T05:31:46.172 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-21T05:31:46.344 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados-devel 2024-09-21T05:31:46.417 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T05:31:46.417 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:46.417 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:46.417 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T05:31:46.418 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:46.418 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:46.445 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-21T05:31:46.445 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:46.445 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:46.445 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-mgr-cephadm-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:46.445 INFO:teuthology.orchestra.run.smithi071.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-21T05:31:46.445 INFO:teuthology.orchestra.run.smithi071.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-21T05:31:46.446 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-21T05:31:46.446 INFO:teuthology.orchestra.run.smithi071.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-21T05:31:46.446 INFO:teuthology.orchestra.run.smithi071.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-21T05:31:46.446 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:46.446 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:46.659 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-volume 2024-09-21T05:31:46.700 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-fuse 2024-09-21T05:31:46.940 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:34 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:47.075 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:47.076 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:47.076 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-09-21T05:31:47.076 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:47.077 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:47.077 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 127 k 2024-09-21T05:31:47.077 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:47.077 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:47.077 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:47.077 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:47.078 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:47.078 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 127 k 2024-09-21T05:31:47.078 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 456 k 2024-09-21T05:31:47.078 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:47.268 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:47.276 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:33 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:47.286 INFO:teuthology.orchestra.run.smithi161.stdout:librados-devel-19.3.0-5103.gf36283e7.el9.x86_64 604 kB/s | 127 kB 00:00 2024-09-21T05:31:47.287 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:47.287 INFO:teuthology.orchestra.run.smithi161.stdout:Total 600 kB/s | 127 kB 00:00 2024-09-21T05:31:47.287 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:47.293 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:47.293 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:47.356 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:47.357 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:47.407 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:47.408 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:47.408 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2024-09-21T05:31:47.408 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:47.408 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:47.408 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 287 k 2024-09-21T05:31:47.409 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:47.409 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:47.409 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:47.409 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:31:47.409 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 287 k 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 1.4 M 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:47.410 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 899 k 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:Install 2 Packages 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 979 k 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 2.9 M 2024-09-21T05:31:47.411 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:47.518 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:47.598 INFO:teuthology.orchestra.run.smithi071.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 571 kB/s | 80 kB 00:00 2024-09-21T05:31:47.617 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:47.642 INFO:teuthology.orchestra.run.smithi063.stdout:ceph-volume-19.3.0-5103.gf36283e7.el9.noarch.rp 1.2 MB/s | 287 kB 00:00 2024-09-21T05:31:47.643 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:47.643 INFO:teuthology.orchestra.run.smithi063.stdout:Total 1.2 MB/s | 287 kB 00:00 2024-09-21T05:31:47.643 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:47.652 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:47.652 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:47.685 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:47.685 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:47.739 INFO:teuthology.orchestra.run.smithi071.stdout:(2/2): ceph-fuse-19.3.0-5103.gf36283e7.el9.x86_ 3.1 MB/s | 899 kB 00:00 2024-09-21T05:31:47.740 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:47.740 INFO:teuthology.orchestra.run.smithi071.stdout:Total 2.9 MB/s | 979 kB 00:00 2024-09-21T05:31:47.752 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:47.773 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:47.773 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:47.852 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:47.853 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:47.914 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:47.985 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:48.002 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:48.002 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:48.002 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T05:31:48.002 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:48.034 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:48.044 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:48.193 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-21T05:31:48.263 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2/2 2024-09-21T05:31:48.285 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:48.286 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:48.286 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:48.286 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:48.286 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:48.286 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:48.608 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs2 2024-09-21T05:31:48.970 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:48.970 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:48.970 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:48.970 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:48.970 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:48.971 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:48.997 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2/2 2024-09-21T05:31:48.997 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/2 2024-09-21T05:31:49.205 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:37 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:49.258 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados-devel 2024-09-21T05:31:49.271 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-21T05:31:49.271 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:49.272 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:49.272 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-21T05:31:49.272 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:49.272 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:49.302 INFO:teuthology.orchestra.run.smithi161.stdout:Package libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:49.349 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:49.350 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:49.350 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:49.430 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs-devel 2024-09-21T05:31:49.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install ceph-volume 2024-09-21T05:31:49.881 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:50.010 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:50.022 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 127 k 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:31:50.023 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:50.024 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 127 k 2024-09-21T05:31:50.024 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 456 k 2024-09-21T05:31:50.024 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:50.131 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:36 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:50.144 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:50.144 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 32 k 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:50.145 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:50.146 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 32 k 2024-09-21T05:31:50.146 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 142 k 2024-09-21T05:31:50.146 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:50.213 INFO:teuthology.orchestra.run.smithi063.stdout:librados-devel-19.3.0-5103.gf36283e7.el9.x86_64 671 kB/s | 127 kB 00:00 2024-09-21T05:31:50.213 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:50.214 INFO:teuthology.orchestra.run.smithi063.stdout:Total 665 kB/s | 127 kB 00:00 2024-09-21T05:31:50.214 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:50.220 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:50.220 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume noarch 2:19.3.0-5103.gf36283e7.el9 ceph-noarch 287 k 2024-09-21T05:31:50.267 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 287 k 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 1.4 M 2024-09-21T05:31:50.268 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:50.289 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:50.289 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:50.298 INFO:teuthology.orchestra.run.smithi161.stdout:libcephfs-devel-19.3.0-5103.gf36283e7.el9.x86_6 208 kB/s | 32 kB 00:00 2024-09-21T05:31:50.298 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:50.299 INFO:teuthology.orchestra.run.smithi161.stdout:Total 207 kB/s | 32 kB 00:00 2024-09-21T05:31:50.299 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:50.302 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:50.303 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:50.332 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:50.332 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:50.416 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:50.449 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:50.502 INFO:teuthology.orchestra.run.smithi071.stdout:ceph-volume-19.3.0-5103.gf36283e7.el9.noarch.rp 1.2 MB/s | 287 kB 00:00 2024-09-21T05:31:50.503 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:50.503 INFO:teuthology.orchestra.run.smithi071.stdout:Total 1.2 MB/s | 287 kB 00:00 2024-09-21T05:31:50.503 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:50.511 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:50.511 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:50.512 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:50.538 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:50.539 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:50.564 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:50.762 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:50.829 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:50.844 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:50.845 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:31:50.845 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-21T05:31:50.845 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:50.921 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:51.026 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:51.150 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:51.150 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:51.150 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:51.150 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:51.150 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:51.151 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:51.269 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:51.269 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:51.269 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:51.269 INFO:teuthology.orchestra.run.smithi063.stdout: librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:51.269 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:51.269 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:51.354 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados2 2024-09-21T05:31:51.551 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs2 2024-09-21T05:31:51.870 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 1/1 2024-09-21T05:31:51.871 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:51.871 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:51.871 INFO:teuthology.orchestra.run.smithi071.stdout: ceph-volume-2:19.3.0-5103.gf36283e7.el9.noarch 2024-09-21T05:31:51.871 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:51.871 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:51.938 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:39 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:52.027 INFO:teuthology.orchestra.run.smithi161.stdout:Package librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:52.071 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:52.072 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:52.072 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:52.156 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librbd1 2024-09-21T05:31:52.165 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:52.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados-devel 2024-09-21T05:31:52.257 INFO:teuthology.orchestra.run.smithi063.stdout:Package libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:52.304 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:52.305 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:52.305 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:52.367 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install libcephfs-devel 2024-09-21T05:31:52.751 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:40 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:52.775 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:38 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:52.842 INFO:teuthology.orchestra.run.smithi161.stdout:Package librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:52.885 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:52.886 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:52.886 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:52.910 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 127 k 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:52.911 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:31:52.912 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:52.912 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 127 k 2024-09-21T05:31:52.912 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 456 k 2024-09-21T05:31:52.912 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:52.972 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rados 2024-09-21T05:31:52.975 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:53.113 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:53.113 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:53.113 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 32 k 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:31:53.114 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:53.115 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 32 k 2024-09-21T05:31:53.115 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 142 k 2024-09-21T05:31:53.115 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:31:53.122 INFO:teuthology.orchestra.run.smithi071.stdout:librados-devel-19.3.0-5103.gf36283e7.el9.x86_64 603 kB/s | 127 kB 00:00 2024-09-21T05:31:53.123 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:53.123 INFO:teuthology.orchestra.run.smithi071.stdout:Total 598 kB/s | 127 kB 00:00 2024-09-21T05:31:53.123 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:53.129 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:53.129 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:53.194 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:53.194 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:53.259 INFO:teuthology.orchestra.run.smithi063.stdout:libcephfs-devel-19.3.0-5103.gf36283e7.el9.x86_6 221 kB/s | 32 kB 00:00 2024-09-21T05:31:53.259 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:53.259 INFO:teuthology.orchestra.run.smithi063.stdout:Total 219 kB/s | 32 kB 00:00 2024-09-21T05:31:53.259 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:31:53.263 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:31:53.263 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:31:53.280 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:31:53.280 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:31:53.346 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:53.375 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:31:53.445 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:53.500 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:53.553 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:53.645 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:53.688 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:53.689 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:53.689 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:53.774 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rgw 2024-09-21T05:31:53.882 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:53.929 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:54.113 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:54.114 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:54.114 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:31:54.114 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:54.114 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:54.114 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:54.178 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:54.178 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:54.178 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:54.178 INFO:teuthology.orchestra.run.smithi071.stdout: librados-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:54.178 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:54.178 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:54.284 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librados2 2024-09-21T05:31:54.357 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:42 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:54.448 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:54.456 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs2 2024-09-21T05:31:54.492 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:54.493 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:54.494 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:54.576 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-cephfs 2024-09-21T05:31:54.900 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:54.994 INFO:teuthology.orchestra.run.smithi063.stdout:Package librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:55.040 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:55.042 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:55.042 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:55.054 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:55.100 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install librbd1 2024-09-21T05:31:55.145 INFO:teuthology.orchestra.run.smithi071.stdout:Package libcephfs2-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:55.158 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:55.189 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:55.190 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:31:55.191 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:55.249 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:55.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install libcephfs-devel 2024-09-21T05:31:55.293 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:55.294 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:55.294 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:55.378 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rbd 2024-09-21T05:31:55.703 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:55.796 INFO:teuthology.orchestra.run.smithi063.stdout:Package librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:55.841 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:41 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:55.842 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:55.843 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:55.843 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:55.900 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rados 2024-09-21T05:31:55.957 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:55.972 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:55.973 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-21T05:31:55.973 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:55.973 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:31:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 32 k 2024-09-21T05:31:55.973 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 32 k 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 142 k 2024-09-21T05:31:55.974 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:31:56.047 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:56.090 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:56.091 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2024-09-21T05:31:56.091 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:56.134 INFO:teuthology.orchestra.run.smithi071.stdout:libcephfs-devel-19.3.0-5103.gf36283e7.el9.x86_6 199 kB/s | 32 kB 00:00 2024-09-21T05:31:56.134 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:56.134 INFO:teuthology.orchestra.run.smithi071.stdout:Total 197 kB/s | 32 kB 00:00 2024-09-21T05:31:56.135 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:31:56.138 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:31:56.138 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:31:56.155 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:31:56.156 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:31:56.175 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-fuse 2024-09-21T05:31:56.242 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:31:56.339 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:56.508 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:56.602 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:56.646 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:56.647 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:56.647 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:56.711 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rgw 2024-09-21T05:31:56.711 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:56.771 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:56.906 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:56.907 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:56.907 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-21T05:31:56.907 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 85 k 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 85 k 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 231 k 2024-09-21T05:31:56.908 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:56.942 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:56.942 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:56.942 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:31:56.942 INFO:teuthology.orchestra.run.smithi071.stdout: libcephfs-devel-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:56.942 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:31:56.942 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:57.101 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-fuse-19.3.0-5103.gf36283e7.el9.x86_64.rpm 440 kB/s | 85 kB 00:00 2024-09-21T05:31:57.102 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:57.102 INFO:teuthology.orchestra.run.smithi161.stdout:Total 437 kB/s | 85 kB 00:00 2024-09-21T05:31:57.103 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:57.104 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librados2 2024-09-21T05:31:57.109 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:57.109 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:57.177 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:57.177 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:57.316 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:48 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:57.325 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:31:57.409 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:57.443 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:57.455 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:57.456 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:57.457 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:57.519 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-cephfs 2024-09-21T05:31:57.681 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:43 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:57.771 INFO:teuthology.orchestra.run.smithi071.stdout:Package librados2-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:57.814 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:57.815 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:31:57.815 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:57.859 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:57.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install librbd1 2024-09-21T05:31:58.121 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:31:58.121 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:58.121 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:31:58.121 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:31:58.121 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:58.122 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:31:58.127 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:49 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:58.223 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:58.269 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:58.270 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:58.270 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:58.324 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install python3-rbd 2024-09-21T05:31:58.389 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-mirror 2024-09-21T05:31:58.469 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:44 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:58.559 INFO:teuthology.orchestra.run.smithi071.stdout:Package librbd1-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:58.603 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:58.604 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:31:58.604 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:58.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rados 2024-09-21T05:31:58.935 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:49 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:58.992 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:31:59.027 INFO:teuthology.orchestra.run.smithi063.stdout:Package python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:59.074 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:59.074 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2024-09-21T05:31:59.075 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:31:59.129 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.2 M 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:59.130 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:31:59.131 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:31:59.131 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:31:59.131 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:31:59.131 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 3.2 M 2024-09-21T05:31:59.131 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 14 M 2024-09-21T05:31:59.131 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:31:59.136 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-fuse 2024-09-21T05:31:59.248 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:45 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:31:59.336 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rados-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:31:59.381 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:31:59.426 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:31:59.426 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:31:59.454 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rgw 2024-09-21T05:31:59.488 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-mirror-19.3.0-5103.gf36283e7.el9.x86_64.rpm 8.9 MB/s | 3.2 MB 00:00 2024-09-21T05:31:59.489 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:31:59.489 INFO:teuthology.orchestra.run.smithi161.stdout:Total 8.9 MB/s | 3.2 MB 00:00 2024-09-21T05:31:59.489 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:31:59.499 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:31:59.499 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:31:59.580 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:31:59.581 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:31:59.740 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:50 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:31:59.879 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:31:59.879 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:59.879 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-09-21T05:31:59.879 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 85 k 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:31:59.880 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:31:59.881 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 85 k 2024-09-21T05:31:59.881 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 231 k 2024-09-21T05:31:59.881 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:32:00.038 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:32:00.070 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-fuse-19.3.0-5103.gf36283e7.el9.x86_64.rpm 450 kB/s | 85 kB 00:00 2024-09-21T05:32:00.071 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:00.071 INFO:teuthology.orchestra.run.smithi063.stdout:Total 446 kB/s | 85 kB 00:00 2024-09-21T05:32:00.071 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:32:00.079 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:32:00.079 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:32:00.102 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:32:00.126 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rgw-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:32:00.147 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:32:00.147 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:32:00.171 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:32:00.171 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:32:00.172 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:32:00.180 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:00.207 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:00.207 INFO:teuthology.orchestra.run.smithi161.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:32:00.207 INFO:teuthology.orchestra.run.smithi161.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T05:32:00.207 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T05:32:00.207 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T05:32:00.207 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:00.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-cephfs 2024-09-21T05:32:00.301 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:32:00.405 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:00.766 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:00.820 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:46 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:32:00.909 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-cephfs-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:32:00.952 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:32:00.953 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:32:00.953 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:32:01.008 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:01.008 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:01.008 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:32:01.008 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:01.008 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:01.008 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:32:01.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install python3-rbd 2024-09-21T05:32:01.233 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-mirror 2024-09-21T05:32:01.366 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:01.366 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:01.366 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:32:01.367 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:01.367 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:01.367 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:32:01.594 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:47 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:32:01.625 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-nbd 2024-09-21T05:32:01.683 INFO:teuthology.orchestra.run.smithi071.stdout:Package python3-rbd-2:19.3.0-5103.gf36283e7.el9.x86_64 is already installed. 2024-09-21T05:32:01.726 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:32:01.727 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-09-21T05:32:01.727 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:32:01.797 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-fuse 2024-09-21T05:32:01.850 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:52 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:32:01.992 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:32:01.993 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repo Size 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.2 M 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:32:01.994 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:01.995 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 3.2 M 2024-09-21T05:32:01.995 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 14 M 2024-09-21T05:32:01.995 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:32:02.229 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:50 ago on Sat 21 Sep 2024 05:30:12 AM UTC. 2024-09-21T05:32:02.356 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-mirror-19.3.0-5103.gf36283e7.el9.x86_64.rpm 8.8 MB/s | 3.2 MB 00:00 2024-09-21T05:32:02.357 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:02.357 INFO:teuthology.orchestra.run.smithi063.stdout:Total 8.8 MB/s | 3.2 MB 00:00 2024-09-21T05:32:02.357 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:32:02.362 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-21T05:32:02.362 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:32:02.362 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-21T05:32:02.362 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:32:02.362 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-21T05:32:02.362 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 170 k 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 170 k 2024-09-21T05:32:02.363 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 490 k 2024-09-21T05:32:02.364 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-21T05:32:02.368 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:32:02.368 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:32:02.375 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:48 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:32:02.455 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:32:02.456 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:32:02.509 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:32:02.509 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:02.509 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-21T05:32:02.509 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:02.509 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:32:02.509 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 85 k 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 85 k 2024-09-21T05:32:02.510 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 231 k 2024-09-21T05:32:02.511 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:32:02.574 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-nbd-19.3.0-5103.gf36283e7.el9.x86_64.rpm 809 kB/s | 170 kB 00:00 2024-09-21T05:32:02.575 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:02.575 INFO:teuthology.orchestra.run.smithi161.stdout:Total 803 kB/s | 170 kB 00:00 2024-09-21T05:32:02.576 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-21T05:32:02.583 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-21T05:32:02.583 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-21T05:32:02.649 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-21T05:32:02.649 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-21T05:32:02.694 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-fuse-19.3.0-5103.gf36283e7.el9.x86_64.rpm 463 kB/s | 85 kB 00:00 2024-09-21T05:32:02.695 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:02.695 INFO:teuthology.orchestra.run.smithi071.stdout:Total 460 kB/s | 85 kB 00:00 2024-09-21T05:32:02.695 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:32:02.702 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:32:02.702 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:32:02.768 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:32:02.768 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:32:02.807 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-21T05:32:02.905 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:02.911 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:32:02.972 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:32:03.025 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.049 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.076 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.076 INFO:teuthology.orchestra.run.smithi063.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:32:03.077 INFO:teuthology.orchestra.run.smithi063.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T05:32:03.077 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T05:32:03.077 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T05:32:03.077 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:03.351 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.427 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.607 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.607 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:03.607 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-21T05:32:03.608 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:03.608 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:32:03.608 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-21T05:32:03.675 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:03.675 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:03.675 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:32:03.675 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-fuse-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:03.675 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:03.675 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:32:03.885 DEBUG:teuthology.parallel:result is None 2024-09-21T05:32:03.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-mirror 2024-09-21T05:32:04.154 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:04.154 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:04.154 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:32:04.154 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:04.154 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:04.154 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:32:04.370 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install rbd-nbd 2024-09-21T05:32:04.483 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:50 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:32:04.620 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 3.2 M 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:32:04.621 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:04.622 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 3.2 M 2024-09-21T05:32:04.622 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 14 M 2024-09-21T05:32:04.622 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:32:04.955 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-mirror-19.3.0-5103.gf36283e7.el9.x86_64.rpm 9.6 MB/s | 3.2 MB 00:00 2024-09-21T05:32:04.956 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:04.956 INFO:teuthology.orchestra.run.smithi071.stdout:Total 9.5 MB/s | 3.2 MB 00:00 2024-09-21T05:32:04.956 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:32:04.966 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:32:04.966 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:32:04.982 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:55 ago on Sat 21 Sep 2024 05:30:09 AM UTC. 2024-09-21T05:32:05.047 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:32:05.048 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:32:05.120 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2024-09-21T05:32:05.121 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:32:05.121 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2024-09-21T05:32:05.121 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:32:05.121 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2024-09-21T05:32:05.121 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 170 k 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout:Install 1 Package 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 170 k 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 490 k 2024-09-21T05:32:05.122 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2024-09-21T05:32:05.309 INFO:teuthology.orchestra.run.smithi063.stdout:rbd-nbd-19.3.0-5103.gf36283e7.el9.x86_64.rpm 911 kB/s | 170 kB 00:00 2024-09-21T05:32:05.310 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:05.311 INFO:teuthology.orchestra.run.smithi063.stdout:Total 903 kB/s | 170 kB 00:00 2024-09-21T05:32:05.311 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2024-09-21T05:32:05.319 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2024-09-21T05:32:05.319 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2024-09-21T05:32:05.387 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2024-09-21T05:32:05.387 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2024-09-21T05:32:05.538 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:32:05.559 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2024-09-21T05:32:05.598 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:05.623 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:05.623 INFO:teuthology.orchestra.run.smithi071.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-21T05:32:05.623 INFO:teuthology.orchestra.run.smithi071.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-21T05:32:05.623 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T05:32:05.623 INFO:teuthology.orchestra.run.smithi071.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-21T05:32:05.623 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:05.670 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:06.095 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:06.345 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:06.345 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:06.345 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2024-09-21T05:32:06.345 INFO:teuthology.orchestra.run.smithi063.stdout: rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:06.345 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:32:06.346 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2024-09-21T05:32:06.556 DEBUG:teuthology.parallel:result is None 2024-09-21T05:32:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:06.708 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:32:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-mirror-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:06.708 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:06.708 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:32:06.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum -y install rbd-nbd 2024-09-21T05:32:07.515 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:53 ago on Sat 21 Sep 2024 05:30:14 AM UTC. 2024-09-21T05:32:07.650 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-21T05:32:07.650 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd x86_64 2:19.3.0-5103.gf36283e7.el9 ceph 170 k 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:Install 1 Package 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 170 k 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 490 k 2024-09-21T05:32:07.651 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-21T05:32:07.859 INFO:teuthology.orchestra.run.smithi071.stdout:rbd-nbd-19.3.0-5103.gf36283e7.el9.x86_64.rpm 823 kB/s | 170 kB 00:00 2024-09-21T05:32:07.859 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:07.859 INFO:teuthology.orchestra.run.smithi071.stdout:Total 818 kB/s | 170 kB 00:00 2024-09-21T05:32:07.859 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-21T05:32:07.867 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-21T05:32:07.867 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-21T05:32:07.932 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-21T05:32:07.932 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-21T05:32:08.092 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-21T05:32:08.181 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:08.635 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:08.890 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 1/1 2024-09-21T05:32:08.891 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:08.891 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-21T05:32:08.891 INFO:teuthology.orchestra.run.smithi071.stdout: rbd-nbd-2:19.3.0-5103.gf36283e7.el9.x86_64 2024-09-21T05:32:08.891 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:32:08.891 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-21T05:32:09.128 DEBUG:teuthology.parallel:result is None 2024-09-21T05:32:09.128 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:32:09.270 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T05:32:09.297 INFO:teuthology.orchestra.run.smithi063.stdout:19.3.0-5103.gf36283e7.el9 2024-09-21T05:32:09.297 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103.gf36283e7.el9 2024-09-21T05:32:09.297 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103.gf36283e7 is installed. 2024-09-21T05:32:09.299 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:32:09.438 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T05:32:09.459 INFO:teuthology.orchestra.run.smithi071.stdout:19.3.0-5103.gf36283e7.el9 2024-09-21T05:32:09.459 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103.gf36283e7.el9 2024-09-21T05:32:09.460 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103.gf36283e7 is installed. 2024-09-21T05:32:09.461 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:32:09.595 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-21T05:32:09.622 INFO:teuthology.orchestra.run.smithi161.stdout:19.3.0-5103.gf36283e7.el9 2024-09-21T05:32:09.622 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-5103.gf36283e7.el9 2024-09-21T05:32:09.622 INFO:teuthology.task.install:The correct ceph version 19.3.0-5103.gf36283e7 is installed. 2024-09-21T05:32:09.624 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-21T05:32:09.624 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:32:09.624 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T05:32:09.655 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:32:09.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T05:32:09.681 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:32:09.681 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-21T05:32:09.710 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-21T05:32:09.710 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:32:09.710 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T05:32:09.740 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T05:32:09.809 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:32:09.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T05:32:09.834 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T05:32:09.899 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:32:09.899 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-09-21T05:32:09.929 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-21T05:32:10.000 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-21T05:32:10.000 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:32:10.000 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T05:32:10.030 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T05:32:10.102 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:32:10.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T05:32:10.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T05:32:10.191 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:32:10.191 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-21T05:32:10.221 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-21T05:32:10.290 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-21T05:32:10.291 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:32:10.291 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T05:32:10.321 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T05:32:10.392 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:32:10.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T05:32:10.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T05:32:10.480 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:32:10.480 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-09-21T05:32:10.510 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-21T05:32:10.581 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T05:32:10.676 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2'} 2024-09-21T05:32:10.676 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:32:10.677 INFO:tasks.cephadm:Cluster fsid is d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:32:10.677 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T05:32:10.677 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.63', 'mon.b': '172.21.15.71', 'mon.c': '172.21.15.161'} 2024-09-21T05:32:10.677 INFO:tasks.cephadm:First mon is mon.a on smithi063 2024-09-21T05:32:10.677 INFO:tasks.cephadm:First mgr is a 2024-09-21T05:32:10.677 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T05:32:10.677 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-09-21T05:32:10.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-09-21T05:32:10.734 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-09-21T05:32:10.764 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T05:32:10.764 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:32:10.913 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83198/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5103-gf36283e7', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5103.gf36283e7'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-21 00:53:49.938247', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-20-2310', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-21T05:32:11.070 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-main-2024-09-20-2310, sha1 f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:32:11.071 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/x86_64/flavors/default/cephadm 2024-09-21T05:32:11.071 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/x86_64/flavors/default/cephadm 2024-09-21T05:32:11.071 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:11.448 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-r--r--. 1 ubuntu ubuntu 804199 Sep 21 05:32 /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:11.448 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:11.801 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-r--r--. 1 ubuntu ubuntu 804199 Sep 21 05:32 /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:11.801 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-20-2310/f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:12.183 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-r--r--. 1 ubuntu ubuntu 804199 Sep 21 05:32 /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:12.183 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:12.204 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:12.223 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T05:32:12.253 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 on all hosts... 2024-09-21T05:32:12.254 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 pull 2024-09-21T05:32:12.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 pull 2024-09-21T05:32:12.266 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 pull 2024-09-21T05:32:13.806 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T05:32:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T05:32:13.988 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T05:32:45.964 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-09-21T05:32:45.964 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev)", 2024-09-21T05:32:45.965 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721", 2024-09-21T05:32:45.965 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-09-21T05:32:45.965 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00" 2024-09-21T05:32:45.965 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-09-21T05:32:45.965 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-09-21T05:32:46.293 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-21T05:32:46.294 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev)", 2024-09-21T05:32:46.294 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721", 2024-09-21T05:32:46.294 INFO:teuthology.orchestra.run.smithi071.stdout: "repo_digests": [ 2024-09-21T05:32:46.294 INFO:teuthology.orchestra.run.smithi071.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00" 2024-09-21T05:32:46.294 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-21T05:32:46.294 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-21T05:32:49.812 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-09-21T05:32:49.812 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev)", 2024-09-21T05:32:49.812 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721", 2024-09-21T05:32:49.812 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-09-21T05:32:49.813 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00" 2024-09-21T05:32:49.813 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-09-21T05:32:49.813 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-09-21T05:32:49.844 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-09-21T05:32:49.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-09-21T05:32:49.917 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-09-21T05:32:49.951 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-09-21T05:32:49.977 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-09-21T05:32:50.006 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-09-21T05:32:50.035 INFO:tasks.cephadm:Writing seed config... 2024-09-21T05:32:50.036 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-21T05:32:50.036 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T05:32:50.036 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T05:32:50.036 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-21T05:32:50.036 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T05:32:50.036 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T05:32:50.037 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T05:32:50.037 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T05:32:50.037 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T05:32:50.037 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:32:50.037 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T05:32:50.054 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = d9767722-77da-11ef-baf5-efdc52797490 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-21T05:32:50.054 DEBUG:teuthology.orchestra.run.smithi063:mon.a> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service 2024-09-21T05:32:50.096 DEBUG:teuthology.orchestra.run.smithi063:mgr.a> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a.service 2024-09-21T05:32:50.138 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T05:32:50.139 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 -v bootstrap --fsid d9767722-77da-11ef-baf5-efdc52797490 --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.63 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:32:50.349 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2024-09-21T05:32:50.350 INFO:teuthology.orchestra.run.smithi063.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2', '-v', 'bootstrap', '--fsid', 'd9767722-77da-11ef-baf5-efdc52797490', '--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.63', '--skip-admin-label'] 2024-09-21T05:32:50.350 INFO:teuthology.orchestra.run.smithi063.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T05:32:50.350 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying podman|docker is present... 2024-09-21T05:32:50.374 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stdout 5.2.2 2024-09-21T05:32:50.375 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying lvm2 is present... 2024-09-21T05:32:50.375 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying time synchronization is in place... 2024-09-21T05:32:50.382 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T05:32:50.383 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T05:32:50.389 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T05:32:50.389 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-09-21T05:32:50.396 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout enabled 2024-09-21T05:32:50.402 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout active 2024-09-21T05:32:50.403 INFO:teuthology.orchestra.run.smithi063.stdout:Unit chronyd.service is enabled and running 2024-09-21T05:32:50.403 INFO:teuthology.orchestra.run.smithi063.stdout:Repeating the final host check... 2024-09-21T05:32:50.425 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stdout 5.2.2 2024-09-21T05:32:50.425 INFO:teuthology.orchestra.run.smithi063.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-21T05:32:50.425 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl is present 2024-09-21T05:32:50.425 INFO:teuthology.orchestra.run.smithi063.stdout:lvcreate is present 2024-09-21T05:32:50.432 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T05:32:50.432 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T05:32:50.438 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T05:32:50.438 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-09-21T05:32:50.445 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout enabled 2024-09-21T05:32:50.452 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout active 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Unit chronyd.service is enabled and running 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Host looks OK 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Cluster fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Acquiring lock 140143322734208 on /run/cephadm/d9767722-77da-11ef-baf5-efdc52797490.lock 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Lock 140143322734208 acquired on /run/cephadm/d9767722-77da-11ef-baf5-efdc52797490.lock 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying IP 172.21.15.63 port 3300 ... 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying IP 172.21.15.63 port 6789 ... 2024-09-21T05:32:50.453 INFO:teuthology.orchestra.run.smithi063.stdout:Base mon IP(s) is [172.21.15.63:3300, 172.21.15.63:6789], mon addrv is [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-09-21T05:32:50.456 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.63 metric 100 2024-09-21T05:32:50.456 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.63 metric 100 2024-09-21T05:32:50.459 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T05:32:50.459 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-21T05:32:50.459 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-21T05:32:50.461 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T05:32:50.462 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T05:32:50.462 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T05:32:50.462 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-21T05:32:50.462 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:f8d7/64 scope link noprefixroute 2024-09-21T05:32:50.462 INFO:teuthology.orchestra.run.smithi063.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T05:32:50.463 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2024-09-21T05:32:50.463 INFO:teuthology.orchestra.run.smithi063.stdout:Mon IP `172.21.15.63` is in CIDR network `172.21.0.0/20` 2024-09-21T05:32:50.463 INFO:teuthology.orchestra.run.smithi063.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T05:32:50.463 INFO:teuthology.orchestra.run.smithi063.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T05:32:50.463 INFO:teuthology.orchestra.run.smithi063.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stdout 48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2... 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stderr Getting image source signatures 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stderr Copying blob sha256:b3a9635116a98d7e2b0533a918f786543ca9fef9a7933541dc947bfd5a74df79 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stderr Copying config sha256:48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721 2024-09-21T05:32:50.907 INFO:teuthology.orchestra.run.smithi063.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-21T05:32:51.753 INFO:teuthology.orchestra.run.smithi063.stdout:ceph: stdout ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev) 2024-09-21T05:32:51.753 INFO:teuthology.orchestra.run.smithi063.stdout:Ceph version: ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev) 2024-09-21T05:32:51.753 INFO:teuthology.orchestra.run.smithi063.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T05:32:52.752 INFO:teuthology.orchestra.run.smithi063.stdout:stat: stdout 167 167 2024-09-21T05:32:52.753 INFO:teuthology.orchestra.run.smithi063.stdout:Creating initial keys... 2024-09-21T05:32:56.106 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-authtool: stdout AQCFWu5mAX+EAhAAo8JbC28bNMTsePUH4jE3cA== 2024-09-21T05:33:04.738 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-authtool: stdout AQCKWu5mMqHLLhAA9ompGIt5kFvdqNLRFxvNUQ== 2024-09-21T05:33:06.848 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph-authtool: stdout AQCSWu5m+yCKDxAA5cZ7NpmrwxNE9ChXSzx7DA== 2024-09-21T05:33:06.849 INFO:teuthology.orchestra.run.smithi063.stdout:Creating initial monmap... 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:monmaptool for a [v2:172.21.15.63:3300,v1:172.21.15.63:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:setting min_mon_release = quincy 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: set fsid to d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:33:07.722 INFO:teuthology.orchestra.run.smithi063.stdout:Creating mon... 2024-09-21T05:33:08.579 INFO:teuthology.orchestra.run.smithi063.stdout:create mon.a on 2024-09-21T05:33:08.797 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-21T05:33:08.949 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-21T05:33:09.140 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d9767722-77da-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-d9767722-77da-11ef-baf5-efdc52797490.target. 2024-09-21T05:33:09.140 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d9767722-77da-11ef-baf5-efdc52797490.target → /etc/systemd/system/ceph-d9767722-77da-11ef-baf5-efdc52797490.target. 2024-09-21T05:33:09.407 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a 2024-09-21T05:33:09.407 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-21T05:33:09.583 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d9767722-77da-11ef-baf5-efdc52797490.target.wants/ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service → /etc/systemd/system/ceph-d9767722-77da-11ef-baf5-efdc52797490@.service. 2024-09-21T05:33:10.128 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:10 smithi063 podman[29288]: 2024-09-21 05:33:10.083004518 +0000 UTC m=+0.363430359 container start 5d502f0163efd408f9dae7eea020de37491d2e082625e880fe00b59565b22b26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-21T05:33:10.128 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:10 smithi063 ceph-mon[29309]: mkfs d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:10.170 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T05:33:10.170 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout disabled 2024-09-21T05:33:10.177 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T05:33:10.177 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-09-21T05:33:10.178 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld.service is not enabled 2024-09-21T05:33:10.178 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T05:33:10.178 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mon to start... 2024-09-21T05:33:10.178 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mon... 2024-09-21T05:33:10.386 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:10 smithi063 ceph-mon[29309]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T05:33:10.386 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:10 smithi063 bash[29288]: 5d502f0163efd408f9dae7eea020de37491d2e082625e880fe00b59565b22b26 2024-09-21T05:33:10.386 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:10 smithi063 systemd[1]: Started Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: monmap epoch 1 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: last_changed 2024-09-21T05:33:07.170772+0000 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: min_mon_release 19 (squid) 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: election_strategy: 1 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: fsmap 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: mgrmap e1: no daemons active 2024-09-21T05:33:11.238 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:11 smithi063 ceph-mon[29309]: from='client.? 172.21.15.63:0/2395421193' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T05:33:11.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T05:33:11.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout id: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:11.241 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout services: 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.554404s) 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout data: 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:mon is available 2024-09-21T05:33:11.242 INFO:teuthology.orchestra.run.smithi063.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T05:33:13.065 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:12 smithi063 ceph-mon[29309]: from='client.? 172.21.15.63:0/2816811894' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T05:33:13.065 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:12 smithi063 ceph-mon[29309]: from='client.? 172.21.15.63:0/2816811894' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout fsid = d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T05:33:13.311 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T05:33:13.312 INFO:teuthology.orchestra.run.smithi063.stdout:Generating new minimal ceph.conf... 2024-09-21T05:33:14.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:13 smithi063 ceph-mon[29309]: from='client.? 172.21.15.63:0/257640000' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:33:14.291 INFO:teuthology.orchestra.run.smithi063.stdout:Restarting the monitor... 2024-09-21T05:33:14.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:14 smithi063 systemd[1]: Stopping Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:33:14.908 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:14 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a[29305]: 2024-09-21T05:33:14.548+0000 7fdbb9584640 -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-21T05:33:14.908 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:14 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a[29305]: 2024-09-21T05:33:14.548+0000 7fdbb9584640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T05:33:14.908 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:14 smithi063 podman[29551]: 2024-09-21 05:33:14.692190467 +0000 UTC m=+0.238744246 container died 5d502f0163efd408f9dae7eea020de37491d2e082625e880fe00b59565b22b26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-20-2310-f36283e) 2024-09-21T05:33:15.192 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:14 smithi063 podman[29551]: 2024-09-21 05:33:14.998159713 +0000 UTC m=+0.544713474 container cleanup 5d502f0163efd408f9dae7eea020de37491d2e082625e880fe00b59565b22b26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-21T05:33:15.192 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:14 smithi063 bash[29551]: ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a 2024-09-21T05:33:15.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:15 smithi063 podman[29563]: 2024-09-21 05:33:15.190544092 +0000 UTC m=+0.494521472 container remove 5d502f0163efd408f9dae7eea020de37491d2e082625e880fe00b59565b22b26 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.vendor=CentOS) 2024-09-21T05:33:15.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:15 smithi063 systemd[1]: ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T05:33:15.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:15 smithi063 systemd[1]: Stopped Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:33:15.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:15 smithi063 systemd[1]: Starting Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:33:15.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:15 smithi063 podman[29656]: 2024-09-21 05:33:15.524976302 +0000 UTC m=+0.016878804 image pull 48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 2024-09-21T05:33:15.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:15 smithi063 podman[29656]: 2024-09-21 05:33:15.816726997 +0000 UTC m=+0.308629497 container create 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, ceph=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T05:33:16.107 INFO:teuthology.orchestra.run.smithi063.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T05:33:16.307 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 podman[29656]: 2024-09-21 05:33:16.027347918 +0000 UTC m=+0.519250408 container init 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-20-2310-f36283e) 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 podman[29656]: 2024-09-21 05:33:16.03060306 +0000 UTC m=+0.522505551 container start 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: ceph version 19.3.0-5103-gf36283e7 (f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2) squid (dev), process ceph-mon, pid 2 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: pidfile_write: ignore empty --pid-file 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: load: jerasure load: lrc 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: RocksDB version: 7.9.2 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Git sha 0 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Compile date 2024-09-20 23:32:13 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: DB SUMMARY 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: DB Session ID: X19XT5YHHM4CZ8AD2EK4 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: CURRENT file: CURRENT 2024-09-21T05:33:16.308 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88814 ; 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.error_if_exists: 0 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.create_if_missing: 0 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.paranoid_checks: 1 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.env: 0x5583628c3120 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.info_log: 0x5583632c7700 2024-09-21T05:33:16.309 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.statistics: (nil) 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.use_fsync: 0 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_log_file_size: 0 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.allow_fallocate: 1 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T05:33:16.311 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.use_direct_reads: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.db_log_dir: 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.wal_dir: 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T05:33:16.312 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.write_buffer_manager: 0x5583632cbb80 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.unordered_write: 0 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T05:33:16.313 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.row_cache: None 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.wal_filter: None 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.two_write_queues: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.wal_compression: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.atomic_flush: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.log_readahead_size: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T05:33:16.314 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_background_jobs: 2 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_background_compactions: -1 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_subcompactions: 1 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T05:33:16.315 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_open_files: -1 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_background_flushes: -1 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Compression algorithms supported: 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kZSTD supported: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kXpressCompression supported: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kBZip2Compression supported: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kLZ4Compression supported: 1 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kZlibCompression supported: 1 2024-09-21T05:33:16.316 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: kSnappyCompression supported: 1 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.merge_operator: 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_filter: None 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5583632c7320) 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout: cache_index_and_filter_blocks: 1 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T05:33:16.317 INFO:journalctl@ceph.mon.a.smithi063.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: pin_top_level_index_and_filter: 1 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: index_type: 0 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: data_block_index_type: 0 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: index_shortening: 1 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: checksum: 4 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: no_block_cache: 0 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_cache: 0x5583632bb610 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_cache_name: BinnedLRUCache 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_cache_options: 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: capacity : 536870912 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: num_shard_bits : 4 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: strict_capacity_limit : 0 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: high_pri_pool_ratio: 0.000 2024-09-21T05:33:16.318 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_cache_compressed: (nil) 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: persistent_cache: (nil) 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_size: 4096 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_size_deviation: 10 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_restart_interval: 16 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: index_block_restart_interval: 1 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: metadata_block_size: 4096 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: partition_filters: 0 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: use_delta_encoding: 1 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: filter_policy: bloomfilter 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: whole_key_filtering: 1 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: verify_compression: 0 2024-09-21T05:33:16.319 INFO:journalctl@ceph.mon.a.smithi063.stdout: read_amp_bytes_per_bit: 0 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: format_version: 5 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: enable_index_compression: 1 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: block_align: 0 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: max_auto_readahead_size: 262144 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: prepopulate_block_cache: 0 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: initial_auto_readahead_size: 8192 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression: NoCompression 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T05:33:16.320 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.num_levels: 7 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T05:33:16.321 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T05:33:16.322 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T05:33:16.323 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T05:33:16.324 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.inplace_update_support: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.bloom_locality: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.max_successive_merges: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.ttl: 2592000 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T05:33:16.325 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.enable_blob_files: false 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.min_blob_size: 0 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bda78142-cd73-4fb5-9bc7-250b6bdcb194 2024-09-21T05:33:16.326 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726896796057922, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726896796058813, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85559, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83706, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77846, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726896796, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bda78142-cd73-4fb5-9bc7-250b6bdcb194", "db_session_id": "X19XT5YHHM4CZ8AD2EK4", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726896796058919, "job": 1, "event": "recovery_finished"} 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5583632eae00 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: DB pointer 0x5583633ec000 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout: ** DB Stats ** 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.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-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T05:33:16.327 INFO:journalctl@ceph.mon.a.smithi063.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-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: ** Compaction Stats [default] ** 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: ** Compaction Stats [default] ** 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T05:33:16.328 INFO:journalctl@ceph.mon.a.smithi063.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.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 145.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Cumulative compaction: 0.00 GB write, 26.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Interval compaction: 0.00 GB write, 26.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.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-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Block cache BinnedLRUCache@0x5583632bb610#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-21T05:33:16.329 INFO:journalctl@ceph.mon.a.smithi063.stdout: 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: starting mon.a rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???) e1 preinit fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).mds e1 new map 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).mds e1 print_map 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: e1 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: btime 2024-09-21T05:33:10:123268+0000 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: legacy client fscid: -1 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout: No filesystems configured 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T05:33:16.330 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 bash[29656]: 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 systemd[1]: Started Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: monmap epoch 1 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: last_changed 2024-09-21T05:33:07.170772+0000 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: min_mon_release 19 (squid) 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: election_strategy: 1 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: fsmap 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T05:33:16.331 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:16 smithi063 ceph-mon[29674]: mgrmap e1: no daemons active 2024-09-21T05:33:17.096 INFO:teuthology.orchestra.run.smithi063.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T05:33:17.117 INFO:teuthology.orchestra.run.smithi063.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:33:17.117 INFO:teuthology.orchestra.run.smithi063.stdout:Creating mgr... 2024-09-21T05:33:17.118 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T05:33:17.118 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T05:33:17.383 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a 2024-09-21T05:33:17.383 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a.service: Unit ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a.service not loaded. 2024-09-21T05:33:17.542 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d9767722-77da-11ef-baf5-efdc52797490.target.wants/ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a.service → /etc/systemd/system/ceph-d9767722-77da-11ef-baf5-efdc52797490@.service. 2024-09-21T05:33:17.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:17 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/3860320132' entity='client.admin' 2024-09-21T05:33:18.003 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T05:33:18.004 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout disabled 2024-09-21T05:33:18.011 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T05:33:18.011 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-09-21T05:33:18.011 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld.service is not enabled 2024-09-21T05:33:18.011 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T05:33:18.020 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T05:33:18.020 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout disabled 2024-09-21T05:33:18.027 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T05:33:18.027 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-09-21T05:33:18.027 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld.service is not enabled 2024-09-21T05:33:18.028 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T05:33:18.028 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr to start... 2024-09-21T05:33:18.028 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr... 2024-09-21T05:33:18.132 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:17 smithi063 systemd[1]: Started Ceph mgr.a for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:33:18.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:18 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/3612332955' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T05:33:19.048 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:19.055 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:33:19.055 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "d9767722-77da-11ef-baf5-efdc52797490", 2024-09-21T05:33:19.055 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T05:33:19.055 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T05:33:19.056 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T05:33:19.057 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T05:33:19.058 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T05:33:10:123268+0000", 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T05:33:19.059 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T05:33:10.123955+0000", 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:33:19.060 INFO:teuthology.orchestra.run.smithi063.stdout:mgr not available, waiting (1/15)... 2024-09-21T05:33:22.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:22 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1902739909' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "d9767722-77da-11ef-baf5-efdc52797490", 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.524 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T05:33:22.525 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:22.526 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T05:33:22.526 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T05:33:22.526 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T05:33:22.526 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T05:33:22.526 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T05:33:22.526 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T05:33:22.529 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T05:33:10:123268+0000", 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T05:33:22.530 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T05:33:10.123955+0000", 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:22.531 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T05:33:22.532 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:33:22.532 INFO:teuthology.orchestra.run.smithi063.stdout:mgr not available, waiting (2/15)... 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: Activating manager daemon a 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: mgrmap e2: a(active, starting, since 0.0031695s) 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:33:23.534 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T05:33:23.535 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: Manager daemon a is now available 2024-09-21T05:33:23.535 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T05:33:23.535 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' 2024-09-21T05:33:23.535 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T05:33:23.535 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' 2024-09-21T05:33:23.535 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:23 smithi063 ceph-mon[29674]: from='mgr.14100 172.21.15.63:0/1294856736' entity='mgr.a' 2024-09-21T05:33:25.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:25 smithi063 ceph-mon[29674]: mgrmap e3: a(active, since 1.00772s) 2024-09-21T05:33:25.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:25 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/900872521' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T05:33:25.755 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:25.755 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:33:25.755 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsid": "d9767722-77da-11ef-baf5-efdc52797490", 2024-09-21T05:33:25.755 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T05:33:25.755 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 0 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:25.756 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T05:33:25.757 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T05:33:25.760 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.760 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T05:33:25.760 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T05:33:25.760 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T05:33:10:123268+0000", 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.761 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ], 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T05:33:10.123955+0000", 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T05:33:25.762 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout }, 2024-09-21T05:33:25.763 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T05:33:25.763 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:33:25.763 INFO:teuthology.orchestra.run.smithi063.stdout:mgr is available 2024-09-21T05:33:26.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:26 smithi063 ceph-mon[29674]: mgrmap e4: a(active, since 2s) 2024-09-21T05:33:27.075 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:27.076 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout fsid = d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T05:33:27.077 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T05:33:27.078 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling cephadm module... 2024-09-21T05:33:27.383 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:27 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/616614782' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T05:33:27.383 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:27 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/616614782' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T05:33:28.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:28 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/4050744789' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T05:33:28.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:28 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: ignoring --setuser ceph since I am not root 2024-09-21T05:33:28.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:28 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: ignoring --setgroup ceph since I am not root 2024-09-21T05:33:29.501 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:29 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/4050744789' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T05:33:29.501 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:29 smithi063 ceph-mon[29674]: mgrmap e5: a(active, since 5s) 2024-09-21T05:33:30.021 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:33:30.021 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T05:33:30.022 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T05:33:30.022 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T05:33:30.022 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T05:33:30.022 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:33:30.022 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for the mgr to restart... 2024-09-21T05:33:30.022 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr epoch 5... 2024-09-21T05:33:30.404 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:30 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/4086239078' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T05:33:33.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: Active manager daemon a restarted 2024-09-21T05:33:33.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: Activating manager daemon a 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: osdmap e2: 0 total, 0 up, 0 in 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: mgrmap e6: a(active, starting, since 0.0034964s) 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T05:33:33.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:33 smithi063 ceph-mon[29674]: Manager daemon a is now available 2024-09-21T05:33:35.079 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:33:35.079 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T05:33:35.079 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T05:33:35.079 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:33:35.079 INFO:teuthology.orchestra.run.smithi063.stdout:mgr epoch 5 is available 2024-09-21T05:33:35.079 INFO:teuthology.orchestra.run.smithi063.stdout:Verifying orchestrator module is enabled... 2024-09-21T05:33:35.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:35 smithi063 ceph-mon[29674]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T05:33:35.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:35 smithi063 ceph-mon[29674]: mgrmap e7: a(active, since 1.00524s) 2024-09-21T05:33:35.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:35 smithi063 ceph-mon[29674]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T05:33:36.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1684201802' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: Found migration_current of "None". Setting to last migration. 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T05:33:36.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:36 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T05:33:37.016 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T05:33:37.016 INFO:teuthology.orchestra.run.smithi063.stdout:Setting orchestrator backend to cephadm... 2024-09-21T05:33:37.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1684201802' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-mon[29674]: mgrmap e8: a(active, since 3s) 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: 2024-09-21T05:33:37.595+0000 7f8eebb47640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:05:33:37] ENGINE Error in HTTPServer.serve 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: Traceback (most recent call last): 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self._connections.run(self.expiration_interval) 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self._run(expiration_interval) 2024-09-21T05:33:37.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: s = self.context.wrap_socket( 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: return self.sslsocket_class._create( 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self.do_handshake() 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self._sslobj.do_handshake() 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T05:33:37.769 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:37 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: 2024-09-21T05:33:38.564 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: [21/Sep/2024:05:33:37] ENGINE Bus STARTING 2024-09-21T05:33:38.564 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: mgrmap e9: a(active, since 4s) 2024-09-21T05:33:38.564 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: [21/Sep/2024:05:33:37] ENGINE Serving on http://172.21.15.63:8765 2024-09-21T05:33:38.564 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: [21/Sep/2024:05:33:37] ENGINE Serving on https://172.21.15.63:7150 2024-09-21T05:33:38.564 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: [21/Sep/2024:05:33:37] ENGINE Bus STARTED 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: [21/Sep/2024:05:33:37] ENGINE Error in HTTPServer.serve 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: Traceback (most recent call last): 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: self._connections.run(self.expiration_interval) 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: self._run(expiration_interval) 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: s = self.context.wrap_socket( 2024-09-21T05:33:38.565 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout: return self.sslsocket_class._create( 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout: self.do_handshake() 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout: self._sslobj.do_handshake() 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:38.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:38 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:33:39.395 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T05:33:39.395 INFO:teuthology.orchestra.run.smithi063.stdout:Generating ssh key... 2024-09-21T05:33:39.723 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:39 smithi063 ceph-mon[29674]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: Generating public/private rsa key pair. 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: Your identification has been saved in /tmp/tmpwh9bd9sw/key 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: Your public key has been saved in /tmp/tmpwh9bd9sw/key.pub 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: The key fingerprint is: 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: SHA256:CQKQuEwuxDez9DLlugf13J5yy4ka4PMPhIE6U1SJOcw ceph-d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: The key's randomart image is: 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: +---[RSA 3072]----+ 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: |+=o+.. | 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: |o=E*.. | 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: |=o+oO . | 2024-09-21T05:33:40.518 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: |++ +o= . . | 2024-09-21T05:33:40.519 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: |= o=.o S | 2024-09-21T05:33:40.519 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: | o.oo o . | 2024-09-21T05:33:40.519 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: | ooo . . | 2024-09-21T05:33:40.519 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: | .o.o.o+. | 2024-09-21T05:33:40.519 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: | .oooo+. | 2024-09-21T05:33:40.519 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:40 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: +----[SHA256]-----+ 2024-09-21T05:33:41.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:41 smithi063 ceph-mon[29674]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:41.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:41 smithi063 ceph-mon[29674]: Generating ssh key... 2024-09-21T05:33:41.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:41 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:41.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:41 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:41.916 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:33:41.917 INFO:teuthology.orchestra.run.smithi063.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T05:33:41.917 INFO:teuthology.orchestra.run.smithi063.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T05:33:41.922 INFO:teuthology.orchestra.run.smithi063.stdout:Adding host smithi063... 2024-09-21T05:33:42.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:42 smithi063 ceph-mon[29674]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:43.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:43 smithi063 ceph-mon[29674]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "addr": "172.21.15.63", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:44.384 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:44 smithi063 ceph-mon[29674]: Deploying cephadm binary to smithi063 2024-09-21T05:33:46.864 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Added host 'smithi063' with addr '172.21.15.63' 2024-09-21T05:33:46.865 INFO:teuthology.orchestra.run.smithi063.stdout:Deploying unmanaged mon service... 2024-09-21T05:33:47.400 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:47 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:47.400 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:47 smithi063 ceph-mon[29674]: Added host smithi063 2024-09-21T05:33:47.401 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:47 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:33:48.735 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:48 smithi063 ceph-mon[29674]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:48.735 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:48 smithi063 ceph-mon[29674]: Saving service mon spec with placement count:5 2024-09-21T05:33:48.735 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:48 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:48.735 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:48 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:48.954 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T05:33:48.954 INFO:teuthology.orchestra.run.smithi063.stdout:Deploying unmanaged mgr service... 2024-09-21T05:33:50.119 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T05:33:50.493 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:50 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:50.493 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:50 smithi063 ceph-mon[29674]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:33:50.493 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:50 smithi063 ceph-mon[29674]: Saving service mgr spec with placement count:2 2024-09-21T05:33:50.493 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:50 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:51.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:51 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/4212266446' entity='client.admin' 2024-09-21T05:33:53.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:52 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:53.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:52 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/4163574115' entity='client.admin' 2024-09-21T05:33:53.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:52 smithi063 ceph-mon[29674]: from='mgr.14118 172.21.15.63:0/3273259103' entity='mgr.a' 2024-09-21T05:33:53.043 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling the dashboard module... 2024-09-21T05:33:54.488 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:54 smithi063 ceph-mon[29674]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:33:54.488 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:54 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/3715592359' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T05:33:54.767 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:54 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: ignoring --setuser ceph since I am not root 2024-09-21T05:33:54.767 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:33:54 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: ignoring --setgroup ceph since I am not root 2024-09-21T05:33:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:55 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/3715592359' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T05:33:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:55 smithi063 ceph-mon[29674]: mgrmap e10: a(active, since 21s) 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for the mgr to restart... 2024-09-21T05:33:56.329 INFO:teuthology.orchestra.run.smithi063.stdout:Waiting for mgr epoch 10... 2024-09-21T05:33:56.711 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:56 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1199614580' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T05:34:00.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: Active manager daemon a restarted 2024-09-21T05:34:00.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: Activating manager daemon a 2024-09-21T05:34:00.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: osdmap e3: 0 total, 0 up, 0 in 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: mgrmap e11: a(active, starting, since 0.00334371s) 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T05:34:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:33:59 smithi063 ceph-mon[29674]: Manager daemon a is now available 2024-09-21T05:34:01.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:01.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-21T05:34:01.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-21T05:34:01.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:00 smithi063 ceph-mon[29674]: mgrmap e12: a(active, since 1.00639s) 2024-09-21T05:34:01.309 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout { 2024-09-21T05:34:01.309 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-21T05:34:01.309 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T05:34:01.310 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout } 2024-09-21T05:34:01.310 INFO:teuthology.orchestra.run.smithi063.stdout:mgr epoch 10 is available 2024-09-21T05:34:01.310 INFO:teuthology.orchestra.run.smithi063.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T05:34:01.659 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: 2024-09-21T05:34:01.644+0000 7f749aa33640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:05:34:01] ENGINE Error in HTTPServer.serve 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: Traceback (most recent call last): 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self._connections.run(self.expiration_interval) 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self._run(expiration_interval) 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T05:34:01.660 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: s = self.context.wrap_socket( 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: return self.sslsocket_class._create( 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self.do_handshake() 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: self._sslobj.do_handshake() 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T05:34:01.661 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: 2024-09-21T05:34:02.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-mon[29674]: [21/Sep/2024:05:34:01] ENGINE Bus STARTING 2024-09-21T05:34:02.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:01 smithi063 ceph-mon[29674]: [21/Sep/2024:05:34:01] ENGINE Serving on http://172.21.15.63:8765 2024-09-21T05:34:03.205 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:02 smithi063 ceph-mon[29674]: [21/Sep/2024:05:34:01] ENGINE Serving on https://172.21.15.63:7150 2024-09-21T05:34:03.205 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:02 smithi063 ceph-mon[29674]: [21/Sep/2024:05:34:01] ENGINE Bus STARTED 2024-09-21T05:34:03.205 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:02 smithi063 ceph-mon[29674]: [21/Sep/2024:05:34:01] ENGINE Error in HTTPServer.serve 2024-09-21T05:34:03.205 INFO:journalctl@ceph.mon.a.smithi063.stdout: Traceback (most recent call last): 2024-09-21T05:34:03.205 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: self._connections.run(self.expiration_interval) 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: self._run(expiration_interval) 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: s = self.context.wrap_socket( 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: return self.sslsocket_class._create( 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T05:34:03.206 INFO:journalctl@ceph.mon.a.smithi063.stdout: self.do_handshake() 2024-09-21T05:34:03.207 INFO:journalctl@ceph.mon.a.smithi063.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T05:34:03.207 INFO:journalctl@ceph.mon.a.smithi063.stdout: self._sslobj.do_handshake() 2024-09-21T05:34:03.207 INFO:journalctl@ceph.mon.a.smithi063.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T05:34:03.207 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:02 smithi063 ceph-mon[29674]: mgrmap e13: a(active, since 2s) 2024-09-21T05:34:03.207 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:02 smithi063 ceph-mon[29674]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:03.207 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:02 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:04.060 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:03 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:04.641 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUGlsFb15R2nvl0LBSv5HRU0hlniowDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTA1MzQwM1oXDTM0\nMDkyMjA1MzQwM1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjYzMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAy5Vtj+Q2DyiYN8hytXBfU5OwuZFYG79mvIpj\nmBEE5K4/0u0kvTtWyVaH6U8P6I63Bgc+9a4Lxj7dWDhKqwdqowPtA1HV6jBFhO0l\noK4VTX7gVqsd6B1ugqaXzcbtihXCy569TM/+wYxZGTgqiCvXDt8l4AD2m7bQciJw\nahvGtCb00tognF02eNRKMoU+Bp1evo/eH63n1JSniXrBp1R35uzv9u7jmTH/3MKW\noXxU8eBFG5db5SN6KtyNmjvSFakz/1jxL53lPy7mC6L7d8El5M+sOanuIHlRsJs3\n0PmNlozgTV0mzLu7/EZF40yRABe+nrjwdlLXeLtFnsNWj25Cej3LcR5eYEMvbGlx\ndJK4M4WX7mGwUi1Hx6dFuGVD3BGtVT7z6WwmrjdUvOYCPPwqRnzhReebFlTrnoTu\nrJCFUOkyH7eQtmvjJ63p2mfqU4fzjxDSQkKLit7Mf+urlnh/Xhycxit+fytjcNov\nEAwj6IpQSFlLb+BfnGxBv6H1nTPgL0aUpvFsutyzptcOXmbc6ZeqIVTNOIxNU4ui\nGommG8Jb1Andag3Dr9EtTD//K1NvHpFDP9oXNMY+mjMGt8+L8KGbp7BWpvMaNUIj\nyUYJm6m45CKDeYGsTZRkoLduSEbb9BH1XdYLxTJACuI853udl+S0TKjeCtUgqK/v\nBoZQ6m0CAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDYzghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPPzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQB5\nMJCrxjGuXvm1UqIlKEbuVtZEhpsK8TI3LOFDOLUdq2CV3GQma326Yo+j74Q1WkMR\nAEL/Ix6OD41ubrjhJerX1nSI3d5RrvoLTO7UttzHv8SFFwccsBDzzM6evyInasiP\nDrMTLH2MewdONCeckygkbsoxlz0GOgnOXglA3OgN9E1K4Ytd2wMGVkJa1eB88Xbs\nF0YRYo3xGwWUHckIwwq9Cp3R8Y/1SNaxvrvxEbi7yc9qLFFqUpQfxi7k7c7M3zP3\nwGRHVsJUDCvSyCVs7AHSRpvBPSFupJiCM46yG1OdMeSZ89eotBL7FClH4lOlUO03\nvU9GfheR3u77oIE5b216VY4p39q+MtY6c6Y4p0dxbHODT/dAX3ePlKG+RIXjrZFn\nUn6APVydG9ZsUeX/3r6nO5PfYC/KU7tmMUFti8v9m11fvQskMhgdRwb+er5lzDr7\n8Sg77hgHVIXupxt6SZnHfJrsH02e2WdgPfAL638OqBp7NgjdQ0OlrEZP5fcrENuJ\nT1EZHfNx1XgI0udAk7xcPXE8IS5Cxzj/h+U3+T/XNZSPwYUtkqSjImBXmku1srAY\nhLMyB1Uq9n/1jvtUI0ZOtemB7gkNQ3OqUHUvvXkYNeS+u+RYfoRySiGIhB475PSe\nN6qr5uDvaabrITLPtMQN1bOdCcM0fBH+5FXmqp+bdQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAy5Vtj+Q2DyiYN8hytXBfU5OwuZFYG79mvIpjmBEE5K4/0u0k\nvTtWyVaH6U8P6I63Bgc+9a4Lxj7dWDhKqwdqowPtA1HV6jBFhO0loK4VTX7gVqsd\n6B1ugqaXzcbtihXCy569TM/+wYxZGTgqiCvXDt8l4AD2m7bQciJwahvGtCb00tog\nnF02eNRKMoU+Bp1evo/eH63n1JSniXrBp1R35uzv9u7jmTH/3MKWoXxU8eBFG5db\n5SN6KtyNmjvSFakz/1jxL53lPy7mC6L7d8El5M+sOanuIHlRsJs30PmNlozgTV0m\nzLu7/EZF40yRABe+nrjwdlLXeLtFnsNWj25Cej3LcR5eYEMvbGlxdJK4M4WX7mGw\nUi1Hx6dFuGVD3BGtVT7z6WwmrjdUvOYCPPwqRnzhReebFlTrnoTurJCFUOkyH7eQ\ntmvjJ63p2mfqU4fzjxDSQkKLit7Mf+urlnh/Xhycxit+fytjcNovEAwj6IpQSFlL\nb+BfnGxBv6H1nTPgL0aUpvFsutyzptcOXmbc6ZeqIVTNOIxNU4uiGommG8Jb1And\nag3Dr9EtTD//K1NvHpFDP9oXNMY+mjMGt8+L8KGbp7BWpvMaNUIjyUYJm6m45CKD\neYGsTZRkoLduSEbb9BH1XdYLxTJACuI853udl+S0TKjeCtUgqK/vBoZQ6m0CAwEA\nAQKCAgAkyWRSESx0ikMRJ2MU5pCPH1uaeIk5gFk93erXrlGaSeNGB6xxFjEdMgne\njncDMJChYftONQwzHyZre8aAR5eNC9dO14GGLwFM3vZC5dn7Fh9PAd4mVHUk3hoF\nqLnBDyQTG6S8pcP0sNnjvPqwfu1+JjPnmXz2T680RIVYIxtBb92i4R/t6Uj/xep/\nXQTDeLnHSONcCZZf2xm39arbA+AjpfJJhkqxoq+HclD6LqeBymLqdKv6CHJZnt9m\nfIM+f0PiUu3ICynCxER021dBwTDJ+v21sL9S9mEcvrt0AzgCuYOJbzjk21KBaChW\nRX5ZDDFZaHUpCFifnAVdRhJU2hlgPuSejstqgXapVVE1EIZvD3ED2Jj6OaBvUd33\nq+JWiVkFfEtTLxDExQT/0fvgtSXLNj6EaxV46w/+cmoQaJTxcM/1K6yeaJSSllsr\nAmaqcZnG8pyh1qXx521/3WW/50+S2asnCRHIaGieeukHLgWr5CekWCZgDSoOpB0N\nSEIbfyPaSvcPerJ5uNAv3CdL7wdXeczbGrPd6jVFmqTNAInvbZRi5tzIhZb30ggX\nqGW/9rfzsm/Y21/CxK7C3mv3Cr8HnZGZWN0gZEHEYVT8DjDI8vRA2eP3i0nN9nHz\nOjlCh19n6vxhJ4j2veqy1Y8k5b89aAIyMewOwB5Gl3ANMb7K4QKCAQEA/dw8LUkC\nD/13kt1Qg88+mC6vFKuIYbqZvpv6PKBp2qEdpZu2WYdhM//Ccnvul6QNw+pX7osj\n/5lP6GCYxWxJQIOSFnlV9nr07kQ6fH37BWQb3dZeuKhqQQY7cjxNDCGpSo3ex7xE\nRZsfHg3AxoVeI4aX3e4c60ugOf0yAYthS49rlZ390MxiJ5eEFKNsQfRLKXvYasXo\nr4e3S/Oc3mV0URibBFFZjcepcwzjRaDyxx5fpa9ERHuBljVFN9l5ZLMwkKpnlCEa\nof6m5N2qtA5KEDkabi2kyiSHruqgl5oKNmdAyP5OCLRUvhOhqc2ipfcMPqxLuQB3\ntPJiPnS0nhhQoQKCAQEAzUy1giM2gIRypEujZYanl+rp6MQRuwV8w1QsqO1phVFt\n49Tu2wtvaTso4A/X8F+VU2JjAKWhsv9cR/yuh0KDcNBG5Nb59zcXJmZ6OPuq9Xal\n9D4nKbcwTXTqGWK4dHe69yoklud+ZkglYsuqHlPIov3tmV7M7YrBhzRIbBj6pO55\n9/rvzOLw5joT49nsQzillS1RytRn1EWulQ0c7buw3KgxcduQu3ylRy0USUTAyEjC\niyb1k0rmw0n2OOSWkEliyjXs+bauInFbxDQFyC+IZ9hDBNDYx+itzb4POzEULA1R\nsI+CxBIL5alLnXbthhb5kXiGGSptOJNX4695fN5qTQKCAQEAuV9I0git6N89oZDa\namW7X4U3c/CN9k88VWOwpvS8V1mvPG8oCNhCsqXgZ5j38ONq6dUFwLr53nslTpq6\n8+7Ozr1EwAR6MTI4CITp8F5OHvGrJ6KSKGVSsYjLf+9ok6NA66ANPezMLcfIQTnp\nuw1IYMi3vOdTVr4ykiXBjj8pHPPtq6Ni5EVap26MlEWBl+e7ut8keVNrRkHkJyIN\nOpj7BvzgtZZxvoY9xjVzADU3Ew+q6GHDh/5n8jeUA+RaMJ5oqDrGx/QkboZ1eEol\njLWif5YzJqFN5A4oxiGugwWIz5E2TY7ljJWiC+pp8oSmcGqmFl3aLY2Z3BfihZjT\nC17WAQKCAQANDOFE4oQma0T2WLCMVaD1sUMpPr15zAGAUSt9mYnppaF8qB5+4h00\n7UPN6nPpncnaQRjWA7FhtYXiNZfKlVnRpAu9pETDiEb6c+01Dhpx/BbUjdbjefei\nFNqEvpfHH41NBOrKhPCuA8wMmbG4t867PbUK2NHiD735oEMyS+wy683pC5SOy6ZQ\nnESDaWjxZPpxny3h3Nq0zbEpXGoIWrQFctOhzzlGEchX2++8MJiooqdrPRDDSjGd\nHGiAeVdw2JllDUSBIzGyks4ojL4JWawsHb004ynEm2/g8kH5m0cS/c3BkX3YhOUo\ntjhOTC8RJQi8TJMJqn7C5+rgWFk6rNDJAoIBAQDY+MER/6ludMn3LWPVnzuwsmGX\nY96lkOhnbiXlhJJY4XpHw9qtvOQ0tEtQvziCHCVt3AL53ZYi+zesnQHDQlFyVLts\nk2PXOHhiCqrfF7NJgeEn1bJKeCDpJGRjFBCFH7fCLRubLC5UKQexuxmW9VUQweQe\nh7JCOimsuKiUoHT3/6rF6m4eqZ6bbApB9BJ4rLvr0LMocP32DgPFsusYj6mUCn7s\nwMRXjAVDOSSyKFe6Uq3QbYJA6/EZcVSLZe4DiudFYT9Z1Kdxr3pDNXq8w80NAZah\ntwJbIy3vewGGDiBNb9gdyM8hYEEy7SH/qPSNQGG6SlbF8Z6vFB8+aPEfl1QV\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T05:34:05.738 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T05:34:06.341 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:06 smithi063 ceph-mon[29674]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:06.341 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:06 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:06.878 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T05:34:06.878 INFO:teuthology.orchestra.run.smithi063.stdout:Creating initial admin user... 2024-09-21T05:34:07.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:07 smithi063 ceph-mon[29674]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:07.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:07 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:08.317 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$s.X.LUrtqGbQ/Kek9BIXPeTHij3hX1YRIDtOm8UdT/GssJR0Ngqwq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726896847, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T05:34:08.318 INFO:teuthology.orchestra.run.smithi063.stdout:Fetching dashboard port number... 2024-09-21T05:34:08.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:08 smithi063 ceph-mon[29674]: from='client.14170 -' 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-21T05:34:08.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:08 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:09.373 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T05:34:09.384 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T05:34:09.384 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout disabled 2024-09-21T05:34:09.391 INFO:teuthology.orchestra.run.smithi063.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T05:34:09.391 INFO:teuthology.orchestra.run.smithi063.stdout:systemctl: stdout inactive 2024-09-21T05:34:09.391 INFO:teuthology.orchestra.run.smithi063.stdout:firewalld.service is not enabled 2024-09-21T05:34:09.392 INFO:teuthology.orchestra.run.smithi063.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout:Ceph Dashboard is now available at: 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout: URL: https://smithi063.front.sepia.ceph.com:8443/ 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout: User: admin 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout: Password: ipb46ibupk 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:09.394 INFO:teuthology.orchestra.run.smithi063.stdout:Saving cluster configuration to /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config directory 2024-09-21T05:34:09.616 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:09 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/68314134' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T05:34:10.672 INFO:teuthology.orchestra.run.smithi063.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T05:34:10.672 INFO:teuthology.orchestra.run.smithi063.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T05:34:10.672 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.672 INFO:teuthology.orchestra.run.smithi063.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.673 INFO:teuthology.orchestra.run.smithi063.stdout: ceph telemetry on 2024-09-21T05:34:10.674 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.674 INFO:teuthology.orchestra.run.smithi063.stdout:For more information see: 2024-09-21T05:34:10.674 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.674 INFO:teuthology.orchestra.run.smithi063.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T05:34:10.674 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:10.674 INFO:teuthology.orchestra.run.smithi063.stdout:Bootstrap complete. 2024-09-21T05:34:10.715 INFO:tasks.cephadm:Fetching config... 2024-09-21T05:34:10.715 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:10.715 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T05:34:10.732 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T05:34:10.732 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:10.732 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T05:34:10.789 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T05:34:10.789 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:10.790 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T05:34:10.856 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T05:34:10.857 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:10.857 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T05:34:10.913 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T05:34:10.913 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T05:34:10.996 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:11.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T05:34:11.066 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:11.078 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T05:34:11.222 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQfNRK5p16E3XeJg8Pb6NPfowboEmcShRjMd/QEe7xSYnH5RSHxi7cUPJQSNlXARICK+SYfg9aX73Xvo39Nfj9rFgqd42YtAVt5qKWY0BIE/MQgYtqxfk6Px8Jzmq6iaN5md6krvw9TK30ZicOQ3rKnQkC6QQVRuPFiU7Hn3CKcU49/PJc/+OB0ByI6A0fSGBj6sTLk1KUN7AwvVT0m71J/ps5R4t6O2kk1p3aXpLr+pPAreFFWgQxvfbo3KkzXuwB2/jLCqUVPY0bkWm+5ReAk4vMm/Ie/eKBlv9lELb3eX52ditxmVJ6gOXSJHX/9p4wk+bcczzOqr/ejxPM9cG0Krz24m9j6nMRhVhNpgrFRl/4afUqzCDlZmQJSKi/Sp3aNZSodr/8x7qhk5g7MD1bX5fYQo/KPqMJOMAyfArwD5wN1+UG8x8DpT6zgvwLklA1opz88O5E03g3U1wKaYmI33pM1fW/zHltZkh5L6+cs1ymwQws8uU1/aR3HDEK5Pk= ceph-d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:11.236 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T05:34:11.259 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:11 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/3128125073' entity='client.admin' 2024-09-21T05:34:11.493 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:12.938 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T05:34:12.938 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T05:34:13.204 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:13 smithi063 ceph-mon[29674]: mgrmap e14: a(active, since 12s) 2024-09-21T05:34:13.204 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:13 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2733374486' entity='client.admin' 2024-09-21T05:34:13.445 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:14.811 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi071 2024-09-21T05:34:14.811 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:34:14.811 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/etc/ceph/ceph.conf 2024-09-21T05:34:14.831 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:34:14.831 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:14.889 INFO:tasks.cephadm:Adding host smithi071 to orchestrator... 2024-09-21T05:34:14.890 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch host add smithi071 2024-09-21T05:34:15.260 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:15.432 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:15 smithi063 ceph-mon[29674]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:15.432 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:15 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:16.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:16.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"} : dispatch 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: Updating smithi063:/etc/ceph/ceph.conf 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: Updating smithi063:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:16.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:16 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:17.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:17 smithi063 ceph-mon[29674]: Updating smithi063:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T05:34:17.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:17 smithi063 ceph-mon[29674]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:18.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:18 smithi063 ceph-mon[29674]: Deploying cephadm binary to smithi071 2024-09-21T05:34:19.726 INFO:teuthology.orchestra.run.smithi063.stdout:Added host 'smithi071' with addr '172.21.15.71' 2024-09-21T05:34:20.304 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T05:34:20.555 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:20.942 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:20.942 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:20 smithi063 ceph-mon[29674]: Added host smithi071 2024-09-21T05:34:20.942 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:20.942 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:20 smithi063 ceph-mon[29674]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:20.943 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:20.943 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:21.142 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:21.142 INFO:teuthology.orchestra.run.smithi063.stdout:[{"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}] 2024-09-21T05:34:21.743 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-09-21T05:34:21.743 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:34:21.743 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-09-21T05:34:21.762 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:34:21.763 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:21.820 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-09-21T05:34:21.821 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch host add smithi161 2024-09-21T05:34:22.074 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:22.303 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:22 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:22.303 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:22 smithi063 ceph-mon[29674]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:34:23.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:23 smithi063 ceph-mon[29674]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:24.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"} : dispatch 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:24.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:25.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:25.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: Deploying cephadm binary to smithi161 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: Updating smithi071:/etc/ceph/ceph.conf 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: Updating smithi071:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: Updating smithi071:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:25.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:25 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:26.504 INFO:teuthology.orchestra.run.smithi063.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-09-21T05:34:27.005 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T05:34:27.255 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:27.671 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:27 smithi063 ceph-mon[29674]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:27.671 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:27 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:27.671 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:27 smithi063 ceph-mon[29674]: Added host smithi161 2024-09-21T05:34:27.672 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:27 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:27.672 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:27 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:27.672 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:27 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:27.894 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:34:27.894 INFO:teuthology.orchestra.run.smithi063.stdout:[{"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-09-21T05:34:28.521 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T05:34:28.521 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd crush tunables default 2024-09-21T05:34:28.772 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:29.102 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:28 smithi063 ceph-mon[29674]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:29.102 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:28 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:29.102 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:28 smithi063 ceph-mon[29674]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:34:29.823 INFO:teuthology.orchestra.run.smithi063.stderr:adjusted tunables profile to default 2024-09-21T05:34:30.121 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:29 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2382897972' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T05:34:30.412 INFO:tasks.cephadm:Adding mon.a on smithi063 2024-09-21T05:34:30.413 INFO:tasks.cephadm:Adding mon.b on smithi071 2024-09-21T05:34:30.413 INFO:tasks.cephadm:Adding mon.c on smithi161 2024-09-21T05:34:30.413 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch apply mon '3;smithi063:172.21.15.63=a;smithi071:172.21.15.71=b;smithi161:172.21.15.161=c' 2024-09-21T05:34:30.662 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T05:34:30.706 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T05:34:31.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2382897972' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"} : dispatch 2024-09-21T05:34:31.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:31.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:31.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:30 smithi063 ceph-mon[29674]: Updating smithi161:/etc/ceph/ceph.conf 2024-09-21T05:34:31.401 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mon update... 2024-09-21T05:34:32.018 DEBUG:teuthology.orchestra.run.smithi071:mon.b> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.b.service 2024-09-21T05:34:32.021 DEBUG:teuthology.orchestra.run.smithi161:mon.c> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.c.service 2024-09-21T05:34:32.023 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T05:34:32.023 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T05:34:32.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: Updating smithi161:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: Updating smithi161:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi063:172.21.15.63=a;smithi071:172.21.15.71=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: Saving service mon spec with placement smithi063:172.21.15.63=a;smithi071:172.21.15.71=b;smithi161:172.21.15.161=c;count:3 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:32.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:32.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:32.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:32 smithi063 ceph-mon[29674]: Deploying daemon mon.c on smithi161 2024-09-21T05:34:32.998 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-21T05:34:33.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:33 smithi063 ceph-mon[29674]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:34.671 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:34:34.671 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","modified":"2024-09-21T05:33:07.170772Z","created":"2024-09-21T05:33:07.170772Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T05:34:34.671 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-21T05:34:35.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:35 smithi063 ceph-mon[29674]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:35.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:35 smithi063 ceph-mon[29674]: from='client.? 172.21.15.161:0/3545471523' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:34:36.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:35 smithi161 systemd[1]: Started Ceph mon.c for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:34:36.454 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T05:34:36.455 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T05:34:36.715 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T05:34:41.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:41.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:34:41.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: mon.a calling monitor election 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: mon.c calling monitor election 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: monmap epoch 2 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: last_changed 2024-09-21T05:34:35.953046+0000 2024-09-21T05:34:41.372 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: min_mon_release 19 (squid) 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: election_strategy: 1 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: fsmap 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: mgrmap e14: a(active, since 41s) 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: overall HEALTH_OK 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:41.373 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:41 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:41.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:41.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:34:41.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: mon.a calling monitor election 2024-09-21T05:34:41.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: mon.c calling monitor election 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: monmap epoch 2 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: last_changed 2024-09-21T05:34:35.953046+0000 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: min_mon_release 19 (squid) 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: election_strategy: 1 2024-09-21T05:34:41.519 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: fsmap 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: mgrmap e14: a(active, since 41s) 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: overall HEALTH_OK 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:41.520 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:41 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:41.839 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:34:41.840 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":2,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","modified":"2024-09-21T05:34:35.953046Z","created":"2024-09-21T05:33:07.170772Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T05:34:41.840 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 2 2024-09-21T05:34:42.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:42 smithi161 ceph-mon[32206]: Deploying daemon mon.b on smithi071 2024-09-21T05:34:42.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:42 smithi161 ceph-mon[32206]: from='client.? 172.21.15.161:0/3543473232' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:34:42.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:42 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:42.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:42 smithi063 ceph-mon[29674]: Deploying daemon mon.b on smithi071 2024-09-21T05:34:42.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:42 smithi063 ceph-mon[29674]: from='client.? 172.21.15.161:0/3543473232' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:34:42.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:42 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:43.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:43 smithi161 ceph-mon[32206]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:43.451 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T05:34:43.451 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T05:34:43.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:43 smithi063 ceph-mon[29674]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:43.709 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T05:34:44.383 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:34:44.383 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":2,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","modified":"2024-09-21T05:34:35.953046Z","created":"2024-09-21T05:33:07.170772Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T05:34:44.384 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 2 2024-09-21T05:34:45.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:44 smithi071 systemd[1]: Started Ceph mon.b for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:34:46.046 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T05:34:46.047 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-21T05:34:46.302 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T05:34:50.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: mon.c calling monitor election 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: mon.a calling monitor election 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: monmap epoch 3 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: last_changed 2024-09-21T05:34:44.787656+0000 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: min_mon_release 19 (squid) 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: election_strategy: 1 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: fsmap 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: mgrmap e14: a(active, since 50s) 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T05:34:50.123 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T05:34:50.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T05:34:50.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: mon.b (rank 2) addr [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] is down (out of quorum) 2024-09-21T05:34:50.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:49 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.244 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:34:50.244 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":3,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","modified":"2024-09-21T05:34:44.787656Z","created":"2024-09-21T05:33:07.170772Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T05:34:50.244 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 3 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: mon.c calling monitor election 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: mon.a calling monitor election 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:50.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: monmap epoch 3 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: last_changed 2024-09-21T05:34:44.787656+0000 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: min_mon_release 19 (squid) 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: election_strategy: 1 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: fsmap 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: mgrmap e14: a(active, since 50s) 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T05:34:50.269 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T05:34:50.270 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T05:34:50.270 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: mon.b (rank 2) addr [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] is down (out of quorum) 2024-09-21T05:34:50.270 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.270 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.270 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.270 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:49 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:50 smithi161 ceph-mon[32206]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:50.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:50.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:50.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:50 smithi161 ceph-mon[32206]: from='client.? 172.21.15.161:0/3888418982' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:34:50.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:51.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:50 smithi063 ceph-mon[29674]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:51.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:51.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:51.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:50 smithi063 ceph-mon[29674]: from='client.? 172.21.15.161:0/3888418982' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:34:51.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:51.563 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T05:34:51.563 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T05:34:52.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:34:52.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: mon.c calling monitor election 2024-09-21T05:34:52.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: mon.a calling monitor election 2024-09-21T05:34:52.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T05:34:52.274 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: monmap epoch 3 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: last_changed 2024-09-21T05:34:44.787656+0000 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: min_mon_release 19 (squid) 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: election_strategy: 1 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: fsmap 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:52.275 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: mgrmap e14: a(active, since 50s) 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: mon.b (rank 2) addr [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] is down (out of quorum) 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='client.? 172.21.15.161:0/3888418982' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:34:52.276 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:51 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: mon.b calling monitor election 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: mon.b calling monitor election 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: mon.c calling monitor election 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: mon.a calling monitor election 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: monmap epoch 3 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: last_changed 2024-09-21T05:34:44.787656+0000 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:52.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: min_mon_release 19 (squid) 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: election_strategy: 1 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: fsmap 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: mgrmap e14: a(active, since 52s) 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: Cluster is now healthy 2024-09-21T05:34:52.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:52 smithi063 ceph-mon[29674]: overall HEALTH_OK 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: mon.b calling monitor election 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: mon.b calling monitor election 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: mon.c calling monitor election 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: mon.a calling monitor election 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: monmap epoch 3 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: last_changed 2024-09-21T05:34:44.787656+0000 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: min_mon_release 19 (squid) 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: election_strategy: 1 2024-09-21T05:34:52.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: fsmap 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: mgrmap e14: a(active, since 52s) 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: Cluster is now healthy 2024-09-21T05:34:52.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:52 smithi071 ceph-mon[32519]: overall HEALTH_OK 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: mon.b calling monitor election 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: mon.b calling monitor election 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: mon.c calling monitor election 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: mon.a calling monitor election 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: monmap epoch 3 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:52.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: last_changed 2024-09-21T05:34:44.787656+0000 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: min_mon_release 19 (squid) 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: election_strategy: 1 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: fsmap 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: mgrmap e14: a(active, since 52s) 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: Cluster is now healthy 2024-09-21T05:34:52.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:52 smithi161 ceph-mon[32206]: overall HEALTH_OK 2024-09-21T05:34:52.915 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:34:53.497 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:53.588 INFO:teuthology.orchestra.run.smithi063.stdout:# minimal ceph.conf for d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:53.588 INFO:teuthology.orchestra.run.smithi063.stdout:[global] 2024-09-21T05:34:53.588 INFO:teuthology.orchestra.run.smithi063.stdout: fsid = d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:34:53.588 INFO:teuthology.orchestra.run.smithi063.stdout: mon_host = [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:34:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:34:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:54.155 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T05:34:54.155 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:54.155 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T05:34:54.184 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:54.184 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:54.251 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:34:54.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T05:34:54.278 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:34:54.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:54.344 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:34:54.344 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T05:34:54.371 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:34:54.371 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T05:34:54.435 INFO:tasks.cephadm:Adding mgr.a on smithi063 2024-09-21T05:34:54.435 INFO:tasks.cephadm:Adding mgr.b on smithi071 2024-09-21T05:34:54.436 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch apply mgr '2;smithi063=a;smithi071=b' 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: Reconfiguring mon.b (monmap changed)... 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: Reconfiguring daemon mon.b on smithi071 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2398139761' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:34:54.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:54.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: Reconfiguring mon.b (monmap changed)... 2024-09-21T05:34:54.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: Reconfiguring daemon mon.b on smithi071 2024-09-21T05:34:54.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2398139761' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:54.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:54.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:54.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:54.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:34:54.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:54.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: Reconfiguring mon.b (monmap changed)... 2024-09-21T05:34:54.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: Reconfiguring daemon mon.b on smithi071 2024-09-21T05:34:54.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2398139761' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:54.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:54.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:54.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:34:54.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:34:54.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:55.477 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T05:34:55.596 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:55.596 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: Reconfiguring mon.c (monmap changed)... 2024-09-21T05:34:55.596 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: Reconfiguring daemon mon.c on smithi161 2024-09-21T05:34:55.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:55.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:55.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:55.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: Reconfiguring mon.c (monmap changed)... 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: Reconfiguring daemon mon.c on smithi161 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:55.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:55.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: Reconfiguring mon.c (monmap changed)... 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: Reconfiguring daemon mon.c on smithi161 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:55.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:56.123 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mgr update... 2024-09-21T05:34:56.653 DEBUG:teuthology.orchestra.run.smithi071:mgr.b> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.b.service 2024-09-21T05:34:56.655 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T05:34:56.655 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T05:34:56.655 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-21T05:34:56.655 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T05:34:56.676 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-21T05:34:56.676 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-09-21T05:34:56.735 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T05:34:56.735 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:56.735 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-21T05:34:56.735 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:56.736 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:56.736 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-21 05:34:13.773572635 +0000 2024-09-21T05:34:56.736 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-21 05:29:49.837475825 +0000 2024-09-21T05:34:56.736 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-21 05:29:49.837475825 +0000 2024-09-21T05:34:56.736 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-09-21 05:29:49.837475825 +0000 2024-09-21T05:34:56.736 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T05:34:56.805 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-21T05:34:56.805 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-21T05:34:56.805 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000288204 s, 1.8 MB/s 2024-09-21T05:34:56.806 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T05:34:56.866 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-09-21T05:34:56.925 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T05:34:56.925 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-21 05:34:13.808572252 +0000 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-21 05:29:49.834475859 +0000 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-21 05:29:49.834475859 +0000 2024-09-21T05:34:56.926 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-09-21 05:29:49.834475859 +0000 2024-09-21T05:34:56.926 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T05:34:56.993 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-21T05:34:56.993 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-21T05:34:56.994 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000248734 s, 2.1 MB/s 2024-09-21T05:34:56.995 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T05:34:57.054 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-09-21T05:34:57.113 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T05:34:57.113 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:57.113 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-21T05:34:57.114 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:57.114 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:57.114 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-21 05:34:13.842571881 +0000 2024-09-21T05:34:57.114 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-21 05:29:49.834475859 +0000 2024-09-21T05:34:57.114 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-21 05:29:49.834475859 +0000 2024-09-21T05:34:57.114 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-09-21 05:29:49.834475859 +0000 2024-09-21T05:34:57.114 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T05:34:57.182 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-21T05:34:57.182 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-21T05:34:57.182 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000206878 s, 2.5 MB/s 2024-09-21T05:34:57.184 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T05:34:57.243 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-21 05:34:13.879571476 +0000 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-21 05:29:49.835475848 +0000 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-21 05:29:49.835475848 +0000 2024-09-21T05:34:57.300 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: 2024-09-21 05:29:49.835475848 +0000 2024-09-21T05:34:57.301 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T05:34:57.366 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-21T05:34:57.366 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-21T05:34:57.366 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000225334 s, 2.3 MB/s 2024-09-21T05:34:57.367 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: Saving service mgr spec with placement smithi063=a;smithi071=b;count:2 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:57.413 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:34:57.414 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T05:34:57.414 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:34:57.414 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:57.414 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:57 smithi071 ceph-mon[32519]: Deploying daemon mgr.b on smithi071 2024-09-21T05:34:57.425 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-21T05:34:57.426 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T05:34:57.442 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-21T05:34:57.442 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-09-21T05:34:57.497 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-21 05:34:44.238160282 +0000 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:57.498 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:57.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T05:34:57.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:57.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: Saving service mgr spec with placement smithi063=a;smithi071=b;count:2 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:57.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:57 smithi063 ceph-mon[29674]: Deploying daemon mgr.b on smithi071 2024-09-21T05:34:57.577 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-21T05:34:57.578 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-21T05:34:57.578 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000216932 s, 2.4 MB/s 2024-09-21T05:34:57.579 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T05:34:57.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:57.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi063=a;smithi071=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:34:57.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: Saving service mgr spec with placement smithi063=a;smithi071=b;count:2 2024-09-21T05:34:57.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T05:34:57.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:34:57.624 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:34:57.624 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:57 smithi161 ceph-mon[32206]: Deploying daemon mgr.b on smithi071 2024-09-21T05:34:57.636 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-09-21T05:34:57.691 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-21 05:34:57.525946687 +0000 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:57.692 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:57.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T05:34:57.757 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-21T05:34:57.757 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-21T05:34:57.757 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000176983 s, 2.9 MB/s 2024-09-21T05:34:57.759 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T05:34:57.816 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-21 05:34:57.711943697 +0000 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-21 05:29:50.114764833 +0000 2024-09-21T05:34:57.875 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-21 05:29:50.114764833 +0000 2024-09-21T05:34:57.876 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-21 05:29:50.114764833 +0000 2024-09-21T05:34:57.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T05:34:57.939 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-21T05:34:57.939 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-21T05:34:57.939 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000245193 s, 2.1 MB/s 2024-09-21T05:34:57.942 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T05:34:57.997 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-09-21T05:34:58.008 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:34:58 smithi071 podman[33464]: 2024-09-21 05:34:58.007162227 +0000 UTC m=+0.136062829 container create a96f7fd2b02ebe756c33beeab654bf4438db09a3e421a2f147e75b4a38af45cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-b, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-21 05:34:57.711943697 +0000 2024-09-21T05:34:58.023 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:58.024 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:58.024 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-21 05:29:50.113764675 +0000 2024-09-21T05:34:58.024 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T05:34:58.087 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-21T05:34:58.087 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-21T05:34:58.087 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000224402 s, 2.3 MB/s 2024-09-21T05:34:58.088 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T05:34:58.146 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-21T05:34:58.146 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T05:34:58.167 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-21T05:34:58.167 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-21 05:34:35.188637393 +0000 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.225 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.226 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T05:34:58.272 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:34:58 smithi071 podman[33464]: 2024-09-21 05:34:58.251187956 +0000 UTC m=+0.380088560 container init a96f7fd2b02ebe756c33beeab654bf4438db09a3e421a2f147e75b4a38af45cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.build-date=20240731) 2024-09-21T05:34:58.273 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:34:58 smithi071 podman[33464]: 2024-09-21 05:34:58.254298083 +0000 UTC m=+0.383198699 container start a96f7fd2b02ebe756c33beeab654bf4438db09a3e421a2f147e75b4a38af45cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-b, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-21T05:34:58.294 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-21T05:34:58.294 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-21T05:34:58.294 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000257675 s, 2.0 MB/s 2024-09-21T05:34:58.296 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T05:34:58.354 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-21 05:34:35.189637373 +0000 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-21 05:29:50.106528859 +0000 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-21 05:29:50.106528859 +0000 2024-09-21T05:34:58.413 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-21 05:29:50.106528859 +0000 2024-09-21T05:34:58.414 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T05:34:58.480 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-21T05:34:58.480 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-21T05:34:58.480 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000233094 s, 2.2 MB/s 2024-09-21T05:34:58.481 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T05:34:58.539 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-09-21T05:34:58.596 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T05:34:58.596 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:58.597 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 962 Links: 1 2024-09-21T05:34:58.597 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:58.597 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:58.597 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-21 05:34:35.189637373 +0000 2024-09-21T05:34:58.597 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.597 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.598 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.598 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T05:34:58.662 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-21T05:34:58.662 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-21T05:34:58.662 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000233083 s, 2.2 MB/s 2024-09-21T05:34:58.663 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T05:34:58.721 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-09-21T05:34:58.772 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:34:58 smithi071 ceph-mgr[33582]: -- 172.21.15.71:0/1089256889 <== mon.2 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55ce06f650e0 con 0x55ce06f43000 2024-09-21T05:34:58.773 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:34:58 smithi071 bash[33464]: a96f7fd2b02ebe756c33beeab654bf4438db09a3e421a2f147e75b4a38af45cf 2024-09-21T05:34:58.773 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:34:58 smithi071 systemd[1]: Started Ceph mgr.b for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-21 05:34:35.190637352 +0000 2024-09-21T05:34:58.777 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.778 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.778 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-21 05:29:50.105528880 +0000 2024-09-21T05:34:58.778 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T05:34:58.842 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-21T05:34:58.843 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-21T05:34:58.843 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000208986 s, 2.4 MB/s 2024-09-21T05:34:58.844 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T05:34:58.901 INFO:tasks.cephadm:Deploying osd.0 on smithi063 with /dev/vg_nvme/lv_4... 2024-09-21T05:34:58.901 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T05:34:59.165 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:34:59.536 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:59 smithi063 ceph-mon[29674]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:59.536 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.536 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.536 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.536 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.536 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:34:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:59.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:59 smithi071 ceph-mon[32519]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:59.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:59 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:59 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:59 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:59 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:34:59 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:34:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:59 smithi161 ceph-mon[32206]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:34:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:59 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:59 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:59 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:59 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:34:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:34:59 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:00.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:00.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:00.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:35:00.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:35:00.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:00.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:35:00.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:00.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:01.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.642 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T05:35:01.642 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: Reconfiguring daemon mgr.a on smithi063 2024-09-21T05:35:01.642 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:01.642 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.642 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.642 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:01.643 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:01.643 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:01.643 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: Reconfiguring daemon mgr.a on smithi063 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:01.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:01.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:01.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: Reconfiguring mgr.a (unknown last config time)... 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: Reconfiguring daemon mgr.a on smithi063 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:02.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:02.724 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:35:02.750 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-09-21T05:35:03.006 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:35:03.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:03 smithi063 ceph-mon[29674]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:03.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:03 smithi063 ceph-mon[29674]: Standby manager daemon b started 2024-09-21T05:35:03.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:03 smithi063 ceph-mon[29674]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T05:35:03.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:03 smithi063 ceph-mon[29674]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T05:35:03.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:03 smithi063 ceph-mon[29674]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T05:35:03.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:03 smithi063 ceph-mon[29674]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T05:35:03.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:03 smithi161 ceph-mon[32206]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:03.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:03 smithi161 ceph-mon[32206]: Standby manager daemon b started 2024-09-21T05:35:03.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:03 smithi161 ceph-mon[32206]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T05:35:03.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:03 smithi161 ceph-mon[32206]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T05:35:03.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:03 smithi161 ceph-mon[32206]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T05:35:03.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:03 smithi161 ceph-mon[32206]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T05:35:04.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:03 smithi071 ceph-mon[32519]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:04.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:03 smithi071 ceph-mon[32519]: Standby manager daemon b started 2024-09-21T05:35:04.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:03 smithi071 ceph-mon[32519]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-21T05:35:04.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:03 smithi071 ceph-mon[32519]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T05:35:04.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:03 smithi071 ceph-mon[32519]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-21T05:35:04.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:03 smithi071 ceph-mon[32519]: from='mgr.? 172.21.15.71:0/1644020386' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T05:35:04.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:04 smithi161 ceph-mon[32206]: mgrmap e15: a(active, since 63s), standbys: b 2024-09-21T05:35:04.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T05:35:04.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:04.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:04.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:04.888 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:04 smithi063 ceph-mon[29674]: mgrmap e15: a(active, since 63s), standbys: b 2024-09-21T05:35:04.888 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T05:35:04.888 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:04.888 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:04.888 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:05.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:04 smithi071 ceph-mon[32519]: mgrmap e15: a(active, since 63s), standbys: b 2024-09-21T05:35:05.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-21T05:35:05.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:05.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:05.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:05.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:05 smithi063 ceph-mon[29674]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:05.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:05 smithi063 ceph-mon[29674]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:05.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:05 smithi161 ceph-mon[32206]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:05.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:05 smithi161 ceph-mon[32206]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:06.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:05 smithi071 ceph-mon[32519]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:06.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:05 smithi071 ceph-mon[32519]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:06.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:06 smithi063 ceph-mon[29674]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:06.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:06 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1849919713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ec3623d9-97cb-4f82-ab00-19006ef55512"} : dispatch 2024-09-21T05:35:06.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:06 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1849919713' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec3623d9-97cb-4f82-ab00-19006ef55512"}]': finished 2024-09-21T05:35:06.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:06 smithi063 ceph-mon[29674]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T05:35:06.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:06 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:06.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:06 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/845565671' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:35:06.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:06 smithi161 ceph-mon[32206]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:06.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:06 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1849919713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ec3623d9-97cb-4f82-ab00-19006ef55512"} : dispatch 2024-09-21T05:35:06.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:06 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1849919713' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec3623d9-97cb-4f82-ab00-19006ef55512"}]': finished 2024-09-21T05:35:06.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:06 smithi161 ceph-mon[32206]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T05:35:06.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:06 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:06.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:06 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/845565671' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:35:07.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:06 smithi071 ceph-mon[32519]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:07.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:06 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1849919713' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ec3623d9-97cb-4f82-ab00-19006ef55512"} : dispatch 2024-09-21T05:35:07.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:06 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1849919713' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec3623d9-97cb-4f82-ab00-19006ef55512"}]': finished 2024-09-21T05:35:07.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:06 smithi071 ceph-mon[32519]: osdmap e5: 1 total, 0 up, 1 in 2024-09-21T05:35:07.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:06 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:07.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:06 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/845565671' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:35:09.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:08 smithi161 ceph-mon[32206]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:09.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:08 smithi063 ceph-mon[29674]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:09.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:08 smithi071 ceph-mon[32519]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:11.064 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:10 smithi063 ceph-mon[29674]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:11.074 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:10 smithi071 ceph-mon[32519]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:11.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:10 smithi161 ceph-mon[32206]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:12.827 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:12 smithi063 ceph-mon[29674]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:13.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:12 smithi071 ceph-mon[32519]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:13.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:12 smithi161 ceph-mon[32206]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:14.105 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:13 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T05:35:14.105 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:13 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:14.105 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:13 smithi063 ceph-mon[29674]: Deploying daemon osd.0 on smithi063 2024-09-21T05:35:14.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:13 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T05:35:14.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:13 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:14.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:13 smithi161 ceph-mon[32206]: Deploying daemon osd.0 on smithi063 2024-09-21T05:35:14.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:13 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T05:35:14.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:13 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:14.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:13 smithi071 ceph-mon[32519]: Deploying daemon osd.0 on smithi063 2024-09-21T05:35:15.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:14 smithi063 ceph-mon[29674]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:15.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:14 smithi161 ceph-mon[32206]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:15.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:14 smithi071 ceph-mon[32519]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:17.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:16 smithi161 ceph-mon[32206]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:17.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:16 smithi063 ceph-mon[29674]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:17.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:16 smithi071 ceph-mon[32519]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:19.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:18 smithi063 ceph-mon[29674]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:19.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:18 smithi161 ceph-mon[32206]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:19.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:18 smithi071 ceph-mon[32519]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:20.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:20 smithi063 ceph-mon[29674]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:20.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:20.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:20.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:21.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:20 smithi161 ceph-mon[32206]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:21.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:20 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:21.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:20 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:21.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:20 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:21.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:20 smithi071 ceph-mon[32519]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:21.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:20 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:21.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:20 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:21.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:20 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.669 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:23 smithi161 ceph-mon[32206]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:23.669 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.669 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.669 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:23.669 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:23.669 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:23 smithi063 ceph-mon[29674]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:23.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:23.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:23.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:23 smithi071 ceph-mon[32519]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:23.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:23.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:23.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:23.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:25.562 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:25 smithi063 ceph-mon[29674]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:25.562 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:25 smithi063 ceph-mon[29674]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T05:35:25.612 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 0 on host 'smithi063' 2024-09-21T05:35:25.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:25 smithi071 ceph-mon[32519]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:25.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:25 smithi071 ceph-mon[32519]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T05:35:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:25 smithi161 ceph-mon[32206]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:25 smithi161 ceph-mon[32206]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T05:35:26.169 DEBUG:teuthology.orchestra.run.smithi063:osd.0> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.0.service 2024-09-21T05:35:26.171 INFO:tasks.cephadm:Deploying osd.1 on smithi071 with /dev/vg_nvme/lv_4... 2024-09-21T05:35:26.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T05:35:26.423 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.b/config 2024-09-21T05:35:26.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]} : dispatch 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T05:35:26.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:26.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]} : dispatch 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T05:35:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]} : dispatch 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:26.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:26.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-21T05:35:26.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: osdmap e7: 1 total, 0 up, 1 in 2024-09-21T05:35:26.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:27.247 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0[42467]: 2024-09-21T05:35:26.832+0000 7fe3f64e4640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T05:35:27.247 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:35:26 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0[42467]: 2024-09-21T05:35:26.834+0000 7fe3ee303640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T05:35:27.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:27 smithi063 ceph-mon[29674]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:27.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:27 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:27.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:27 smithi063 ceph-mon[29674]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' 2024-09-21T05:35:27.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:27 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:27.745 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:27 smithi071 ceph-mon[32519]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:27.745 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:27 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:27.745 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:27 smithi071 ceph-mon[32519]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' 2024-09-21T05:35:27.745 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:27 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:27.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:27 smithi161 ceph-mon[32206]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:27.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:27 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:27.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:27 smithi161 ceph-mon[32206]: from='osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777]' entity='osd.0' 2024-09-21T05:35:27.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:27 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:29.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:28 smithi063 ceph-mon[29674]: purged_snaps scrub starts 2024-09-21T05:35:29.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:28 smithi063 ceph-mon[29674]: purged_snaps scrub ok 2024-09-21T05:35:29.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:28 smithi063 ceph-mon[29674]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:29.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:28 smithi063 ceph-mon[29674]: osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777] boot 2024-09-21T05:35:29.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:28 smithi063 ceph-mon[29674]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T05:35:29.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:28 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:29.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:28 smithi161 ceph-mon[32206]: purged_snaps scrub starts 2024-09-21T05:35:29.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:28 smithi161 ceph-mon[32206]: purged_snaps scrub ok 2024-09-21T05:35:29.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:28 smithi161 ceph-mon[32206]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:29.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:28 smithi161 ceph-mon[32206]: osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777] boot 2024-09-21T05:35:29.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:28 smithi161 ceph-mon[32206]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T05:35:29.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:28 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:29.190 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:28 smithi071 ceph-mon[32519]: purged_snaps scrub starts 2024-09-21T05:35:29.190 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:28 smithi071 ceph-mon[32519]: purged_snaps scrub ok 2024-09-21T05:35:29.190 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:28 smithi071 ceph-mon[32519]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T05:35:29.190 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:28 smithi071 ceph-mon[32519]: osd.0 [v2:172.21.15.63:6802/3100615777,v1:172.21.15.63:6803/3100615777] boot 2024-09-21T05:35:29.190 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:28 smithi071 ceph-mon[32519]: osdmap e8: 1 total, 1 up, 1 in 2024-09-21T05:35:29.191 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:28 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T05:35:29.192 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-21T05:35:29.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-09-21T05:35:29.461 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.b/config 2024-09-21T05:35:30.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: Detected new or changed devices on smithi063 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: Adjusting osd_memory_target on smithi063 to 17088M 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:30.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:29 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T05:35:30.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: Detected new or changed devices on smithi063 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: Adjusting osd_memory_target on smithi063 to 17088M 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:30.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:29 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: osdmap e9: 1 total, 1 up, 1 in 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: Detected new or changed devices on smithi063 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: Adjusting osd_memory_target on smithi063 to 17088M 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:30.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:29 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:31.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:30 smithi071 ceph-mon[32519]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:31.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:30 smithi071 ceph-mon[32519]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:31.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:30 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:31.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:30 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:31.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:30 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:31.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:30 smithi161 ceph-mon[32206]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:31.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:30 smithi161 ceph-mon[32206]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:31.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:30 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:31.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:30 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:31.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:30 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:31.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:30 smithi063 ceph-mon[29674]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:30 smithi063 ceph-mon[29674]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:31.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:30 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:32 smithi161 ceph-mon[32206]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:32 smithi161 ceph-mon[32206]: from='client.? 172.21.15.71:0/1656931668' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"} : dispatch 2024-09-21T05:35:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:32 smithi161 ceph-mon[32206]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"} : dispatch 2024-09-21T05:35:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:32 smithi161 ceph-mon[32206]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"}]': finished 2024-09-21T05:35:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:32 smithi161 ceph-mon[32206]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T05:35:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:32 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:33.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:32 smithi063 ceph-mon[29674]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:33.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:32 smithi063 ceph-mon[29674]: from='client.? 172.21.15.71:0/1656931668' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"} : dispatch 2024-09-21T05:35:33.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:32 smithi063 ceph-mon[29674]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"} : dispatch 2024-09-21T05:35:33.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:32 smithi063 ceph-mon[29674]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"}]': finished 2024-09-21T05:35:33.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:32 smithi063 ceph-mon[29674]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T05:35:33.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:32 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:33.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:32 smithi071 ceph-mon[32519]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:33.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:32 smithi071 ceph-mon[32519]: from='client.? 172.21.15.71:0/1656931668' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"} : dispatch 2024-09-21T05:35:33.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:32 smithi071 ceph-mon[32519]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"} : dispatch 2024-09-21T05:35:33.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:32 smithi071 ceph-mon[32519]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d4b93a4-e34a-4ebe-be23-a2c68996abaa"}]': finished 2024-09-21T05:35:33.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:32 smithi071 ceph-mon[32519]: osdmap e10: 2 total, 1 up, 2 in 2024-09-21T05:35:33.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:32 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:34.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:33 smithi063 ceph-mon[29674]: from='client.? 172.21.15.71:0/1962398503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:35:34.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:33 smithi071 ceph-mon[32519]: from='client.? 172.21.15.71:0/1962398503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:35:34.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:33 smithi161 ceph-mon[32206]: from='client.? 172.21.15.71:0/1962398503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:35:35.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:34 smithi063 ceph-mon[29674]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:35.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:34 smithi071 ceph-mon[32519]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:35.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:34 smithi161 ceph-mon[32206]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:37.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:36 smithi071 ceph-mon[32519]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:37.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:36 smithi063 ceph-mon[29674]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:37.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:36 smithi161 ceph-mon[32206]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:39.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:38 smithi071 ceph-mon[32519]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:39.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:38 smithi063 ceph-mon[29674]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:39.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:38 smithi161 ceph-mon[32206]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:40.056 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:39 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T05:35:40.056 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:39 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:40.056 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:39 smithi071 ceph-mon[32519]: Deploying daemon osd.1 on smithi071 2024-09-21T05:35:40.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:39 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T05:35:40.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:39 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:40.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:39 smithi063 ceph-mon[29674]: Deploying daemon osd.1 on smithi071 2024-09-21T05:35:40.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:39 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T05:35:40.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:39 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:40.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:39 smithi161 ceph-mon[32206]: Deploying daemon osd.1 on smithi071 2024-09-21T05:35:41.189 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:40 smithi071 ceph-mon[32519]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:41.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:40 smithi063 ceph-mon[29674]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:41.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:40 smithi161 ceph-mon[32206]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:43.173 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:42 smithi161 ceph-mon[32206]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:43.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:42 smithi063 ceph-mon[29674]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:43.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:42 smithi071 ceph-mon[32519]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:45.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:44 smithi063 ceph-mon[29674]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:45.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:44 smithi071 ceph-mon[32519]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:45.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:44 smithi161 ceph-mon[32206]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:46.992 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:46 smithi071 ceph-mon[32519]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:47.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:46 smithi063 ceph-mon[29674]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:47.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:46 smithi161 ceph-mon[32206]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:48.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:47 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:48.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:47 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:48.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:47 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:48.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:47 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:48.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:47 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:48.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:47 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:48.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:47 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:48.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:47 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:48.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:47 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:49.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:49 smithi071 ceph-mon[32519]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:49.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:49 smithi063 ceph-mon[29674]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:49.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:49 smithi161 ceph-mon[32206]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:51.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:51.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:51.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:50 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:50 smithi063 ceph-mon[29674]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:51.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:50 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:50 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:50 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:51.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:50 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:51.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:50 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:50 smithi071 ceph-mon[32519]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:50 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:50 smithi161 ceph-mon[32206]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:52.252 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1 on host 'smithi071' 2024-09-21T05:35:52.822 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:52 smithi071 ceph-mon[32519]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:52.822 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:52 smithi071 ceph-mon[32519]: from='osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T05:35:52.822 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:52 smithi071 ceph-mon[32519]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T05:35:52.822 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:52 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:52.823 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:52 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:52.823 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:52 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:52.845 DEBUG:teuthology.orchestra.run.smithi071:osd.1> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.1.service 2024-09-21T05:35:52.848 INFO:tasks.cephadm:Deploying osd.2 on smithi161 with /dev/vg_nvme/lv_4... 2024-09-21T05:35:52.848 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T05:35:53.101 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T05:35:53.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:52 smithi161 ceph-mon[32206]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:53.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:52 smithi161 ceph-mon[32206]: from='osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T05:35:53.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:52 smithi161 ceph-mon[32206]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T05:35:53.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:52 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:53.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:52 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:53.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:52 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:53.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:52 smithi063 ceph-mon[29674]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:53.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:52 smithi063 ceph-mon[29674]: from='osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T05:35:53.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:52 smithi063 ceph-mon[29674]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T05:35:53.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:52 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:35:53.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:52 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:53.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:52 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:54.074 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-mon[32519]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T05:35:54.075 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-mon[32519]: from='osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-21T05:35:54.075 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-mon[32519]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T05:35:54.075 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:54.075 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-mon[32519]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-21T05:35:54.075 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1[36163]: 2024-09-21T05:35:53.810+0000 7f33a0174640 -1 osd.1 0 waiting for initial osdmap 2024-09-21T05:35:54.075 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:35:53 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1[36163]: 2024-09-21T05:35:53.814+0000 7f339bf9b640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T05:35:54.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:53 smithi161 ceph-mon[32206]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T05:35:54.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:53 smithi161 ceph-mon[32206]: from='osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-21T05:35:54.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:53 smithi161 ceph-mon[32206]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T05:35:54.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:54.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:53 smithi161 ceph-mon[32206]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-21T05:35:54.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:53 smithi063 ceph-mon[29674]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T05:35:54.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:53 smithi063 ceph-mon[29674]: from='osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-21T05:35:54.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:53 smithi063 ceph-mon[29674]: osdmap e11: 2 total, 1 up, 2 in 2024-09-21T05:35:54.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:54.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:53 smithi063 ceph-mon[29674]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]} : dispatch 2024-09-21T05:35:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:54 smithi161 ceph-mon[32206]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:54 smithi161 ceph-mon[32206]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-21T05:35:55.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:54 smithi161 ceph-mon[32206]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T05:35:55.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:55.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:55.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:54 smithi063 ceph-mon[29674]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:54 smithi063 ceph-mon[29674]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:54 smithi063 ceph-mon[29674]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:54 smithi071 ceph-mon[32519]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:54 smithi071 ceph-mon[32519]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:54 smithi071 ceph-mon[32519]: osdmap e12: 2 total, 1 up, 2 in 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:55.268 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:55.778 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-21T05:35:55.804 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2024-09-21T05:35:56.048 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.c/config 2024-09-21T05:35:56.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: purged_snaps scrub starts 2024-09-21T05:35:56.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: purged_snaps scrub ok 2024-09-21T05:35:56.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647] boot 2024-09-21T05:35:56.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T05:35:56.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:56.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:55 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: purged_snaps scrub starts 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: purged_snaps scrub ok 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647] boot 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:56.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:55 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: purged_snaps scrub starts 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: purged_snaps scrub ok 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: osd.1 [v2:172.21.15.71:6800/386753647,v1:172.21.15.71:6801/386753647] boot 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: osdmap e13: 2 total, 2 up, 2 in 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:35:56.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:55 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: Detected new or changed devices on smithi071 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: Adjusting osd_memory_target on smithi071 to 17088M 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:57.087 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: Detected new or changed devices on smithi071 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: Adjusting osd_memory_target on smithi071 to 17088M 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:57.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:57.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: Detected new or changed devices on smithi071 2024-09-21T05:35:57.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: Adjusting osd_memory_target on smithi071 to 17088M 2024-09-21T05:35:57.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: pgmap v61: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T05:35:57.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: osdmap e14: 2 total, 2 up, 2 in 2024-09-21T05:35:57.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T05:35:57.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T05:35:57.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:35:58.017 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:57 smithi161 ceph-mon[32206]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:58.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:57 smithi063 ceph-mon[29674]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:58.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:57 smithi071 ceph-mon[32519]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:35:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:58 smithi161 ceph-mon[32206]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:35:59.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:58 smithi063 ceph-mon[29674]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:35:59.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:58 smithi071 ceph-mon[32519]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:35:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:59 smithi161 ceph-mon[32206]: from='client.? 172.21.15.161:0/3767966989' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"} : dispatch 2024-09-21T05:35:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:59 smithi161 ceph-mon[32206]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"} : dispatch 2024-09-21T05:35:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:59 smithi161 ceph-mon[32206]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"}]': finished 2024-09-21T05:35:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:59 smithi161 ceph-mon[32206]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T05:35:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:59 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:35:59.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:35:59 smithi161 ceph-mon[32206]: from='client.? 172.21.15.161:0/2678991177' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:36:00.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:59 smithi063 ceph-mon[29674]: from='client.? 172.21.15.161:0/3767966989' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"} : dispatch 2024-09-21T05:36:00.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:59 smithi063 ceph-mon[29674]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"} : dispatch 2024-09-21T05:36:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:59 smithi063 ceph-mon[29674]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"}]': finished 2024-09-21T05:36:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:59 smithi063 ceph-mon[29674]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T05:36:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:59 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:00.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:35:59 smithi063 ceph-mon[29674]: from='client.? 172.21.15.161:0/2678991177' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:36:00.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:59 smithi071 ceph-mon[32519]: from='client.? 172.21.15.161:0/3767966989' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"} : dispatch 2024-09-21T05:36:00.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:59 smithi071 ceph-mon[32519]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"} : dispatch 2024-09-21T05:36:00.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:59 smithi071 ceph-mon[32519]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "948421f0-f357-44a5-ba92-59b19ddafc34"}]': finished 2024-09-21T05:36:00.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:59 smithi071 ceph-mon[32519]: osdmap e15: 3 total, 2 up, 3 in 2024-09-21T05:36:00.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:59 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:00.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:35:59 smithi071 ceph-mon[32519]: from='client.? 172.21.15.161:0/2678991177' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T05:36:01.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:01 smithi161 ceph-mon[32206]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:01.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:01 smithi063 ceph-mon[29674]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:01.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:01 smithi071 ceph-mon[32519]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:03.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:03 smithi161 ceph-mon[32206]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:03.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:03 smithi063 ceph-mon[29674]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:03.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:03 smithi071 ceph-mon[32519]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:05.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:05 smithi161 ceph-mon[32206]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:05.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:05 smithi063 ceph-mon[29674]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:05.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:05 smithi071 ceph-mon[32519]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:07.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:07 smithi161 ceph-mon[32206]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:07.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:07 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T05:36:07.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:07 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:07.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:07 smithi161 ceph-mon[32206]: Deploying daemon osd.2 on smithi161 2024-09-21T05:36:07.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:07 smithi063 ceph-mon[29674]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:07.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:07 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T05:36:07.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:07 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:07.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:07 smithi063 ceph-mon[29674]: Deploying daemon osd.2 on smithi161 2024-09-21T05:36:07.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:07 smithi071 ceph-mon[32519]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:07.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:07 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T05:36:07.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:07 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:07.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:07 smithi071 ceph-mon[32519]: Deploying daemon osd.2 on smithi161 2024-09-21T05:36:09.346 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:09 smithi161 ceph-mon[32206]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:09.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:09 smithi063 ceph-mon[29674]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:09.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:09 smithi071 ceph-mon[32519]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:11.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:11 smithi161 ceph-mon[32206]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:11.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:11 smithi063 ceph-mon[29674]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:11.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:11 smithi071 ceph-mon[32519]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:13.363 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:13 smithi161 ceph-mon[32206]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:13.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:13 smithi063 ceph-mon[29674]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:13.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:13 smithi071 ceph-mon[32519]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:15.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:15 smithi161 ceph-mon[32206]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:15.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:15 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:15.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:15 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:15.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:15 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:15.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:15 smithi063 ceph-mon[29674]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:15.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:15 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:15.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:15 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:15.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:15 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:15.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:15 smithi071 ceph-mon[32519]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:15.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:15 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:15.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:15 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:15.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:15 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:17 smithi161 ceph-mon[32206]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:17 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:17 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:17 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:17 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:17 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:17 smithi063 ceph-mon[29674]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:17.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:17 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:17 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:17 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:17.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:17 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:17.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:17 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:17 smithi071 ceph-mon[32519]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:17.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:17 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:17 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:17.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:17 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:17.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:17 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:17.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:17 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:19.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:19 smithi161 ceph-mon[32206]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:19.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:19 smithi063 ceph-mon[29674]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:19.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:19 smithi071 ceph-mon[32519]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:19.945 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 2 on host 'smithi161' 2024-09-21T05:36:20.246 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:20 smithi161 ceph-mon[32206]: from='osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T05:36:20.246 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:20 smithi161 ceph-mon[32206]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T05:36:20.246 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:20 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:20.246 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:20 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:20.246 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:20 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:20.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:20 smithi063 ceph-mon[29674]: from='osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T05:36:20.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:20 smithi063 ceph-mon[29674]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T05:36:20.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:20.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:20.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:20 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:20.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:20 smithi071 ceph-mon[32519]: from='osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T05:36:20.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:20 smithi071 ceph-mon[32519]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T05:36:20.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:20 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:20.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:20 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:20.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:20 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:20.575 DEBUG:teuthology.orchestra.run.smithi161:osd.2> sudo journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.2.service 2024-09-21T05:36:20.577 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-21T05:36:20.578 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd stat -f json 2024-09-21T05:36:20.847 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:21.220 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:21 smithi063 ceph-mon[29674]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:21.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:21 smithi063 ceph-mon[29674]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T05:36:21.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:21 smithi063 ceph-mon[29674]: from='osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-21T05:36:21.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:21 smithi063 ceph-mon[29674]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T05:36:21.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:21 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:21.221 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:21 smithi063 ceph-mon[29674]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-21T05:36:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-mon[32206]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-mon[32206]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T05:36:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-mon[32206]: from='osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-21T05:36:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-mon[32206]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T05:36:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-mon[32206]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-21T05:36:21.503 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:21.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:21 smithi071 ceph-mon[32519]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:21.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:21 smithi071 ceph-mon[32519]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T05:36:21.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:21 smithi071 ceph-mon[32519]: from='osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-21T05:36:21.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:21 smithi071 ceph-mon[32519]: osdmap e16: 3 total, 2 up, 3 in 2024-09-21T05:36:21.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:21 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:21.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:21 smithi071 ceph-mon[32519]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-21T05:36:21.871 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2[35837]: 2024-09-21T05:36:21.569+0000 7f00ad0cc640 -1 osd.2 0 waiting for initial osdmap 2024-09-21T05:36:21.871 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:21 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2[35837]: 2024-09-21T05:36:21.572+0000 7f00a4eeb640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T05:36:22.154 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1726896954,"num_in_osds":3,"osd_in_since":1726896959,"num_remapped_pgs":0} 2024-09-21T05:36:22.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:22 smithi161 ceph-mon[32206]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-21T05:36:22.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:22 smithi161 ceph-mon[32206]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T05:36:22.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:22 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:22.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:22 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:22.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:22 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1896316049' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T05:36:22.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:22 smithi161 ceph-mon[32206]: from='osd.2 ' entity='osd.2' 2024-09-21T05:36:22.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:22 smithi063 ceph-mon[29674]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-21T05:36:22.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:22 smithi063 ceph-mon[29674]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T05:36:22.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:22 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:22.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:22 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:22.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:22 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1896316049' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T05:36:22.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:22 smithi063 ceph-mon[29674]: from='osd.2 ' entity='osd.2' 2024-09-21T05:36:22.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:22 smithi071 ceph-mon[32519]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-21T05:36:22.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:22 smithi071 ceph-mon[32519]: osdmap e17: 3 total, 2 up, 3 in 2024-09-21T05:36:22.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:22 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:22.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:22 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:22.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:22 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1896316049' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T05:36:22.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:22 smithi071 ceph-mon[32519]: from='osd.2 ' entity='osd.2' 2024-09-21T05:36:23.155 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd stat -f json 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: purged_snaps scrub starts 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: purged_snaps scrub ok 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187] boot 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T05:36:23.261 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:23 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:23.417 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:23.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: purged_snaps scrub starts 2024-09-21T05:36:23.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: purged_snaps scrub ok 2024-09-21T05:36:23.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:23.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:23.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187] boot 2024-09-21T05:36:23.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T05:36:23.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:23 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:23.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: purged_snaps scrub starts 2024-09-21T05:36:23.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: purged_snaps scrub ok 2024-09-21T05:36:23.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T05:36:23.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:23.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: osd.2 [v2:172.21.15.161:6800/202454187,v1:172.21.15.161:6801/202454187] boot 2024-09-21T05:36:23.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: osdmap e18: 3 total, 3 up, 3 in 2024-09-21T05:36:23.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:23 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T05:36:24.005 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: Detected new or changed devices on smithi161 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: Adjusting osd_memory_target on smithi161 to 21184M 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:24.566 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.567 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2938563845' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T05:36:24.567 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:24 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T05:36:24.567 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726896982,"num_in_osds":3,"osd_in_since":1726896959,"num_remapped_pgs":0} 2024-09-21T05:36:24.568 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: Detected new or changed devices on smithi161 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: Adjusting osd_memory_target on smithi161 to 21184M 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:24.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2938563845' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T05:36:24.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:24 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: Detected new or changed devices on smithi161 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: Adjusting osd_memory_target on smithi161 to 21184M 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2938563845' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T05:36:24.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:24 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T05:36:24.819 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:25.433 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:25.434 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":20,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","created":"2024-09-21T05:33:10.123460+0000","modified":"2024-09-21T05:36:25.319516+0000","last_up_change":"2024-09-21T05:36:22.572355+0000","last_in_change":"2024-09-21T05:35:59.073322+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T05:36:24.181470+0000","flags":32769,"flags_names":"hashpspool,creating","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,"is_stretch_pool":false,"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":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ec3623d9-97cb-4f82-ab00-19006ef55512","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.63:6802","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6803","nonce":3100615777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6805","nonce":3100615777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6809","nonce":3100615777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6807","nonce":3100615777}]},"public_addr":"172.21.15.63:6803/3100615777","cluster_addr":"172.21.15.63:6805/3100615777","heartbeat_back_addr":"172.21.15.63:6809/3100615777","heartbeat_front_addr":"172.21.15.63:6807/3100615777","state":["exists","up"]},{"osd":1,"uuid":"6d4b93a4-e34a-4ebe-be23-a2c68996abaa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6801","nonce":386753647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6803","nonce":386753647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6807","nonce":386753647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6805","nonce":386753647}]},"public_addr":"172.21.15.71:6801/386753647","cluster_addr":"172.21.15.71:6803/386753647","heartbeat_back_addr":"172.21.15.71:6807/386753647","heartbeat_front_addr":"172.21.15.71:6805/386753647","state":["exists","up"]},{"osd":2,"uuid":"948421f0-f357-44a5-ba92-59b19ddafc34","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.161:6800","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6801","nonce":202454187}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6803","nonce":202454187}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6807","nonce":202454187}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6805","nonce":202454187}]},"public_addr":"172.21.15.161:6801/202454187","cluster_addr":"172.21.15.161:6803/202454187","heartbeat_back_addr":"172.21.15.161:6807/202454187","heartbeat_front_addr":"172.21.15.161:6805/202454187","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:35:26.315437+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:35:53.217199+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:36:20.474196+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/136805346":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6801/2744429199":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6800/2744429199":"2024-09-22T05:33:59.722322+0000","172.21.15.63:0/2471102863":"2024-09-22T05:33:59.722322+0000","172.21.15.63:0/4083954268":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6801/2196041115":"2024-09-22T05:33:33.456869+0000","172.21.15.63:6800/2196041115":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/3366004791":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/1951257114":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/2471148053":"2024-09-22T05:33:33.456869+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-21T05:36:25.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 ceph-mon[29674]: pgmap v80: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:25.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T05:36:25.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 ceph-mon[29674]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T05:36:25.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46354]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46354]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46354]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46354]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46357]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46357]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46357]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.518 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46357]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.613 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 ceph-mon[32206]: pgmap v80: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:25.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T05:36:25.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 ceph-mon[32206]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T05:36:25.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T05:36:25.646 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39225]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T05:36:25.646 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39225]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.646 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39225]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.646 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39225]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.646 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39228]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T05:36:25.646 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39228]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.647 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39228]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.647 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39228]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.654 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 ceph-mon[32519]: pgmap v80: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:25.654 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T05:36:25.654 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 ceph-mon[32519]: osdmap e19: 3 total, 3 up, 3 in 2024-09-21T05:36:25.654 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39312]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39312]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39312]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39312]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39315]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39315]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.654 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39315]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.655 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39315]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39231]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39231]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39231]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39231]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39234]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39234]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39234]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:25 smithi161 sudo[39234]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46373]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46373]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46373]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46373]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46376]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46376]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46376]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:25.979 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:25 smithi063 sudo[46376]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:26.006 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T05:36:24.181470+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', '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, 'is_stretch_pool': False, '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': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-21T05:36:26.007 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T05:36:26.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39318]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39318]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39318]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39318]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39321]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39321]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39321]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T05:36:26.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:25 smithi071 sudo[39321]: pam_unix(sudo:session): session closed for user root 2024-09-21T05:36:26.258 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/389397275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.591 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.592 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:26 smithi063 ceph-mon[29674]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T05:36:26.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T05:36:26.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/389397275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:26 smithi161 ceph-mon[32206]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: osdmap e20: 3 total, 3 up, 3 in 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/389397275' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:26.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:26 smithi071 ceph-mon[32519]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T05:36:26.873 INFO:teuthology.orchestra.run.smithi063.stdout:pg_num: 1 2024-09-21T05:36:27.433 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:27 smithi063 ceph-mon[29674]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:27.433 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:27 smithi063 ceph-mon[29674]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T05:36:27.433 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:27 smithi063 ceph-mon[29674]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-21T05:36:27.433 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:27 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1087935688' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T05:36:27.465 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T05:36:27.465 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T05:36:27.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:27 smithi161 ceph-mon[32206]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:27.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:27 smithi161 ceph-mon[32206]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T05:36:27.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:27 smithi161 ceph-mon[32206]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-21T05:36:27.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:27 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1087935688' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T05:36:27.719 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:27.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:27 smithi071 ceph-mon[32519]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:27.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:27 smithi071 ceph-mon[32519]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T05:36:27.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:27 smithi071 ceph-mon[32519]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-21T05:36:27.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:27 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1087935688' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T05:36:28.379 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:28.949 INFO:teuthology.orchestra.run.smithi063.stdout:[{"version":15,"timestamp":"2024-09-21T05:36:23.299649+0000","name":"","changes":[{"name":"osd/host:smithi161/osd_memory_target","new_value":"22213157683"}]}] 2024-09-21T05:36:28.949 INFO:tasks.ceph_manager:config epoch is 15 2024-09-21T05:36:28.950 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T05:36:28.950 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T05:36:28.950 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T05:36:29.198 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:29.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:29 smithi161 ceph-mon[32206]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:29.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:29 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2589570437' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T05:36:29.634 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:29 smithi063 ceph-mon[29674]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:29.634 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:29 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2589570437' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T05:36:29.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:29 smithi071 ceph-mon[32519]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:29.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:29 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2589570437' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T05:36:29.883 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:30.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:30 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/882843964' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T05:36:30.559 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":16,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1268858660},{"type":"v1","addr":"172.21.15.63:6801","nonce":1268858660}]},"active_addr":"172.21.15.63:6801/1268858660","active_change":"2024-09-21T05:33:59.722427+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"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, use commas to separate multiple","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"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.63:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":1027090863}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":3825814059}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":433396728}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.63:0","nonce":18858540}]}]} 2024-09-21T05:36:30.563 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T05:36:30.563 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T05:36:30.563 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T05:36:30.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:30 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/882843964' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T05:36:30.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:30 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/882843964' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T05:36:30.812 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:31.455 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:31.455 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":21,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","created":"2024-09-21T05:33:10.123460+0000","modified":"2024-09-21T05:36:26.329283+0000","last_up_change":"2024-09-21T05:36:22.572355+0000","last_in_change":"2024-09-21T05:35:59.073322+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T05:36:24.181470+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ec3623d9-97cb-4f82-ab00-19006ef55512","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.63:6802","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6803","nonce":3100615777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6805","nonce":3100615777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6809","nonce":3100615777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6807","nonce":3100615777}]},"public_addr":"172.21.15.63:6803/3100615777","cluster_addr":"172.21.15.63:6805/3100615777","heartbeat_back_addr":"172.21.15.63:6809/3100615777","heartbeat_front_addr":"172.21.15.63:6807/3100615777","state":["exists","up"]},{"osd":1,"uuid":"6d4b93a4-e34a-4ebe-be23-a2c68996abaa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6801","nonce":386753647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6803","nonce":386753647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6807","nonce":386753647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6805","nonce":386753647}]},"public_addr":"172.21.15.71:6801/386753647","cluster_addr":"172.21.15.71:6803/386753647","heartbeat_back_addr":"172.21.15.71:6807/386753647","heartbeat_front_addr":"172.21.15.71:6805/386753647","state":["exists","up"]},{"osd":2,"uuid":"948421f0-f357-44a5-ba92-59b19ddafc34","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.161:6800","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6801","nonce":202454187}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6803","nonce":202454187}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6807","nonce":202454187}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6805","nonce":202454187}]},"public_addr":"172.21.15.161:6801/202454187","cluster_addr":"172.21.15.161:6803/202454187","heartbeat_back_addr":"172.21.15.161:6807/202454187","heartbeat_front_addr":"172.21.15.161:6805/202454187","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:35:26.315437+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:35:53.217199+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:36:20.474196+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/136805346":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6801/2744429199":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6800/2744429199":"2024-09-22T05:33:59.722322+0000","172.21.15.63:0/2471102863":"2024-09-22T05:33:59.722322+0000","172.21.15.63:0/4083954268":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6801/2196041115":"2024-09-22T05:33:33.456869+0000","172.21.15.63:6800/2196041115":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/3366004791":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/1951257114":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/2471148053":"2024-09-22T05:33:33.456869+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-21T05:36:31.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:31 smithi063 ceph-mon[29674]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:31.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:31 smithi161 ceph-mon[32206]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:31.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:31 smithi071 ceph-mon[32519]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:32.100 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T05:36:32.100 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-21T05:36:32.355 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:32.606 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:32 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2212138673' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:32.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:32 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2212138673' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:32.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:32 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2212138673' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:33.011 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:33.012 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":21,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","created":"2024-09-21T05:33:10.123460+0000","modified":"2024-09-21T05:36:26.329283+0000","last_up_change":"2024-09-21T05:36:22.572355+0000","last_in_change":"2024-09-21T05:35:59.073322+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T05:36:24.181470+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"ec3623d9-97cb-4f82-ab00-19006ef55512","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.63:6802","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6803","nonce":3100615777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6805","nonce":3100615777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6808","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6809","nonce":3100615777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3100615777},{"type":"v1","addr":"172.21.15.63:6807","nonce":3100615777}]},"public_addr":"172.21.15.63:6803/3100615777","cluster_addr":"172.21.15.63:6805/3100615777","heartbeat_back_addr":"172.21.15.63:6809/3100615777","heartbeat_front_addr":"172.21.15.63:6807/3100615777","state":["exists","up"]},{"osd":1,"uuid":"6d4b93a4-e34a-4ebe-be23-a2c68996abaa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6801","nonce":386753647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6803","nonce":386753647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6807","nonce":386753647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":386753647},{"type":"v1","addr":"172.21.15.71:6805","nonce":386753647}]},"public_addr":"172.21.15.71:6801/386753647","cluster_addr":"172.21.15.71:6803/386753647","heartbeat_back_addr":"172.21.15.71:6807/386753647","heartbeat_front_addr":"172.21.15.71:6805/386753647","state":["exists","up"]},{"osd":2,"uuid":"948421f0-f357-44a5-ba92-59b19ddafc34","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.161:6800","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6801","nonce":202454187}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6803","nonce":202454187}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6807","nonce":202454187}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":202454187},{"type":"v1","addr":"172.21.15.161:6805","nonce":202454187}]},"public_addr":"172.21.15.161:6801/202454187","cluster_addr":"172.21.15.161:6803/202454187","heartbeat_back_addr":"172.21.15.161:6807/202454187","heartbeat_front_addr":"172.21.15.161:6805/202454187","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:35:26.315437+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:35:53.217199+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T05:36:20.474196+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.63:0/136805346":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6801/2744429199":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6800/2744429199":"2024-09-22T05:33:59.722322+0000","172.21.15.63:0/2471102863":"2024-09-22T05:33:59.722322+0000","172.21.15.63:0/4083954268":"2024-09-22T05:33:59.722322+0000","172.21.15.63:6801/2196041115":"2024-09-22T05:33:33.456869+0000","172.21.15.63:6800/2196041115":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/3366004791":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/1951257114":"2024-09-22T05:33:33.456869+0000","172.21.15.63:0/2471148053":"2024-09-22T05:33:33.456869+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-21T05:36:33.601 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:33 smithi063 ceph-mon[29674]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:33.601 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:33 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2186410822' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:33.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:33 smithi161 ceph-mon[32206]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:33.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:33 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2186410822' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:33.632 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T05:36:33.632 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T05:36:33.633 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T05:36:33.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:33 smithi071 ceph-mon[32519]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:33.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:33 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2186410822' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T05:36:33.908 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:33.913 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:33.917 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:35.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:35 smithi161 ceph-mon[32206]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:35.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:35 smithi063 ceph-mon[29674]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:35.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:35 smithi071 ceph-mon[32519]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:36.188 INFO:teuthology.orchestra.run.smithi063.stdout:55834574858 2024-09-21T05:36:36.189 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T05:36:36.557 INFO:teuthology.orchestra.run.smithi063.stdout:77309411333 2024-09-21T05:36:36.557 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T05:36:36.958 INFO:teuthology.orchestra.run.smithi063.stdout:34359738385 2024-09-21T05:36:36.959 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T05:36:36.991 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:37.442 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:37.475 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:37.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:37 smithi063 ceph-mon[29674]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:37.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:37 smithi161 ceph-mon[32206]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:37.633 INFO:teuthology.orchestra.run.smithi063.stdout:77309411333 2024-09-21T05:36:37.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:37 smithi071 ceph-mon[32519]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:38.230 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2024-09-21T05:36:38.231 DEBUG:teuthology.parallel:result is None 2024-09-21T05:36:38.516 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:38 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1224715310' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T05:36:38.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:38 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1224715310' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T05:36:38.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:38 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1224715310' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T05:36:38.800 INFO:teuthology.orchestra.run.smithi063.stdout:34359738385 2024-09-21T05:36:39.002 INFO:teuthology.orchestra.run.smithi063.stdout:55834574859 2024-09-21T05:36:39.592 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738385 got 34359738385 for osd.0 2024-09-21T05:36:39.592 DEBUG:teuthology.parallel:result is None 2024-09-21T05:36:39.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:39 smithi161 ceph-mon[32206]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:39.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:39 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2111432332' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T05:36:39.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:39 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/577867900' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T05:36:39.661 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:39 smithi063 ceph-mon[29674]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:39.661 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:39 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2111432332' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T05:36:39.662 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:39 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/577867900' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T05:36:39.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:39 smithi071 ceph-mon[32519]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:39.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:39 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2111432332' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T05:36:39.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:39 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/577867900' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T05:36:39.961 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574858 got 55834574859 for osd.1 2024-09-21T05:36:39.961 DEBUG:teuthology.parallel:result is None 2024-09-21T05:36:39.961 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T05:36:39.961 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-21T05:36:40.213 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:40.841 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:40.841 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2024-09-21T05:36:41.449 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-09-21T05:36:39.751331+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":83916,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151540,"statfs":{"total":287985106944,"available":287899176960,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002036"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T05:36:26.337411+0000","last_change":"2024-09-21T05:36:25.330286+0000","last_active":"2024-09-21T05:36:26.337411+0000","last_peered":"2024-09-21T05:36:26.337411+0000","last_clean":"2024-09-21T05:36:26.337411+0000","last_became_active":"2024-09-21T05:36:25.329346+0000","last_became_peered":"2024-09-21T05:36:25.329346+0000","last_unstale":"2024-09-21T05:36:26.337411+0000","last_undegraded":"2024-09-21T05:36:26.337411+0000","last_fullsized":"2024-09-21T05:36:26.337411+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T05:36:24.311317+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T05:36:24.311317+0000","last_clean_scrub_stamp":"2024-09-21T05:36:24.311317+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-22T08:28:33.199655+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574859,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-21T05:36:41.450 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-21T05:36:41.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:41 smithi161 ceph-mon[32206]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:41.701 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:41.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:41 smithi063 ceph-mon[29674]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:41.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:41 smithi071 ceph-mon[32519]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:42.314 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:42.314 INFO:teuthology.orchestra.run.smithi063.stderr:dumped all 2024-09-21T05:36:42.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:42 smithi063 ceph-mon[29674]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:36:42.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:42 smithi071 ceph-mon[32519]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:36:42.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:42 smithi161 ceph-mon[32206]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:36:42.889 INFO:teuthology.orchestra.run.smithi063.stdout:{"pg_ready":true,"pg_map":{"version":92,"stamp":"2024-09-21T05:36:41.751636+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":83916,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151540,"statfs":{"total":287985106944,"available":287899176960,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001940"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":127,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-21T05:36:26.337411+0000","last_change":"2024-09-21T05:36:25.330286+0000","last_active":"2024-09-21T05:36:26.337411+0000","last_peered":"2024-09-21T05:36:26.337411+0000","last_clean":"2024-09-21T05:36:26.337411+0000","last_became_active":"2024-09-21T05:36:25.329346+0000","last_became_peered":"2024-09-21T05:36:25.329346+0000","last_unstale":"2024-09-21T05:36:26.337411+0000","last_undegraded":"2024-09-21T05:36:26.337411+0000","last_fullsized":"2024-09-21T05:36:26.337411+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T05:36:24.311317+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T05:36:24.311317+0000","last_clean_scrub_stamp":"2024-09-21T05:36:24.311317+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-22T08:28:33.199655+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":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-21T05:36:42.889 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T05:36:42.889 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T05:36:42.889 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T05:36:42.890 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph health --format=json 2024-09-21T05:36:43.139 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:43.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:43 smithi063 ceph-mon[29674]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:43.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:43 smithi063 ceph-mon[29674]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:36:43.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:43 smithi161 ceph-mon[32206]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:43.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:43 smithi161 ceph-mon[32206]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:36:43.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:43 smithi071 ceph-mon[32519]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:43.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:43 smithi071 ceph-mon[32519]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T05:36:43.786 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:36:43.786 INFO:teuthology.orchestra.run.smithi063.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T05:36:44.399 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T05:36:44.399 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T05:36:44.399 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-21T05:36:44.409 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-21T05:36:44.409 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- ceph orch apply -i - 2024-09-21T05:36:44.659 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:44.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:44 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2034909064' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T05:36:44.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:44 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2034909064' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T05:36:44.870 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:44 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2034909064' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T05:36:45.284 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mon update... 2024-09-21T05:36:45.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:45 smithi063 ceph-mon[29674]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:45.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:45 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:45.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:45 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:45.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:45 smithi071 ceph-mon[32519]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:45.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:45 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:45.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:45 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:45.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:45 smithi161 ceph-mon[32206]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:45.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:45 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:45.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:45 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:45.910 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T05:36:45.921 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi063.front.sepia.ceph.com 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9767722-77da-11ef-baf5-efdc52797490 -- bash -c 'set -ex 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> # the actual names cephadm knows the host by within the mon spec 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-21T05:36:45.921 DEBUG:teuthology.orchestra.run.smithi063:> MONSPEC=`cat mon.yaml` 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> echo "$MONSPEC" 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> while read realname <&3 && read fakename <&4; do 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> cat mon.yaml 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> ceph orch apply -i mon.yaml 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> sleep 90 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> ceph orch ps --refresh 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> sleep 90 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> ceph mon dump 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> ceph mon dump --format json 2024-09-21T05:36:45.922 DEBUG:teuthology.orchestra.run.smithi063:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-21T05:36:45.923 DEBUG:teuthology.orchestra.run.smithi063:> while read monid <&3 && read crushloc <&4; do 2024-09-21T05:36:45.923 DEBUG:teuthology.orchestra.run.smithi063:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-21T05:36:45.923 DEBUG:teuthology.orchestra.run.smithi063:> done 3 ' 2024-09-21T05:36:46.174 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/mon.a/config 2024-09-21T05:36:46.586 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph orch host ls --format json 2024-09-21T05:36:46.586 INFO:teuthology.orchestra.run.smithi063.stderr:+ jq -r '.[] | .hostname' 2024-09-21T05:36:46.586 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:36:46.587 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: Saving service mon spec with placement count:3 2024-09-21T05:36:46.587 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:46.587 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:46.587 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:46.587 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2024-09-21T05:36:46.587 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:46 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:46.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:36:46.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: Saving service mon spec with placement count:3 2024-09-21T05:36:46.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:46.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:46.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:46.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2024-09-21T05:36:46.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:46 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:46.793 INFO:teuthology.orchestra.run.smithi063.stderr:+ echo 'host.a 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:host.b 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:host.c' 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:+ echo 'a 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:b 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:c' 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:+ echo '{datacenter=a} 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:{datacenter=b,rack=2} 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:{datacenter=a,rack=3}' 2024-09-21T05:36:46.794 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph orch ls --service-name mon --export 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: Saving service mon spec with placement count:3 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2024-09-21T05:36:46.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:46 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:47.089 INFO:teuthology.orchestra.run.smithi063.stderr:++ cat mon.yaml 2024-09-21T05:36:47.090 INFO:teuthology.orchestra.run.smithi063.stderr:+ MONSPEC='service_type: mon 2024-09-21T05:36:47.090 INFO:teuthology.orchestra.run.smithi063.stderr:service_name: mon 2024-09-21T05:36:47.090 INFO:teuthology.orchestra.run.smithi063.stderr:placement: 2024-09-21T05:36:47.090 INFO:teuthology.orchestra.run.smithi063.stderr: count: 3 2024-09-21T05:36:47.090 INFO:teuthology.orchestra.run.smithi063.stderr:spec: 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: crush_locations: 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: host.a: 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: host.b: 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=b 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=2 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: host.c: 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=3' 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stdout:service_type: mon 2024-09-21T05:36:47.091 INFO:teuthology.orchestra.run.smithi063.stdout:service_name: mon 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout:placement: 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: count: 3 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout:spec: 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: crush_locations: 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: host.a: 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: - datacenter=a 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: host.b: 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: - datacenter=b 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: - rack=2 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: host.c: 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: - datacenter=a 2024-09-21T05:36:47.092 INFO:teuthology.orchestra.run.smithi063.stdout: - rack=3 2024-09-21T05:36:47.093 INFO:teuthology.orchestra.run.smithi063.stderr:+ echo 'service_type: mon 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr:service_name: mon 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr:placement: 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr: count: 3 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr:spec: 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr: crush_locations: 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr: host.a: 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.094 INFO:teuthology.orchestra.run.smithi063.stderr: host.b: 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=b 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=2 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr: host.c: 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=3' 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr:+ read realname 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr:+ read fakename 2024-09-21T05:36:47.095 INFO:teuthology.orchestra.run.smithi063.stderr:+ MONSPEC='service_type: mon 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr:service_name: mon 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr:placement: 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr: count: 3 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr:spec: 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr: crush_locations: 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr: smithi063: 2024-09-21T05:36:47.096 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr: host.b: 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=b 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=2 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr: host.c: 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=3' 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr:+ read realname 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr:+ read fakename 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr:+ MONSPEC='service_type: mon 2024-09-21T05:36:47.097 INFO:teuthology.orchestra.run.smithi063.stderr:service_name: mon 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr:placement: 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr: count: 3 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr:spec: 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr: crush_locations: 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr: smithi063: 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.098 INFO:teuthology.orchestra.run.smithi063.stderr: smithi071: 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=b 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=2 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr: host.c: 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=3' 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr:+ read realname 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr:+ read fakename 2024-09-21T05:36:47.099 INFO:teuthology.orchestra.run.smithi063.stderr:+ MONSPEC='service_type: mon 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr:service_name: mon 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr:placement: 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr: count: 3 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr:spec: 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr: crush_locations: 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr: smithi063: 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.100 INFO:teuthology.orchestra.run.smithi063.stderr: smithi071: 2024-09-21T05:36:47.101 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=b 2024-09-21T05:36:47.101 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=2 2024-09-21T05:36:47.101 INFO:teuthology.orchestra.run.smithi063.stderr: smithi161: 2024-09-21T05:36:47.101 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.101 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=3' 2024-09-21T05:36:47.101 INFO:teuthology.orchestra.run.smithi063.stderr:+ read realname 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr:+ echo 'service_type: mon 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr:service_name: mon 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr:placement: 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr: count: 3 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr:spec: 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr: crush_locations: 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr: smithi063: 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.102 INFO:teuthology.orchestra.run.smithi063.stderr: smithi071: 2024-09-21T05:36:47.103 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=b 2024-09-21T05:36:47.103 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=2 2024-09-21T05:36:47.103 INFO:teuthology.orchestra.run.smithi063.stderr: smithi161: 2024-09-21T05:36:47.103 INFO:teuthology.orchestra.run.smithi063.stderr: - datacenter=a 2024-09-21T05:36:47.103 INFO:teuthology.orchestra.run.smithi063.stderr: - rack=3' 2024-09-21T05:36:47.103 INFO:teuthology.orchestra.run.smithi063.stderr:+ cat mon.yaml 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout:service_type: mon 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout:service_name: mon 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout:placement: 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout: count: 3 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout:spec: 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout: crush_locations: 2024-09-21T05:36:47.104 INFO:teuthology.orchestra.run.smithi063.stdout: smithi063: 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: - datacenter=a 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: smithi071: 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: - datacenter=b 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: - rack=2 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: smithi161: 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: - datacenter=a 2024-09-21T05:36:47.105 INFO:teuthology.orchestra.run.smithi063.stdout: - rack=3 2024-09-21T05:36:47.106 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph orch apply -i mon.yaml 2024-09-21T05:36:47.384 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mon update... 2024-09-21T05:36:47.396 INFO:teuthology.orchestra.run.smithi063.stderr:+ sleep 90 2024-09-21T05:36:47.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:47 smithi063 ceph-mon[29674]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:47.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:47 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:47.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:47 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:47.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:47 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:47.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:47 smithi071 ceph-mon[32519]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:47.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:47 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:47.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:47 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:47.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:47 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:47.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:47 smithi161 ceph-mon[32206]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:47.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:47 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:47.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:47 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:36:47.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:47 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:53.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: mon.a calling monitor election 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: mon.b calling monitor election 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: mon.c calling monitor election 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: monmap epoch 6 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: last_changed 2024-09-21T05:36:52.438590+0000 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: min_mon_release 19 (squid) 2024-09-21T05:36:53.769 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: election_strategy: 1 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: fsmap 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: overall HEALTH_OK 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: Reconfiguring mon.a (monmap changed)... 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:53.770 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:53 smithi063 ceph-mon[29674]: Reconfiguring daemon mon.a on smithi063 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: mon.a calling monitor election 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: mon.b calling monitor election 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: mon.c calling monitor election 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: monmap epoch 6 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:36:53.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: last_changed 2024-09-21T05:36:52.438590+0000 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: min_mon_release 19 (squid) 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: election_strategy: 1 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: fsmap 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: overall HEALTH_OK 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: Reconfiguring mon.a (monmap changed)... 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:36:53.774 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:53.775 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:53 smithi071 ceph-mon[32519]: Reconfiguring daemon mon.a on smithi063 2024-09-21T05:36:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-21T05:36:53.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: mon.a calling monitor election 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: mon.b calling monitor election 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: mon.c calling monitor election 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: monmap epoch 6 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: last_changed 2024-09-21T05:36:52.438590+0000 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: min_mon_release 19 (squid) 2024-09-21T05:36:53.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: election_strategy: 1 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: 2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: fsmap 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: osdmap e21: 3 total, 3 up, 3 in 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: mgrmap e16: a(active, since 2m), standbys: b 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: overall HEALTH_OK 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: Reconfiguring mon.a (monmap changed)... 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:53.873 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:53 smithi161 ceph-mon[32206]: Reconfiguring daemon mon.a on smithi063 2024-09-21T05:36:55.091 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:55.091 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:55.092 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:55.092 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: Reconfiguring mgr.a (monmap changed)... 2024-09-21T05:36:55.092 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:36:55.092 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:36:55.092 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:55.092 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:54 smithi063 ceph-mon[29674]: Reconfiguring daemon mgr.a on smithi063 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: Reconfiguring mgr.a (monmap changed)... 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:36:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:55.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:54 smithi161 ceph-mon[32206]: Reconfiguring daemon mgr.a on smithi063 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: Reconfiguring mgr.a (monmap changed)... 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:55.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:54 smithi071 ceph-mon[32519]: Reconfiguring daemon mgr.a on smithi063 2024-09-21T05:36:56.448 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:56.448 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:56.448 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:56 smithi063 ceph-mon[29674]: Reconfiguring osd.0 (monmap changed)... 2024-09-21T05:36:56.448 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T05:36:56.448 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:56 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:56.448 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:56 smithi063 ceph-mon[29674]: Reconfiguring daemon osd.0 on smithi063 2024-09-21T05:36:56.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:56.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:56.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:56 smithi071 ceph-mon[32519]: Reconfiguring osd.0 (monmap changed)... 2024-09-21T05:36:56.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T05:36:56.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:56 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:56.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:56 smithi071 ceph-mon[32519]: Reconfiguring daemon osd.0 on smithi063 2024-09-21T05:36:56.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:56.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:56.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:56 smithi161 ceph-mon[32206]: Reconfiguring osd.0 (monmap changed)... 2024-09-21T05:36:56.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T05:36:56.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:56 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:56.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:56 smithi161 ceph-mon[32206]: Reconfiguring daemon osd.0 on smithi063 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: Reconfiguring mon.b (monmap changed)... 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:57.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:57 smithi161 ceph-mon[32206]: Reconfiguring daemon mon.b on smithi071 2024-09-21T05:36:57.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:57.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:57.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:57.923 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: Reconfiguring mon.b (monmap changed)... 2024-09-21T05:36:57.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:36:57.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:36:57.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:57.924 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:57 smithi071 ceph-mon[32519]: Reconfiguring daemon mon.b on smithi071 2024-09-21T05:36:58.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: Reconfiguring mon.b (monmap changed)... 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:58.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:57 smithi063 ceph-mon[29674]: Reconfiguring daemon mon.b on smithi071 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: Reconfiguring mgr.b (monmap changed)... 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:36:58 smithi161 ceph-mon[32206]: Reconfiguring daemon mgr.b on smithi071 2024-09-21T05:36:59.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:59.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:59.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:59.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: Reconfiguring mgr.b (monmap changed)... 2024-09-21T05:36:59.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:36:59.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:36:59.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:59.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:36:58 smithi063 ceph-mon[29674]: Reconfiguring daemon mgr.b on smithi071 2024-09-21T05:36:59.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: Reconfiguring mgr.b (monmap changed)... 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:36:59.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:36:58 smithi071 ceph-mon[32519]: Reconfiguring daemon mgr.b on smithi071 2024-09-21T05:37:00.257 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:00.257 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:00.257 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:00 smithi071 ceph-mon[32519]: Reconfiguring osd.1 (monmap changed)... 2024-09-21T05:37:00.258 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T05:37:00.258 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:00 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:00.258 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:00 smithi071 ceph-mon[32519]: Reconfiguring daemon osd.1 on smithi071 2024-09-21T05:37:00.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:00.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:00.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:00 smithi161 ceph-mon[32206]: Reconfiguring osd.1 (monmap changed)... 2024-09-21T05:37:00.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T05:37:00.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:00 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:00.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:00 smithi161 ceph-mon[32206]: Reconfiguring daemon osd.1 on smithi071 2024-09-21T05:37:00.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:00.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:00.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:00 smithi063 ceph-mon[29674]: Reconfiguring osd.1 (monmap changed)... 2024-09-21T05:37:00.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T05:37:00.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:00 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:00.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:00 smithi063 ceph-mon[29674]: Reconfiguring daemon osd.1 on smithi071 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: Reconfiguring mon.c (monmap changed)... 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:37:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:01.622 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:01 smithi161 ceph-mon[32206]: Reconfiguring daemon mon.c on smithi161 2024-09-21T05:37:01.767 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: Reconfiguring mon.c (monmap changed)... 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:01.768 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:01 smithi063 ceph-mon[29674]: Reconfiguring daemon mon.c on smithi161 2024-09-21T05:37:01.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:01.772 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:01.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:01.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: Reconfiguring mon.c (monmap changed)... 2024-09-21T05:37:01.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T05:37:01.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T05:37:01.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:01.773 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:01 smithi071 ceph-mon[32519]: Reconfiguring daemon mon.c on smithi161 2024-09-21T05:37:03.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:03.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:03.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: Reconfiguring osd.2 (monmap changed)... 2024-09-21T05:37:03.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T05:37:03.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:03.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: Reconfiguring daemon osd.2 on smithi161 2024-09-21T05:37:03.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:02 smithi063 ceph-mon[29674]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:03.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:03.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:03.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: Reconfiguring osd.2 (monmap changed)... 2024-09-21T05:37:03.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T05:37:03.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:03.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: Reconfiguring daemon osd.2 on smithi161 2024-09-21T05:37:03.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:02 smithi071 ceph-mon[32519]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:03.037 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:03.037 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:03.037 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: Reconfiguring osd.2 (monmap changed)... 2024-09-21T05:37:03.037 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T05:37:03.038 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:37:03.038 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: Reconfiguring daemon osd.2 on smithi161 2024-09-21T05:37:03.038 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:02 smithi161 ceph-mon[32206]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:04.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:04.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:04.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:04.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:04.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:04.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:37:05.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:05 smithi063 ceph-mon[29674]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:05.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:05 smithi071 ceph-mon[32519]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:05.623 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:05 smithi161 ceph-mon[32206]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:07.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:07 smithi063 ceph-mon[29674]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:07.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:07 smithi071 ceph-mon[32519]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:07.529 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:07 smithi161 ceph-mon[32206]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:09.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:09 smithi063 ceph-mon[29674]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:09.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:09 smithi071 ceph-mon[32519]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:09.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:09 smithi161 ceph-mon[32206]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:11.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:11 smithi063 ceph-mon[29674]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:11.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:11 smithi071 ceph-mon[32519]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:11.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:11 smithi161 ceph-mon[32206]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:13.423 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:13 smithi161 ceph-mon[32206]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:13.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:13 smithi063 ceph-mon[29674]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:13.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:13 smithi071 ceph-mon[32519]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:15.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:15 smithi063 ceph-mon[29674]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:15.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:15 smithi071 ceph-mon[32519]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:15.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:15 smithi161 ceph-mon[32206]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:17.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:17 smithi063 ceph-mon[29674]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:17.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:17 smithi071 ceph-mon[32519]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:17.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:17 smithi161 ceph-mon[32206]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:19.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:19 smithi063 ceph-mon[29674]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:19.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:19 smithi071 ceph-mon[32519]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:19.620 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:19 smithi161 ceph-mon[32206]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:21.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:21 smithi063 ceph-mon[29674]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:21.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:21 smithi071 ceph-mon[32519]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:21.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:21 smithi161 ceph-mon[32206]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:23.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:23 smithi063 ceph-mon[29674]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:23.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:23 smithi071 ceph-mon[32519]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:23.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:23 smithi161 ceph-mon[32206]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:25.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:25 smithi063 ceph-mon[29674]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:25.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:25 smithi071 ceph-mon[32519]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:25.620 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:25 smithi161 ceph-mon[32206]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:27.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:27 smithi063 ceph-mon[29674]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:27.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:27 smithi071 ceph-mon[32519]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:27.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:27 smithi161 ceph-mon[32206]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:29.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:29 smithi063 ceph-mon[29674]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:29.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:29 smithi071 ceph-mon[32519]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:29.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:29 smithi161 ceph-mon[32206]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:31.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:31 smithi063 ceph-mon[29674]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:31.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:31 smithi071 ceph-mon[32519]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:31.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:31 smithi161 ceph-mon[32206]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:33.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:33 smithi063 ceph-mon[29674]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:33.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:33 smithi071 ceph-mon[32519]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:33.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:33 smithi161 ceph-mon[32206]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:35.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:35 smithi063 ceph-mon[29674]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:35.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:35 smithi071 ceph-mon[32519]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:35.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:35 smithi161 ceph-mon[32206]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:37.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:37 smithi063 ceph-mon[29674]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:37.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:37 smithi071 ceph-mon[32519]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:37.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:37 smithi161 ceph-mon[32206]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:39.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:39 smithi063 ceph-mon[29674]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:39.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:39 smithi071 ceph-mon[32519]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:39.620 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:39 smithi161 ceph-mon[32206]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:41.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:41 smithi063 ceph-mon[29674]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:41.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:41 smithi071 ceph-mon[32519]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:41.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:41 smithi161 ceph-mon[32206]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:43.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:43 smithi063 ceph-mon[29674]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:43.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:43 smithi071 ceph-mon[32519]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:43.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:43 smithi161 ceph-mon[32206]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:45.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:45 smithi063 ceph-mon[29674]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:45.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:45 smithi071 ceph-mon[32519]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:45.620 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:45 smithi161 ceph-mon[32206]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:47.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:47 smithi063 ceph-mon[29674]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:47.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:47 smithi071 ceph-mon[32519]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:47.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:47 smithi161 ceph-mon[32206]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:49.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:49 smithi063 ceph-mon[29674]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:49.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:49 smithi071 ceph-mon[32519]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:49.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:49 smithi161 ceph-mon[32206]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:51.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:51 smithi063 ceph-mon[29674]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:51.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:51 smithi071 ceph-mon[32519]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:51.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:51 smithi161 ceph-mon[32206]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:53.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:53 smithi063 ceph-mon[29674]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:53.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:53 smithi071 ceph-mon[32519]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:53.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:53 smithi161 ceph-mon[32206]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:55.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:55 smithi063 ceph-mon[29674]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:55.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:55 smithi071 ceph-mon[32519]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:55.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:55 smithi161 ceph-mon[32206]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:57.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:57 smithi063 ceph-mon[29674]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:57.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:57 smithi071 ceph-mon[32519]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:57.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:57 smithi161 ceph-mon[32206]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:59.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:37:59 smithi063 ceph-mon[29674]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:59.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:37:59 smithi071 ceph-mon[32519]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:37:59.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:37:59 smithi161 ceph-mon[32206]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:01.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:01 smithi063 ceph-mon[29674]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:01.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:01 smithi071 ceph-mon[32519]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:01.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:01 smithi161 ceph-mon[32206]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:03.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:03 smithi063 ceph-mon[29674]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:03.518 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:03 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:03.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:03 smithi071 ceph-mon[32519]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:03.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:03 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:03.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:03 smithi161 ceph-mon[32206]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:03.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:03 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:04.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:04.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:04.517 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:04 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:04.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:04.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:04.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:04 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:04.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:04.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:04.621 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:04 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:05.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:05 smithi161 ceph-mon[32206]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:06.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:05 smithi063 ceph-mon[29674]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:06.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:05 smithi071 ceph-mon[32519]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:07.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:07 smithi161 ceph-mon[32206]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:08.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:07 smithi063 ceph-mon[29674]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:08.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:07 smithi071 ceph-mon[32519]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:09.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:09 smithi161 ceph-mon[32206]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:10.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:09 smithi063 ceph-mon[29674]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:10.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:09 smithi071 ceph-mon[32519]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:11.825 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:11 smithi071 ceph-mon[32519]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:11.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:11 smithi161 ceph-mon[32206]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:12.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:11 smithi063 ceph-mon[29674]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:13.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:13 smithi161 ceph-mon[32206]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:14.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:13 smithi063 ceph-mon[29674]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:14.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:13 smithi071 ceph-mon[32519]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:15.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:15 smithi161 ceph-mon[32206]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:16.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:15 smithi063 ceph-mon[29674]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:16.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:15 smithi071 ceph-mon[32519]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:17.399 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph orch ps --refresh 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.a smithi063 *:9283,8765 running (5m) 2m ago 4m 499M - 19.3.0-5103-gf36283e7 48ed0a2cf89d 80a3f8735b8b 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:mgr.b smithi071 *:8443,8765 running (3m) 2m ago 3m 452M - 19.3.0-5103-gf36283e7 48ed0a2cf89d a96f7fd2b02e 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:mon.a smithi063 running (5m) 2m ago 5m 39.5M 2048M 19.3.0-5103-gf36283e7 48ed0a2cf89d 07061ff90ef5 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:mon.b smithi071 running (3m) 2m ago 3m 38.0M 2048M 19.3.0-5103-gf36283e7 48ed0a2cf89d dae90ad6425a 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:mon.c smithi161 running (3m) 2m ago 3m 36.6M 2048M 19.3.0-5103-gf36283e7 48ed0a2cf89d edb929bb5262 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:osd.0 smithi063 running (2m) 2m ago 2m 12.1M 16.6G 19.3.0-5103-gf36283e7 48ed0a2cf89d b008a5aa8c38 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:osd.1 smithi071 running (2m) 2m ago 2m 12.2M 16.6G 19.3.0-5103-gf36283e7 48ed0a2cf89d 75efef1161d9 2024-09-21T05:38:17.700 INFO:teuthology.orchestra.run.smithi063.stdout:osd.2 smithi161 running (2m) 2m ago 2m 11.7M 20.6G 19.3.0-5103-gf36283e7 48ed0a2cf89d e9eb1e601ff1 2024-09-21T05:38:17.701 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:17 smithi063 ceph-mon[29674]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:17.712 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph orch ls --service-name mon --export 2024-09-21T05:38:17.870 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:17 smithi161 ceph-mon[32206]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:18.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:17 smithi071 ceph-mon[32519]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:18.038 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph orch apply -i mon.yaml 2024-09-21T05:38:18.335 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mon update... 2024-09-21T05:38:18.346 INFO:teuthology.orchestra.run.smithi063.stderr:+ sleep 90 2024-09-21T05:38:18.799 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:18 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:18.799 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:18 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:18 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:19.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:18 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:18 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:19.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:18 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:19.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:19.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:19.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:19.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: Saving service mon spec with placement count:3 2024-09-21T05:38:19.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:19.872 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: Saving service mon spec with placement count:3 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:20.018 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2024-09-21T05:38:20.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:20.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:20.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:20.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:20.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='client.14412 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: Saving service mon spec with placement count:3 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2024-09-21T05:38:20.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:20.024 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:38:20.024 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:38:20.024 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:38:20.024 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:38:21.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:21 smithi161 ceph-mon[32206]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:22.019 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:21 smithi063 ceph-mon[29674]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:22.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:21 smithi071 ceph-mon[32519]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:23.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:23 smithi161 ceph-mon[32206]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:24.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:23 smithi063 ceph-mon[29674]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:24.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:23 smithi071 ceph-mon[32519]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:25.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:25 smithi161 ceph-mon[32206]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:26.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:25 smithi063 ceph-mon[29674]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:26.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:25 smithi071 ceph-mon[32519]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:27.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:26 smithi063 ceph-mon[29674]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:27.022 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:26 smithi071 ceph-mon[32519]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:27.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:26 smithi161 ceph-mon[32206]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:29.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:28 smithi161 ceph-mon[32206]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:29.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:28 smithi063 ceph-mon[29674]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:29.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:28 smithi071 ceph-mon[32519]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:31.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:30 smithi161 ceph-mon[32206]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:31.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:30 smithi063 ceph-mon[29674]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:31.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:30 smithi071 ceph-mon[32519]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:33.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:32 smithi161 ceph-mon[32206]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:33.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:32 smithi063 ceph-mon[29674]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:33.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:32 smithi071 ceph-mon[32519]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:35.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:34 smithi161 ceph-mon[32206]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:35.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:34 smithi063 ceph-mon[29674]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:35.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:34 smithi071 ceph-mon[32519]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:37.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:36 smithi161 ceph-mon[32206]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:37.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:36 smithi063 ceph-mon[29674]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:37.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:36 smithi071 ceph-mon[32519]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:39.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:38 smithi161 ceph-mon[32206]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:39.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:38 smithi063 ceph-mon[29674]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:39.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:38 smithi071 ceph-mon[32519]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:41.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:40 smithi161 ceph-mon[32206]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:41.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:40 smithi063 ceph-mon[29674]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:41.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:40 smithi071 ceph-mon[32519]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:43.120 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:42 smithi161 ceph-mon[32206]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:43.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:42 smithi063 ceph-mon[29674]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:43.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:42 smithi071 ceph-mon[32519]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:45.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:44 smithi161 ceph-mon[32206]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:45.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:44 smithi063 ceph-mon[29674]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:45.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:44 smithi071 ceph-mon[32519]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:47.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:46 smithi161 ceph-mon[32206]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:47.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:46 smithi063 ceph-mon[29674]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:47.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:46 smithi071 ceph-mon[32519]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:49.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:48 smithi161 ceph-mon[32206]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:49.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:48 smithi063 ceph-mon[29674]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:49.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:48 smithi071 ceph-mon[32519]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:51.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:50 smithi161 ceph-mon[32206]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:51.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:50 smithi063 ceph-mon[29674]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:51.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:50 smithi071 ceph-mon[32519]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:53.120 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:52 smithi161 ceph-mon[32206]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:53.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:52 smithi063 ceph-mon[29674]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:53.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:52 smithi071 ceph-mon[32519]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:55.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:54 smithi161 ceph-mon[32206]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:55.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:54 smithi063 ceph-mon[29674]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:55.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:54 smithi071 ceph-mon[32519]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:57.122 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:56 smithi161 ceph-mon[32206]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:57.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:56 smithi063 ceph-mon[29674]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:57.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:56 smithi071 ceph-mon[32519]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:59.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:38:58 smithi161 ceph-mon[32206]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:59.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:38:58 smithi063 ceph-mon[29674]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:38:59.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:38:58 smithi071 ceph-mon[32519]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:01.121 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:00 smithi161 ceph-mon[32206]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:01.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:00 smithi063 ceph-mon[29674]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:01.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:00 smithi071 ceph-mon[32519]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:03.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:02 smithi063 ceph-mon[29674]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:03.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:02 smithi071 ceph-mon[32519]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:03.370 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:02 smithi161 ceph-mon[32206]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:05.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:04 smithi063 ceph-mon[29674]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:05.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:04 smithi071 ceph-mon[32519]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:05.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:04 smithi161 ceph-mon[32206]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:07.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:06 smithi063 ceph-mon[29674]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:07.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:06 smithi071 ceph-mon[32519]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:07.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:06 smithi161 ceph-mon[32206]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:09.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:08 smithi063 ceph-mon[29674]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:09.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:08 smithi071 ceph-mon[32519]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:09.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:08 smithi161 ceph-mon[32206]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:11.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:10 smithi063 ceph-mon[29674]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:11.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:10 smithi071 ceph-mon[32519]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:11.370 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:10 smithi161 ceph-mon[32206]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:13.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:12 smithi063 ceph-mon[29674]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:13.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:12 smithi071 ceph-mon[32519]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:13.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:12 smithi161 ceph-mon[32206]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:15.173 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:14 smithi161 ceph-mon[32206]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:15.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:14 smithi063 ceph-mon[29674]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:15.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:14 smithi071 ceph-mon[32519]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:17.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:16 smithi063 ceph-mon[29674]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:17.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:16 smithi071 ceph-mon[32519]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:17.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:16 smithi161 ceph-mon[32206]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:19.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:18 smithi063 ceph-mon[29674]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:19.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:18 smithi071 ceph-mon[32519]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:19.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:18 smithi161 ceph-mon[32206]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:20.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:39:20.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:39:20.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:39:20.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:19 smithi063 ceph-mon[29674]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:39:20.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:39:20.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:39:20.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:39:20.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:19 smithi071 ceph-mon[32519]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:39:20.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T05:39:20.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T05:39:20.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T05:39:20.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:19 smithi161 ceph-mon[32206]: from='mgr.14152 172.21.15.63:0/3286216971' entity='mgr.a' 2024-09-21T05:39:21.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:20 smithi063 ceph-mon[29674]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:21.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:20 smithi071 ceph-mon[32519]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:21.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:20 smithi161 ceph-mon[32206]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:23.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:22 smithi063 ceph-mon[29674]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:23.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:22 smithi071 ceph-mon[32519]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:23.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:22 smithi161 ceph-mon[32206]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:25.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:24 smithi063 ceph-mon[29674]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:25.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:24 smithi071 ceph-mon[32519]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:25.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:24 smithi161 ceph-mon[32206]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:27.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:26 smithi063 ceph-mon[29674]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:27.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:26 smithi071 ceph-mon[32519]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:27.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:26 smithi161 ceph-mon[32206]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:29.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:28 smithi063 ceph-mon[29674]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:29.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:28 smithi071 ceph-mon[32519]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:29.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:28 smithi161 ceph-mon[32206]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:31.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:30 smithi063 ceph-mon[29674]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:31.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:30 smithi071 ceph-mon[32519]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:31.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:30 smithi161 ceph-mon[32206]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:33.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:32 smithi063 ceph-mon[29674]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:33.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:32 smithi071 ceph-mon[32519]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:33.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:32 smithi161 ceph-mon[32206]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:35.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:34 smithi063 ceph-mon[29674]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:35.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:34 smithi071 ceph-mon[32519]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:35.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:34 smithi161 ceph-mon[32206]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:37.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:36 smithi063 ceph-mon[29674]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:37.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:36 smithi071 ceph-mon[32519]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:37.370 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:36 smithi161 ceph-mon[32206]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:39.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:38 smithi063 ceph-mon[29674]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:39.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:38 smithi071 ceph-mon[32519]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:39.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:38 smithi161 ceph-mon[32206]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:41.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:40 smithi063 ceph-mon[29674]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:41.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:40 smithi071 ceph-mon[32519]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:41.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:40 smithi161 ceph-mon[32206]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:43.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:42 smithi063 ceph-mon[29674]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:43.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:42 smithi071 ceph-mon[32519]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:43.370 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:42 smithi161 ceph-mon[32206]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:45.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:44 smithi063 ceph-mon[29674]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:45.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:44 smithi071 ceph-mon[32519]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:45.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:44 smithi161 ceph-mon[32206]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:47.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:46 smithi063 ceph-mon[29674]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:47.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:46 smithi071 ceph-mon[32519]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:47.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:46 smithi161 ceph-mon[32206]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:48.348 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph mon dump 2024-09-21T05:39:48.708 INFO:teuthology.orchestra.run.smithi063.stdout:epoch 6 2024-09-21T05:39:48.708 INFO:teuthology.orchestra.run.smithi063.stdout:fsid d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:39:48.708 INFO:teuthology.orchestra.run.smithi063.stdout:last_changed 2024-09-21T05:36:52.438590+0000 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stdout:created 2024-09-21T05:33:07.170772+0000 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stdout:min_mon_release 19 (squid) 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stdout:election_strategy: 1 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stdout:0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.a; crush_location {datacenter=a} 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stdout:1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stdout:2: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-21T05:39:48.709 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 6 2024-09-21T05:39:48.719 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph mon dump --format json 2024-09-21T05:39:49.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:48 smithi063 ceph-mon[29674]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:49.017 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:48 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1244261838' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2024-09-21T05:39:49.065 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-21T05:39:49.065 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":6,"fsid":"d9767722-77da-11ef-baf5-efdc52797490","modified":"2024-09-21T05:36:52.438590Z","created":"2024-09-21T05:33:07.170772Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161: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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-21T05:39:49.065 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 6 2024-09-21T05:39:49.076 INFO:teuthology.orchestra.run.smithi063.stderr:+ read monid 2024-09-21T05:39:49.076 INFO:teuthology.orchestra.run.smithi063.stderr:+ read crushloc 2024-09-21T05:39:49.076 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph mon dump --format json 2024-09-21T05:39:49.076 INFO:teuthology.orchestra.run.smithi063.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-21T05:39:49.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:48 smithi071 ceph-mon[32519]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:49.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:48 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1244261838' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2024-09-21T05:39:49.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:48 smithi161 ceph-mon[32206]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:49.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:48 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1244261838' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2024-09-21T05:39:49.420 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 6 2024-09-21T05:39:49.431 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-09-21T05:39:49.431 INFO:teuthology.orchestra.run.smithi063.stderr:+ read monid 2024-09-21T05:39:49.432 INFO:teuthology.orchestra.run.smithi063.stderr:+ read crushloc 2024-09-21T05:39:49.432 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph mon dump --format json 2024-09-21T05:39:49.432 INFO:teuthology.orchestra.run.smithi063.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-21T05:39:49.776 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 6 2024-09-21T05:39:49.787 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-09-21T05:39:49.788 INFO:teuthology.orchestra.run.smithi063.stderr:+ read monid 2024-09-21T05:39:49.788 INFO:teuthology.orchestra.run.smithi063.stderr:+ read crushloc 2024-09-21T05:39:49.788 INFO:teuthology.orchestra.run.smithi063.stderr:+ ceph mon dump --format json 2024-09-21T05:39:49.788 INFO:teuthology.orchestra.run.smithi063.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-21T05:39:50.135 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 6 2024-09-21T05:39:50.136 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:49 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/750169331' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.136 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:49 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/3355960731' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.136 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:49 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/1908735737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.147 INFO:teuthology.orchestra.run.smithi063.stdout:true 2024-09-21T05:39:50.147 INFO:teuthology.orchestra.run.smithi063.stderr:+ read monid 2024-09-21T05:39:50.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:49 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/750169331' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:49 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/3355960731' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.273 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:49 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/1908735737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:49 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/750169331' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:49 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/3355960731' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:49 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/1908735737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:50.940 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T05:39:50.950 INFO:tasks.cephadm:Teardown begin 2024-09-21T05:39:50.950 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:39:50.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:39:51.014 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:39:51.047 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T05:39:51.048 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T05:39:51.065 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T05:39:51.082 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T05:39:51.105 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T05:39:51.105 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T05:39:51.105 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a 2024-09-21T05:39:51.267 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:50 smithi063 ceph-mon[29674]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:51.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:50 smithi063 ceph-mon[29674]: from='client.? 172.21.15.63:0/2281051691' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:51.268 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 systemd[1]: Stopping Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:39:51.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:50 smithi071 ceph-mon[32519]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:51.272 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:50 smithi071 ceph-mon[32519]: from='client.? 172.21.15.63:0/2281051691' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:51.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:50 smithi161 ceph-mon[32206]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T05:39:51.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:50 smithi161 ceph-mon[32206]: from='client.? 172.21.15.63:0/2281051691' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T05:39:51.650 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a[29670]: 2024-09-21T05:39:51.380+0000 7fa5124fd640 -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-21T05:39:51.651 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a[29670]: 2024-09-21T05:39:51.380+0000 7fa5124fd640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-21T05:39:51.651 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 podman[49246]: 2024-09-21 05:39:51.422363482 +0000 UTC m=+0.132372037 container died 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-21T05:39:51.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 podman[49246]: 2024-09-21 05:39:51.747915448 +0000 UTC m=+0.457924001 container cleanup 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-21T05:39:51.925 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 bash[49246]: ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a 2024-09-21T05:39:52.168 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service' 2024-09-21T05:39:52.190 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:51 smithi063 podman[49258]: 2024-09-21 05:39:51.924008468 +0000 UTC m=+0.503156858 container remove 07061ff90ef5052a7a0b278c77911c1090f56e1b333bbea60b5542d5b007833c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T05:39:52.191 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:52 smithi063 systemd[1]: ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T05:39:52.191 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:52 smithi063 systemd[1]: Stopped Ceph mon.a for d9767722-77da-11ef-baf5-efdc52797490. 2024-09-21T05:39:52.191 INFO:journalctl@ceph.mon.a.smithi063.stdout:Sep 21 05:39:52 smithi063 systemd[1]: ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.a.service: Consumed 5.200s CPU time. 2024-09-21T05:39:52.218 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:39:52.219 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T05:39:52.219 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T05:39:52.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.b 2024-09-21T05:39:52.522 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:52 smithi071 systemd[1]: Stopping Ceph mon.b for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:39:53.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:52 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-b[32515]: 2024-09-21T05:39:52.755+0000 7fbdb0f0c640 -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-21T05:39:53.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:52 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-b[32515]: 2024-09-21T05:39:52.755+0000 7fbdb0f0c640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-21T05:39:53.023 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:52 smithi071 podman[40170]: 2024-09-21 05:39:52.888365581 +0000 UTC m=+0.475298258 container died dae90ad6425a0db1ab5df1a213051794af0189e09d75f7b9e4646a0ab61d5032 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-b, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T05:39:53.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:53 smithi071 podman[40170]: 2024-09-21 05:39:53.272115668 +0000 UTC m=+0.859048373 container cleanup dae90ad6425a0db1ab5df1a213051794af0189e09d75f7b9e4646a0ab61d5032 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-20-2310-f36283e) 2024-09-21T05:39:53.523 INFO:journalctl@ceph.mon.b.smithi071.stdout:Sep 21 05:39:53 smithi071 bash[40170]: ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-b 2024-09-21T05:39:53.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.b.service' 2024-09-21T05:39:53.739 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:39:53.739 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T05:39:53.739 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T05:39:53.740 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.c 2024-09-21T05:39:54.043 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:53 smithi161 systemd[1]: Stopping Ceph mon.c for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:39:54.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:54 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-c[32202]: 2024-09-21T05:39:54.041+0000 7f6a684c7640 -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-21T05:39:54.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:54 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-c[32202]: 2024-09-21T05:39:54.041+0000 7f6a684c7640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-21T05:39:54.371 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:54 smithi161 podman[39908]: 2024-09-21 05:39:54.236059887 +0000 UTC m=+0.298141818 container died edb929bb526297c9754f7c5296673ac6b2933f0da1b016240511c411f5fd490c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-c, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-21T05:39:54.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:54 smithi161 podman[39908]: 2024-09-21 05:39:54.700482409 +0000 UTC m=+0.762564338 container cleanup edb929bb526297c9754f7c5296673ac6b2933f0da1b016240511c411f5fd490c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, maintainer=Guillaume Abrioux ) 2024-09-21T05:39:54.871 INFO:journalctl@ceph.mon.c.smithi161.stdout:Sep 21 05:39:54 smithi161 bash[39908]: ceph-d9767722-77da-11ef-baf5-efdc52797490-mon-c 2024-09-21T05:39:55.125 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mon.c.service' 2024-09-21T05:39:55.169 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:39:55.169 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T05:39:55.169 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-21T05:39:55.169 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a 2024-09-21T05:39:55.488 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:55 smithi063 systemd[1]: Stopping Ceph mgr.a for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:39:55.767 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:55 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: 2024-09-21T05:39:55.484+0000 7f7531f11640 -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-21T05:39:55.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:55 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a[29905]: 2024-09-21T05:39:55.484+0000 7f7531f11640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T05:39:55.768 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:55 smithi063 podman[49369]: 2024-09-21 05:39:55.517529949 +0000 UTC m=+0.134031842 container died 80a3f8735b8b8cf906605bc5f044dbde1d761c1e6326d2fc6f41789746d30eca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0) 2024-09-21T05:39:56.097 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:55 smithi063 podman[49369]: 2024-09-21 05:39:55.894201291 +0000 UTC m=+0.510703192 container cleanup 80a3f8735b8b8cf906605bc5f044dbde1d761c1e6326d2fc6f41789746d30eca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, 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, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-21T05:39:56.097 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:55 smithi063 bash[49369]: ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a 2024-09-21T05:39:56.362 INFO:journalctl@ceph.mgr.a.smithi063.stdout:Sep 21 05:39:56 smithi063 podman[49381]: 2024-09-21 05:39:56.095722406 +0000 UTC m=+0.572956746 container remove 80a3f8735b8b8cf906605bc5f044dbde1d761c1e6326d2fc6f41789746d30eca (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f36283e7c91cac1c01cb9a7c4ff21bd697dbd4f2, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True) 2024-09-21T05:39:56.366 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.a.service' 2024-09-21T05:39:56.402 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:39:56.402 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-21T05:39:56.402 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-21T05:39:56.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.b 2024-09-21T05:39:56.715 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:39:56 smithi071 systemd[1]: Stopping Ceph mgr.b for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:39:57.022 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:39:56 smithi071 podman[40291]: 2024-09-21 05:39:56.714278078 +0000 UTC m=+0.122092084 container died a96f7fd2b02ebe756c33beeab654bf4438db09a3e421a2f147e75b4a38af45cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-b, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, 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, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-21T05:39:57.354 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:39:57 smithi071 podman[40291]: 2024-09-21 05:39:57.060188604 +0000 UTC m=+0.468002656 container cleanup a96f7fd2b02ebe756c33beeab654bf4438db09a3e421a2f147e75b4a38af45cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-b, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-21T05:39:57.354 INFO:journalctl@ceph.mgr.b.smithi071.stdout:Sep 21 05:39:57 smithi071 bash[40291]: ceph-d9767722-77da-11ef-baf5-efdc52797490-mgr-b 2024-09-21T05:39:57.480 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@mgr.b.service' 2024-09-21T05:39:57.513 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:39:57.514 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-21T05:39:57.514 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T05:39:57.514 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.0 2024-09-21T05:39:57.817 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:39:57 smithi063 systemd[1]: Stopping Ceph osd.0 for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:39:58.267 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:39:57 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0[42467]: 2024-09-21T05:39:57.814+0000 7fe3f74f9640 -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-21T05:39:58.267 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:39:57 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0[42467]: 2024-09-21T05:39:57.814+0000 7fe3f74f9640 -1 osd.0 21 *** Got signal Terminated *** 2024-09-21T05:39:58.267 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:39:57 smithi063 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0[42467]: 2024-09-21T05:39:57.814+0000 7fe3f74f9640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T05:40:03.584 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:03 smithi063 podman[49500]: 2024-09-21 05:40:03.301441051 +0000 UTC m=+5.583745814 container died b008a5aa8c3851f75a3d9699e2368a0faeda2de26592c14ffc7de0385b78e5b6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T05:40:03.917 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:03 smithi063 podman[49500]: 2024-09-21 05:40:03.756987958 +0000 UTC m=+6.039292726 container cleanup b008a5aa8c3851f75a3d9699e2368a0faeda2de26592c14ffc7de0385b78e5b6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-21T05:40:03.918 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:03 smithi063 bash[49500]: ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0 2024-09-21T05:40:04.267 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:03 smithi063 podman[49518]: 2024-09-21 05:40:03.916439459 +0000 UTC m=+0.603852643 container remove b008a5aa8c3851f75a3d9699e2368a0faeda2de26592c14ffc7de0385b78e5b6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-21T05:40:04.621 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:04 smithi063 podman[49606]: 2024-09-21 05:40:04.231384144 +0000 UTC m=+0.016246137 image pull 48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00 2024-09-21T05:40:04.621 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:04 smithi063 podman[49606]: 2024-09-21 05:40:04.34225614 +0000 UTC m=+0.127118121 container create fcc3df63eb6183f4ffc299d7178368a523ef3f15d7ff407fc354e50b871bb015 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.schema-version=1.0) 2024-09-21T05:40:04.621 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:04 smithi063 podman[49606]: 2024-09-21 05:40:04.553089887 +0000 UTC m=+0.337951878 container init fcc3df63eb6183f4ffc299d7178368a523ef3f15d7ff407fc354e50b871bb015 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-21T05:40:04.621 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:04 smithi063 podman[49606]: 2024-09-21 05:40:04.556551421 +0000 UTC m=+0.341413411 container start fcc3df63eb6183f4ffc299d7178368a523ef3f15d7ff407fc354e50b871bb015 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-21T05:40:04.621 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:04 smithi063 podman[49606]: 2024-09-21 05:40:04.619546753 +0000 UTC m=+0.404408736 container attach fcc3df63eb6183f4ffc299d7178368a523ef3f15d7ff407fc354e50b871bb015 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.vendor=CentOS) 2024-09-21T05:40:05.017 INFO:journalctl@ceph.osd.0.smithi063.stdout:Sep 21 05:40:04 smithi063 podman[49606]: 2024-09-21 05:40:04.755340668 +0000 UTC m=+0.540202650 container died fcc3df63eb6183f4ffc299d7178368a523ef3f15d7ff407fc354e50b871bb015 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-21T05:40:05.386 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.0.service' 2024-09-21T05:40:05.431 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:40:05.431 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T05:40:05.431 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T05:40:05.431 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.1 2024-09-21T05:40:05.773 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:05 smithi071 systemd[1]: Stopping Ceph osd.1 for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:40:06.273 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:05 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1[36163]: 2024-09-21T05:40:05.829+0000 7f33a1189640 -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-21T05:40:06.273 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:05 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1[36163]: 2024-09-21T05:40:05.829+0000 7f33a1189640 -1 osd.1 21 *** Got signal Terminated *** 2024-09-21T05:40:06.273 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:05 smithi071 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1[36163]: 2024-09-21T05:40:05.829+0000 7f33a1189640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T05:40:11.432 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:11 smithi071 podman[40412]: 2024-09-21 05:40:11.175102265 +0000 UTC m=+5.560459551 container died 75efef1161d9fafd2e9735720206fdbf29cd06259b4b30961496aaf00ee6ed5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-21T05:40:11.772 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:11 smithi071 podman[40412]: 2024-09-21 05:40:11.529821083 +0000 UTC m=+5.915178358 container cleanup 75efef1161d9fafd2e9735720206fdbf29cd06259b4b30961496aaf00ee6ed5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T05:40:11.773 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:11 smithi071 bash[40412]: ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1 2024-09-21T05:40:12.116 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:11 smithi071 podman[40431]: 2024-09-21 05:40:11.814125789 +0000 UTC m=+0.635180091 container remove 75efef1161d9fafd2e9735720206fdbf29cd06259b4b30961496aaf00ee6ed5c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-21T05:40:12.410 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:12 smithi071 podman[40520]: 2024-09-21 05:40:12.115067997 +0000 UTC m=+0.094469361 container create 5cafe0664b2189a647e3f7ec4fd0f706045a3d10f9c046db4cf01d14a22e02a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-21T05:40:12.411 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:12 smithi071 podman[40520]: 2024-09-21 05:40:12.036070729 +0000 UTC m=+0.015472063 image pull 48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00 2024-09-21T05:40:12.411 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:12 smithi071 podman[40520]: 2024-09-21 05:40:12.342424287 +0000 UTC m=+0.321825607 container init 5cafe0664b2189a647e3f7ec4fd0f706045a3d10f9c046db4cf01d14a22e02a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-21T05:40:12.411 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:12 smithi071 podman[40520]: 2024-09-21 05:40:12.345804432 +0000 UTC m=+0.325205761 container start 5cafe0664b2189a647e3f7ec4fd0f706045a3d10f9c046db4cf01d14a22e02a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-21T05:40:12.411 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:12 smithi071 podman[40520]: 2024-09-21 05:40:12.409227211 +0000 UTC m=+0.388628551 container attach 5cafe0664b2189a647e3f7ec4fd0f706045a3d10f9c046db4cf01d14a22e02a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, 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, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-21T05:40:12.772 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:12 smithi071 podman[40520]: 2024-09-21 05:40:12.531964261 +0000 UTC m=+0.511365594 container died 5cafe0664b2189a647e3f7ec4fd0f706045a3d10f9c046db4cf01d14a22e02a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1-deactivate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-21T05:40:13.081 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 21 05:40:13 smithi071 podman[40543]: 2024-09-21 05:40:13.054528394 +0000 UTC m=+0.517287664 container remove 5cafe0664b2189a647e3f7ec4fd0f706045a3d10f9c046db4cf01d14a22e02a4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-21T05:40:13.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.1.service' 2024-09-21T05:40:13.123 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:40:13.124 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T05:40:13.124 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T05:40:13.124 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.2 2024-09-21T05:40:13.505 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:13 smithi161 systemd[1]: Stopping Ceph osd.2 for d9767722-77da-11ef-baf5-efdc52797490... 2024-09-21T05:40:13.870 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:13 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2[35837]: 2024-09-21T05:40:13.503+0000 7f00ae0e1640 -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-21T05:40:13.871 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:13 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2[35837]: 2024-09-21T05:40:13.503+0000 7f00ae0e1640 -1 osd.2 21 *** Got signal Terminated *** 2024-09-21T05:40:13.871 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:13 smithi161 ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2[35837]: 2024-09-21T05:40:13.503+0000 7f00ae0e1640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T05:40:19.113 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:18 smithi161 podman[40038]: 2024-09-21 05:40:18.857385921 +0000 UTC m=+5.545199789 container died e9eb1e601ff16c0e714da568cf1b077a5a1fdfbe8bf4850a5345eb056eea6095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T05:40:19.371 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:19 smithi161 podman[40038]: 2024-09-21 05:40:19.26906457 +0000 UTC m=+5.956878434 container cleanup e9eb1e601ff16c0e714da568cf1b077a5a1fdfbe8bf4850a5345eb056eea6095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-21T05:40:19.371 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:19 smithi161 bash[40038]: ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2 2024-09-21T05:40:19.871 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:19 smithi161 podman[40053]: 2024-09-21 05:40:19.487230808 +0000 UTC m=+0.631217369 container remove e9eb1e601ff16c0e714da568cf1b077a5a1fdfbe8bf4850a5345eb056eea6095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-21T05:40:20.258 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:19 smithi161 podman[40140]: 2024-09-21 05:40:19.780581302 +0000 UTC m=+0.015968288 image pull 48ed0a2cf89d6d0371a2c6185a5869a747265f6abd5ac2a74f00cc32d5628721 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00 2024-09-21T05:40:20.258 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:19 smithi161 podman[40140]: 2024-09-21 05:40:19.879425838 +0000 UTC m=+0.114812815 container create 7b0161423629b0e4591f398ae552c6a5b8ca139b9d3e99a3887eab04e9246cd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-21T05:40:20.258 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:20 smithi161 podman[40140]: 2024-09-21 05:40:20.06507724 +0000 UTC m=+0.300464226 container init 7b0161423629b0e4591f398ae552c6a5b8ca139b9d3e99a3887eab04e9246cd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.license=GPLv2) 2024-09-21T05:40:20.258 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:20 smithi161 podman[40140]: 2024-09-21 05:40:20.068552628 +0000 UTC m=+0.303939615 container start 7b0161423629b0e4591f398ae552c6a5b8ca139b9d3e99a3887eab04e9246cd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2-deactivate, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-21T05:40:20.258 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:20 smithi161 podman[40140]: 2024-09-21 05:40:20.123335648 +0000 UTC m=+0.358722640 container attach 7b0161423629b0e4591f398ae552c6a5b8ca139b9d3e99a3887eab04e9246cd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-20-2310-f36283e) 2024-09-21T05:40:20.259 INFO:journalctl@ceph.osd.2.smithi161.stdout:Sep 21 05:40:20 smithi161 podman[40140]: 2024-09-21 05:40:20.256765763 +0000 UTC m=+0.492152750 container died 7b0161423629b0e4591f398ae552c6a5b8ca139b9d3e99a3887eab04e9246cd8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:2195e5f178be0a9390728e2a14088236d8fe6f82635f5c84418fe37a04457e00, name=ceph-d9767722-77da-11ef-baf5-efdc52797490-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-20-2310-f36283e, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-21T05:40:20.837 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9767722-77da-11ef-baf5-efdc52797490@osd.2.service' 2024-09-21T05:40:20.875 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T05:40:20.876 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T05:40:20.876 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9767722-77da-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T05:40:21.090 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:40:22.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9767722-77da-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T05:40:22.373 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:40:23.411 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9767722-77da-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-21T05:40:23.603 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:40:24.466 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:40:24.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:40:24.526 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T05:40:24.552 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T05:40:24.554 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi063/crash 2024-09-21T05:40:24.554 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash -- . 2024-09-21T05:40:24.599 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T05:40:24.599 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-09-21T05:40:24.601 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi071/crash 2024-09-21T05:40:24.602 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash -- . 2024-09-21T05:40:24.635 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T05:40:24.635 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-09-21T05:40:24.637 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi161/crash 2024-09-21T05:40:24.638 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash -- . 2024-09-21T05:40:24.676 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/d9767722-77da-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T05:40:24.676 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-09-21T05:40:24.677 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T05:40:24.678 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-21T05:40:24.711 INFO:tasks.cephadm:Compressing logs... 2024-09-21T05:40:24.711 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:40:24.754 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:40:24.757 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:40:24.778 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.1.log 2024-09-21T05:40:24.778 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2024-09-21T05:40:24.778 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mgr.b.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.1.log: /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.b.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr: 80.6% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr: 89.6% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T05:40:24.781 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.b.log: 87.2% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T05:40:24.783 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T05:40:24.783 INFO:teuthology.orchestra.run.smithi071.stderr: 91.2% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T05:40:24.783 INFO:teuthology.orchestra.run.smithi071.stderr: 90.4% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mgr.b.log.gz 2024-09-21T05:40:24.784 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T05:40:24.784 INFO:teuthology.orchestra.run.smithi161.stderr:: No such file or directory 2024-09-21T05:40:24.784 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T05:40:24.785 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.c.log 2024-09-21T05:40:24.785 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T05:40:24.786 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.0.log 2024-09-21T05:40:24.786 INFO:teuthology.orchestra.run.smithi063.stderr:: No such file or directory 2024-09-21T05:40:24.786 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mgr.a.log 2024-09-21T05:40:24.786 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-21T05:40:24.786 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.0.log: /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.a.log 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr: 81.4% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr: 89.4% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T05:40:24.787 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log: /var/log/ceph/cephadm.log: 87.1% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T05:40:24.788 INFO:teuthology.orchestra.run.smithi063.stderr: 86.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T05:40:24.788 INFO:teuthology.orchestra.run.smithi063.stderr: 91.2% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T05:40:24.789 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.2.log 2024-09-21T05:40:24.789 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log 2024-09-21T05:40:24.789 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log: /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.2.log: 80.8% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-21T05:40:24.789 INFO:teuthology.orchestra.run.smithi161.stderr: 89.7% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-21T05:40:24.789 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T05:40:24.789 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log: /var/log/ceph/cephadm.log: 87.2% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-21T05:40:24.790 INFO:teuthology.orchestra.run.smithi161.stderr: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T05:40:24.790 INFO:teuthology.orchestra.run.smithi161.stderr: 91.2% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-21T05:40:24.808 INFO:teuthology.orchestra.run.smithi161.stderr: 93.8% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.2.log.gz 2024-09-21T05:40:24.811 INFO:teuthology.orchestra.run.smithi063.stderr: 93.7% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.0.log.gz 2024-09-21T05:40:24.837 INFO:teuthology.orchestra.run.smithi071.stderr: 93.9% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-osd.1.log.gz 2024-09-21T05:40:24.839 INFO:teuthology.orchestra.run.smithi161.stderr: 93.1% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.c.log.gz 2024-09-21T05:40:24.841 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-09-21T05:40:24.841 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.070s 2024-09-21T05:40:24.841 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.094s 2024-09-21T05:40:24.841 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.021s 2024-09-21T05:40:24.849 INFO:teuthology.orchestra.run.smithi063.stderr: 90.1% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mgr.a.log.gz 2024-09-21T05:40:24.852 INFO:teuthology.orchestra.run.smithi071.stderr: 92.5% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.b.log.gz 2024-09-21T05:40:24.854 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-21T05:40:24.854 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.085s 2024-09-21T05:40:24.854 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.143s 2024-09-21T05:40:24.854 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.022s 2024-09-21T05:40:24.993 INFO:teuthology.orchestra.run.smithi063.stderr: 91.1% -- replaced with /var/log/ceph/d9767722-77da-11ef-baf5-efdc52797490/ceph-mon.a.log.gz 2024-09-21T05:40:24.995 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-09-21T05:40:24.995 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.226s 2024-09-21T05:40:24.995 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.314s 2024-09-21T05:40:24.996 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.033s 2024-09-21T05:40:24.996 INFO:tasks.cephadm:Archiving logs... 2024-09-21T05:40:24.996 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi063/log 2024-09-21T05:40:24.997 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T05:40:25.115 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi071/log 2024-09-21T05:40:25.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T05:40:25.163 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi161/log 2024-09-21T05:40:25.164 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T05:40:25.204 INFO:tasks.cephadm:Removing cluster... 2024-09-21T05:40:25.204 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9767722-77da-11ef-baf5-efdc52797490 --force 2024-09-21T05:40:25.410 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:40:25.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9767722-77da-11ef-baf5-efdc52797490 --force 2024-09-21T05:40:25.910 INFO:teuthology.orchestra.run.smithi071.stdout:Deleting cluster with fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:40:26.159 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9767722-77da-11ef-baf5-efdc52797490 --force 2024-09-21T05:40:26.363 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: d9767722-77da-11ef-baf5-efdc52797490 2024-09-21T05:40:26.618 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T05:40:26.618 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T05:40:26.634 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T05:40:26.650 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T05:40:26.665 INFO:tasks.cephadm:Teardown complete 2024-09-21T05:40:26.666 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-21T05:40:26.674 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-21T05:40:26.674 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T05:40:26.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T05:40:26.693 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-21T05:40:26.797 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T05:40:26.810 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T05:40:26.810 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T05:40:26.813 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T05:40:26.816 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T05:40:26.826 INFO:teuthology.orchestra.run.smithi063.stderr:bash: line 1: ntpq: command not found 2024-09-21T05:40:26.828 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-09-21T05:40:26.830 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T05:40:26.831 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2024-09-21T05:40:26.831 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv01.front.sepia.ceph.com 3 6 377 54 -408us[ -401us] +/- 50ms 2024-09-21T05:40:26.831 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 51 +986us[ +986us] +/- 56ms 2024-09-21T05:40:26.831 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 -590us[ -590us] +/- 82ms 2024-09-21T05:40:26.831 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:40:26.831 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-09-21T05:40:26.832 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T05:40:26.832 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-09-21T05:40:26.832 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv01.front.sepia.ceph.com 3 6 377 53 -426us[ -402us] +/- 50ms 2024-09-21T05:40:26.832 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 52 +955us[ +955us] +/- 56ms 2024-09-21T05:40:26.832 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 53 -633us[ -609us] +/- 82ms 2024-09-21T05:40:26.832 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:40:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T05:40:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-09-21T05:40:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv01.front.sepia.ceph.com 3 6 377 53 -395us[ -368us] +/- 50ms 2024-09-21T05:40:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 53 +996us[ +996us] +/- 56ms 2024-09-21T05:40:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 -599us[ -599us] +/- 82ms 2024-09-21T05:40:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T05:40:26.836 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T05:40:26.845 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T05:40:26.845 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T05:40:26.904 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:40:26.969 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:40:27.032 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:40:27.094 DEBUG:teuthology.orchestra.run.smithi063:> 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 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-21T05:40:27.122 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:40:27.123 DEBUG:teuthology.orchestra.run.smithi071:> 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 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-21T05:40:27.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:40:27.151 DEBUG:teuthology.orchestra.run.smithi161:> 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 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-21T05:40:27.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:40:27.178 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T05:40:27.188 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T05:40:27.197 INFO:teuthology.task.internal:Duration was 866.762753 seconds 2024-09-21T05:40:27.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T05:40:27.206 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T05:40:27.206 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T05:40:27.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T05:40:27.211 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T05:40:27.246 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T05:40:27.247 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T05:40:27.257 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T05:40:27.554 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T05:40:27.554 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-09-21T05:40:27.554 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:40:27.615 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-09-21T05:40:27.615 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:40:27.667 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-09-21T05:40:27.667 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:40:27.690 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T05:40:27.690 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T05:40:27.692 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T05:40:27.695 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T05:40:27.756 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T05:40:27.757 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T05:40:27.760 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T05:40:27.763 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T05:40:27.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T05:40:27.937 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T05:40:27.937 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T05:40:27.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T05:40:27.987 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T05:40:28.012 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T05:40:28.022 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T05:40:28.024 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T05:40:28.030 DEBUG:teuthology.orchestra.run.smithi161:> 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-21T05:40:28.045 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-09-21T05:40:28.050 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-09-21T05:40:28.076 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-09-21T05:40:28.098 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T05:40:28.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:40:28.121 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T05:40:28.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:40:28.136 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T05:40:28.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T05:40:28.153 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T05:40:28.162 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T05:40:28.163 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi063 2024-09-21T05:40:28.163 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T05:40:28.200 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi071 2024-09-21T05:40:28.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T05:40:28.233 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_03:44:43-orch:cephadm-wip-guits-main-2024-09-20-2310-distro-default-smithi/7913792/remote/smithi161 2024-09-21T05:40:28.233 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T05:40:28.266 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T05:40:28.267 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T05:40:28.269 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T05:40:28.271 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T05:40:28.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T05:40:28.328 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T05:40:28.328 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T05:40:28.374 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T05:40:28.374 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T05:40:28.376 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T05:40:28.378 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T05:40:28.389 INFO:teuthology.orchestra.run.smithi063.stdout: 266064 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 05:40 /home/ubuntu/cephtest 2024-09-21T05:40:28.391 INFO:teuthology.orchestra.run.smithi071.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 05:40 /home/ubuntu/cephtest 2024-09-21T05:40:28.393 INFO:teuthology.orchestra.run.smithi161.stdout: 265815 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 05:40 /home/ubuntu/cephtest 2024-09-21T05:40:28.394 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T05:40:28.404 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T05:40:28.425 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 866.7627532482147 flavor: default owner: scheduled_gabrioux@teuthology success: true 2024-09-21T05:40:28.425 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T05:40:28.495 INFO:teuthology.run:pass