2024-03-20T07:41:51.649 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-20T07:41:51.649 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --archive /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027 -- /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/orig.config.yaml 2024-03-20T07:41:51.675 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-20T07:41:51.763 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027 branch: wip-yuri5-testing-2024-03-18-1144 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7610027' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-03-18-1144 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 sha1: e7e80a6ac9849f0f23432d0d9832f096730308ae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e7e80a6ac9849f0f23432d0d9832f096730308ae selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-03-18-1144 sha1: e7e80a6ac9849f0f23432d0d9832f096730308ae owner: scheduled_yuriw@teuthology priority: 100 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7763 sha1: e7e80a6ac9849f0f23432d0d9832f096730308ae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-03-18-1144 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e7e80a6ac9849f0f23432d0d9832f096730308ae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e7e80a6ac9849f0f23432d0d9832f096730308ae targets: smithi057.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIhWn7H9Hgc8yxjCVLc5D7WkUJ4aW6CdHdnqSUrAji2ThFv6SUobp7Y8CYPsW3NJyCDBiHewi7ntRJwKKAtX9FY= smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJIm0FkDyTCaLNzk6lfa7OrQJWX+rgB4+uhdSuLFkkjdm3l2dJ/puJ0JWn8yet6T+seqBcQ9tid27RjATljyu/g= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJR0xGDWBVyf69cbkdEeMYkiFKAz1hXiT1Jbu7hPKnrDx+jd5IyAFPMDNaKKrMZf5d7Cu1JPG/EBRafvQMsDSkM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-19_00:09:45 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-20T07:41:51.763 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e7e80a6ac9849f0f23432d0d9832f096730308ae/qa; will attempt to use it 2024-03-20T07:41:51.764 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e7e80a6ac9849f0f23432d0d9832f096730308ae/qa/tasks 2024-03-20T07:41:51.764 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-20T07:41:51.765 INFO:teuthology.task.internal:Checking packages... 2024-03-20T07:41:51.789 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e7e80a6ac9849f0f23432d0d9832f096730308ae' 2024-03-20T07:41:51.789 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-20T07:41:51.789 INFO:teuthology.packaging:ref: None 2024-03-20T07:41:51.789 INFO:teuthology.packaging:tag: None 2024-03-20T07:41:51.789 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-03-18-1144 2024-03-20T07:41:51.789 INFO:teuthology.packaging:sha1: e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:41:51.789 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri5-testing-2024-03-18-1144 2024-03-20T07:41:51.927 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2153.ge7e80a6a 2024-03-20T07:41:51.929 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-20T07:41:51.937 INFO:teuthology.task.internal:no buildpackages task found 2024-03-20T07:41:51.937 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-20T07:41:51.965 INFO:teuthology.task.internal:Saving configuration 2024-03-20T07:41:51.977 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-20T07:41:51.982 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T07:41:52.007 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-20 07:36:42.219903', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIhWn7H9Hgc8yxjCVLc5D7WkUJ4aW6CdHdnqSUrAji2ThFv6SUobp7Y8CYPsW3NJyCDBiHewi7ntRJwKKAtX9FY='} 2024-03-20T07:41:52.027 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-20 07:36:42.217542', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJIm0FkDyTCaLNzk6lfa7OrQJWX+rgB4+uhdSuLFkkjdm3l2dJ/puJ0JWn8yet6T+seqBcQ9tid27RjATljyu/g='} 2024-03-20T07:41:52.045 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-20 07:36:42.218856', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJR0xGDWBVyf69cbkdEeMYkiFKAz1hXiT1Jbu7hPKnrDx+jd5IyAFPMDNaKKrMZf5d7Cu1JPG/EBRafvQMsDSkM='} 2024-03-20T07:41:52.045 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-20T07:41:52.051 INFO:teuthology.task.internal:roles: ubuntu@smithi057.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-20T07:41:52.051 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-20T07:41:52.051 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-20T07:41:52.051 INFO:teuthology.run_tasks:Running task console_log... 2024-03-20T07:41:52.171 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb15f5bcf70>, signals=[15]) 2024-03-20T07:41:52.171 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-20T07:41:52.177 INFO:teuthology.task.internal:Opening connections... 2024-03-20T07:41:52.178 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi057.front.sepia.ceph.com 2024-03-20T07:41:52.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:41:52.283 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2024-03-20T07:41:52.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:41:52.371 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-03-20T07:41:52.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:41:52.459 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-20T07:41:52.466 DEBUG:teuthology.orchestra.run.smithi057:> uname -m 2024-03-20T07:41:52.484 INFO:teuthology.orchestra.run.smithi057.stdout:x86_64 2024-03-20T07:41:52.484 DEBUG:teuthology.orchestra.run.smithi057:> cat /etc/os-release 2024-03-20T07:41:52.542 INFO:teuthology.orchestra.run.smithi057.stdout:NAME="CentOS Stream" 2024-03-20T07:41:52.542 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION="9" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:ID="centos" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:ID_LIKE="rhel fedora" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_ID="9" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:PLATFORM_ID="platform:el9" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:ANSI_COLOR="0;31" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:LOGO="fedora-logo-icon" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:HOME_URL="https://centos.org/" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-20T07:41:52.543 INFO:teuthology.orchestra.run.smithi057.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-20T07:41:52.544 INFO:teuthology.lock.ops:Updating smithi057.front.sepia.ceph.com on lock server 2024-03-20T07:41:52.565 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2024-03-20T07:41:52.583 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2024-03-20T07:41:52.583 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2024-03-20T07:41:52.640 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="CentOS Stream" 2024-03-20T07:41:52.640 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="9" 2024-03-20T07:41:52.640 INFO:teuthology.orchestra.run.smithi078.stdout:ID="centos" 2024-03-20T07:41:52.640 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE="rhel fedora" 2024-03-20T07:41:52.640 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="9" 2024-03-20T07:41:52.640 INFO:teuthology.orchestra.run.smithi078.stdout:PLATFORM_ID="platform:el9" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:ANSI_COLOR="0;31" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:LOGO="fedora-logo-icon" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://centos.org/" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-20T07:41:52.641 INFO:teuthology.orchestra.run.smithi078.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-20T07:41:52.641 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2024-03-20T07:41:52.665 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-03-20T07:41:52.682 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-03-20T07:41:52.682 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-03-20T07:41:52.738 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="9" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="9" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el9" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:LOGO="fedora-logo-icon" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-20T07:41:52.739 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-20T07:41:52.740 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-20T07:41:52.740 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-03-20T07:41:52.757 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-20T07:41:52.766 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-20T07:41:52.798 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-20T07:41:52.798 DEBUG:teuthology.orchestra.run.smithi057:> test '!' -e /home/ubuntu/cephtest 2024-03-20T07:41:52.800 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2024-03-20T07:41:52.802 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-03-20T07:41:52.818 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-20T07:41:52.823 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-20T07:41:52.823 DEBUG:teuthology.orchestra.run.smithi057:> test -z $(ls -A /var/lib/ceph) 2024-03-20T07:41:52.858 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2024-03-20T07:41:52.861 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-03-20T07:41:52.902 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-20T07:41:52.965 INFO:teuthology.run_tasks:Running task kernel... 2024-03-20T07:41:52.981 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-20T07:41:52.981 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-20T07:41:52.981 DEBUG:teuthology.orchestra.run.smithi057:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T07:41:52.982 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T07:41:52.982 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T07:41:52.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:41:52.999 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-03-20T07:41:53.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:41:53.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:41:53.000 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2024-03-20T07:41:53.001 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-03-20T07:41:53.055 INFO:teuthology.orchestra.run.smithi078.stdout:5.14.0-361.el9.x86_64 2024-03-20T07:41:53.056 INFO:teuthology.task.kernel:Running kernel on smithi078: 5.14.0-361.el9.x86_64 2024-03-20T07:41:53.056 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum install -y kernel 2024-03-20T07:41:53.057 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-361.el9.x86_64 2024-03-20T07:41:53.057 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.14.0-361.el9.x86_64 2024-03-20T07:41:53.057 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2024-03-20T07:41:53.059 INFO:teuthology.orchestra.run.smithi057.stdout:5.14.0-361.el9.x86_64 2024-03-20T07:41:53.059 INFO:teuthology.task.kernel:Running kernel on smithi057: 5.14.0-361.el9.x86_64 2024-03-20T07:41:53.059 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum install -y kernel 2024-03-20T07:41:55.406 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-03-20T07:41:55.451 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS-9 - AppStream 8.7 MB/s | 6.7 MB 00:00 2024-03-20T07:41:55.721 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS-9 - AppStream 6.8 MB/s | 6.7 MB 00:00 2024-03-20T07:41:56.940 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS-9 - BaseOS 4.6 MB/s | 2.0 MB 00:00 2024-03-20T07:41:57.118 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS-9 - BaseOS 3.9 MB/s | 2.0 MB 00:00 2024-03-20T07:41:57.404 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS-9 - BaseOS 3.5 MB/s | 2.0 MB 00:00 2024-03-20T07:41:58.392 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - BaseOS 8.7 MB/s | 8.0 MB 00:00 2024-03-20T07:41:58.920 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - BaseOS 6.8 MB/s | 8.0 MB 00:01 2024-03-20T07:41:59.563 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.0 MB 00:02 2024-03-20T07:42:01.734 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - AppStream 8.3 MB/s | 19 MB 00:02 2024-03-20T07:42:03.681 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-03-20T07:42:05.902 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.1 MB 00:00 2024-03-20T07:42:07.386 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 16 kB 00:00 2024-03-20T07:42:07.962 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - AppStream 2.4 MB/s | 19 MB 00:08 2024-03-20T07:42:08.389 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 6.1 MB 00:01 2024-03-20T07:42:08.479 INFO:teuthology.orchestra.run.smithi057.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-03-20T07:42:10.048 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-03-20T07:42:12.502 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 21 MB 00:02 2024-03-20T07:42:13.138 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.1 MB 00:01 2024-03-20T07:42:13.645 INFO:teuthology.orchestra.run.smithi057.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-03-20T07:42:14.722 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-03-20T07:42:15.835 INFO:teuthology.orchestra.run.smithi057.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-20T07:42:15.836 INFO:teuthology.orchestra.run.smithi057.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-20T07:42:15.935 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout: Package Architecture Version Repository Size 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:42:15.939 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:42:15.940 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:42:15.940 INFO:teuthology.orchestra.run.smithi057.stdout:Install 4 Packages 2024-03-20T07:42:15.940 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:42:15.940 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 76 M 2024-03-20T07:42:15.940 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 123 M 2024-03-20T07:42:15.940 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:42:16.472 INFO:teuthology.orchestra.run.smithi057.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 126 kB/s | 44 kB 00:00 2024-03-20T07:42:16.642 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-03-20T07:42:17.415 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-03-20T07:42:18.563 INFO:teuthology.orchestra.run.smithi057.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 6.1 MB/s | 15 MB 00:02 2024-03-20T07:42:19.222 INFO:teuthology.orchestra.run.smithi057.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 10 MB/s | 27 MB 00:02 2024-03-20T07:42:19.480 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-20T07:42:19.480 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-20T07:42:19.574 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:42:19.581 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:42:19.582 INFO:teuthology.orchestra.run.smithi107.stdout:Install 4 Packages 2024-03-20T07:42:19.582 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:42:19.582 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 76 M 2024-03-20T07:42:19.582 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 123 M 2024-03-20T07:42:19.582 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:42:19.672 INFO:teuthology.orchestra.run.smithi057.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 9.4 MB/s | 33 MB 00:03 2024-03-20T07:42:19.675 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:42:19.675 INFO:teuthology.orchestra.run.smithi057.stdout:Total 20 MB/s | 76 MB 00:03 2024-03-20T07:42:20.091 INFO:teuthology.orchestra.run.smithi107.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 293 kB/s | 44 kB 00:00 2024-03-20T07:42:20.374 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:42:20.832 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:42:20.832 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:42:21.549 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-03-20T07:42:21.878 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:42:21.878 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:42:23.049 INFO:teuthology.orchestra.run.smithi107.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 4.8 MB/s | 15 MB 00:03 2024-03-20T07:42:23.655 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-20T07:42:23.655 INFO:teuthology.orchestra.run.smithi078.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-20T07:42:23.796 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:42:23.804 INFO:teuthology.orchestra.run.smithi078.stdout:Install 4 Packages 2024-03-20T07:42:23.805 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:42:23.805 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 76 M 2024-03-20T07:42:23.805 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 123 M 2024-03-20T07:42:23.805 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:42:24.025 INFO:teuthology.orchestra.run.smithi078.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 284 kB/s | 44 kB 00:00 2024-03-20T07:42:24.283 INFO:teuthology.orchestra.run.smithi107.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 6.6 MB/s | 27 MB 00:04 2024-03-20T07:42:24.491 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:42:25.100 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-20T07:42:25.189 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:42:25.450 INFO:teuthology.orchestra.run.smithi078.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 9.4 MB/s | 15 MB 00:01 2024-03-20T07:42:25.833 INFO:teuthology.orchestra.run.smithi107.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 5.7 MB/s | 33 MB 00:05 2024-03-20T07:42:25.833 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:42:25.833 INFO:teuthology.orchestra.run.smithi107.stdout:Total 12 MB/s | 76 MB 00:06 2024-03-20T07:42:26.501 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:42:26.872 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:42:26.872 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:42:27.911 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:42:27.911 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:42:28.078 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:42:28.216 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:42:30.371 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:42:31.035 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-20T07:42:31.133 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:42:33.294 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:42:33.341 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:42:33.895 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:42:34.059 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:42:38.440 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:42:38.757 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:42:38.867 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:42:42.332 INFO:teuthology.orchestra.run.smithi078.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 1.8 MB/s | 33 MB 00:18 2024-03-20T07:42:43.636 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:42:55.539 INFO:teuthology.orchestra.run.smithi078.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 892 kB/s | 27 MB 00:31 2024-03-20T07:42:55.540 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:42:55.540 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.4 MB/s | 76 MB 00:31 2024-03-20T07:42:56.201 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:42:56.563 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:42:56.563 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:42:57.570 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:42:57.570 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:43:00.056 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:43:00.727 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-20T07:43:00.817 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:43:03.572 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:43:03.710 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:43:08.393 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:43:08.495 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:09.106 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:09.106 INFO:teuthology.orchestra.run.smithi057.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-20T07:43:09.106 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:43:09.152 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:09.488 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:09.488 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-20T07:43:09.488 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:43:09.489 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:43:09.902 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:09.902 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:43:09.902 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:43:09.902 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:09.902 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-20T07:43:09.903 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-20T07:43:09.903 INFO:teuthology.orchestra.run.smithi057.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-20T07:43:09.903 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:43:09.903 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:43:10.242 DEBUG:teuthology.orchestra.run.smithi057:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T07:43:10.343 INFO:teuthology.orchestra.run.smithi057.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:10.343 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T07:43:10.343 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-20T07:43:10.343 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T07:43:10.344 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T07:43:10.344 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-20T07:43:10.344 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi057.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T07:43:10.344 DEBUG:teuthology.orchestra.run.smithi057:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T07:43:10.427 INFO:teuthology.orchestra.run.smithi057.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:10.427 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T07:43:10.427 DEBUG:teuthology.orchestra.run.smithi057:> sudo rpm -qi grub2-tools 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Name : grub2-tools 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Epoch : 1 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Version : 2.06 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Release : 68.el9 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: x86_64 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Group : Unspecified 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Size : 8264254 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:License : GPLv3+ 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-20T07:43:10.473 INFO:teuthology.orchestra.run.smithi057.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:Packager : builder@centos.org 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:Vendor : CentOS 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:Summary : Support tools for GRUB. 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:Description : 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:hardware devices. 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:43:10.474 INFO:teuthology.orchestra.run.smithi057.stdout:This subpackage provides tools for support of all platforms. 2024-03-20T07:43:10.475 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-20T07:43:10.475 INFO:teuthology.task.kernel:Updating grub on smithi057 to boot 5.14.0-430.el9.x86_64 2024-03-20T07:43:10.476 DEBUG:teuthology.orchestra.run.smithi057:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-20T07:43:11.069 INFO:teuthology.orchestra.run.smithi057.stderr:Generating grub configuration file ... 2024-03-20T07:43:12.460 INFO:teuthology.orchestra.run.smithi057.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-20T07:43:12.491 INFO:teuthology.orchestra.run.smithi057.stderr:done 2024-03-20T07:43:12.493 DEBUG:teuthology.orchestra.run.smithi057:> mktemp 2024-03-20T07:43:12.508 INFO:teuthology.orchestra.run.smithi057.stdout:/tmp/tmp.eXaV7FLWyA 2024-03-20T07:43:12.508 DEBUG:teuthology.orchestra.run.smithi057:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.eXaV7FLWyA 2024-03-20T07:43:12.580 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 0666 /tmp/tmp.eXaV7FLWyA 2024-03-20T07:43:12.716 DEBUG:teuthology.orchestra.remote:smithi057:/tmp/tmp.eXaV7FLWyA is 6KB 2024-03-20T07:43:12.765 DEBUG:teuthology.orchestra.run.smithi057:> rm -fr /tmp/tmp.eXaV7FLWyA 2024-03-20T07:43:12.780 DEBUG:teuthology.orchestra.run.smithi057:> sudo /bin/ls /boot/loader/entries || true 2024-03-20T07:43:12.848 INFO:teuthology.orchestra.run.smithi057.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-20T07:43:12.848 INFO:teuthology.orchestra.run.smithi057.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-20T07:43:12.848 INFO:teuthology.orchestra.run.smithi057.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-20T07:43:12.848 INFO:teuthology.orchestra.run.smithi057.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-20T07:43:12.850 DEBUG:teuthology.orchestra.run.smithi057:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-20T07:43:12.978 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:12.978 INFO:teuthology.orchestra.run.smithi107.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-20T07:43:12.978 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:43:12.987 DEBUG:teuthology.orchestra.run.smithi057:> sudo shutdown -r now 2024-03-20T07:43:13.022 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:13.218 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:13.354 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:13.354 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-20T07:43:13.354 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:43:13.354 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:43:13.802 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:43:14.137 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T07:43:14.254 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:14.254 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T07:43:14.255 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-20T07:43:14.255 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T07:43:14.255 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T07:43:14.255 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-20T07:43:14.255 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T07:43:14.255 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T07:43:14.334 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:14.334 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T07:43:14.335 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2024-03-20T07:43:14.374 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2024-03-20T07:43:14.374 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2024-03-20T07:43:14.374 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.06 2024-03-20T07:43:14.374 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 68.el9 2024-03-20T07:43:14.374 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2024-03-20T07:43:14.374 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Group : Unspecified 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 8264254 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : builder@centos.org 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-20T07:43:14.375 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-20T07:43:14.376 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-20T07:43:14.376 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2024-03-20T07:43:14.376 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:43:14.376 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2024-03-20T07:43:14.377 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-20T07:43:14.377 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 5.14.0-430.el9.x86_64 2024-03-20T07:43:14.377 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-20T07:43:14.979 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-03-20T07:43:16.371 INFO:teuthology.orchestra.run.smithi107.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-20T07:43:16.390 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-03-20T07:43:16.393 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-03-20T07:43:16.408 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.W6bTPVCKGx 2024-03-20T07:43:16.408 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.W6bTPVCKGx 2024-03-20T07:43:16.477 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.W6bTPVCKGx 2024-03-20T07:43:16.619 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.W6bTPVCKGx is 6KB 2024-03-20T07:43:16.667 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.W6bTPVCKGx 2024-03-20T07:43:16.681 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2024-03-20T07:43:16.746 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-20T07:43:16.746 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-20T07:43:16.746 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-20T07:43:16.746 INFO:teuthology.orchestra.run.smithi107.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-20T07:43:16.747 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-20T07:43:16.890 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-03-20T07:43:42.411 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:42.411 INFO:teuthology.orchestra.run.smithi078.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-20T07:43:42.411 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:43:42.455 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:42.855 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:42.856 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-20T07:43:42.856 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T07:43:42.856 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T07:43:42.990 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-20T07:43:42.990 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:43:42.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:43:43.256 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T07:43:43.256 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:43:43.256 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:43:43.256 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:43.256 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-20T07:43:43.257 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-20T07:43:43.257 INFO:teuthology.orchestra.run.smithi078.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-20T07:43:43.257 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:43:43.257 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:43:43.594 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T07:43:43.709 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:43.709 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T07:43:43.709 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-430.el9.x86_64 2024-03-20T07:43:43.710 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T07:43:43.710 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T07:43:43.710 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-20T07:43:43.710 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T07:43:43.710 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T07:43:43.790 INFO:teuthology.orchestra.run.smithi078.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T07:43:43.790 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T07:43:43.790 DEBUG:teuthology.orchestra.run.smithi078:> sudo rpm -qi grub2-tools 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Name : grub2-tools 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Epoch : 1 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Version : 2.06 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Release : 68.el9 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: x86_64 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Group : Unspecified 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:Size : 8264254 2024-03-20T07:43:43.831 INFO:teuthology.orchestra.run.smithi078.stdout:License : GPLv3+ 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Packager : builder@centos.org 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Vendor : CentOS 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Summary : Support tools for GRUB. 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:Description : 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout:hardware devices. 2024-03-20T07:43:43.832 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:43:43.833 INFO:teuthology.orchestra.run.smithi078.stdout:This subpackage provides tools for support of all platforms. 2024-03-20T07:43:43.834 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-20T07:43:43.834 INFO:teuthology.task.kernel:Updating grub on smithi078 to boot 5.14.0-430.el9.x86_64 2024-03-20T07:43:43.834 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-20T07:43:44.473 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2024-03-20T07:43:45.849 INFO:teuthology.orchestra.run.smithi078.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-20T07:43:45.886 INFO:teuthology.orchestra.run.smithi078.stderr:done 2024-03-20T07:43:45.888 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2024-03-20T07:43:45.903 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.M0t8BtGLJ4 2024-03-20T07:43:45.903 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.M0t8BtGLJ4 2024-03-20T07:43:45.972 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.M0t8BtGLJ4 2024-03-20T07:43:46.109 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.M0t8BtGLJ4 is 6KB 2024-03-20T07:43:46.158 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.M0t8BtGLJ4 2024-03-20T07:43:46.172 DEBUG:teuthology.orchestra.run.smithi078:> sudo /bin/ls /boot/loader/entries || true 2024-03-20T07:43:46.236 INFO:teuthology.orchestra.run.smithi078.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-20T07:43:46.236 INFO:teuthology.orchestra.run.smithi078.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-20T07:43:46.237 INFO:teuthology.orchestra.run.smithi078.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-20T07:43:46.237 INFO:teuthology.orchestra.run.smithi078.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-20T07:43:46.238 DEBUG:teuthology.orchestra.run.smithi078:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-20T07:43:46.396 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2024-03-20T07:43:46.893 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-20T07:43:46.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:43:46.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:01.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2024-03-20T07:44:05.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-03-20T07:44:10.317 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:44:10.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:13.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2024-03-20T07:44:14.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:44:14.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:16.401 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-20T07:44:16.401 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:44:16.402 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:17.474 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-03-20T07:44:25.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:44:25.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:29.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:44:29.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:34.846 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-03-20T07:44:43.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:44:43.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:44:46.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-03-20T07:44:47.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-03-20T07:44:58.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:44:58.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:45:02.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:45:02.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:45:03.473 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-03-20T07:45:03.988 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:45:03.988 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-430.el9.x86_64"... 2024-03-20T07:45:03.988 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-03-20T07:45:04.002 INFO:teuthology.orchestra.run.smithi107.stdout:5.14.0-430.el9.x86_64 2024-03-20T07:45:04.002 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-20T07:45:04.002 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T07:45:04.002 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-20T07:45:05.003 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-20T07:45:05.003 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T07:45:05.084 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-03-20T07:45:05.119 DEBUG:teuthology.parallel:result is None 2024-03-20T07:45:17.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-03-20T07:45:25.386 DEBUG:teuthology.orchestra.remote:timed out 2024-03-20T07:45:32.343 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:45:32.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:45:32.767 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-03-20T07:45:33.207 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:45:33.208 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-20T07:45:33.208 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-03-20T07:45:33.222 INFO:teuthology.orchestra.run.smithi078.stdout:5.14.0-430.el9.x86_64 2024-03-20T07:45:33.223 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-20T07:45:33.223 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T07:45:33.223 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-20T07:45:34.224 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-20T07:45:34.224 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T07:45:34.318 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2024-03-20T07:45:34.378 DEBUG:teuthology.parallel:result is None 2024-03-20T07:45:40.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:45:40.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:45:40.690 DEBUG:teuthology.orchestra.run.smithi057:> true 2024-03-20T07:45:41.119 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:45:41.119 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-20T07:45:41.119 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2024-03-20T07:45:41.134 INFO:teuthology.orchestra.run.smithi057.stdout:5.14.0-430.el9.x86_64 2024-03-20T07:45:41.135 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-430.el9.x86_64 vs 5.14.0-430.el9.x86_64 2024-03-20T07:45:41.135 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T07:45:41.135 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-20T07:45:42.136 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-20T07:45:42.136 DEBUG:teuthology.orchestra.run.smithi057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T07:45:42.200 INFO:teuthology.orchestra.run.smithi057.stdout:ttyS1 2024-03-20T07:45:42.239 DEBUG:teuthology.parallel:result is None 2024-03-20T07:45:42.240 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-20T07:45:42.248 INFO:teuthology.task.internal:Creating test directory... 2024-03-20T07:45:42.248 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T07:45:42.251 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T07:45:42.253 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T07:45:42.273 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-20T07:45:42.304 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-20T07:45:42.343 INFO:teuthology.task.internal:Creating archive directory... 2024-03-20T07:45:42.343 DEBUG:teuthology.orchestra.run.smithi057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T07:45:42.346 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T07:45:42.348 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T07:45:42.450 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-20T07:45:42.457 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-20T07:45:42.458 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:45:42.460 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:45:42.462 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-20T07:45:42.494 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T07:45:42.495 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T07:45:42.508 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T07:45:42.509 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T07:45:42.525 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T07:45:42.540 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T07:45:42.542 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-20T07:45:42.549 INFO:teuthology.task.internal:Configuring sudo... 2024-03-20T07:45:42.549 DEBUG:teuthology.orchestra.run.smithi057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T07:45:42.553 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T07:45:42.555 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T07:45:42.585 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-20T07:45:42.595 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-20T07:45:42.596 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T07:45:42.624 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T07:45:42.626 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T07:45:42.642 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T07:45:42.723 DEBUG:teuthology.orchestra.run.smithi057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T07:45:42.776 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T07:45:42.862 DEBUG:teuthology.orchestra.run.smithi057:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T07:45:42.902 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:45:42.902 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T07:45:42.971 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T07:45:43.015 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T07:45:43.067 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T07:45:43.151 DEBUG:teuthology.orchestra.run.smithi078:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T07:45:43.196 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:45:43.196 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T07:45:43.264 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T07:45:43.309 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T07:45:43.368 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T07:45:43.453 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T07:45:43.495 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:45:43.495 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T07:45:43.564 DEBUG:teuthology.orchestra.run.smithi057:> sudo service rsyslog restart 2024-03-20T07:45:43.566 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2024-03-20T07:45:43.569 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-03-20T07:45:43.611 INFO:teuthology.orchestra.run.smithi057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T07:45:43.615 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T07:45:43.667 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T07:45:44.128 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-20T07:45:44.137 INFO:teuthology.task.internal:Starting timer... 2024-03-20T07:45:44.137 INFO:teuthology.run_tasks:Running task pcp... 2024-03-20T07:45:44.180 INFO:teuthology.run_tasks:Running task selinux... 2024-03-20T07:45:44.220 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-20T07:45:44.221 DEBUG:teuthology.orchestra.run.smithi057:> sudo service auditd rotate 2024-03-20T07:45:44.285 INFO:teuthology.orchestra.run.smithi057.stdout:Rotating logs: 2024-03-20T07:45:44.287 DEBUG:teuthology.orchestra.run.smithi078:> sudo service auditd rotate 2024-03-20T07:45:44.344 INFO:teuthology.orchestra.run.smithi078.stdout:Rotating logs: 2024-03-20T07:45:44.346 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2024-03-20T07:45:44.406 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2024-03-20T07:45:44.408 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-20T07:45:44.408 DEBUG:teuthology.orchestra.run.smithi057:> /usr/sbin/getenforce 2024-03-20T07:45:44.433 INFO:teuthology.orchestra.run.smithi057.stdout:Permissive 2024-03-20T07:45:44.433 DEBUG:teuthology.orchestra.run.smithi078:> /usr/sbin/getenforce 2024-03-20T07:45:44.462 INFO:teuthology.orchestra.run.smithi078.stdout:Permissive 2024-03-20T07:45:44.462 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2024-03-20T07:45:44.492 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2024-03-20T07:45:44.492 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi057.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi078.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi107.front.sepia.ceph.com': 'permissive'} 2024-03-20T07:45:44.492 DEBUG:teuthology.orchestra.run.smithi057:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-20T07:45:44.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:45:44.521 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-20T07:45:44.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:45:44.554 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-20T07:45:44.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:45:44.584 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-20T07:45:44.584 DEBUG:teuthology.orchestra.run.smithi057:> sudo /usr/sbin/setenforce permissive 2024-03-20T07:45:44.618 DEBUG:teuthology.orchestra.run.smithi078:> sudo /usr/sbin/setenforce permissive 2024-03-20T07:45:44.655 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2024-03-20T07:45:44.694 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-20T07:45:44.704 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-20T07:45:44.721 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-03-20T07:45:44.722 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi057.front.sepia.ceph.com,smithi078.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-20T07:50:10.259 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi057.front.sepia.ceph.com'), Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com')] 2024-03-20T07:50:10.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:50:10.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:50:10.355 DEBUG:teuthology.orchestra.run.smithi057:> true 2024-03-20T07:50:10.435 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-03-20T07:50:10.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:50:10.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:50:10.542 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-03-20T07:50:10.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-03-20T07:50:10.621 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:50:10.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T07:50:10.725 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-03-20T07:50:10.800 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-03-20T07:50:10.801 INFO:teuthology.run_tasks:Running task clock... 2024-03-20T07:50:10.812 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-20T07:50:10.812 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T07:50:10.813 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:50:10.815 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T07:50:10.816 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:50:10.818 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T07:50:10.818 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T07:50:10.847 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-20T07:50:10.848 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-20T07:50:10.863 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-20T07:50:10.866 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-20T07:50:10.870 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-20T07:50:10.887 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-20T07:50:10.892 INFO:teuthology.orchestra.run.smithi078.stderr:sudo: ntpd: command not found 2024-03-20T07:50:10.897 INFO:teuthology.orchestra.run.smithi057.stderr:sudo: ntpd: command not found 2024-03-20T07:50:10.905 INFO:teuthology.orchestra.run.smithi078.stdout:506 Cannot talk to daemon 2024-03-20T07:50:10.911 INFO:teuthology.orchestra.run.smithi057.stdout:506 Cannot talk to daemon 2024-03-20T07:50:10.916 INFO:teuthology.orchestra.run.smithi107.stderr:sudo: ntpd: command not found 2024-03-20T07:50:10.922 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-20T07:50:10.928 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-20T07:50:10.929 INFO:teuthology.orchestra.run.smithi107.stdout:506 Cannot talk to daemon 2024-03-20T07:50:10.938 INFO:teuthology.orchestra.run.smithi078.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-20T07:50:10.945 INFO:teuthology.orchestra.run.smithi057.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-20T07:50:10.946 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-20T07:50:10.962 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-20T07:50:10.995 INFO:teuthology.orchestra.run.smithi078.stderr:bash: line 1: ntpq: command not found 2024-03-20T07:50:10.999 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T07:50:10.999 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2024-03-20T07:50:10.999 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:10.999 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:10.999 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:10.999 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.011 INFO:teuthology.orchestra.run.smithi057.stderr:bash: line 1: ntpq: command not found 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi057.stdout:=============================================================================== 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.015 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-03-20T07:50:11.018 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T07:50:11.018 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-03-20T07:50:11.018 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.018 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.018 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.018 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:50:11.019 INFO:teuthology.run_tasks:Running task install... 2024-03-20T07:50:11.027 DEBUG:teuthology.task.install:project ceph 2024-03-20T07:50:11.027 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e7e80a6ac9849f0f23432d0d9832f096730308ae'}} 2024-03-20T07:50:11.027 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e7e80a6ac9849f0f23432d0d9832f096730308ae'} 2024-03-20T07:50:11.027 INFO:teuthology.task.install:Using flavor: default 2024-03-20T07:50:11.033 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-03-20T07:50:11.033 INFO:teuthology.task.install:extra packages: [] 2024-03-20T07:50:11.034 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': 'e7e80a6ac9849f0f23432d0d9832f096730308ae', 'tag': None, 'wait_for_package': False} 2024-03-20T07:50:11.034 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:50:11.036 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': 'e7e80a6ac9849f0f23432d0d9832f096730308ae', 'tag': None, 'wait_for_package': False} 2024-03-20T07:50:11.037 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:50:11.037 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': 'e7e80a6ac9849f0f23432d0d9832f096730308ae', 'tag': None, 'wait_for_package': False} 2024-03-20T07:50:11.038 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:50:11.183 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/ 2024-03-20T07:50:11.183 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2153.ge7e80a6a 2024-03-20T07:50:11.188 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/ 2024-03-20T07:50:11.188 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2153.ge7e80a6a 2024-03-20T07:50:11.252 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/ 2024-03-20T07:50:11.252 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2153.ge7e80a6a 2024-03-20T07:50:11.299 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-20T07:50:11.299 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:50:11.299 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-20T07:50:11.328 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-03-20T07:50:11.329 DEBUG:teuthology.orchestra.run.smithi107:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e7e80a6ac9849f0f23432d0d9832f096730308ae/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-20T07:50:11.352 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-20T07:50:11.352 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:50:11.352 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-20T07:50:11.362 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-20T07:50:11.362 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:50:11.362 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-20T07:50:11.381 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-03-20T07:50:11.381 DEBUG:teuthology.orchestra.run.smithi078:> 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/e7e80a6ac9849f0f23432d0d9832f096730308ae/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-20T07:50:11.391 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-03-20T07:50:11.392 DEBUG:teuthology.orchestra.run.smithi057:> 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/e7e80a6ac9849f0f23432d0d9832f096730308ae/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-20T07:50:11.396 DEBUG:teuthology.orchestra.run.smithi107:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-03-20T07:50:11.448 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:50:11.461 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:50:11.476 DEBUG:teuthology.orchestra.run.smithi107:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-03-20T07:50:11.528 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:50:11.542 INFO:teuthology.orchestra.run.smithi107.stdout:check_obsoletes = 1 2024-03-20T07:50:11.543 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:50:11.544 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum clean all 2024-03-20T07:50:11.597 INFO:teuthology.orchestra.run.smithi078.stdout:check_obsoletes = 1 2024-03-20T07:50:11.598 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum clean all 2024-03-20T07:50:11.611 INFO:teuthology.orchestra.run.smithi057.stdout:check_obsoletes = 1 2024-03-20T07:50:11.613 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum clean all 2024-03-20T07:50:11.782 INFO:teuthology.orchestra.run.smithi107.stdout:74 files removed 2024-03-20T07:50:11.813 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-radosgw 2024-03-20T07:50:11.835 INFO:teuthology.orchestra.run.smithi078.stdout:74 files removed 2024-03-20T07:50:11.862 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-radosgw 2024-03-20T07:50:11.865 INFO:teuthology.orchestra.run.smithi057.stdout:74 files removed 2024-03-20T07:50:11.893 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-radosgw 2024-03-20T07:50:12.520 INFO:teuthology.orchestra.run.smithi107.stdout:ceph packages for x86_64 205 kB/s | 83 kB 00:00 2024-03-20T07:50:12.595 INFO:teuthology.orchestra.run.smithi057.stdout:ceph packages for x86_64 210 kB/s | 83 kB 00:00 2024-03-20T07:50:12.650 INFO:teuthology.orchestra.run.smithi078.stdout:ceph packages for x86_64 170 kB/s | 83 kB 00:00 2024-03-20T07:50:12.945 INFO:teuthology.orchestra.run.smithi107.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-03-20T07:50:13.017 INFO:teuthology.orchestra.run.smithi078.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-03-20T07:50:13.027 INFO:teuthology.orchestra.run.smithi057.stdout:ceph noarch packages 26 kB/s | 10 kB 00:00 2024-03-20T07:50:13.446 INFO:teuthology.orchestra.run.smithi107.stdout:ceph source packages 4.1 kB/s | 1.9 kB 00:00 2024-03-20T07:50:13.478 INFO:teuthology.orchestra.run.smithi057.stdout:ceph source packages 4.6 kB/s | 1.9 kB 00:00 2024-03-20T07:50:13.551 INFO:teuthology.orchestra.run.smithi078.stdout:ceph source packages 3.8 kB/s | 1.9 kB 00:00 2024-03-20T07:50:13.962 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS-9 - AppStream 18 MB/s | 6.7 MB 00:00 2024-03-20T07:50:14.265 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS-9 - AppStream 8.6 MB/s | 6.7 MB 00:00 2024-03-20T07:50:14.288 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS-9 - AppStream 8.7 MB/s | 6.7 MB 00:00 2024-03-20T07:50:15.362 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-03-20T07:50:15.782 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS-9 - BaseOS 5.1 MB/s | 2.0 MB 00:00 2024-03-20T07:50:15.864 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS-9 - BaseOS 5.4 MB/s | 2.0 MB 00:00 2024-03-20T07:50:16.144 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - BaseOS 18 MB/s | 8.0 MB 00:00 2024-03-20T07:50:16.738 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-03-20T07:50:18.354 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-03-20T07:50:18.950 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-03-20T07:50:19.056 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - BaseOS 2.7 MB/s | 8.0 MB 00:02 2024-03-20T07:50:22.246 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.1 MB 00:00 2024-03-20T07:50:23.340 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.1 MB 00:00 2024-03-20T07:50:23.814 INFO:teuthology.orchestra.run.smithi078.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-03-20T07:50:24.934 INFO:teuthology.orchestra.run.smithi057.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-03-20T07:50:26.034 INFO:teuthology.orchestra.run.smithi057.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-03-20T07:50:31.201 INFO:teuthology.orchestra.run.smithi057.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-03-20T07:50:33.718 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:50:33.729 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-radosgw x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 9.9 M 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout:Upgrading: 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: librados2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.4 M 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: librbd1 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.1 M 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: boost-program-options 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-base x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 5.3 M 2024-03-20T07:50:33.730 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-common x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 21 M 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-selinux x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 25 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: libcephfs2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 746 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: libradosstriper1 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 502 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: librgw2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 5.1 M 2024-03-20T07:50:33.731 INFO:teuthology.orchestra.run.smithi057.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-argparse 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 45 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-common x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 131 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cephfs x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 162 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rados x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 320 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rbd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 298 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rgw x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 99 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-20T07:50:33.732 INFO:teuthology.orchestra.run.smithi057.stdout:Installing weak dependencies: 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout:Install 30 Packages 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout:Upgrade 2 Packages 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:50:33.733 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 59 M 2024-03-20T07:50:33.734 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:50:35.194 INFO:teuthology.orchestra.run.smithi057.stdout:(1/32): ceph-base-19.0.0-2153.ge7e80a6a.el9.x86 6.5 MB/s | 5.3 MB 00:00 2024-03-20T07:50:35.261 INFO:teuthology.orchestra.run.smithi057.stdout:(2/32): ceph-selinux-19.0.0-2153.ge7e80a6a.el9. 377 kB/s | 25 kB 00:00 2024-03-20T07:50:35.378 INFO:teuthology.orchestra.run.smithi057.stdout:(3/32): libcephfs2-19.0.0-2153.ge7e80a6a.el9.x8 6.3 MB/s | 746 kB 00:00 2024-03-20T07:50:35.487 INFO:teuthology.orchestra.run.smithi057.stdout:(4/32): libradosstriper1-19.0.0-2153.ge7e80a6a. 4.5 MB/s | 502 kB 00:00 2024-03-20T07:50:36.097 INFO:teuthology.orchestra.run.smithi057.stdout:(5/32): librgw2-19.0.0-2153.ge7e80a6a.el9.x86_6 8.5 MB/s | 5.1 MB 00:00 2024-03-20T07:50:36.234 INFO:teuthology.orchestra.run.smithi057.stdout:(6/32): ceph-radosgw-19.0.0-2153.ge7e80a6a.el9. 5.3 MB/s | 9.9 MB 00:01 2024-03-20T07:50:36.254 INFO:teuthology.orchestra.run.smithi057.stdout:(7/32): python3-ceph-argparse-19.0.0-2153.ge7e8 284 kB/s | 45 kB 00:00 2024-03-20T07:50:36.471 INFO:teuthology.orchestra.run.smithi057.stdout:(8/32): ceph-common-19.0.0-2153.ge7e80a6a.el9.x 9.8 MB/s | 21 MB 00:02 2024-03-20T07:50:36.488 INFO:teuthology.orchestra.run.smithi057.stdout:(9/32): python3-ceph-common-19.0.0-2153.ge7e80a 517 kB/s | 131 kB 00:00 2024-03-20T07:50:36.513 INFO:teuthology.orchestra.run.smithi057.stdout:(10/32): python3-cephfs-19.0.0-2153.ge7e80a6a.e 626 kB/s | 162 kB 00:00 2024-03-20T07:50:36.539 INFO:teuthology.orchestra.run.smithi057.stdout:(11/32): python3-rados-19.0.0-2153.ge7e80a6a.el 4.7 MB/s | 320 kB 00:00 2024-03-20T07:50:36.564 INFO:teuthology.orchestra.run.smithi057.stdout:(12/32): python3-rbd-19.0.0-2153.ge7e80a6a.el9. 3.9 MB/s | 298 kB 00:00 2024-03-20T07:50:36.614 INFO:teuthology.orchestra.run.smithi057.stdout:(13/32): python3-rgw-19.0.0-2153.ge7e80a6a.el9. 987 kB/s | 99 kB 00:00 2024-03-20T07:50:36.681 INFO:teuthology.orchestra.run.smithi057.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 745 kB/s | 106 kB 00:00 2024-03-20T07:50:36.698 INFO:teuthology.orchestra.run.smithi057.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 770 kB/s | 44 kB 00:00 2024-03-20T07:50:36.748 INFO:teuthology.orchestra.run.smithi057.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-20T07:50:36.807 INFO:teuthology.orchestra.run.smithi057.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.1 MB/s | 661 kB 00:00 2024-03-20T07:50:36.832 INFO:teuthology.orchestra.run.smithi057.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 282 kB 00:00 2024-03-20T07:50:36.858 INFO:teuthology.orchestra.run.smithi057.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 378 kB/s | 41 kB 00:00 2024-03-20T07:50:37.124 INFO:teuthology.orchestra.run.smithi057.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 131 kB/s | 35 kB 00:00 2024-03-20T07:50:37.225 INFO:teuthology.orchestra.run.smithi057.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 121 kB/s | 44 kB 00:00 2024-03-20T07:50:37.392 INFO:teuthology.orchestra.run.smithi057.stdout:(22/32): qatlib-23.11.0-1.el9.x86_64.rpm 371 kB/s | 216 kB 00:00 2024-03-20T07:50:37.559 INFO:teuthology.orchestra.run.smithi057.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 711 kB/s | 309 kB 00:00 2024-03-20T07:50:37.643 INFO:teuthology.orchestra.run.smithi057.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 582 kB/s | 49 kB 00:00 2024-03-20T07:50:37.684 INFO:teuthology.orchestra.run.smithi057.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 89 kB/s | 26 kB 00:00 2024-03-20T07:50:37.726 INFO:teuthology.orchestra.run.smithi057.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 809 kB/s | 67 kB 00:00 2024-03-20T07:50:37.827 INFO:teuthology.orchestra.run.smithi057.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-03-20T07:50:37.919 INFO:teuthology.orchestra.run.smithi057.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.4 MB/s | 4.4 MB 00:00 2024-03-20T07:50:38.052 INFO:teuthology.orchestra.run.smithi057.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2024-03-20T07:50:38.094 INFO:teuthology.orchestra.run.smithi057.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.9 MB/s | 1.6 MB 00:00 2024-03-20T07:50:38.344 INFO:teuthology.orchestra.run.smithi057.stdout:(31/32): librados2-19.0.0-2153.ge7e80a6a.el9.x8 8.0 MB/s | 3.4 MB 00:00 2024-03-20T07:50:38.503 INFO:teuthology.orchestra.run.smithi057.stdout:(32/32): librbd1-19.0.0-2153.ge7e80a6a.el9.x86_ 7.0 MB/s | 3.1 MB 00:00 2024-03-20T07:50:38.508 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:50:38.508 INFO:teuthology.orchestra.run.smithi057.stdout:Total 12 MB/s | 59 MB 00:04 2024-03-20T07:50:38.542 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:50:38.582 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:50:38.582 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:50:39.086 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:50:39.087 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:50:40.599 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:50:40.687 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-20T07:50:40.716 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-20T07:50:40.741 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-20T07:50:40.764 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T07:50:40.781 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T07:50:40.932 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T07:50:40.988 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T07:50:41.397 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-20T07:50:41.436 INFO:teuthology.orchestra.run.smithi057.stdout: Upgrading : librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:50:41.528 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:50:41.617 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 8/34 2024-03-20T07:50:41.645 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 9/34 2024-03-20T07:50:41.708 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 9/34 2024-03-20T07:50:41.737 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-20T07:50:41.781 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9. 11/34 2024-03-20T07:50:41.843 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 12/34 2024-03-20T07:50:41.847 INFO:teuthology.orchestra.run.smithi078.stdout:Extra Packages for Enterprise Linux 1.2 MB/s | 21 MB 00:17 2024-03-20T07:50:41.864 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 13/34 2024-03-20T07:50:41.927 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 13/34 2024-03-20T07:50:41.955 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-20T07:50:42.066 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-20T07:50:42.106 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-20T07:50:42.146 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-20T07:50:42.179 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-20T07:50:42.208 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-20T07:50:42.241 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-20T07:50:42.571 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-20T07:50:42.596 INFO:teuthology.orchestra.run.smithi057.stdout: Upgrading : librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 22/34 2024-03-20T07:50:42.686 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 22/34 2024-03-20T07:50:42.717 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 23/34 2024-03-20T07:50:42.754 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-20T07:50:43.136 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - AppStream 837 kB/s | 19 MB 00:23 2024-03-20T07:50:43.240 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-20T07:50:43.265 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 26/34 2024-03-20T07:50:43.336 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 26/34 2024-03-20T07:50:43.407 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 27/34 2024-03-20T07:50:43.434 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x8 28/34 2024-03-20T07:50:45.777 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:50:45.831 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:50:46.408 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:50:46.444 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 30/34 2024-03-20T07:50:46.518 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 30/34 2024-03-20T07:50:46.518 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-20T07:50:46.519 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-20T07:50:46.519 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:50:46.561 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:50:46.705 INFO:teuthology.orchestra.run.smithi078.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-03-20T07:50:47.029 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-03-20T07:50:48.629 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-03-20T07:50:49.134 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 9.9 M 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrading: 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout: librados2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.4 M 2024-03-20T07:50:49.154 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.1 M 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: boost-program-options 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 5.3 M 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 21 M 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 25 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 746 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-20T07:50:49.155 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 502 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 5.1 M 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 45 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 131 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 162 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 320 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 298 k 2024-03-20T07:50:49.156 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 99 k 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout:Installing weak dependencies: 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout:Install 30 Packages 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout:Upgrade 2 Packages 2024-03-20T07:50:49.157 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:50:49.158 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 59 M 2024-03-20T07:50:49.158 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:50:50.623 INFO:teuthology.orchestra.run.smithi078.stdout:(1/32): ceph-common-19.0.0-2153.ge7e80a6a.el9.x 16 MB/s | 21 MB 00:01 2024-03-20T07:50:50.673 INFO:teuthology.orchestra.run.smithi078.stdout:(2/32): ceph-selinux-19.0.0-2153.ge7e80a6a.el9. 506 kB/s | 25 kB 00:00 2024-03-20T07:50:50.757 INFO:teuthology.orchestra.run.smithi078.stdout:(3/32): libcephfs2-19.0.0-2153.ge7e80a6a.el9.x8 8.8 MB/s | 746 kB 00:00 2024-03-20T07:50:50.815 INFO:teuthology.orchestra.run.smithi078.stdout:(4/32): libradosstriper1-19.0.0-2153.ge7e80a6a. 8.4 MB/s | 502 kB 00:00 2024-03-20T07:50:51.016 INFO:teuthology.orchestra.run.smithi078.stdout:(5/32): ceph-base-19.0.0-2153.ge7e80a6a.el9.x86 3.3 MB/s | 5.3 MB 00:01 2024-03-20T07:50:51.091 INFO:teuthology.orchestra.run.smithi078.stdout:(6/32): python3-ceph-argparse-19.0.0-2153.ge7e8 604 kB/s | 45 kB 00:00 2024-03-20T07:50:51.174 INFO:teuthology.orchestra.run.smithi078.stdout:(7/32): librgw2-19.0.0-2153.ge7e80a6a.el9.x86_6 14 MB/s | 5.1 MB 00:00 2024-03-20T07:50:51.200 INFO:teuthology.orchestra.run.smithi078.stdout:(8/32): python3-ceph-common-19.0.0-2153.ge7e80a 1.2 MB/s | 131 kB 00:00 2024-03-20T07:50:51.225 INFO:teuthology.orchestra.run.smithi078.stdout:(9/32): python3-cephfs-19.0.0-2153.ge7e80a6a.el 3.2 MB/s | 162 kB 00:00 2024-03-20T07:50:51.267 INFO:teuthology.orchestra.run.smithi078.stdout:(10/32): python3-rados-19.0.0-2153.ge7e80a6a.el 4.7 MB/s | 320 kB 00:00 2024-03-20T07:50:51.292 INFO:teuthology.orchestra.run.smithi078.stdout:(11/32): python3-rbd-19.0.0-2153.ge7e80a6a.el9. 4.4 MB/s | 298 kB 00:00 2024-03-20T07:50:51.351 INFO:teuthology.orchestra.run.smithi078.stdout:(12/32): python3-rgw-19.0.0-2153.ge7e80a6a.el9. 1.2 MB/s | 99 kB 00:00 2024-03-20T07:50:51.385 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 7.8 MB/s | 21 MB 00:02 2024-03-20T07:50:51.409 INFO:teuthology.orchestra.run.smithi078.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 904 kB/s | 106 kB 00:00 2024-03-20T07:50:51.434 INFO:teuthology.orchestra.run.smithi078.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 159 kB 00:00 2024-03-20T07:50:51.460 INFO:teuthology.orchestra.run.smithi078.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 886 kB/s | 44 kB 00:00 2024-03-20T07:50:51.494 INFO:teuthology.orchestra.run.smithi078.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-03-20T07:50:51.519 INFO:teuthology.orchestra.run.smithi078.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.8 MB/s | 282 kB 00:00 2024-03-20T07:50:51.544 INFO:teuthology.orchestra.run.smithi078.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 825 kB/s | 41 kB 00:00 2024-03-20T07:50:51.636 INFO:teuthology.orchestra.run.smithi078.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 382 kB/s | 35 kB 00:00 2024-03-20T07:50:51.703 INFO:teuthology.orchestra.run.smithi078.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 668 kB/s | 44 kB 00:00 2024-03-20T07:50:51.728 INFO:teuthology.orchestra.run.smithi078.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 1.0 MB/s | 216 kB 00:00 2024-03-20T07:50:52.170 INFO:teuthology.orchestra.run.smithi078.stdout:(22/32): ceph-radosgw-19.0.0-2153.ge7e80a6a.el9 3.5 MB/s | 9.9 MB 00:02 2024-03-20T07:50:52.221 INFO:teuthology.orchestra.run.smithi078.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 597 kB/s | 309 kB 00:00 2024-03-20T07:50:52.429 INFO:teuthology.orchestra.run.smithi078.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 233 kB/s | 49 kB 00:00 2024-03-20T07:50:52.513 INFO:teuthology.orchestra.run.smithi078.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 76 kB/s | 26 kB 00:00 2024-03-20T07:50:52.538 INFO:teuthology.orchestra.run.smithi078.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 622 kB/s | 67 kB 00:00 2024-03-20T07:50:52.638 INFO:teuthology.orchestra.run.smithi078.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.9 MB/s | 4.4 MB 00:00 2024-03-20T07:50:52.663 INFO:teuthology.orchestra.run.smithi078.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-03-20T07:50:53.139 INFO:teuthology.orchestra.run.smithi078.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.3 MB/s | 838 kB 00:00 2024-03-20T07:50:53.214 INFO:teuthology.orchestra.run.smithi078.stdout:(30/32): librados2-19.0.0-2153.ge7e80a6a.el9.x8 6.2 MB/s | 3.4 MB 00:00 2024-03-20T07:50:53.448 INFO:teuthology.orchestra.run.smithi078.stdout:(31/32): librbd1-19.0.0-2153.ge7e80a6a.el9.x86_ 10 MB/s | 3.1 MB 00:00 2024-03-20T07:50:53.481 INFO:teuthology.orchestra.run.smithi078.stdout:(32/32): thrift-0.15.0-2.el9.x86_64.rpm 1.9 MB/s | 1.6 MB 00:00 2024-03-20T07:50:53.484 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:50:53.484 INFO:teuthology.orchestra.run.smithi078.stdout:Total 14 MB/s | 59 MB 00:04 2024-03-20T07:50:53.514 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:50:53.549 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:50:53.549 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:50:54.043 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:50:54.043 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:50:55.505 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:50:55.588 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-20T07:50:55.619 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-20T07:50:55.645 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-20T07:50:55.676 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T07:50:55.692 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T07:50:55.915 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T07:50:55.972 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T07:50:56.304 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-20T07:50:56.349 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 16 kB/s | 1.7 kB 00:00 2024-03-20T07:50:56.363 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:50:56.455 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:50:56.541 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 8/34 2024-03-20T07:50:56.573 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 9/34 2024-03-20T07:50:56.635 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 9/34 2024-03-20T07:50:56.663 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-20T07:50:56.707 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9. 11/34 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /sys 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /proc 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /mnt 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /var/tmp 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /home 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /root 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout:skipping the directory /tmp 2024-03-20T07:50:56.775 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:50:56.777 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 12/34 2024-03-20T07:50:56.800 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 13/34 2024-03-20T07:50:56.862 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 13/34 2024-03-20T07:50:56.890 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-20T07:50:56.989 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-20T07:50:57.025 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-20T07:50:57.065 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-20T07:50:57.097 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-20T07:50:57.126 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-20T07:50:57.159 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-20T07:50:57.472 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-20T07:50:57.506 INFO:teuthology.orchestra.run.smithi078.stdout: Upgrading : librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 22/34 2024-03-20T07:50:57.586 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 22/34 2024-03-20T07:50:57.618 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 23/34 2024-03-20T07:50:57.654 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-20T07:50:57.720 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/34 2024-03-20T07:50:57.744 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/34 2024-03-20T07:50:57.744 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:50:57.744 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-20T07:50:57.744 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T07:50:57.745 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T07:50:57.745 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:50:57.746 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T07:50:57.831 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T07:50:57.831 INFO:teuthology.orchestra.run.smithi057.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:50:58.118 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-20T07:50:58.141 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 26/34 2024-03-20T07:50:58.195 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 26/34 2024-03-20T07:50:58.263 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 27/34 2024-03-20T07:50:58.293 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x8 28/34 2024-03-20T07:50:58.761 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:50:58.764 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:50:58.764 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:50:58.764 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:50:58.764 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 9.9 M 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrading: 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: librados2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.4 M 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.1 M 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: boost-program-options 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 5.3 M 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 21 M 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 25 k 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-20T07:50:58.765 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 746 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 502 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2 x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 5.1 M 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-20T07:50:58.766 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 45 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 131 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 162 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 320 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 298 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 99 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout:Installing weak dependencies: 2024-03-20T07:50:58.767 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout:Install 30 Packages 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout:Upgrade 2 Packages 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 59 M 2024-03-20T07:50:58.768 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:50:58.992 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:50:58.992 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/34 2024-03-20T07:50:58.992 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/34 2024-03-20T07:50:58.992 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 3/34 2024-03-20T07:50:58.992 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 4/34 2024-03-20T07:50:58.992 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 6/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9. 8/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x8 9/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 10/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 11/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 12/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 13/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-20T07:50:58.993 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-20T07:50:58.994 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-20T07:50:58.995 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-20T07:50:58.995 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-20T07:50:58.995 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-20T07:50:58.995 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:50:58.995 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-20T07:50:58.995 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/34 2024-03-20T07:51:00.119 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:00.119 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:00.119 INFO:teuthology.orchestra.run.smithi057.stdout:Upgraded: 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.120 INFO:teuthology.orchestra.run.smithi057.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.121 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: re2-1:20211101-3.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:00.122 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:00.149 INFO:teuthology.orchestra.run.smithi107.stdout:(1/32): ceph-base-19.0.0-2153.ge7e80a6a.el9.x86 4.2 MB/s | 5.3 MB 00:01 2024-03-20T07:51:00.191 INFO:teuthology.orchestra.run.smithi107.stdout:(2/32): ceph-selinux-19.0.0-2153.ge7e80a6a.el9. 609 kB/s | 25 kB 00:00 2024-03-20T07:51:00.316 INFO:teuthology.orchestra.run.smithi107.stdout:(3/32): libcephfs2-19.0.0-2153.ge7e80a6a.el9.x8 5.8 MB/s | 746 kB 00:00 2024-03-20T07:51:00.457 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-test 2024-03-20T07:51:00.475 INFO:teuthology.orchestra.run.smithi107.stdout:(4/32): ceph-radosgw-19.0.0-2153.ge7e80a6a.el9. 6.2 MB/s | 9.9 MB 00:01 2024-03-20T07:51:00.500 INFO:teuthology.orchestra.run.smithi107.stdout:(5/32): libradosstriper1-19.0.0-2153.ge7e80a6a. 2.7 MB/s | 502 kB 00:00 2024-03-20T07:51:00.503 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:51:00.540 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:51:00.550 INFO:teuthology.orchestra.run.smithi107.stdout:(6/32): python3-ceph-argparse-19.0.0-2153.ge7e8 903 kB/s | 45 kB 00:00 2024-03-20T07:51:00.617 INFO:teuthology.orchestra.run.smithi107.stdout:(7/32): python3-ceph-common-19.0.0-2153.ge7e80a 1.9 MB/s | 131 kB 00:00 2024-03-20T07:51:00.684 INFO:teuthology.orchestra.run.smithi107.stdout:(8/32): python3-cephfs-19.0.0-2153.ge7e80a6a.el 2.4 MB/s | 162 kB 00:00 2024-03-20T07:51:00.768 INFO:teuthology.orchestra.run.smithi107.stdout:(9/32): python3-rados-19.0.0-2153.ge7e80a6a.el9 3.8 MB/s | 320 kB 00:00 2024-03-20T07:51:00.843 INFO:teuthology.orchestra.run.smithi107.stdout:(10/32): librgw2-19.0.0-2153.ge7e80a6a.el9.x86_ 14 MB/s | 5.1 MB 00:00 2024-03-20T07:51:00.868 INFO:teuthology.orchestra.run.smithi107.stdout:(11/32): python3-rbd-19.0.0-2153.ge7e80a6a.el9. 2.9 MB/s | 298 kB 00:00 2024-03-20T07:51:00.894 INFO:teuthology.orchestra.run.smithi107.stdout:(12/32): python3-rgw-19.0.0-2153.ge7e80a6a.el9. 1.9 MB/s | 99 kB 00:00 2024-03-20T07:51:01.025 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:30 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:01.045 INFO:teuthology.orchestra.run.smithi107.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 604 kB/s | 106 kB 00:00 2024-03-20T07:51:01.069 INFO:teuthology.orchestra.run.smithi107.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-20T07:51:01.086 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:51:01.094 INFO:teuthology.orchestra.run.smithi107.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 883 kB/s | 44 kB 00:00 2024-03-20T07:51:01.118 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 30/34 2024-03-20T07:51:01.145 INFO:teuthology.orchestra.run.smithi107.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-03-20T07:51:01.178 INFO:teuthology.orchestra.run.smithi107.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-03-20T07:51:01.184 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:01.184 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-test x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 48 M 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: libcephsqlite x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 163 k 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:01.185 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:01.186 INFO:teuthology.orchestra.run.smithi057.stdout:Install 6 Packages 2024-03-20T07:51:01.186 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:01.186 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 49 M 2024-03-20T07:51:01.186 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 206 M 2024-03-20T07:51:01.186 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:01.204 INFO:teuthology.orchestra.run.smithi107.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 707 kB/s | 41 kB 00:00 2024-03-20T07:51:01.209 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 30/34 2024-03-20T07:51:01.209 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-20T07:51:01.209 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-20T07:51:01.210 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:01.236 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:51:01.415 INFO:teuthology.orchestra.run.smithi057.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-20T07:51:01.466 INFO:teuthology.orchestra.run.smithi057.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 6.0 MB/s | 300 kB 00:00 2024-03-20T07:51:01.470 INFO:teuthology.orchestra.run.smithi107.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 131 kB/s | 35 kB 00:00 2024-03-20T07:51:01.499 INFO:teuthology.orchestra.run.smithi057.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-20T07:51:01.532 INFO:teuthology.orchestra.run.smithi057.stdout:(4/6): libcephsqlite-19.0.0-2153.ge7e80a6a.el9. 585 kB/s | 163 kB 00:00 2024-03-20T07:51:01.641 INFO:teuthology.orchestra.run.smithi057.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-03-20T07:51:01.654 INFO:teuthology.orchestra.run.smithi107.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 243 kB/s | 44 kB 00:00 2024-03-20T07:51:01.730 INFO:teuthology.orchestra.run.smithi107.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 393 kB/s | 216 kB 00:00 2024-03-20T07:51:01.947 INFO:teuthology.orchestra.run.smithi107.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.0 MB/s | 309 kB 00:00 2024-03-20T07:51:02.147 INFO:teuthology.orchestra.run.smithi107.stdout:(23/32): ceph-common-19.0.0-2153.ge7e80a6a.el9. 6.3 MB/s | 21 MB 00:03 2024-03-20T07:51:02.172 INFO:teuthology.orchestra.run.smithi107.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 115 kB/s | 26 kB 00:00 2024-03-20T07:51:02.197 INFO:teuthology.orchestra.run.smithi107.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 985 kB/s | 49 kB 00:00 2024-03-20T07:51:02.222 INFO:teuthology.orchestra.run.smithi107.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-03-20T07:51:02.448 INFO:teuthology.orchestra.run.smithi107.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.3 MB/s | 838 kB 00:00 2024-03-20T07:51:02.515 INFO:teuthology.orchestra.run.smithi107.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 657 kB/s | 192 kB 00:00 2024-03-20T07:51:02.807 INFO:teuthology.orchestra.run.smithi107.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.4 MB/s | 1.6 MB 00:00 2024-03-20T07:51:03.015 INFO:teuthology.orchestra.run.smithi107.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.5 MB/s | 4.4 MB 00:01 2024-03-20T07:51:03.349 INFO:teuthology.orchestra.run.smithi107.stdout:(31/32): librados2-19.0.0-2153.ge7e80a6a.el9.x8 4.1 MB/s | 3.4 MB 00:00 2024-03-20T07:51:03.407 INFO:teuthology.orchestra.run.smithi107.stdout:(32/32): librbd1-19.0.0-2153.ge7e80a6a.el9.x86_ 5.2 MB/s | 3.1 MB 00:00 2024-03-20T07:51:03.412 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:03.412 INFO:teuthology.orchestra.run.smithi107.stdout:Total 13 MB/s | 59 MB 00:04 2024-03-20T07:51:03.448 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:51:03.486 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:51:03.486 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:51:03.964 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:51:03.965 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:51:04.374 INFO:teuthology.orchestra.run.smithi057.stdout:(6/6): ceph-test-19.0.0-2153.ge7e80a6a.el9.x86_ 15 MB/s | 48 MB 00:03 2024-03-20T07:51:04.377 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:04.378 INFO:teuthology.orchestra.run.smithi057.stdout:Total 15 MB/s | 49 MB 00:03 2024-03-20T07:51:04.392 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:04.415 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:04.415 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:04.821 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:04.822 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:05.424 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:05.485 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:51:05.504 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-20T07:51:05.551 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-20T07:51:05.563 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-20T07:51:05.592 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T07:51:05.603 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-20T07:51:05.632 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-20T07:51:05.636 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-20T07:51:05.660 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T07:51:05.661 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/6 2024-03-20T07:51:05.677 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T07:51:05.878 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T07:51:05.931 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T07:51:06.272 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-20T07:51:06.347 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:51:06.464 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:51:06.551 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 8/34 2024-03-20T07:51:06.581 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 9/34 2024-03-20T07:51:06.644 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 9/34 2024-03-20T07:51:06.672 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-20T07:51:06.716 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9. 11/34 2024-03-20T07:51:06.785 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 12/34 2024-03-20T07:51:06.808 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 13/34 2024-03-20T07:51:06.854 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 13/34 2024-03-20T07:51:06.882 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-20T07:51:06.991 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-20T07:51:07.041 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-20T07:51:07.082 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-20T07:51:07.115 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-20T07:51:07.144 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-20T07:51:07.176 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-20T07:51:07.490 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-20T07:51:07.522 INFO:teuthology.orchestra.run.smithi107.stdout: Upgrading : librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 22/34 2024-03-20T07:51:07.612 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 22/34 2024-03-20T07:51:07.644 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 23/34 2024-03-20T07:51:07.680 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-20T07:51:08.143 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-20T07:51:08.166 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 26/34 2024-03-20T07:51:08.238 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 26/34 2024-03-20T07:51:08.306 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 27/34 2024-03-20T07:51:08.335 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x8 28/34 2024-03-20T07:51:10.418 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/6 2024-03-20T07:51:10.490 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 6/6 2024-03-20T07:51:10.576 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:51:10.623 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:51:10.830 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:51:10.830 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /sys 2024-03-20T07:51:10.830 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /proc 2024-03-20T07:51:10.830 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /mnt 2024-03-20T07:51:10.831 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /var/tmp 2024-03-20T07:51:10.831 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /home 2024-03-20T07:51:10.831 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /root 2024-03-20T07:51:10.831 INFO:teuthology.orchestra.run.smithi078.stdout:skipping the directory /tmp 2024-03-20T07:51:10.831 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:11.168 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 29/34 2024-03-20T07:51:11.209 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 30/34 2024-03-20T07:51:11.300 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 30/34 2024-03-20T07:51:11.300 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-20T07:51:11.301 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-20T07:51:11.301 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:11.327 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:51:11.776 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/34 2024-03-20T07:51:11.800 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/34 2024-03-20T07:51:11.800 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:11.800 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-20T07:51:11.800 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T07:51:11.800 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T07:51:11.800 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:11.801 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T07:51:11.887 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T07:51:11.887 INFO:teuthology.orchestra.run.smithi078.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:12.814 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 6/6 2024-03-20T07:51:12.814 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/6 2024-03-20T07:51:12.814 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/6 2024-03-20T07:51:12.814 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T07:51:12.815 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-20T07:51:12.815 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-20T07:51:13.007 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 3/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 4/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 6/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9. 8/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x8 9/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 10/34 2024-03-20T07:51:13.008 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 11/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 12/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 13/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-20T07:51:13.009 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-20T07:51:13.010 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-20T07:51:13.010 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-20T07:51:13.010 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-20T07:51:13.010 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-20T07:51:13.010 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-20T07:51:13.011 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:51:13.011 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-20T07:51:13.011 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/34 2024-03-20T07:51:13.291 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-20T07:51:13.291 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: jq-1.6-16.el9.x86_64 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:13.292 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:13.571 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph 2024-03-20T07:51:14.144 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:43 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:14.201 INFO:teuthology.orchestra.run.smithi078.stdout:Upgraded: 2024-03-20T07:51:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.201 INFO:teuthology.orchestra.run.smithi078.stdout: librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.201 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-20T07:51:14.202 INFO:teuthology.orchestra.run.smithi078.stdout: libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-20T07:51:14.203 INFO:teuthology.orchestra.run.smithi078.stdout: re2-1:20211101-3.el9.x86_64 2024-03-20T07:51:14.204 INFO:teuthology.orchestra.run.smithi078.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-20T07:51:14.204 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:14.204 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:14.311 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================= 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================= 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout: ceph x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 6.6 k 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:51:14.314 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mds x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 2.3 M 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 1.5 M 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 248 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mon x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 4.7 M 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-osd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 17 M 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-20T07:51:14.315 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-20T07:51:14.316 INFO:teuthology.orchestra.run.smithi057.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout:========================================================================================= 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout:Install 36 Packages 2024-03-20T07:51:14.317 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:14.318 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 30 M 2024-03-20T07:51:14.318 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 107 M 2024-03-20T07:51:14.319 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:14.527 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-test 2024-03-20T07:51:14.778 INFO:teuthology.orchestra.run.smithi057.stdout:(1/36): ceph-19.0.0-2153.ge7e80a6a.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-03-20T07:51:15.087 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:29 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:15.195 INFO:teuthology.orchestra.run.smithi057.stdout:(2/36): ceph-mgr-19.0.0-2153.ge7e80a6a.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-03-20T07:51:15.237 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:15.238 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:15.238 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:51:15.238 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:15.238 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:51:15.238 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 48 M 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 163 k 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2024-03-20T07:51:15.239 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:15.240 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 49 M 2024-03-20T07:51:15.240 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 206 M 2024-03-20T07:51:15.240 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:51:15.287 INFO:teuthology.orchestra.run.smithi057.stdout:(3/36): ceph-mds-19.0.0-2153.ge7e80a6a.el9.x86_ 3.2 MB/s | 2.3 MB 00:00 2024-03-20T07:51:15.354 INFO:teuthology.orchestra.run.smithi057.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2153.ge7e8 3.7 MB/s | 248 kB 00:00 2024-03-20T07:51:15.487 INFO:teuthology.orchestra.run.smithi057.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2024-03-20T07:51:15.529 INFO:teuthology.orchestra.run.smithi057.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-20T07:51:15.568 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 217 kB 00:00 2024-03-20T07:51:15.571 INFO:teuthology.orchestra.run.smithi057.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 755 kB/s | 32 kB 00:00 2024-03-20T07:51:15.624 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.2 MB/s | 300 kB 00:00 2024-03-20T07:51:15.630 INFO:teuthology.orchestra.run.smithi057.stdout:(8/36): ceph-mon-19.0.0-2153.ge7e80a6a.el9.x86_ 5.5 MB/s | 4.7 MB 00:00 2024-03-20T07:51:15.658 INFO:teuthology.orchestra.run.smithi057.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 566 kB/s | 47 kB 00:00 2024-03-20T07:51:15.658 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-03-20T07:51:15.681 INFO:teuthology.orchestra.run.smithi057.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 769 kB/s | 39 kB 00:00 2024-03-20T07:51:15.683 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): libcephsqlite-19.0.0-2153.ge7e80a6a.el9. 522 kB/s | 163 kB 00:00 2024-03-20T07:51:15.706 INFO:teuthology.orchestra.run.smithi057.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-20T07:51:15.764 INFO:teuthology.orchestra.run.smithi057.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-03-20T07:51:15.790 INFO:teuthology.orchestra.run.smithi057.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-03-20T07:51:15.815 INFO:teuthology.orchestra.run.smithi057.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-20T07:51:15.816 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-20T07:51:15.840 INFO:teuthology.orchestra.run.smithi057.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-20T07:51:15.924 INFO:teuthology.orchestra.run.smithi057.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 268 kB/s | 22 kB 00:00 2024-03-20T07:51:15.982 INFO:teuthology.orchestra.run.smithi057.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 748 kB/s | 125 kB 00:00 2024-03-20T07:51:16.291 INFO:teuthology.orchestra.run.smithi057.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-03-20T07:51:16.383 INFO:teuthology.orchestra.run.smithi057.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 329 kB/s | 151 kB 00:00 2024-03-20T07:51:16.583 INFO:teuthology.orchestra.run.smithi057.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 588 kB/s | 172 kB 00:00 2024-03-20T07:51:16.625 INFO:teuthology.orchestra.run.smithi057.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2024-03-20T07:51:16.685 INFO:teuthology.orchestra.run.smithi057.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-03-20T07:51:16.726 INFO:teuthology.orchestra.run.smithi057.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-03-20T07:51:16.901 INFO:teuthology.orchestra.run.smithi057.stdout:(24/36): ceph-osd-19.0.0-2153.ge7e80a6a.el9.x86 9.9 MB/s | 17 MB 00:01 2024-03-20T07:51:16.926 INFO:teuthology.orchestra.run.smithi057.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 95 kB/s | 23 kB 00:00 2024-03-20T07:51:16.951 INFO:teuthology.orchestra.run.smithi057.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 86 kB/s | 19 kB 00:00 2024-03-20T07:51:17.051 INFO:teuthology.orchestra.run.smithi057.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 464 kB/s | 46 kB 00:00 2024-03-20T07:51:17.077 INFO:teuthology.orchestra.run.smithi057.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 631 kB/s | 79 kB 00:00 2024-03-20T07:51:17.160 INFO:teuthology.orchestra.run.smithi057.stdout:(29/36): python3-jaraco-text-3.2.0-6.el9.noarch 76 kB/s | 20 kB 00:00 2024-03-20T07:51:17.185 INFO:teuthology.orchestra.run.smithi057.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-03-20T07:51:17.211 INFO:teuthology.orchestra.run.smithi057.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-03-20T07:51:17.294 INFO:teuthology.orchestra.run.smithi057.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 330 kB/s | 36 kB 00:00 2024-03-20T07:51:17.336 INFO:teuthology.orchestra.run.smithi057.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-03-20T07:51:17.428 INFO:teuthology.orchestra.run.smithi057.stdout:(34/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 336 kB/s | 90 kB 00:00 2024-03-20T07:51:17.453 INFO:teuthology.orchestra.run.smithi057.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 171 kB/s | 20 kB 00:00 2024-03-20T07:51:17.529 INFO:teuthology.orchestra.run.smithi057.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-03-20T07:51:17.531 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:17.531 INFO:teuthology.orchestra.run.smithi057.stdout:Total 9.3 MB/s | 30 MB 00:03 2024-03-20T07:51:17.555 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:17.601 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:17.601 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:18.030 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:18.030 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:18.250 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): ceph-test-19.0.0-2153.ge7e80a6a.el9.x86_ 17 MB/s | 48 MB 00:02 2024-03-20T07:51:18.253 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:18.254 INFO:teuthology.orchestra.run.smithi078.stdout:Total 16 MB/s | 49 MB 00:03 2024-03-20T07:51:18.268 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:51:18.289 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:51:18.289 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:51:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:51:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:51:19.271 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:51:19.353 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-20T07:51:19.394 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:19.402 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-20T07:51:19.444 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T07:51:19.448 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-20T07:51:19.482 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-20T07:51:19.485 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-20T07:51:19.509 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-20T07:51:19.511 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/6 2024-03-20T07:51:19.582 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-20T07:51:19.625 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-20T07:51:19.658 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-20T07:51:19.752 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-20T07:51:19.831 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-20T07:51:19.878 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-20T07:51:19.952 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-20T07:51:20.003 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-20T07:51:20.049 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-20T07:51:20.108 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-20T07:51:20.171 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-20T07:51:20.373 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-20T07:51:20.420 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-20T07:51:20.459 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-20T07:51:20.493 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-20T07:51:20.531 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-20T07:51:20.602 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-20T07:51:20.642 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T07:51:20.675 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-20T07:51:20.716 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-20T07:51:20.759 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-20T07:51:20.802 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-20T07:51:20.893 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-20T07:51:20.933 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-20T07:51:21.006 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-20T07:51:21.030 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:51:21.030 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /sys 2024-03-20T07:51:21.030 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /proc 2024-03-20T07:51:21.031 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /mnt 2024-03-20T07:51:21.031 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /var/tmp 2024-03-20T07:51:21.031 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /home 2024-03-20T07:51:21.031 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /root 2024-03-20T07:51:21.031 INFO:teuthology.orchestra.run.smithi107.stdout:skipping the directory /tmp 2024-03-20T07:51:21.031 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:21.149 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-20T07:51:21.279 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T07:51:21.449 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9. 31/36 2024-03-20T07:51:21.478 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/36 2024-03-20T07:51:21.502 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/36 2024-03-20T07:51:21.502 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:21.503 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-20T07:51:21.503 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T07:51:21.503 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T07:51:21.503 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:21.965 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/34 2024-03-20T07:51:21.991 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/34 2024-03-20T07:51:21.991 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:21.991 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-20T07:51:21.991 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T07:51:21.991 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T07:51:21.991 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:21.994 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T07:51:22.069 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T07:51:22.069 INFO:teuthology.orchestra.run.smithi107.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:23.013 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/36 2024-03-20T07:51:23.038 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/36 2024-03-20T07:51:23.039 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:23.039 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-20T07:51:23.039 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T07:51:23.039 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T07:51:23.039 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:23.239 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:23.239 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/34 2024-03-20T07:51:23.239 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/34 2024-03-20T07:51:23.239 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 3/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 4/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_6 6/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 7/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9. 8/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x8 9/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 10/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 11/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 12/34 2024-03-20T07:51:23.240 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 13/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-20T07:51:23.241 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-20T07:51:23.243 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-20T07:51:23.243 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-20T07:51:23.243 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-20T07:51:23.243 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 31/34 2024-03-20T07:51:23.243 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-20T07:51:23.243 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/34 2024-03-20T07:51:23.505 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 34/36 2024-03-20T07:51:23.527 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 34/36 2024-03-20T07:51:23.527 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:23.528 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-20T07:51:23.528 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T07:51:23.528 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T07:51:23.528 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:23.764 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 35/36 2024-03-20T07:51:23.786 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 35/36 2024-03-20T07:51:23.787 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:23.787 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-20T07:51:23.787 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T07:51:23.787 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T07:51:23.787 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:23.855 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 36/36 2024-03-20T07:51:24.038 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/6 2024-03-20T07:51:24.113 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 6/6 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout:Upgraded: 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.184 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-radosgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-selinux-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: libradosstriper1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: librgw2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.185 INFO:teuthology.orchestra.run.smithi107.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-20T07:51:24.186 INFO:teuthology.orchestra.run.smithi107.stdout: re2-1:20211101-3.el9.x86_64 2024-03-20T07:51:24.187 INFO:teuthology.orchestra.run.smithi107.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-20T07:51:24.187 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:24.187 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:24.468 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-test 2024-03-20T07:51:25.026 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:29 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:25.177 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 48 M 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 163 k 2024-03-20T07:51:25.178 INFO:teuthology.orchestra.run.smithi107.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout:Install 6 Packages 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:25.179 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 49 M 2024-03-20T07:51:25.180 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 206 M 2024-03-20T07:51:25.180 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:51:25.387 INFO:teuthology.orchestra.run.smithi107.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-20T07:51:25.437 INFO:teuthology.orchestra.run.smithi107.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.9 MB/s | 300 kB 00:00 2024-03-20T07:51:25.471 INFO:teuthology.orchestra.run.smithi107.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-20T07:51:25.496 INFO:teuthology.orchestra.run.smithi107.stdout:(4/6): libcephsqlite-19.0.0-2153.ge7e80a6a.el9. 595 kB/s | 163 kB 00:00 2024-03-20T07:51:25.696 INFO:teuthology.orchestra.run.smithi107.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 831 kB/s | 187 kB 00:00 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 36/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 3/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 4/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9. 6/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-20T07:51:25.701 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-20T07:51:25.702 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T07:51:25.703 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-20T07:51:25.703 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-20T07:51:25.703 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-20T07:51:25.703 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-20T07:51:25.703 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-20T07:51:25.703 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-20T07:51:25.704 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-20T07:51:25.704 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-20T07:51:25.704 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T07:51:25.705 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-20T07:51:25.705 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-20T07:51:25.705 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-20T07:51:25.705 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-20T07:51:25.705 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-20T07:51:26.491 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 6/6 2024-03-20T07:51:26.491 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/6 2024-03-20T07:51:26.491 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/6 2024-03-20T07:51:26.492 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T07:51:26.492 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-20T07:51:26.492 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.601 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: lua-5.4.4-4.el9.x86_64 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-20T07:51:26.602 INFO:teuthology.orchestra.run.smithi057.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ply-3.11-14.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-20T07:51:26.603 INFO:teuthology.orchestra.run.smithi057.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-20T07:51:26.604 INFO:teuthology.orchestra.run.smithi057.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-20T07:51:26.604 INFO:teuthology.orchestra.run.smithi057.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-20T07:51:26.604 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:26.604 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout: jq-1.6-16.el9.x86_64 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout: libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:26.857 INFO:teuthology.orchestra.run.smithi078.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-20T07:51:26.858 INFO:teuthology.orchestra.run.smithi078.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-20T07:51:26.858 INFO:teuthology.orchestra.run.smithi078.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-20T07:51:26.858 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:26.858 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:26.955 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-base 2024-03-20T07:51:27.144 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph 2024-03-20T07:51:27.563 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:56 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:27.596 INFO:teuthology.orchestra.run.smithi107.stdout:(6/6): ceph-test-19.0.0-2153.ge7e80a6a.el9.x86_ 20 MB/s | 48 MB 00:02 2024-03-20T07:51:27.600 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:27.600 INFO:teuthology.orchestra.run.smithi107.stdout:Total 20 MB/s | 49 MB 00:02 2024-03-20T07:51:27.614 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:51:27.636 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:51:27.636 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:51:27.673 INFO:teuthology.orchestra.run.smithi057.stdout:Package ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:51:27.713 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:41 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:27.729 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:27.730 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:51:27.730 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:27.799 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install cephadm 2024-03-20T07:51:27.865 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:27.867 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================= 2024-03-20T07:51:27.867 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:51:27.867 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================= 2024-03-20T07:51:27.867 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: ceph x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 6.6 k 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 2.3 M 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 1.5 M 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 248 k 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 4.7 M 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 17 M 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-20T07:51:27.868 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-20T07:51:27.869 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-20T07:51:27.870 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout:========================================================================================= 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout:Install 36 Packages 2024-03-20T07:51:27.871 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:27.872 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 30 M 2024-03-20T07:51:27.872 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 107 M 2024-03-20T07:51:27.872 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:51:28.026 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:51:28.026 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:51:28.372 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:00:57 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:28.527 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:28.528 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:28.528 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:28.528 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:28.528 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:28.528 INFO:teuthology.orchestra.run.smithi057.stdout: cephadm noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 748 k 2024-03-20T07:51:28.528 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 748 k 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 755 k 2024-03-20T07:51:28.529 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:28.621 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:51:28.654 INFO:teuthology.orchestra.run.smithi078.stdout:(1/36): ceph-19.0.0-2153.ge7e80a6a.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-03-20T07:51:28.714 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-20T07:51:28.751 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-20T07:51:28.792 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T07:51:28.813 INFO:teuthology.orchestra.run.smithi078.stdout:(2/36): ceph-mds-19.0.0-2153.ge7e80a6a.el9.x86_ 5.8 MB/s | 2.3 MB 00:00 2024-03-20T07:51:28.830 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-20T07:51:28.855 INFO:teuthology.orchestra.run.smithi078.stdout:(3/36): ceph-mgr-19.0.0-2153.ge7e80a6a.el9.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-03-20T07:51:28.857 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/6 2024-03-20T07:51:28.955 INFO:teuthology.orchestra.run.smithi078.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2153.ge7e8 2.4 MB/s | 248 kB 00:00 2024-03-20T07:51:29.026 INFO:teuthology.orchestra.run.smithi057.stdout:cephadm-19.0.0-2153.ge7e80a6a.el9.noarch.rpm 1.5 MB/s | 748 kB 00:00 2024-03-20T07:51:29.027 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:29.027 INFO:teuthology.orchestra.run.smithi057.stdout:Total 1.5 MB/s | 748 kB 00:00 2024-03-20T07:51:29.027 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:29.033 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:29.033 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:29.039 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:29.039 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:29.072 INFO:teuthology.orchestra.run.smithi078.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-03-20T07:51:29.114 INFO:teuthology.orchestra.run.smithi078.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-20T07:51:29.119 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:29.139 INFO:teuthology.orchestra.run.smithi078.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-03-20T07:51:29.164 INFO:teuthology.orchestra.run.smithi078.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2024-03-20T07:51:29.190 INFO:teuthology.orchestra.run.smithi078.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-03-20T07:51:29.232 INFO:teuthology.orchestra.run.smithi078.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-20T07:51:29.299 INFO:teuthology.orchestra.run.smithi078.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-03-20T07:51:29.332 INFO:teuthology.orchestra.run.smithi078.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-03-20T07:51:29.357 INFO:teuthology.orchestra.run.smithi078.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 4.8 MB/s | 124 kB 00:00 2024-03-20T07:51:29.391 INFO:teuthology.orchestra.run.smithi078.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-03-20T07:51:29.588 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:29.617 INFO:teuthology.orchestra.run.smithi078.stdout:(15/36): ceph-osd-19.0.0-2153.ge7e80a6a.el9.x86 21 MB/s | 17 MB 00:00 2024-03-20T07:51:29.676 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:29.725 INFO:teuthology.orchestra.run.smithi078.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 374 kB/s | 125 kB 00:00 2024-03-20T07:51:29.900 INFO:teuthology.orchestra.run.smithi078.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 79 kB/s | 22 kB 00:00 2024-03-20T07:51:30.063 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:30.192 INFO:teuthology.orchestra.run.smithi078.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 323 kB/s | 151 kB 00:00 2024-03-20T07:51:30.209 INFO:teuthology.orchestra.run.smithi078.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-03-20T07:51:30.354 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:30.354 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:30.354 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:30.354 INFO:teuthology.orchestra.run.smithi057.stdout: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:30.354 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:30.354 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:30.368 INFO:teuthology.orchestra.run.smithi078.stdout:(20/36): ceph-mon-19.0.0-2153.ge7e80a6a.el9.x86 2.7 MB/s | 4.7 MB 00:01 2024-03-20T07:51:30.393 INFO:teuthology.orchestra.run.smithi078.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 857 kB/s | 172 kB 00:00 2024-03-20T07:51:30.493 INFO:teuthology.orchestra.run.smithi078.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 177 kB/s | 18 kB 00:00 2024-03-20T07:51:30.527 INFO:teuthology.orchestra.run.smithi078.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 67 kB/s | 11 kB 00:00 2024-03-20T07:51:30.557 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-immutable-object-cache 2024-03-20T07:51:30.569 INFO:teuthology.orchestra.run.smithi078.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 997 kB/s | 358 kB 00:00 2024-03-20T07:51:30.594 INFO:teuthology.orchestra.run.smithi078.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-03-20T07:51:30.653 INFO:teuthology.orchestra.run.smithi078.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 155 kB/s | 19 kB 00:00 2024-03-20T07:51:30.678 INFO:teuthology.orchestra.run.smithi078.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-03-20T07:51:30.703 INFO:teuthology.orchestra.run.smithi078.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-03-20T07:51:30.804 INFO:teuthology.orchestra.run.smithi078.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-03-20T07:51:30.829 INFO:teuthology.orchestra.run.smithi078.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-03-20T07:51:30.896 INFO:teuthology.orchestra.run.smithi078.stdout:(31/36): python3-more-itertools-8.12.0-2.el9.no 325 kB/s | 79 kB 00:00 2024-03-20T07:51:30.921 INFO:teuthology.orchestra.run.smithi078.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 768 kB/s | 90 kB 00:00 2024-03-20T07:51:30.946 INFO:teuthology.orchestra.run.smithi078.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 305 kB/s | 36 kB 00:00 2024-03-20T07:51:31.047 INFO:teuthology.orchestra.run.smithi078.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-03-20T07:51:31.088 INFO:teuthology.orchestra.run.smithi078.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.5 MB/s | 427 kB 00:00 2024-03-20T07:51:31.114 INFO:teuthology.orchestra.run.smithi078.stdout:(36/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.0 MB/s | 230 kB 00:00 2024-03-20T07:51:31.117 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:31.118 INFO:teuthology.orchestra.run.smithi078.stdout:Total 9.2 MB/s | 30 MB 00:03 2024-03-20T07:51:31.131 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:00 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:31.141 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:51:31.183 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:51:31.183 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:51:31.286 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repo Size 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 145 k 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:31.287 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 145 k 2024-03-20T07:51:31.288 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 436 k 2024-03-20T07:51:31.288 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:31.506 INFO:teuthology.orchestra.run.smithi057.stdout:ceph-immutable-object-cache-19.0.0-2153.ge7e80a 664 kB/s | 145 kB 00:00 2024-03-20T07:51:31.507 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:31.507 INFO:teuthology.orchestra.run.smithi057.stdout:Total 661 kB/s | 145 kB 00:00 2024-03-20T07:51:31.507 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:31.515 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:31.515 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:31.571 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:31.571 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:31.598 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:51:31.599 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:51:31.709 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:31.774 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:31.797 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:31.798 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:31.798 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-20T07:51:31.798 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:32.774 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:32.774 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:32.775 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:32.775 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:32.775 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:32.775 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:32.946 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:51:33.008 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-20T07:51:33.017 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-mgr 2024-03-20T07:51:33.032 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-20T07:51:33.052 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-20T07:51:33.122 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-20T07:51:33.167 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-20T07:51:33.200 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-20T07:51:33.292 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-20T07:51:33.361 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-20T07:51:33.385 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/6 2024-03-20T07:51:33.411 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-20T07:51:33.458 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 6/6 2024-03-20T07:51:33.482 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-20T07:51:33.536 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-20T07:51:33.575 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-20T07:51:33.594 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:02 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:33.631 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-20T07:51:33.694 INFO:teuthology.orchestra.run.smithi057.stdout:Package ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:51:33.695 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-20T07:51:33.750 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:33.751 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:51:33.751 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:33.833 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-mgr-dashboard 2024-03-20T07:51:33.884 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-20T07:51:33.929 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-20T07:51:33.969 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-20T07:51:34.014 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-20T07:51:34.132 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-20T07:51:34.132 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-20T07:51:34.135 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T07:51:34.168 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-20T07:51:34.208 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-20T07:51:34.252 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-20T07:51:34.286 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-20T07:51:34.374 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-20T07:51:34.404 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:03 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:34.408 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-20T07:51:34.481 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-20T07:51:34.559 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout:====================================================================================== 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout:====================================================================================== 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 1.8 M 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:51:34.560 INFO:teuthology.orchestra.run.smithi057.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 34 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 16 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:34.561 INFO:teuthology.orchestra.run.smithi057.stdout:====================================================================================== 2024-03-20T07:51:34.562 INFO:teuthology.orchestra.run.smithi057.stdout:Install 12 Packages 2024-03-20T07:51:34.562 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:34.562 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 6.9 M 2024-03-20T07:51:34.562 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 26 M 2024-03-20T07:51:34.562 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:34.617 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-20T07:51:34.741 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T07:51:34.876 INFO:teuthology.orchestra.run.smithi057.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2153.ge7 173 kB/s | 34 kB 00:00 2024-03-20T07:51:34.905 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9. 31/36 2024-03-20T07:51:34.930 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/36 2024-03-20T07:51:34.955 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/36 2024-03-20T07:51:34.955 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:34.955 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-20T07:51:34.956 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T07:51:34.956 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T07:51:34.956 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:34.976 INFO:teuthology.orchestra.run.smithi057.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2153.ge7e 55 kB/s | 16 kB 00:00 2024-03-20T07:51:35.043 INFO:teuthology.orchestra.run.smithi057.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2153.ge7e80a6 4.9 MB/s | 1.8 MB 00:00 2024-03-20T07:51:35.168 INFO:teuthology.orchestra.run.smithi057.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 2024-03-20T07:51:35.194 INFO:teuthology.orchestra.run.smithi057.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 238 kB 00:00 2024-03-20T07:51:35.261 INFO:teuthology.orchestra.run.smithi057.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.9 MB/s | 863 kB 00:00 2024-03-20T07:51:35.536 INFO:teuthology.orchestra.run.smithi057.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 57 kB/s | 19 kB 00:00 2024-03-20T07:51:35.819 INFO:teuthology.orchestra.run.smithi057.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 510 kB/s | 144 kB 00:00 2024-03-20T07:51:35.846 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 6/6 2024-03-20T07:51:35.847 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/6 2024-03-20T07:51:35.847 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/6 2024-03-20T07:51:35.847 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T07:51:35.847 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-20T07:51:35.847 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-20T07:51:35.878 INFO:teuthology.orchestra.run.smithi057.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 773 kB/s | 548 kB 00:00 2024-03-20T07:51:35.928 INFO:teuthology.orchestra.run.smithi057.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 283 kB/s | 31 kB 00:00 2024-03-20T07:51:35.995 INFO:teuthology.orchestra.run.smithi057.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-03-20T07:51:36.104 INFO:teuthology.orchestra.run.smithi057.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-03-20T07:51:36.110 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:36.110 INFO:teuthology.orchestra.run.smithi057.stdout:Total 4.4 MB/s | 6.9 MB 00:01 2024-03-20T07:51:36.130 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:36.149 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:36.150 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:36.276 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-20T07:51:36.276 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:36.276 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:51:36.276 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-test-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:36.276 INFO:teuthology.orchestra.run.smithi107.stdout: jq-1.6-16.el9.x86_64 2024-03-20T07:51:36.276 INFO:teuthology.orchestra.run.smithi107.stdout: libcephsqlite-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:36.277 INFO:teuthology.orchestra.run.smithi107.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-20T07:51:36.277 INFO:teuthology.orchestra.run.smithi107.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-20T07:51:36.277 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-20T07:51:36.277 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:36.277 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:36.332 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:36.332 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:36.398 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/36 2024-03-20T07:51:36.424 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/36 2024-03-20T07:51:36.424 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:36.424 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-20T07:51:36.424 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T07:51:36.424 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T07:51:36.424 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:36.600 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph 2024-03-20T07:51:36.864 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:36.865 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 34/36 2024-03-20T07:51:36.888 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 34/36 2024-03-20T07:51:36.889 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:36.889 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-20T07:51:36.889 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T07:51:36.889 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T07:51:36.889 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:36.946 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-20T07:51:36.989 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-20T07:51:37.037 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-20T07:51:37.066 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-20T07:51:37.108 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 35/36 2024-03-20T07:51:37.131 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 35/36 2024-03-20T07:51:37.131 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:37.131 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-20T07:51:37.132 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T07:51:37.132 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T07:51:37.132 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:37.164 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:41 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:37.174 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-20T07:51:37.197 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 36/36 2024-03-20T07:51:37.304 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-20T07:51:37.326 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:37.329 INFO:teuthology.orchestra.run.smithi107.stdout:========================================================================================= 2024-03-20T07:51:37.329 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout:========================================================================================= 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout: ceph x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 6.6 k 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 2.3 M 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 1.5 M 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 248 k 2024-03-20T07:51:37.330 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 4.7 M 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 17 M 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-20T07:51:37.331 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-20T07:51:37.332 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-20T07:51:37.333 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:37.334 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:51:37.334 INFO:teuthology.orchestra.run.smithi107.stdout:========================================================================================= 2024-03-20T07:51:37.334 INFO:teuthology.orchestra.run.smithi107.stdout:Install 36 Packages 2024-03-20T07:51:37.334 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:37.335 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 30 M 2024-03-20T07:51:37.335 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 107 M 2024-03-20T07:51:37.335 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:51:37.406 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-20T07:51:37.458 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-20T07:51:37.491 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-20T07:51:37.523 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9 10/12 2024-03-20T07:51:37.723 INFO:teuthology.orchestra.run.smithi107.stdout:(1/36): ceph-19.0.0-2153.ge7e80a6a.el9.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-03-20T07:51:37.779 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el 11/12 2024-03-20T07:51:37.814 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 12/12 2024-03-20T07:51:37.966 INFO:teuthology.orchestra.run.smithi107.stdout:(2/36): ceph-mds-19.0.0-2153.ge7e80a6a.el9.x86_ 5.7 MB/s | 2.3 MB 00:00 2024-03-20T07:51:38.289 INFO:teuthology.orchestra.run.smithi107.stdout:(3/36): ceph-mgr-19.0.0-2153.ge7e80a6a.el9.x86_ 2.0 MB/s | 1.5 MB 00:00 2024-03-20T07:51:38.398 INFO:teuthology.orchestra.run.smithi107.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2153.ge7e8 2.2 MB/s | 248 kB 00:00 2024-03-20T07:51:38.507 INFO:teuthology.orchestra.run.smithi107.stdout:(5/36): ceph-mon-19.0.0-2153.ge7e80a6a.el9.x86_ 6.0 MB/s | 4.7 MB 00:00 2024-03-20T07:51:38.573 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 12/12 2024-03-20T07:51:38.573 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el 1/12 2024-03-20T07:51:38.573 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 2/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9 3/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-20T07:51:38.574 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-20T07:51:38.649 INFO:teuthology.orchestra.run.smithi107.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 747 kB/s | 187 kB 00:00 2024-03-20T07:51:38.674 INFO:teuthology.orchestra.run.smithi107.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 871 kB/s | 144 kB 00:00 2024-03-20T07:51:38.699 INFO:teuthology.orchestra.run.smithi107.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 634 kB/s | 32 kB 00:00 2024-03-20T07:51:38.716 INFO:teuthology.orchestra.run.smithi107.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-03-20T07:51:38.741 INFO:teuthology.orchestra.run.smithi107.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 925 kB/s | 39 kB 00:00 2024-03-20T07:51:38.766 INFO:teuthology.orchestra.run.smithi107.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-03-20T07:51:38.924 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-20T07:51:38.925 INFO:teuthology.orchestra.run.smithi057.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-20T07:51:38.926 INFO:teuthology.orchestra.run.smithi057.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-20T07:51:38.926 INFO:teuthology.orchestra.run.smithi057.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-20T07:51:38.926 INFO:teuthology.orchestra.run.smithi057.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-20T07:51:38.926 INFO:teuthology.orchestra.run.smithi057.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-20T07:51:38.926 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:38.926 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:38.942 INFO:teuthology.orchestra.run.smithi107.stdout:(12/36): ceph-osd-19.0.0-2153.ge7e80a6a.el9.x86 17 MB/s | 17 MB 00:00 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 36/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 3/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 4/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9. 6/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-20T07:51:38.959 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T07:51:38.960 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-20T07:51:38.961 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-20T07:51:38.975 INFO:teuthology.orchestra.run.smithi107.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 4.9 MB/s | 1.1 MB 00:00 2024-03-20T07:51:39.000 INFO:teuthology.orchestra.run.smithi107.stdout:(14/36): python3-ply-3.11-14.el9.noarch.rpm 440 kB/s | 103 kB 00:00 2024-03-20T07:51:39.026 INFO:teuthology.orchestra.run.smithi107.stdout:(15/36): python3-pycparser-2.20-6.el9.noarch.rp 1.5 MB/s | 124 kB 00:00 2024-03-20T07:51:39.052 INFO:teuthology.orchestra.run.smithi107.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-20T07:51:39.168 INFO:teuthology.orchestra.run.smithi107.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 157 kB/s | 22 kB 00:00 2024-03-20T07:51:39.223 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-20T07:51:39.344 INFO:teuthology.orchestra.run.smithi107.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 518 kB/s | 151 kB 00:00 2024-03-20T07:51:39.377 INFO:teuthology.orchestra.run.smithi107.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 208 kB/s | 43 kB 00:00 2024-03-20T07:51:39.427 INFO:teuthology.orchestra.run.smithi107.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-03-20T07:51:39.485 INFO:teuthology.orchestra.run.smithi107.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 183 kB/s | 11 kB 00:00 2024-03-20T07:51:39.544 INFO:teuthology.orchestra.run.smithi107.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 303 kB/s | 18 kB 00:00 2024-03-20T07:51:39.569 INFO:teuthology.orchestra.run.smithi107.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-03-20T07:51:39.603 INFO:teuthology.orchestra.run.smithi107.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 396 kB/s | 23 kB 00:00 2024-03-20T07:51:39.628 INFO:teuthology.orchestra.run.smithi107.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 333 kB/s | 19 kB 00:00 2024-03-20T07:51:39.662 INFO:teuthology.orchestra.run.smithi107.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 335 kB/s | 20 kB 00:00 2024-03-20T07:51:39.687 INFO:teuthology.orchestra.run.smithi107.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 785 kB/s | 46 kB 00:00 2024-03-20T07:51:39.729 INFO:teuthology.orchestra.run.smithi107.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-03-20T07:51:39.755 INFO:teuthology.orchestra.run.smithi107.stdout:(29/36): python3-requests-2.25.1-8.el9.noarch.r 166 kB/s | 125 kB 00:00 2024-03-20T07:51:39.780 INFO:teuthology.orchestra.run.smithi107.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-03-20T07:51:39.795 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:08 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:39.806 INFO:teuthology.orchestra.run.smithi107.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-03-20T07:51:39.875 INFO:teuthology.orchestra.run.smithi107.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 375 kB/s | 36 kB 00:00 2024-03-20T07:51:39.930 INFO:teuthology.orchestra.run.smithi107.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-03-20T07:51:39.952 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================================ 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================================ 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 7.4 M 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-20T07:51:39.953 INFO:teuthology.orchestra.run.smithi057.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:39.954 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================================ 2024-03-20T07:51:39.955 INFO:teuthology.orchestra.run.smithi057.stdout:Install 12 Packages 2024-03-20T07:51:39.955 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:39.955 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 37 M 2024-03-20T07:51:39.955 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 209 M 2024-03-20T07:51:39.955 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:39.964 INFO:teuthology.orchestra.run.smithi107.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.8 MB/s | 427 kB 00:00 2024-03-20T07:51:39.981 INFO:teuthology.orchestra.run.smithi107.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:40.026 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: lua-5.4.4-4.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-20T07:51:40.027 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-ply-3.11-14.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-20T07:51:40.028 INFO:teuthology.orchestra.run.smithi078.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-20T07:51:40.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-20T07:51:40.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-20T07:51:40.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-20T07:51:40.029 INFO:teuthology.orchestra.run.smithi078.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-20T07:51:40.029 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:40.029 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:40.031 INFO:teuthology.orchestra.run.smithi107.stdout:(36/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 325 kB/s | 90 kB 00:00 2024-03-20T07:51:40.036 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:40.036 INFO:teuthology.orchestra.run.smithi107.stdout:Total 11 MB/s | 30 MB 00:02 2024-03-20T07:51:40.059 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:51:40.101 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:51:40.101 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:51:40.267 INFO:teuthology.orchestra.run.smithi057.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 222 kB/s | 32 kB 00:00 2024-03-20T07:51:40.301 INFO:teuthology.orchestra.run.smithi057.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 523 kB/s | 17 kB 00:00 2024-03-20T07:51:40.343 INFO:teuthology.orchestra.run.smithi057.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 826 kB/s | 34 kB 00:00 2024-03-20T07:51:40.391 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-base 2024-03-20T07:51:40.418 INFO:teuthology.orchestra.run.smithi057.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-03-20T07:51:40.528 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:51:40.528 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:51:40.752 INFO:teuthology.orchestra.run.smithi057.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-21 12 MB/s | 7.4 MB 00:00 2024-03-20T07:51:40.969 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:54 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:41.052 INFO:teuthology.orchestra.run.smithi057.stdout:(6/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 726 kB/s | 217 kB 00:00 2024-03-20T07:51:41.066 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:51:41.119 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:41.120 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:51:41.120 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:41.194 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install cephadm 2024-03-20T07:51:41.202 INFO:teuthology.orchestra.run.smithi057.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 5.5 MB/s | 4.7 MB 00:00 2024-03-20T07:51:41.269 INFO:teuthology.orchestra.run.smithi057.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.6 MB/s | 4.8 MB 00:00 2024-03-20T07:51:41.754 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:55 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:41.852 INFO:teuthology.orchestra.run.smithi057.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-03-20T07:51:41.862 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:51:41.904 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:41.904 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:41.904 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 748 k 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 748 k 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 755 k 2024-03-20T07:51:41.905 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:51:41.917 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-20T07:51:41.942 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-20T07:51:41.969 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-20T07:51:42.040 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-20T07:51:42.101 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-20T07:51:42.134 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-20T07:51:42.199 INFO:teuthology.orchestra.run.smithi078.stdout:cephadm-19.0.0-2153.ge7e80a6a.el9.noarch.rpm 2.5 MB/s | 748 kB 00:00 2024-03-20T07:51:42.199 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:42.199 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.5 MB/s | 748 kB 00:00 2024-03-20T07:51:42.200 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:51:42.205 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:51:42.205 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:51:42.210 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:51:42.211 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:51:42.227 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-20T07:51:42.244 INFO:teuthology.orchestra.run.smithi057.stdout:(10/12): python3-devel-3.9.17-2.el9.x86_64.rpm 627 kB/s | 245 kB 00:00 2024-03-20T07:51:42.283 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:51:42.305 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-20T07:51:42.345 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-20T07:51:42.418 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-20T07:51:42.470 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-20T07:51:42.509 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-20T07:51:42.567 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-20T07:51:42.619 INFO:teuthology.orchestra.run.smithi057.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 145 kB/s | 195 kB 00:01 2024-03-20T07:51:42.621 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-20T07:51:42.678 INFO:teuthology.orchestra.run.smithi057.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 545 kB/s | 803 kB 00:01 2024-03-20T07:51:42.681 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:42.681 INFO:teuthology.orchestra.run.smithi057.stdout:Total 14 MB/s | 37 MB 00:02 2024-03-20T07:51:42.726 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:42.752 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:42.752 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:42.759 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:42.822 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-20T07:51:42.846 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:42.871 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-20T07:51:42.913 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-20T07:51:42.953 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-20T07:51:42.982 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-20T07:51:43.059 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-20T07:51:43.101 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T07:51:43.134 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:43.134 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:43.143 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-20T07:51:43.192 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-20T07:51:43.226 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-20T07:51:43.241 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:43.261 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-20T07:51:43.352 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-20T07:51:43.392 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-20T07:51:43.465 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-20T07:51:43.543 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:43.544 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:43.544 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:51:43.544 INFO:teuthology.orchestra.run.smithi078.stdout: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:43.544 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:43.544 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:43.601 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-20T07:51:43.726 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T07:51:43.748 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-immutable-object-cache 2024-03-20T07:51:43.852 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:43.917 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9. 31/36 2024-03-20T07:51:43.918 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-20T07:51:43.948 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/36 2024-03-20T07:51:43.949 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-20T07:51:43.972 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 32/36 2024-03-20T07:51:43.973 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:43.973 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-20T07:51:43.973 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T07:51:43.973 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T07:51:43.973 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:44.060 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-20T07:51:44.094 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-20T07:51:44.279 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T07:51:44.309 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T07:51:44.320 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:00:58 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:44.389 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-20T07:51:44.474 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:44.475 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:44.475 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-03-20T07:51:44.475 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:44.475 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 145 k 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 145 k 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 436 k 2024-03-20T07:51:44.476 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:51:44.688 INFO:teuthology.orchestra.run.smithi078.stdout:ceph-immutable-object-cache-19.0.0-2153.ge7e80a 687 kB/s | 145 kB 00:00 2024-03-20T07:51:44.688 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:44.689 INFO:teuthology.orchestra.run.smithi078.stdout:Total 682 kB/s | 145 kB 00:00 2024-03-20T07:51:44.689 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:51:44.696 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:51:44.696 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:51:44.747 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:51:44.748 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:51:44.888 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:51:44.947 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:44.971 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:44.971 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:44.972 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-20T07:51:44.972 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:45.084 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-20T07:51:45.200 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-20T07:51:45.408 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/36 2024-03-20T07:51:45.434 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 33/36 2024-03-20T07:51:45.434 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:45.434 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-20T07:51:45.434 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T07:51:45.434 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T07:51:45.434 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:45.884 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 34/36 2024-03-20T07:51:45.896 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:45.896 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:45.896 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:51:45.896 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:45.896 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:45.896 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:45.906 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 34/36 2024-03-20T07:51:45.906 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:45.907 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-20T07:51:45.907 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T07:51:45.907 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T07:51:45.907 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:46.126 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 35/36 2024-03-20T07:51:46.149 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 35/36 2024-03-20T07:51:46.149 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:46.149 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-20T07:51:46.149 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T07:51:46.149 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T07:51:46.149 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:46.150 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr 2024-03-20T07:51:46.215 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 36/36 2024-03-20T07:51:46.509 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-20T07:51:46.725 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:00 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:46.822 INFO:teuthology.orchestra.run.smithi078.stdout:Package ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:51:46.874 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:46.875 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:51:46.875 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:46.944 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-dashboard 2024-03-20T07:51:47.504 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:01 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:47.592 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-20T07:51:47.624 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 12/12 2024-03-20T07:51:47.653 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:47.654 INFO:teuthology.orchestra.run.smithi078.stdout:====================================================================================== 2024-03-20T07:51:47.654 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:51:47.654 INFO:teuthology.orchestra.run.smithi078.stdout:====================================================================================== 2024-03-20T07:51:47.654 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:51:47.654 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 1.8 M 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 34 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 16 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-20T07:51:47.655 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-20T07:51:47.656 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:47.656 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:51:47.656 INFO:teuthology.orchestra.run.smithi078.stdout:====================================================================================== 2024-03-20T07:51:47.656 INFO:teuthology.orchestra.run.smithi078.stdout:Install 12 Packages 2024-03-20T07:51:47.656 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:47.657 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 6.9 M 2024-03-20T07:51:47.657 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 26 M 2024-03-20T07:51:47.657 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:51:48.017 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 36/36 2024-03-20T07:51:48.017 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/36 2024-03-20T07:51:48.017 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/36 2024-03-20T07:51:48.017 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 3/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 4/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 5/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9. 6/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-20T07:51:48.018 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-20T07:51:48.019 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-20T07:51:48.020 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-20T07:51:48.021 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T07:51:48.021 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-20T07:51:48.021 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-20T07:51:48.021 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-20T07:51:48.021 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-20T07:51:48.021 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-20T07:51:48.280 INFO:teuthology.orchestra.run.smithi078.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2153.ge7 157 kB/s | 34 kB 00:00 2024-03-20T07:51:48.308 INFO:teuthology.orchestra.run.smithi078.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2153.ge7e 68 kB/s | 16 kB 00:00 2024-03-20T07:51:48.450 INFO:teuthology.orchestra.run.smithi078.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-20T07:51:48.509 INFO:teuthology.orchestra.run.smithi078.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.4 MB/s | 1.0 MB 00:00 2024-03-20T07:51:48.609 INFO:teuthology.orchestra.run.smithi078.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2153.ge7e80a6 3.3 MB/s | 1.8 MB 00:00 2024-03-20T07:51:48.818 INFO:teuthology.orchestra.run.smithi078.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.3 MB/s | 863 kB 00:00 2024-03-20T07:51:48.851 INFO:teuthology.orchestra.run.smithi078.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-03-20T07:51:48.878 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mds-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mon-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-osd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: lua-5.4.4-4.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-20T07:51:48.879 INFO:teuthology.orchestra.run.smithi107.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-20T07:51:48.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ply-3.11-14.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-20T07:51:48.881 INFO:teuthology.orchestra.run.smithi107.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-20T07:51:48.882 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:48.882 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:49.118 INFO:teuthology.orchestra.run.smithi078.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 900 kB/s | 548 kB 00:00 2024-03-20T07:51:49.152 INFO:teuthology.orchestra.run.smithi078.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 481 kB/s | 144 kB 00:00 2024-03-20T07:51:49.210 INFO:teuthology.orchestra.run.smithi078.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 335 kB/s | 31 kB 00:00 2024-03-20T07:51:49.226 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-base 2024-03-20T07:51:49.319 INFO:teuthology.orchestra.run.smithi078.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-03-20T07:51:49.569 INFO:teuthology.orchestra.run.smithi078.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.7 MB/s | 2.0 MB 00:00 2024-03-20T07:51:49.572 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:49.572 INFO:teuthology.orchestra.run.smithi078.stdout:Total 3.6 MB/s | 6.9 MB 00:01 2024-03-20T07:51:49.591 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:51:49.608 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:51:49.608 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:51:49.785 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:51:49.785 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:51:49.787 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:53 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:49.883 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-base-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:51:49.934 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:49.935 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:51:49.936 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:50.000 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install cephadm 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 12/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 1/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-20T07:51:50.036 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-20T07:51:50.037 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-20T07:51:50.298 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:51:50.386 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-20T07:51:50.422 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-20T07:51:50.466 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-20T07:51:50.466 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:50.466 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:50.466 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:50.467 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:50.468 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-20T07:51:50.507 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-20T07:51:50.563 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:54 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:50.611 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-20T07:51:50.712 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:50.712 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:50.712 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 748 k 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 748 k 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 755 k 2024-03-20T07:51:50.713 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:51:50.732 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-20T07:51:50.834 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-20T07:51:50.869 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-mgr-rook 2024-03-20T07:51:50.886 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-20T07:51:50.915 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-20T07:51:50.947 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9 10/12 2024-03-20T07:51:51.156 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm-19.0.0-2153.ge7e80a6a.el9.noarch.rpm 1.7 MB/s | 748 kB 00:00 2024-03-20T07:51:51.157 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:51.157 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.6 MB/s | 748 kB 00:00 2024-03-20T07:51:51.157 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:51:51.162 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:51:51.162 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:51:51.167 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:51:51.168 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:51:51.192 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el 11/12 2024-03-20T07:51:51.221 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 12/12 2024-03-20T07:51:51.238 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:51:51.446 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:20 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:51.603 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout:======================================================================================== 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout:======================================================================================== 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-rook noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 49 k 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-20T07:51:51.604 INFO:teuthology.orchestra.run.smithi057.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout:======================================================================================== 2024-03-20T07:51:51.605 INFO:teuthology.orchestra.run.smithi057.stdout:Install 13 Packages 2024-03-20T07:51:51.606 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:51.606 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 2.0 M 2024-03-20T07:51:51.606 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 26 M 2024-03-20T07:51:51.606 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:51.638 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:51.752 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:51.899 INFO:teuthology.orchestra.run.smithi057.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 187 kB/s | 24 kB 00:00 2024-03-20T07:51:51.924 INFO:teuthology.orchestra.run.smithi057.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 116 kB/s | 18 kB 00:00 2024-03-20T07:51:51.974 INFO:teuthology.orchestra.run.smithi057.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-20T07:51:52.000 INFO:teuthology.orchestra.run.smithi057.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-20T07:51:52.025 INFO:teuthology.orchestra.run.smithi057.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-20T07:51:52.026 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 12/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el 1/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 2/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9 3/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-20T07:51:52.027 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-20T07:51:52.029 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-20T07:51:52.029 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-20T07:51:52.050 INFO:teuthology.orchestra.run.smithi057.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 857 kB/s | 43 kB 00:00 2024-03-20T07:51:52.076 INFO:teuthology.orchestra.run.smithi057.stdout:(7/13): ceph-mgr-rook-19.0.0-2153.ge7e80a6a.el9 160 kB/s | 49 kB 00:00 2024-03-20T07:51:52.118 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:52.317 INFO:teuthology.orchestra.run.smithi057.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 110 kB/s | 32 kB 00:00 2024-03-20T07:51:52.334 INFO:teuthology.orchestra.run.smithi057.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 53 kB/s | 15 kB 00:00 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:52.369 INFO:teuthology.orchestra.run.smithi078.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-20T07:51:52.370 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-20T07:51:52.370 INFO:teuthology.orchestra.run.smithi078.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-20T07:51:52.370 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-20T07:51:52.370 INFO:teuthology.orchestra.run.smithi078.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-20T07:51:52.371 INFO:teuthology.orchestra.run.smithi078.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-20T07:51:52.371 INFO:teuthology.orchestra.run.smithi078.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-20T07:51:52.371 INFO:teuthology.orchestra.run.smithi078.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-20T07:51:52.371 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:52.371 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:51:52.400 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/1 2024-03-20T07:51:52.401 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:52.401 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:51:52.401 INFO:teuthology.orchestra.run.smithi107.stdout: cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:52.401 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:52.401 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:52.484 INFO:teuthology.orchestra.run.smithi057.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 394 kB/s | 59 kB 00:00 2024-03-20T07:51:52.509 INFO:teuthology.orchestra.run.smithi057.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 467 kB/s | 203 kB 00:00 2024-03-20T07:51:52.595 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-immutable-object-cache 2024-03-20T07:51:52.610 INFO:teuthology.orchestra.run.smithi057.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 716 kB/s | 90 kB 00:00 2024-03-20T07:51:52.629 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-20T07:51:52.652 INFO:teuthology.orchestra.run.smithi057.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-03-20T07:51:52.656 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:52.656 INFO:teuthology.orchestra.run.smithi057.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-03-20T07:51:52.656 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:52.670 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:52.671 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:52.765 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:52.765 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:53.166 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:57 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:53.195 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:07 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:51:53.284 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:53.317 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 145 k 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:53.318 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 145 k 2024-03-20T07:51:53.319 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 436 k 2024-03-20T07:51:53.319 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:51:53.346 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:51:53.347 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 7.4 M 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-20T07:51:53.348 INFO:teuthology.orchestra.run.smithi078.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================================ 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout:Install 12 Packages 2024-03-20T07:51:53.349 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:51:53.350 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 37 M 2024-03-20T07:51:53.350 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 209 M 2024-03-20T07:51:53.350 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:51:53.440 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-20T07:51:53.496 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-20T07:51:53.551 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-20T07:51:53.588 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-20T07:51:53.630 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-20T07:51:53.671 INFO:teuthology.orchestra.run.smithi107.stdout:ceph-immutable-object-cache-19.0.0-2153.ge7e80a 412 kB/s | 145 kB 00:00 2024-03-20T07:51:53.672 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:53.672 INFO:teuthology.orchestra.run.smithi107.stdout:Total 411 kB/s | 145 kB 00:00 2024-03-20T07:51:53.672 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:51:53.675 INFO:teuthology.orchestra.run.smithi078.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 223 kB/s | 32 kB 00:00 2024-03-20T07:51:53.679 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:51:53.679 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:51:53.709 INFO:teuthology.orchestra.run.smithi078.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 521 kB/s | 17 kB 00:00 2024-03-20T07:51:53.728 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-20T07:51:53.731 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:51:53.731 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:51:53.751 INFO:teuthology.orchestra.run.smithi078.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 854 kB/s | 34 kB 00:00 2024-03-20T07:51:53.801 INFO:teuthology.orchestra.run.smithi078.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-20T07:51:53.845 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-20T07:51:53.869 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:51:53.898 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-20T07:51:53.930 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:53.955 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:53.955 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:51:53.955 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-20T07:51:53.955 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:53.985 INFO:teuthology.orchestra.run.smithi078.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-20T07:51:54.052 INFO:teuthology.orchestra.run.smithi078.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-03-20T07:51:54.077 INFO:teuthology.orchestra.run.smithi078.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-20T07:51:54.194 INFO:teuthology.orchestra.run.smithi078.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-21 11 MB/s | 7.4 MB 00:00 2024-03-20T07:51:54.269 INFO:teuthology.orchestra.run.smithi078.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.1 MB/s | 803 kB 00:00 2024-03-20T07:51:54.311 INFO:teuthology.orchestra.run.smithi078.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 195 kB 00:00 2024-03-20T07:51:54.461 INFO:teuthology.orchestra.run.smithi078.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-03-20T07:51:54.512 INFO:teuthology.orchestra.run.smithi078.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.0 MB/s | 245 kB 00:00 2024-03-20T07:51:54.514 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:54.514 INFO:teuthology.orchestra.run.smithi078.stdout:Total 32 MB/s | 37 MB 00:01 2024-03-20T07:51:54.555 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:51:54.578 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:51:54.578 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:51:54.673 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-20T07:51:54.727 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-20T07:51:54.785 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-20T07:51:54.843 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-20T07:51:54.872 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 13/13 2024-03-20T07:51:54.941 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:51:54.942 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:51:54.979 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a. 1/1 2024-03-20T07:51:54.979 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:54.979 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:51:54.979 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-immutable-object-cache-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:51:54.979 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:54.979 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:55.217 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 13/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-20T07:51:55.634 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-20T07:51:55.635 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-20T07:51:55.635 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-20T07:51:55.635 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-20T07:51:55.636 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:51:55.717 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-20T07:51:55.749 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-20T07:51:55.789 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:00:59 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:55.841 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-20T07:51:55.886 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-20T07:51:55.887 INFO:teuthology.orchestra.run.smithi107.stdout:Package ceph-mgr-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:51:55.939 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:55.940 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:51:55.941 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:51:55.997 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-20T07:51:55.997 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:55.997 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-20T07:51:55.998 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-20T07:51:55.999 INFO:teuthology.orchestra.run.smithi057.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-20T07:51:55.999 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:55.999 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:51:56.002 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-dashboard 2024-03-20T07:51:56.062 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T07:51:56.093 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T07:51:56.167 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-20T07:51:56.285 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-mgr-cephadm 2024-03-20T07:51:56.559 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:00 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:51:56.706 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:51:56.707 INFO:teuthology.orchestra.run.smithi107.stdout:====================================================================================== 2024-03-20T07:51:56.707 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout:====================================================================================== 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 1.8 M 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 34 k 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 16 k 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-20T07:51:56.708 INFO:teuthology.orchestra.run.smithi107.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout:====================================================================================== 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-03-20T07:51:56.709 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:51:56.710 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 6.9 M 2024-03-20T07:51:56.710 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 26 M 2024-03-20T07:51:56.710 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:51:56.856 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-20T07:51:56.863 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:25 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:51:56.972 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-20T07:51:57.020 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:51:57.021 INFO:teuthology.orchestra.run.smithi057.stdout:======================================================================================== 2024-03-20T07:51:57.021 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:51:57.021 INFO:teuthology.orchestra.run.smithi057.stdout:======================================================================================== 2024-03-20T07:51:57.022 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:51:57.022 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 139 k 2024-03-20T07:51:57.022 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:51:57.022 INFO:teuthology.orchestra.run.smithi057.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-20T07:51:57.022 INFO:teuthology.orchestra.run.smithi057.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-20T07:51:57.022 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-20T07:51:57.023 INFO:teuthology.orchestra.run.smithi057.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-20T07:51:57.023 INFO:teuthology.orchestra.run.smithi057.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-20T07:51:57.023 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:57.023 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:51:57.023 INFO:teuthology.orchestra.run.smithi057.stdout:======================================================================================== 2024-03-20T07:51:57.024 INFO:teuthology.orchestra.run.smithi057.stdout:Install 6 Packages 2024-03-20T07:51:57.024 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:51:57.025 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 6.8 M 2024-03-20T07:51:57.025 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 33 M 2024-03-20T07:51:57.025 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:51:57.226 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2153.ge7e 86 kB/s | 16 kB 00:00 2024-03-20T07:51:57.326 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2153.ge7 117 kB/s | 34 kB 00:00 2024-03-20T07:51:57.385 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2153.ge7e80a6 5.1 MB/s | 1.8 MB 00:00 2024-03-20T07:51:57.418 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-03-20T07:51:57.444 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 238 kB 00:00 2024-03-20T07:51:57.470 INFO:teuthology.orchestra.run.smithi057.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-03-20T07:51:57.578 INFO:teuthology.orchestra.run.smithi057.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2153.ge7e80a6a.e 619 kB/s | 139 kB 00:00 2024-03-20T07:51:57.585 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 137 kB/s | 19 kB 00:00 2024-03-20T07:51:57.654 INFO:teuthology.orchestra.run.smithi057.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-03-20T07:51:57.786 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-03-20T07:51:57.836 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-03-20T07:51:57.886 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 615 kB/s | 31 kB 00:00 2024-03-20T07:51:57.921 INFO:teuthology.orchestra.run.smithi057.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 169 kB/s | 58 kB 00:00 2024-03-20T07:51:57.929 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.9 MB/s | 2.0 MB 00:00 2024-03-20T07:51:57.954 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.7 MB/s | 188 kB 00:00 2024-03-20T07:51:57.996 INFO:teuthology.orchestra.run.smithi057.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 149 kB/s | 51 kB 00:00 2024-03-20T07:51:58.054 INFO:teuthology.orchestra.run.smithi057.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 939 kB/s | 548 kB 00:00 2024-03-20T07:51:58.056 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:58.056 INFO:teuthology.orchestra.run.smithi057.stdout:Total 6.6 MB/s | 6.8 MB 00:01 2024-03-20T07:51:58.070 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:51:58.081 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:51:58.081 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:51:58.174 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:51:58.175 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:51:58.194 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-20T07:51:58.481 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:51:58.650 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-20T07:51:58.698 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-20T07:51:59.095 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 505 kB/s | 863 kB 00:01 2024-03-20T07:51:59.100 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:51:59.100 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.9 MB/s | 6.9 MB 00:02 2024-03-20T07:51:59.120 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:51:59.139 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:51:59.139 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:51:59.220 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-20T07:51:59.251 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 12/12 2024-03-20T07:51:59.255 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-20T07:51:59.312 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:51:59.313 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:51:59.335 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-20T07:51:59.396 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-20T07:51:59.426 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 6/6 2024-03-20T07:51:59.832 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:51:59.896 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-20T07:51:59.939 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-20T07:51:59.994 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-20T07:52:00.034 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-20T07:52:00.133 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-20T07:52:00.154 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 6/6 2024-03-20T07:52:00.154 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/6 2024-03-20T07:52:00.154 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-20T07:52:00.154 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-20T07:52:00.154 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-20T07:52:00.154 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-20T07:52:00.258 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-20T07:52:00.345 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-20T07:52:00.388 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-20T07:52:00.425 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-20T07:52:00.445 INFO:teuthology.orchestra.run.smithi057.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-20T07:52:00.446 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:00.446 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:00.457 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9 10/12 2024-03-20T07:52:00.697 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-fuse 2024-03-20T07:52:00.703 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el 11/12 2024-03-20T07:52:00.732 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 12/12 2024-03-20T07:52:01.274 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:30 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:01.431 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-fuse x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 890 k 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout:Install 2 Packages 2024-03-20T07:52:01.432 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:01.433 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 968 k 2024-03-20T07:52:01.433 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 2.8 M 2024-03-20T07:52:01.433 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 12/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el 1/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noa 2/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9 3/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-20T07:52:01.527 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-20T07:52:01.528 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-20T07:52:01.528 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-20T07:52:01.528 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-20T07:52:01.528 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-20T07:52:01.563 INFO:teuthology.orchestra.run.smithi057.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 604 kB/s | 79 kB 00:00 2024-03-20T07:52:01.754 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 12/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 1/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-20T07:52:01.755 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-20T07:52:01.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-20T07:52:01.879 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:01.879 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-grafana-dashboards-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-prometheus-alerts-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:01.880 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:01.888 INFO:teuthology.orchestra.run.smithi057.stdout:(2/2): ceph-fuse-19.0.0-2153.ge7e80a6a.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-03-20T07:52:01.890 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:01.890 INFO:teuthology.orchestra.run.smithi057.stdout:Total 2.1 MB/s | 968 kB 00:00 2024-03-20T07:52:01.890 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:01.912 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:01.913 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:01.988 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:01.988 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:02.157 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-20T07:52:02.171 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-20T07:52:02.172 INFO:teuthology.orchestra.run.smithi078.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-20T07:52:02.173 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-20T07:52:02.173 INFO:teuthology.orchestra.run.smithi078.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-20T07:52:02.173 INFO:teuthology.orchestra.run.smithi078.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-20T07:52:02.173 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:02.173 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:02.313 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-20T07:52:02.382 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/2 2024-03-20T07:52:02.546 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-rook 2024-03-20T07:52:02.718 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:06 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:02.868 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================================ 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================================ 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 7.4 M 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:52:02.869 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================================ 2024-03-20T07:52:02.870 INFO:teuthology.orchestra.run.smithi107.stdout:Install 12 Packages 2024-03-20T07:52:02.871 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:02.872 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 37 M 2024-03-20T07:52:02.872 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 209 M 2024-03-20T07:52:02.872 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:03.079 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/2 2024-03-20T07:52:03.079 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/2 2024-03-20T07:52:03.114 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:17 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:03.265 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:03.266 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================== 2024-03-20T07:52:03.266 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:52:03.266 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================== 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 49 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-20T07:52:03.267 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================== 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout:Install 13 Packages 2024-03-20T07:52:03.268 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:03.269 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 2.0 M 2024-03-20T07:52:03.269 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 26 M 2024-03-20T07:52:03.269 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:03.377 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-20T07:52:03.377 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:03.377 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:03.378 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-20T07:52:03.378 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:03.378 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:03.428 INFO:teuthology.orchestra.run.smithi107.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 239 kB/s | 32 kB 00:00 2024-03-20T07:52:03.461 INFO:teuthology.orchestra.run.smithi107.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-03-20T07:52:03.503 INFO:teuthology.orchestra.run.smithi107.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 846 kB/s | 34 kB 00:00 2024-03-20T07:52:03.553 INFO:teuthology.orchestra.run.smithi107.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-03-20T07:52:03.693 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install ceph-volume 2024-03-20T07:52:03.737 INFO:teuthology.orchestra.run.smithi107.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-03-20T07:52:03.802 INFO:teuthology.orchestra.run.smithi078.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 121 kB/s | 18 kB 00:00 2024-03-20T07:52:03.804 INFO:teuthology.orchestra.run.smithi107.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 4.8 MB 00:00 2024-03-20T07:52:03.818 INFO:teuthology.orchestra.run.smithi078.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 147 kB/s | 24 kB 00:00 2024-03-20T07:52:03.829 INFO:teuthology.orchestra.run.smithi107.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-03-20T07:52:03.944 INFO:teuthology.orchestra.run.smithi078.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 174 kB 00:00 2024-03-20T07:52:03.986 INFO:teuthology.orchestra.run.smithi078.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 793 kB/s | 132 kB 00:00 2024-03-20T07:52:04.010 INFO:teuthology.orchestra.run.smithi078.stdout:(5/13): ceph-mgr-rook-19.0.0-2153.ge7e80a6a.el9 137 kB/s | 49 kB 00:00 2024-03-20T07:52:04.013 INFO:teuthology.orchestra.run.smithi107.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-21 10 MB/s | 7.4 MB 00:00 2024-03-20T07:52:04.061 INFO:teuthology.orchestra.run.smithi078.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.8 MB/s | 211 kB 00:00 2024-03-20T07:52:04.078 INFO:teuthology.orchestra.run.smithi078.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 464 kB/s | 43 kB 00:00 2024-03-20T07:52:04.163 INFO:teuthology.orchestra.run.smithi107.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-03-20T07:52:04.247 INFO:teuthology.orchestra.run.smithi107.stdout:(10/12): python3-devel-3.9.17-2.el9.x86_64.rpm 2.9 MB/s | 245 kB 00:00 2024-03-20T07:52:04.261 INFO:teuthology.orchestra.run.smithi078.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-03-20T07:52:04.273 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:33 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:04.287 INFO:teuthology.orchestra.run.smithi078.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 66 kB/s | 15 kB 00:00 2024-03-20T07:52:04.429 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repository Size 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-volume noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 264 k 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout:Installing dependencies: 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:04.430 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:04.431 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:04.431 INFO:teuthology.orchestra.run.smithi057.stdout:Install 2 Packages 2024-03-20T07:52:04.431 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:04.431 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 332 k 2024-03-20T07:52:04.431 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 1.5 M 2024-03-20T07:52:04.431 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:04.504 INFO:teuthology.orchestra.run.smithi078.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 273 kB/s | 59 kB 00:00 2024-03-20T07:52:04.551 INFO:teuthology.orchestra.run.smithi057.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 577 kB/s | 69 kB 00:00 2024-03-20T07:52:04.554 INFO:teuthology.orchestra.run.smithi078.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 426 kB/s | 203 kB 00:00 2024-03-20T07:52:04.573 INFO:teuthology.orchestra.run.smithi107.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 351 kB/s | 195 kB 00:00 2024-03-20T07:52:04.647 INFO:teuthology.orchestra.run.smithi107.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 984 kB/s | 803 kB 00:00 2024-03-20T07:52:04.650 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:04.651 INFO:teuthology.orchestra.run.smithi107.stdout:Total 21 MB/s | 37 MB 00:01 2024-03-20T07:52:04.671 INFO:teuthology.orchestra.run.smithi078.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 538 kB/s | 90 kB 00:00 2024-03-20T07:52:04.691 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:04.715 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:04.715 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:04.788 INFO:teuthology.orchestra.run.smithi078.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-03-20T07:52:04.790 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:04.790 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.3 MB/s | 2.0 MB 00:01 2024-03-20T07:52:04.790 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:04.804 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:04.804 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:04.851 INFO:teuthology.orchestra.run.smithi057.stdout:(2/2): ceph-volume-19.0.0-2153.ge7e80a6a.el9.no 629 kB/s | 264 kB 00:00 2024-03-20T07:52:04.852 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:04.852 INFO:teuthology.orchestra.run.smithi057.stdout:Total 788 kB/s | 332 kB 00:00 2024-03-20T07:52:04.853 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:04.862 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:04.862 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:04.898 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:04.899 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:04.901 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:04.901 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:05.048 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:05.079 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:05.079 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:05.235 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-20T07:52:05.270 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2/2 2024-03-20T07:52:05.286 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2/2 2024-03-20T07:52:05.287 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:52:05.287 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-20T07:52:05.287 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:05.422 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:05.593 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-20T07:52:05.638 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-20T07:52:05.694 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-20T07:52:05.731 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-20T07:52:05.772 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-20T07:52:05.797 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:05.866 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-20T07:52:05.879 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-20T07:52:05.910 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-20T07:52:05.983 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-20T07:52:06.005 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/2 2024-03-20T07:52:06.005 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-20T07:52:06.032 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-20T07:52:06.046 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-20T07:52:06.216 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T07:52:06.245 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T07:52:06.330 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-20T07:52:06.360 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-20T07:52:06.360 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:06.360 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:06.360 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:06.360 INFO:teuthology.orchestra.run.smithi057.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-20T07:52:06.361 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:06.361 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:06.725 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install librados-devel 2024-03-20T07:52:06.759 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-20T07:52:06.804 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-20T07:52:06.838 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-20T07:52:06.886 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-20T07:52:06.908 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 13/13 2024-03-20T07:52:06.979 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-20T07:52:07.091 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-20T07:52:07.304 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:36 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:07.460 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repo Size 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout: librados-devel x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 127 k 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:52:07.462 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:07.463 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 127 k 2024-03-20T07:52:07.463 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 456 k 2024-03-20T07:52:07.463 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:07.757 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 13/13 2024-03-20T07:52:07.757 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/13 2024-03-20T07:52:07.757 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-20T07:52:07.758 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-20T07:52:07.774 INFO:teuthology.orchestra.run.smithi057.stdout:librados-devel-19.0.0-2153.ge7e80a6a.el9.x86_64 407 kB/s | 127 kB 00:00 2024-03-20T07:52:07.775 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:07.775 INFO:teuthology.orchestra.run.smithi057.stdout:Total 405 kB/s | 127 kB 00:00 2024-03-20T07:52:07.775 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:07.781 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:07.781 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:07.838 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:07.839 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:07.986 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:08.092 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-20T07:52:08.118 INFO:teuthology.orchestra.run.smithi078.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:08.119 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:08.301 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-20T07:52:08.387 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-mgr-cephadm 2024-03-20T07:52:08.521 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:08.801 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:08.802 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:08.802 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:08.802 INFO:teuthology.orchestra.run.smithi057.stdout: librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:08.802 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:08.802 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:08.952 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:22 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:09.024 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install libcephfs2 2024-03-20T07:52:09.103 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:09.103 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================== 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================== 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 139 k 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:09.104 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:09.105 INFO:teuthology.orchestra.run.smithi078.stdout:======================================================================================== 2024-03-20T07:52:09.105 INFO:teuthology.orchestra.run.smithi078.stdout:Install 6 Packages 2024-03-20T07:52:09.105 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:09.105 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 6.8 M 2024-03-20T07:52:09.105 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 33 M 2024-03-20T07:52:09.105 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:09.318 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-20T07:52:09.346 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 12/12 2024-03-20T07:52:09.600 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:38 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:09.701 INFO:teuthology.orchestra.run.smithi057.stdout:Package libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:09.757 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:09.758 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:09.759 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:09.772 INFO:teuthology.orchestra.run.smithi078.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-03-20T07:52:09.814 INFO:teuthology.orchestra.run.smithi078.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 821 kB/s | 248 kB 00:00 2024-03-20T07:52:09.844 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install libcephfs-devel 2024-03-20T07:52:09.906 INFO:teuthology.orchestra.run.smithi078.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2153.ge7e80a6a.e 352 kB/s | 139 kB 00:00 2024-03-20T07:52:10.006 INFO:teuthology.orchestra.run.smithi078.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 301 kB/s | 58 kB 00:00 2024-03-20T07:52:10.081 INFO:teuthology.orchestra.run.smithi078.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 291 kB/s | 51 kB 00:00 2024-03-20T07:52:10.107 INFO:teuthology.orchestra.run.smithi078.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-03-20T07:52:10.108 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:10.109 INFO:teuthology.orchestra.run.smithi078.stdout:Total 6.8 MB/s | 6.8 MB 00:01 2024-03-20T07:52:10.122 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:10.132 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:10.132 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:10.221 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:10.221 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:10.417 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:39 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:10.512 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:10.573 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:10.574 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:10.574 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repo Size 2024-03-20T07:52:10.575 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:10.575 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:10.575 INFO:teuthology.orchestra.run.smithi057.stdout: libcephfs-devel x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 31 k 2024-03-20T07:52:10.575 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:10.575 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:10.576 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:10.576 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:52:10.576 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:10.576 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 31 k 2024-03-20T07:52:10.576 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 140 k 2024-03-20T07:52:10.576 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:10.680 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-20T07:52:10.733 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-20T07:52:10.743 INFO:teuthology.orchestra.run.smithi057.stdout:libcephfs-devel-19.0.0-2153.ge7e80a6a.el9.x86_6 186 kB/s | 31 kB 00:00 2024-03-20T07:52:10.743 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:10.744 INFO:teuthology.orchestra.run.smithi057.stdout:Total 184 kB/s | 31 kB 00:00 2024-03-20T07:52:10.744 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:10.748 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:10.748 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:10.780 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:10.780 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:10.925 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:11.026 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:11.253 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-20T07:52:11.327 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-20T07:52:11.400 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:11.414 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-20T07:52:11.438 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 6/6 2024-03-20T07:52:11.642 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:11.642 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:11.643 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:11.643 INFO:teuthology.orchestra.run.smithi057.stdout: libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:11.643 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:11.643 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:11.782 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install librados2 2024-03-20T07:52:11.878 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 12/12 2024-03-20T07:52:11.878 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80 1/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-20T07:52:11.879 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-20T07:52:12.250 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 6/6 2024-03-20T07:52:12.250 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/6 2024-03-20T07:52:12.250 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-20T07:52:12.250 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-20T07:52:12.250 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-20T07:52:12.250 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-20T07:52:12.314 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-20T07:52:12.314 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:12.314 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-20T07:52:12.315 INFO:teuthology.orchestra.run.smithi107.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-20T07:52:12.316 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:12.316 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:12.359 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:41 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:12.459 INFO:teuthology.orchestra.run.smithi057.stdout:Package librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:12.514 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:12.515 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:12.515 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:12.541 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-20T07:52:12.541 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:12.541 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:12.541 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:12.541 INFO:teuthology.orchestra.run.smithi078.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-20T07:52:12.541 INFO:teuthology.orchestra.run.smithi078.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-20T07:52:12.542 INFO:teuthology.orchestra.run.smithi078.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-20T07:52:12.542 INFO:teuthology.orchestra.run.smithi078.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-20T07:52:12.542 INFO:teuthology.orchestra.run.smithi078.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-20T07:52:12.542 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:12.542 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:12.572 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install librbd1 2024-03-20T07:52:12.699 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-rook 2024-03-20T07:52:12.802 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-fuse 2024-03-20T07:52:13.147 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:42 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:13.248 INFO:teuthology.orchestra.run.smithi057.stdout:Package librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:13.271 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:17 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:13.303 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:13.304 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:13.304 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:13.355 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install python3-rados 2024-03-20T07:52:13.365 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:27 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:13.421 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:13.422 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================== 2024-03-20T07:52:13.422 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:52:13.422 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================== 2024-03-20T07:52:13.422 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:13.422 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 49 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-20T07:52:13.423 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:13.424 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:13.424 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================== 2024-03-20T07:52:13.424 INFO:teuthology.orchestra.run.smithi107.stdout:Install 13 Packages 2024-03-20T07:52:13.424 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:13.424 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 2.0 M 2024-03-20T07:52:13.424 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 26 M 2024-03-20T07:52:13.425 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:13.515 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 890 k 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:13.516 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:13.517 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:13.517 INFO:teuthology.orchestra.run.smithi078.stdout:Install 2 Packages 2024-03-20T07:52:13.517 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:13.517 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 968 k 2024-03-20T07:52:13.517 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 2.8 M 2024-03-20T07:52:13.517 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:13.642 INFO:teuthology.orchestra.run.smithi078.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 633 kB/s | 79 kB 00:00 2024-03-20T07:52:13.765 INFO:teuthology.orchestra.run.smithi107.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 124 kB/s | 18 kB 00:00 2024-03-20T07:52:13.790 INFO:teuthology.orchestra.run.smithi107.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 143 kB/s | 24 kB 00:00 2024-03-20T07:52:13.842 INFO:teuthology.orchestra.run.smithi078.stdout:(2/2): ceph-fuse-19.0.0-2153.ge7e80a6a.el9.x86_ 2.7 MB/s | 890 kB 00:00 2024-03-20T07:52:13.843 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:13.844 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.9 MB/s | 968 kB 00:00 2024-03-20T07:52:13.844 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:13.857 INFO:teuthology.orchestra.run.smithi107.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 174 kB 00:00 2024-03-20T07:52:13.864 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:13.864 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:13.883 INFO:teuthology.orchestra.run.smithi107.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 132 kB 00:00 2024-03-20T07:52:13.908 INFO:teuthology.orchestra.run.smithi107.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-20T07:52:13.930 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:42 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:13.933 INFO:teuthology.orchestra.run.smithi107.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-03-20T07:52:13.935 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:13.936 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:13.958 INFO:teuthology.orchestra.run.smithi107.stdout:(7/13): ceph-mgr-rook-19.0.0-2153.ge7e80a6a.el9 145 kB/s | 49 kB 00:00 2024-03-20T07:52:14.030 INFO:teuthology.orchestra.run.smithi057.stdout:Package python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:14.051 INFO:teuthology.orchestra.run.smithi107.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-03-20T07:52:14.068 INFO:teuthology.orchestra.run.smithi107.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 202 kB/s | 32 kB 00:00 2024-03-20T07:52:14.084 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:14.085 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:14.085 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:14.128 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:14.140 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install python3-rgw 2024-03-20T07:52:14.193 INFO:teuthology.orchestra.run.smithi107.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 866 kB/s | 203 kB 00:00 2024-03-20T07:52:14.210 INFO:teuthology.orchestra.run.smithi107.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 417 kB/s | 59 kB 00:00 2024-03-20T07:52:14.260 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-20T07:52:14.334 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/2 2024-03-20T07:52:14.335 INFO:teuthology.orchestra.run.smithi107.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 632 kB/s | 90 kB 00:00 2024-03-20T07:52:14.368 INFO:teuthology.orchestra.run.smithi107.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.2 MB/s | 1.0 MB 00:00 2024-03-20T07:52:14.370 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:14.370 INFO:teuthology.orchestra.run.smithi107.stdout:Total 2.2 MB/s | 2.0 MB 00:00 2024-03-20T07:52:14.371 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:14.384 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:14.384 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:14.472 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:14.472 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:14.712 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:43 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:14.812 INFO:teuthology.orchestra.run.smithi057.stdout:Package python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:14.867 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:14.868 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:14.868 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:14.922 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install python3-cephfs 2024-03-20T07:52:14.977 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:15.079 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/2 2024-03-20T07:52:15.079 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/2 2024-03-20T07:52:15.141 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-20T07:52:15.195 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-20T07:52:15.250 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-20T07:52:15.296 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-20T07:52:15.338 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-20T07:52:15.382 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-20T07:52:15.383 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:15.383 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:15.383 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-20T07:52:15.383 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:15.383 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:15.431 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-20T07:52:15.492 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:44 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:15.532 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-20T07:52:15.581 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-20T07:52:15.592 INFO:teuthology.orchestra.run.smithi057.stdout:Package python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:15.647 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:15.649 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:15.649 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:15.695 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install ceph-volume 2024-03-20T07:52:15.705 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install python3-rbd 2024-03-20T07:52:16.277 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:30 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:16.277 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:45 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:16.300 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-20T07:52:16.345 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-20T07:52:16.378 INFO:teuthology.orchestra.run.smithi057.stdout:Package python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:16.378 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-20T07:52:16.427 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-20T07:52:16.428 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:16.430 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:16.430 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repository Size 2024-03-20T07:52:16.430 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:16.430 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 264 k 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:Installing dependencies: 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:Install 2 Packages 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 332 k 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 1.5 M 2024-03-20T07:52:16.431 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:16.432 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:16.433 INFO:teuthology.orchestra.run.smithi057.stdout:Nothing to do. 2024-03-20T07:52:16.433 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:16.448 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 13/13 2024-03-20T07:52:16.481 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install rbd-fuse 2024-03-20T07:52:16.547 INFO:teuthology.orchestra.run.smithi078.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 593 kB/s | 69 kB 00:00 2024-03-20T07:52:16.705 INFO:teuthology.orchestra.run.smithi078.stdout:(2/2): ceph-volume-19.0.0-2153.ge7e80a6a.el9.no 961 kB/s | 264 kB 00:00 2024-03-20T07:52:16.706 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:16.706 INFO:teuthology.orchestra.run.smithi078.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-03-20T07:52:16.707 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:16.715 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:16.715 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:16.752 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:16.753 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:16.905 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:17.057 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:46 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:17.096 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-20T07:52:17.133 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2/2 2024-03-20T07:52:17.148 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2/2 2024-03-20T07:52:17.148 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:52:17.148 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-20T07:52:17.149 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:17.211 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 13/13 2024-03-20T07:52:17.211 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/13 2024-03-20T07:52:17.211 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-20T07:52:17.211 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-20T07:52:17.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-20T07:52:17.213 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:17.213 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:17.213 INFO:teuthology.orchestra.run.smithi057.stdout: Package Architecture Version Repository Size 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout: rbd-fuse x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 85 k 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:52:17.214 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:17.215 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 85 k 2024-03-20T07:52:17.215 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 231 k 2024-03-20T07:52:17.215 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:17.529 INFO:teuthology.orchestra.run.smithi057.stdout:rbd-fuse-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 271 kB/s | 85 kB 00:00 2024-03-20T07:52:17.530 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:17.530 INFO:teuthology.orchestra.run.smithi057.stdout:Total 270 kB/s | 85 kB 00:00 2024-03-20T07:52:17.530 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:17.537 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:17.538 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-rook-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-20T07:52:17.584 INFO:teuthology.orchestra.run.smithi107.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:17.585 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:17.596 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:17.596 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:17.749 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:17.833 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-mgr-cephadm 2024-03-20T07:52:17.856 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:17.867 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/2 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout: ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:18.170 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:18.255 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:18.397 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:22 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:18.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados-devel 2024-03-20T07:52:18.547 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:18.547 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================== 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================== 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 139 k 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:18.548 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:18.549 INFO:teuthology.orchestra.run.smithi107.stdout:======================================================================================== 2024-03-20T07:52:18.549 INFO:teuthology.orchestra.run.smithi107.stdout:Install 6 Packages 2024-03-20T07:52:18.549 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:18.549 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 6.8 M 2024-03-20T07:52:18.549 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 33 M 2024-03-20T07:52:18.549 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:18.551 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:18.551 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:18.551 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:18.551 INFO:teuthology.orchestra.run.smithi057.stdout: rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:18.551 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:18.551 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:18.783 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install rbd-mirror 2024-03-20T07:52:18.797 INFO:teuthology.orchestra.run.smithi107.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-03-20T07:52:18.989 INFO:teuthology.orchestra.run.smithi107.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2153.ge7e80a6a.e 428 kB/s | 139 kB 00:00 2024-03-20T07:52:19.064 INFO:teuthology.orchestra.run.smithi107.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 5.8 MB 00:00 2024-03-20T07:52:19.068 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:33 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:19.218 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:19.219 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:19.219 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 127 k 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 127 k 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 456 k 2024-03-20T07:52:19.220 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:19.380 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:48 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:19.448 INFO:teuthology.orchestra.run.smithi107.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 127 kB/s | 58 kB 00:00 2024-03-20T07:52:19.481 INFO:teuthology.orchestra.run.smithi107.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 801 kB/s | 548 kB 00:00 2024-03-20T07:52:19.506 INFO:teuthology.orchestra.run.smithi107.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 122 kB/s | 51 kB 00:00 2024-03-20T07:52:19.509 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:19.509 INFO:teuthology.orchestra.run.smithi107.stdout:Total 7.1 MB/s | 6.8 MB 00:00 2024-03-20T07:52:19.522 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:19.529 INFO:teuthology.orchestra.run.smithi078.stdout:librados-devel-19.0.0-2153.ge7e80a6a.el9.x86_64 410 kB/s | 127 kB 00:00 2024-03-20T07:52:19.530 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:19.531 INFO:teuthology.orchestra.run.smithi078.stdout:Total 408 kB/s | 127 kB 00:00 2024-03-20T07:52:19.531 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:19.533 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:19.533 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:19.537 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:19.537 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:19.541 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout: Package Arch Version Repo Size 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout: rbd-mirror x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.1 M 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:52:19.542 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:19.543 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 3.1 M 2024-03-20T07:52:19.543 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 13 M 2024-03-20T07:52:19.543 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:19.591 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:19.591 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:19.622 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:19.622 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:19.732 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:19.836 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:19.907 INFO:teuthology.orchestra.run.smithi057.stdout:rbd-mirror-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 8.5 MB/s | 3.1 MB 00:00 2024-03-20T07:52:19.907 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:19.908 INFO:teuthology.orchestra.run.smithi057.stdout:Total 8.5 MB/s | 3.1 MB 00:00 2024-03-20T07:52:19.908 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:19.918 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:19.926 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:19.997 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:19.997 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:20.096 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-20T07:52:20.150 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-20T07:52:20.264 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:20.444 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:20.516 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:20.541 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:20.541 INFO:teuthology.orchestra.run.smithi057.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:52:20.541 INFO:teuthology.orchestra.run.smithi057.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-20T07:52:20.541 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T07:52:20.541 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T07:52:20.541 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:20.564 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:20.564 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:20.565 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:20.565 INFO:teuthology.orchestra.run.smithi078.stdout: librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:20.565 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:20.565 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:20.660 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-20T07:52:20.743 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-20T07:52:20.805 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-20T07:52:20.814 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs2 2024-03-20T07:52:20.828 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 6/6 2024-03-20T07:52:21.387 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:35 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:21.489 INFO:teuthology.orchestra.run.smithi078.stdout:Package libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:21.542 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:21.543 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:21.543 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:21.614 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install libcephfs-devel 2024-03-20T07:52:21.616 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 6/6 2024-03-20T07:52:21.616 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/6 2024-03-20T07:52:21.616 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-20T07:52:21.616 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-20T07:52:21.616 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-20T07:52:21.616 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-20T07:52:21.651 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:21.651 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:21.651 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:21.651 INFO:teuthology.orchestra.run.smithi057.stdout: rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:21.651 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:21.651 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:21.923 DEBUG:teuthology.orchestra.run.smithi057:> sudo yum -y install rbd-nbd 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-cephadm-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-20T07:52:21.924 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-20T07:52:21.925 INFO:teuthology.orchestra.run.smithi107.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-20T07:52:21.925 INFO:teuthology.orchestra.run.smithi107.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-20T07:52:21.925 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:21.925 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:22.178 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-fuse 2024-03-20T07:52:22.182 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:36 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:22.332 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:22.332 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:22.332 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-03-20T07:52:22.332 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:22.332 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 31 k 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:22.333 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 31 k 2024-03-20T07:52:22.334 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 140 k 2024-03-20T07:52:22.334 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:22.499 INFO:teuthology.orchestra.run.smithi078.stdout:libcephfs-devel-19.0.0-2153.ge7e80a6a.el9.x86_6 189 kB/s | 31 kB 00:00 2024-03-20T07:52:22.500 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:22.500 INFO:teuthology.orchestra.run.smithi078.stdout:Total 187 kB/s | 31 kB 00:00 2024-03-20T07:52:22.500 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:22.503 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:22.503 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:22.508 INFO:teuthology.orchestra.run.smithi057.stdout:Last metadata expiration check: 0:01:51 ago on Wed 20 Mar 2024 07:50:31 AM UTC. 2024-03-20T07:52:22.538 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:22.538 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:22.664 INFO:teuthology.orchestra.run.smithi057.stdout:Dependencies resolved. 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout: Package Architecture Version Repository Size 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout:Installing: 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout: rbd-nbd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 170 k 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:22.665 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction Summary 2024-03-20T07:52:22.666 INFO:teuthology.orchestra.run.smithi057.stdout:================================================================================ 2024-03-20T07:52:22.666 INFO:teuthology.orchestra.run.smithi057.stdout:Install 1 Package 2024-03-20T07:52:22.666 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:22.666 INFO:teuthology.orchestra.run.smithi057.stdout:Total download size: 170 k 2024-03-20T07:52:22.666 INFO:teuthology.orchestra.run.smithi057.stdout:Installed size: 490 k 2024-03-20T07:52:22.666 INFO:teuthology.orchestra.run.smithi057.stdout:Downloading Packages: 2024-03-20T07:52:22.679 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:22.742 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:26 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:22.781 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:22.893 INFO:teuthology.orchestra.run.smithi057.stdout:rbd-nbd-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 752 kB/s | 170 kB 00:00 2024-03-20T07:52:22.893 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:22.894 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:22.894 INFO:teuthology.orchestra.run.smithi057.stdout:Total 748 kB/s | 170 kB 00:00 2024-03-20T07:52:22.894 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction check 2024-03-20T07:52:22.894 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 890 k 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 968 k 2024-03-20T07:52:22.895 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 2.8 M 2024-03-20T07:52:22.896 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:22.902 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction check succeeded. 2024-03-20T07:52:22.903 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction test 2024-03-20T07:52:22.962 INFO:teuthology.orchestra.run.smithi057.stdout:Transaction test succeeded. 2024-03-20T07:52:22.962 INFO:teuthology.orchestra.run.smithi057.stdout:Running transaction 2024-03-20T07:52:23.110 INFO:teuthology.orchestra.run.smithi057.stdout: Preparing : 1/1 2024-03-20T07:52:23.151 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:23.200 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 258 kB/s | 79 kB 00:00 2024-03-20T07:52:23.203 INFO:teuthology.orchestra.run.smithi057.stdout: Installing : rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:23.406 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:23.406 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:23.407 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:23.407 INFO:teuthology.orchestra.run.smithi078.stdout: libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:23.407 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:23.407 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:23.575 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librados2 2024-03-20T07:52:23.645 INFO:teuthology.orchestra.run.smithi057.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:23.725 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): ceph-fuse-19.0.0-2153.ge7e80a6a.el9.x86_ 1.0 MB/s | 890 kB 00:00 2024-03-20T07:52:23.726 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:23.726 INFO:teuthology.orchestra.run.smithi107.stdout:Total 1.1 MB/s | 968 kB 00:00 2024-03-20T07:52:23.726 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:23.747 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:23.747 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:23.819 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:23.819 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:23.942 INFO:teuthology.orchestra.run.smithi057.stdout: Verifying : rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:23.942 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:23.943 INFO:teuthology.orchestra.run.smithi057.stdout:Installed: 2024-03-20T07:52:23.943 INFO:teuthology.orchestra.run.smithi057.stdout: rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:23.943 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:52:23.943 INFO:teuthology.orchestra.run.smithi057.stdout:Complete! 2024-03-20T07:52:23.996 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:24.135 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-20T07:52:24.138 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:38 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:24.189 DEBUG:teuthology.parallel:result is None 2024-03-20T07:52:24.201 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/2 2024-03-20T07:52:24.238 INFO:teuthology.orchestra.run.smithi078.stdout:Package librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:24.289 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:24.290 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:24.290 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:24.337 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install librbd1 2024-03-20T07:52:24.862 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2/2 2024-03-20T07:52:24.863 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/2 2024-03-20T07:52:24.901 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:38 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:24.998 INFO:teuthology.orchestra.run.smithi078.stdout:Package librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:25.050 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:25.051 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:25.051 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:25.093 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rados 2024-03-20T07:52:25.159 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-20T07:52:25.159 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:25.159 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:25.159 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-20T07:52:25.159 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:25.159 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:25.431 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install ceph-volume 2024-03-20T07:52:25.657 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:39 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:25.753 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:25.804 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:25.805 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:25.805 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:25.855 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rgw 2024-03-20T07:52:26.003 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:30 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:26.159 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:26.159 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume noarch 2:19.0.0-2153.ge7e80a6a.el9 ceph-noarch 264 k 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout:Install 2 Packages 2024-03-20T07:52:26.160 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:26.161 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 332 k 2024-03-20T07:52:26.161 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 1.5 M 2024-03-20T07:52:26.161 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:26.281 INFO:teuthology.orchestra.run.smithi107.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 577 kB/s | 69 kB 00:00 2024-03-20T07:52:26.418 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:40 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:26.515 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:26.556 INFO:teuthology.orchestra.run.smithi107.stdout:(2/2): ceph-volume-19.0.0-2153.ge7e80a6a.el9.no 669 kB/s | 264 kB 00:00 2024-03-20T07:52:26.557 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:26.557 INFO:teuthology.orchestra.run.smithi107.stdout:Total 837 kB/s | 332 kB 00:00 2024-03-20T07:52:26.558 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:26.566 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:26.566 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:26.567 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:26.568 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:26.568 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:26.605 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:26.605 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:26.609 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-cephfs 2024-03-20T07:52:26.756 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:26.929 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-20T07:52:26.991 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2/2 2024-03-20T07:52:27.007 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2/2 2024-03-20T07:52:27.007 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:52:27.007 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-20T07:52:27.007 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:27.170 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:41 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:27.268 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:27.319 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:27.320 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:27.320 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:27.366 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install python3-rbd 2024-03-20T07:52:27.717 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 1/2 2024-03-20T07:52:27.928 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:41 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:28.025 INFO:teuthology.orchestra.run.smithi078.stdout:Package python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-volume-2:19.0.0-2153.ge7e80a6a.el9.noarch 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:28.066 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:28.076 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:28.077 INFO:teuthology.orchestra.run.smithi078.stdout:Nothing to do. 2024-03-20T07:52:28.077 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:28.126 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-fuse 2024-03-20T07:52:28.388 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados-devel 2024-03-20T07:52:28.693 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:42 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:28.843 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:28.844 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:28.844 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-03-20T07:52:28.844 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 85 k 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:28.845 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 85 k 2024-03-20T07:52:28.846 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 231 k 2024-03-20T07:52:28.846 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:28.958 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:32 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:29.107 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 127 k 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:29.108 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:29.109 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:29.109 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:52:29.109 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:29.109 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 127 k 2024-03-20T07:52:29.109 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 456 k 2024-03-20T07:52:29.109 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:29.127 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-fuse-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 302 kB/s | 85 kB 00:00 2024-03-20T07:52:29.128 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:29.128 INFO:teuthology.orchestra.run.smithi078.stdout:Total 301 kB/s | 85 kB 00:00 2024-03-20T07:52:29.128 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:29.135 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:29.135 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:29.192 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:29.192 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:29.343 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:29.347 INFO:teuthology.orchestra.run.smithi107.stdout:librados-devel-19.0.0-2153.ge7e80a6a.el9.x86_64 530 kB/s | 127 kB 00:00 2024-03-20T07:52:29.348 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:29.348 INFO:teuthology.orchestra.run.smithi107.stdout:Total 528 kB/s | 127 kB 00:00 2024-03-20T07:52:29.348 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:29.354 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:29.354 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:29.409 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:29.410 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:29.435 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:29.551 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:29.660 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:29.823 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:30.121 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:30.121 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:30.121 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:30.121 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:30.121 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:30.121 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:30.130 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:30.378 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-mirror 2024-03-20T07:52:30.439 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:30.439 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:30.439 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:30.439 INFO:teuthology.orchestra.run.smithi107.stdout: librados-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:30.439 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:30.439 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:30.673 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs2 2024-03-20T07:52:30.978 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:44 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:31.139 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout: Package Arch Version Repo Size 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.1 M 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:31.140 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:31.141 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:31.141 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:52:31.141 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:31.141 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 3.1 M 2024-03-20T07:52:31.141 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 13 M 2024-03-20T07:52:31.141 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:31.242 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:35 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:31.339 INFO:teuthology.orchestra.run.smithi107.stdout:Package libcephfs2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:31.394 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:31.395 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:31.395 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:31.454 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install libcephfs-devel 2024-03-20T07:52:32.011 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:36 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:32.159 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 31 k 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:32.160 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:32.161 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:32.161 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:52:32.161 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:32.161 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 31 k 2024-03-20T07:52:32.161 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 140 k 2024-03-20T07:52:32.161 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:32.332 INFO:teuthology.orchestra.run.smithi107.stdout:libcephfs-devel-19.0.0-2153.ge7e80a6a.el9.x86_6 183 kB/s | 31 kB 00:00 2024-03-20T07:52:32.333 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:32.333 INFO:teuthology.orchestra.run.smithi107.stdout:Total 181 kB/s | 31 kB 00:00 2024-03-20T07:52:32.333 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:32.336 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:32.336 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:32.363 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:32.364 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:32.478 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:32.571 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:32.655 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-mirror-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 2.0 MB/s | 3.1 MB 00:01 2024-03-20T07:52:32.656 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:32.657 INFO:teuthology.orchestra.run.smithi078.stdout:Total 2.0 MB/s | 3.1 MB 00:01 2024-03-20T07:52:32.657 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:32.666 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:32.666 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:32.740 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:32.740 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:32.937 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:33.174 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:33.212 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:33.212 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:33.212 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:33.212 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-devel-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:33.212 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:33.212 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:33.247 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:33.272 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:33.273 INFO:teuthology.orchestra.run.smithi078.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:52:33.273 INFO:teuthology.orchestra.run.smithi078.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-20T07:52:33.273 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T07:52:33.273 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T07:52:33.273 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:33.380 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librados2 2024-03-20T07:52:33.946 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:37 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:34.043 INFO:teuthology.orchestra.run.smithi107.stdout:Package librados2-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:34.095 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:34.096 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:34.096 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:34.148 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install librbd1 2024-03-20T07:52:34.392 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:34.393 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:34.393 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:34.393 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:34.393 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:34.393 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:34.644 DEBUG:teuthology.orchestra.run.smithi078:> sudo yum -y install rbd-nbd 2024-03-20T07:52:34.711 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:38 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:34.808 INFO:teuthology.orchestra.run.smithi107.stdout:Package librbd1-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:34.860 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:34.861 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:34.861 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:34.913 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rados 2024-03-20T07:52:35.220 INFO:teuthology.orchestra.run.smithi078.stdout:Last metadata expiration check: 0:01:49 ago on Wed 20 Mar 2024 07:50:46 AM UTC. 2024-03-20T07:52:35.368 INFO:teuthology.orchestra.run.smithi078.stdout:Dependencies resolved. 2024-03-20T07:52:35.369 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:35.369 INFO:teuthology.orchestra.run.smithi078.stdout: Package Architecture Version Repository Size 2024-03-20T07:52:35.369 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:35.369 INFO:teuthology.orchestra.run.smithi078.stdout:Installing: 2024-03-20T07:52:35.369 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 170 k 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction Summary 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout:================================================================================ 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout:Install 1 Package 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout:Total download size: 170 k 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout:Installed size: 490 k 2024-03-20T07:52:35.370 INFO:teuthology.orchestra.run.smithi078.stdout:Downloading Packages: 2024-03-20T07:52:35.470 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:39 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:35.567 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rados-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:35.592 INFO:teuthology.orchestra.run.smithi078.stdout:rbd-nbd-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 771 kB/s | 170 kB 00:00 2024-03-20T07:52:35.593 INFO:teuthology.orchestra.run.smithi078.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:35.593 INFO:teuthology.orchestra.run.smithi078.stdout:Total 765 kB/s | 170 kB 00:00 2024-03-20T07:52:35.593 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction check 2024-03-20T07:52:35.600 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction check succeeded. 2024-03-20T07:52:35.600 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction test 2024-03-20T07:52:35.618 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:35.619 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:35.619 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:35.657 INFO:teuthology.orchestra.run.smithi078.stdout:Transaction test succeeded. 2024-03-20T07:52:35.657 INFO:teuthology.orchestra.run.smithi078.stdout:Running transaction 2024-03-20T07:52:35.669 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rgw 2024-03-20T07:52:35.806 INFO:teuthology.orchestra.run.smithi078.stdout: Preparing : 1/1 2024-03-20T07:52:35.916 INFO:teuthology.orchestra.run.smithi078.stdout: Installing : rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:36.226 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:40 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:36.322 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rgw-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:36.350 INFO:teuthology.orchestra.run.smithi078.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:36.374 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:36.375 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:36.375 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:36.428 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-cephfs 2024-03-20T07:52:36.645 INFO:teuthology.orchestra.run.smithi078.stdout: Verifying : rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:36.645 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:36.645 INFO:teuthology.orchestra.run.smithi078.stdout:Installed: 2024-03-20T07:52:36.645 INFO:teuthology.orchestra.run.smithi078.stdout: rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:36.645 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-03-20T07:52:36.645 INFO:teuthology.orchestra.run.smithi078.stdout:Complete! 2024-03-20T07:52:36.896 DEBUG:teuthology.parallel:result is None 2024-03-20T07:52:36.994 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:40 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:37.091 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-cephfs-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:37.143 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:37.144 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:37.144 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:37.199 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install python3-rbd 2024-03-20T07:52:37.762 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:41 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:37.859 INFO:teuthology.orchestra.run.smithi107.stdout:Package python3-rbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 is already installed. 2024-03-20T07:52:37.911 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:37.912 INFO:teuthology.orchestra.run.smithi107.stdout:Nothing to do. 2024-03-20T07:52:37.912 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:37.965 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-fuse 2024-03-20T07:52:38.525 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:42 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:38.673 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 85 k 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:38.674 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:38.675 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:52:38.675 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:38.675 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 85 k 2024-03-20T07:52:38.675 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 231 k 2024-03-20T07:52:38.675 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:38.885 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-fuse-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-03-20T07:52:38.885 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:38.886 INFO:teuthology.orchestra.run.smithi107.stdout:Total 404 kB/s | 85 kB 00:00 2024-03-20T07:52:38.886 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:38.892 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:38.893 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:38.948 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:38.948 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:39.098 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:39.211 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:39.607 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:39.899 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:39.900 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:39.900 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:39.900 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-fuse-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:39.900 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:39.900 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:40.137 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-mirror 2024-03-20T07:52:40.727 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:44 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:40.883 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repo Size 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 3.1 M 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:40.884 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 3.1 M 2024-03-20T07:52:40.885 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 13 M 2024-03-20T07:52:40.885 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:41.291 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-mirror-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 7.6 MB/s | 3.1 MB 00:00 2024-03-20T07:52:41.293 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:41.293 INFO:teuthology.orchestra.run.smithi107.stdout:Total 7.6 MB/s | 3.1 MB 00:00 2024-03-20T07:52:41.293 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:41.301 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:41.301 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:41.375 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:41.375 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:41.805 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:41.867 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:41.892 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:41.892 INFO:teuthology.orchestra.run.smithi107.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T07:52:41.892 INFO:teuthology.orchestra.run.smithi107.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-20T07:52:41.893 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T07:52:41.893 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T07:52:41.893 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:43.012 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:43.012 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:43.012 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:43.012 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-mirror-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:43.012 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:43.012 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:43.259 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum -y install rbd-nbd 2024-03-20T07:52:43.830 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:01:47 ago on Wed 20 Mar 2024 07:50:56 AM UTC. 2024-03-20T07:52:43.981 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2024-03-20T07:52:43.981 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:43.981 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2024-03-20T07:52:43.981 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd x86_64 2:19.0.0-2153.ge7e80a6a.el9 ceph 170 k 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:Install 1 Package 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 170 k 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 490 k 2024-03-20T07:52:43.982 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2024-03-20T07:52:44.213 INFO:teuthology.orchestra.run.smithi107.stdout:rbd-nbd-19.0.0-2153.ge7e80a6a.el9.x86_64.rpm 742 kB/s | 170 kB 00:00 2024-03-20T07:52:44.214 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:52:44.214 INFO:teuthology.orchestra.run.smithi107.stdout:Total 737 kB/s | 170 kB 00:00 2024-03-20T07:52:44.214 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2024-03-20T07:52:44.220 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2024-03-20T07:52:44.220 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2024-03-20T07:52:44.277 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2024-03-20T07:52:44.277 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2024-03-20T07:52:44.422 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2024-03-20T07:52:44.535 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:44.945 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:45.211 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 1/1 2024-03-20T07:52:45.211 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:45.211 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2024-03-20T07:52:45.211 INFO:teuthology.orchestra.run.smithi107.stdout: rbd-nbd-2:19.0.0-2153.ge7e80a6a.el9.x86_64 2024-03-20T07:52:45.211 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:52:45.211 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2024-03-20T07:52:45.487 DEBUG:teuthology.parallel:result is None 2024-03-20T07:52:45.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:52:45.627 DEBUG:teuthology.orchestra.run.smithi057:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-20T07:52:45.652 INFO:teuthology.orchestra.run.smithi057.stdout:19.0.0-2153.ge7e80a6a.el9 2024-03-20T07:52:45.653 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2153.ge7e80a6a.el9 2024-03-20T07:52:45.653 INFO:teuthology.task.install:The correct ceph version 19.0.0-2153.ge7e80a6a is installed. 2024-03-20T07:52:45.655 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:52:45.793 DEBUG:teuthology.orchestra.run.smithi078:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-20T07:52:45.818 INFO:teuthology.orchestra.run.smithi078.stdout:19.0.0-2153.ge7e80a6a.el9 2024-03-20T07:52:45.818 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2153.ge7e80a6a.el9 2024-03-20T07:52:45.818 INFO:teuthology.task.install:The correct ceph version 19.0.0-2153.ge7e80a6a is installed. 2024-03-20T07:52:45.820 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:52:45.957 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-20T07:52:45.981 INFO:teuthology.orchestra.run.smithi107.stdout:19.0.0-2153.ge7e80a6a.el9 2024-03-20T07:52:45.981 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2153.ge7e80a6a.el9 2024-03-20T07:52:45.981 INFO:teuthology.task.install:The correct ceph version 19.0.0-2153.ge7e80a6a is installed. 2024-03-20T07:52:45.985 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-20T07:52:45.985 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:52:45.985 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T07:52:46.019 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:52:46.019 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T07:52:46.051 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:52:46.051 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T07:52:46.083 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-20T07:52:46.083 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:52:46.083 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T07:52:46.115 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T07:52:46.185 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:52:46.185 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T07:52:46.216 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T07:52:46.287 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:52:46.288 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T07:52:46.319 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T07:52:46.391 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-20T07:52:46.391 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:52:46.391 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T07:52:46.422 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T07:52:46.494 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:52:46.494 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T07:52:46.525 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T07:52:46.596 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:52:46.597 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T07:52:46.627 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T07:52:46.697 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-20T07:52:46.697 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:52:46.697 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T07:52:46.728 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T07:52:46.799 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:52:46.799 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T07:52:46.830 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T07:52:46.899 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:52:46.899 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T07:52:46.931 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T07:52:47.001 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-20T07:52:47.104 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'], 'sha1': 'e7e80a6ac9849f0f23432d0d9832f096730308ae'} 2024-03-20T07:52:47.104 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:52:47.105 INFO:tasks.cephadm:Cluster fsid is d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:52:47.105 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-20T07:52:47.105 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.57', 'mon.b': '172.21.15.78', 'mon.c': '172.21.15.107'} 2024-03-20T07:52:47.105 INFO:tasks.cephadm:First mon is mon.a on smithi057 2024-03-20T07:52:47.105 INFO:tasks.cephadm:First mgr is a 2024-03-20T07:52:47.105 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-20T07:52:47.106 DEBUG:teuthology.orchestra.run.smithi057:> sudo hostname $(hostname -s) 2024-03-20T07:52:47.137 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2024-03-20T07:52:47.169 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-03-20T07:52:47.201 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-20T07:52:47.201 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:52:47.417 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e7e80a6ac9849f0f23432d0d9832f096730308ae', '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/77739/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2153-ge7e80a6a', 'node_name': '172.21.5.36+adami06', '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.0.0-2153.ge7e80a6a'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-18 20:22:32.637670', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri5-testing-2024-03-18-1144', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-03-20T07:52:47.554 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri5-testing-2024-03-18-1144, sha1 e7e80a6ac9849f0f23432d0d9832f096730308ae from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:52:47.556 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/x86_64/flavors/default/cephadm 2024-03-20T07:52:47.556 DEBUG:teuthology.orchestra.run.smithi057:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:47.988 INFO:teuthology.orchestra.run.smithi057.stdout:-rw-r--r--. 1 ubuntu ubuntu 767380 Mar 20 07:52 /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:47.988 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:48.447 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-r--r--. 1 ubuntu ubuntu 767380 Mar 20 07:52 /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:48.448 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri5-testing-2024-03-18-1144/e7e80a6ac9849f0f23432d0d9832f096730308ae/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:49.068 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-r--r--. 1 ubuntu ubuntu 767380 Mar 20 07:52 /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:49.068 DEBUG:teuthology.orchestra.run.smithi057:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:49.088 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:49.107 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T07:52:49.156 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae on all hosts... 2024-03-20T07:52:49.156 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae pull 2024-03-20T07:52:49.159 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae pull 2024-03-20T07:52:49.161 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae pull 2024-03-20T07:52:50.008 INFO:teuthology.orchestra.run.smithi057.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae... 2024-03-20T07:52:50.034 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae... 2024-03-20T07:52:50.098 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae... 2024-03-20T07:53:16.343 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-03-20T07:53:16.344 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev)", 2024-03-20T07:53:16.344 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00", 2024-03-20T07:53:16.344 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-03-20T07:53:16.344 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912" 2024-03-20T07:53:16.344 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-03-20T07:53:16.344 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-03-20T07:53:19.934 INFO:teuthology.orchestra.run.smithi057.stdout:{ 2024-03-20T07:53:19.935 INFO:teuthology.orchestra.run.smithi057.stdout: "ceph_version": "ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev)", 2024-03-20T07:53:19.935 INFO:teuthology.orchestra.run.smithi057.stdout: "image_id": "9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00", 2024-03-20T07:53:19.935 INFO:teuthology.orchestra.run.smithi057.stdout: "repo_digests": [ 2024-03-20T07:53:19.935 INFO:teuthology.orchestra.run.smithi057.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912" 2024-03-20T07:53:19.935 INFO:teuthology.orchestra.run.smithi057.stdout: ] 2024-03-20T07:53:19.935 INFO:teuthology.orchestra.run.smithi057.stdout:} 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout:{ 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout: "ceph_version": "ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev)", 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout: "image_id": "9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00", 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout: "repo_digests": [ 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912" 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout: ] 2024-03-20T07:53:24.103 INFO:teuthology.orchestra.run.smithi078.stdout:} 2024-03-20T07:53:24.128 DEBUG:teuthology.orchestra.run.smithi057:> sudo mkdir -p /etc/ceph 2024-03-20T07:53:24.162 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2024-03-20T07:53:24.192 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-03-20T07:53:24.227 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 777 /etc/ceph 2024-03-20T07:53:24.259 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2024-03-20T07:53:24.286 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-03-20T07:53:24.316 INFO:tasks.cephadm:Writing seed config... 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-20T07:53:24.317 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-20T07:53:24.318 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-20T07:53:24.318 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:53:24.318 DEBUG:teuthology.orchestra.run.smithi057:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-20T07:53:24.336 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 = d78b7f94-e68e-11ee-95c9-87774f69a715 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-03-20T07:53:24.336 DEBUG:teuthology.orchestra.run.smithi057:mon.a> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a.service 2024-03-20T07:53:24.379 DEBUG:teuthology.orchestra.run.smithi057:mgr.a> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a.service 2024-03-20T07:53:24.422 INFO:tasks.cephadm:Bootstrapping... 2024-03-20T07:53:24.422 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae -v bootstrap --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --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.57 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:53:24.623 INFO:teuthology.orchestra.run.smithi057.stdout:-------------------------------------------------------------------------------- 2024-03-20T07:53:24.624 INFO:teuthology.orchestra.run.smithi057.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae', '-v', 'bootstrap', '--fsid', 'd78b7f94-e68e-11ee-95c9-87774f69a715', '--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.57', '--skip-admin-label'] 2024-03-20T07:53:24.648 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-20T07:53:24.649 INFO:teuthology.orchestra.run.smithi057.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-20T07:53:24.649 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying podman|docker is present... 2024-03-20T07:53:24.672 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-20T07:53:24.672 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying lvm2 is present... 2024-03-20T07:53:24.673 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying time synchronization is in place... 2024-03-20T07:53:24.680 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-20T07:53:24.680 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-20T07:53:24.685 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-20T07:53:24.686 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-03-20T07:53:24.692 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout enabled 2024-03-20T07:53:24.698 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout active 2024-03-20T07:53:24.698 INFO:teuthology.orchestra.run.smithi057.stdout:Unit chronyd.service is enabled and running 2024-03-20T07:53:24.698 INFO:teuthology.orchestra.run.smithi057.stdout:Repeating the final host check... 2024-03-20T07:53:24.720 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-20T07:53:24.721 INFO:teuthology.orchestra.run.smithi057.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-20T07:53:24.721 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl is present 2024-03-20T07:53:24.721 INFO:teuthology.orchestra.run.smithi057.stdout:lvcreate is present 2024-03-20T07:53:24.727 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-20T07:53:24.727 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-20T07:53:24.732 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-20T07:53:24.732 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-03-20T07:53:24.738 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout enabled 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout active 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Unit chronyd.service is enabled and running 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Host looks OK 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Cluster fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Acquiring lock 140659261615552 on /run/cephadm/d78b7f94-e68e-11ee-95c9-87774f69a715.lock 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Lock 140659261615552 acquired on /run/cephadm/d78b7f94-e68e-11ee-95c9-87774f69a715.lock 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying IP 172.21.15.57 port 3300 ... 2024-03-20T07:53:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying IP 172.21.15.57 port 6789 ... 2024-03-20T07:53:24.746 INFO:teuthology.orchestra.run.smithi057.stdout:Base mon IP(s) is [172.21.15.57:3300, 172.21.15.57:6789], mon addrv is [v2:172.21.15.57:3300,v1:172.21.15.57:6789] 2024-03-20T07:53:24.749 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.57 metric 100 2024-03-20T07:53:24.749 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.57 metric 100 2024-03-20T07:53:24.751 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-20T07:53:24.751 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-03-20T07:53:24.751 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-03-20T07:53:24.753 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-20T07:53:24.754 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-20T07:53:24.754 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-20T07:53:24.754 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-20T07:53:24.754 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1562/64 scope link noprefixroute 2024-03-20T07:53:24.754 INFO:teuthology.orchestra.run.smithi057.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-20T07:53:24.755 INFO:teuthology.orchestra.run.smithi057.stdout:Mon IP `172.21.15.57` is in CIDR network `172.21.0.0/20` 2024-03-20T07:53:24.755 INFO:teuthology.orchestra.run.smithi057.stdout:Mon IP `172.21.15.57` is in CIDR network `172.21.0.0/20` 2024-03-20T07:53:24.755 INFO:teuthology.orchestra.run.smithi057.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-20T07:53:24.755 INFO:teuthology.orchestra.run.smithi057.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-20T07:53:24.755 INFO:teuthology.orchestra.run.smithi057.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae... 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stdout 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae... 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stderr Getting image source signatures 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stderr Copying blob sha256:29f2579974f82cd19c8183e36ca34a7e5a6e57e8b4789a8e115604a69a0d38b4 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stderr Copying blob sha256:f58b4670ef4403d11d1c912aa26a4dbcf73447df5302e9dc66f6a7fc0d9d1e47 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stderr Copying config sha256:9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 2024-03-20T07:53:25.220 INFO:teuthology.orchestra.run.smithi057.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-20T07:53:26.058 INFO:teuthology.orchestra.run.smithi057.stdout:ceph: stdout ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev) 2024-03-20T07:53:26.058 INFO:teuthology.orchestra.run.smithi057.stdout:Ceph version: ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev) 2024-03-20T07:53:26.058 INFO:teuthology.orchestra.run.smithi057.stdout:Extracting ceph user uid/gid from container image... 2024-03-20T07:53:27.005 INFO:teuthology.orchestra.run.smithi057.stdout:stat: stdout 167 167 2024-03-20T07:53:27.005 INFO:teuthology.orchestra.run.smithi057.stdout:Creating initial keys... 2024-03-20T07:53:28.027 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-authtool: stdout AQD3lfplgpLiExAAtbhWWTe7qBYV1wXMm3ysxQ== 2024-03-20T07:53:28.874 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-authtool: stdout AQD4lfpld8cqFRAAuysRk3THVGiVnLAOXNQxvA== 2024-03-20T07:53:29.862 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph-authtool: stdout AQD5lfplycv1ChAAPPLqlh5N8TSs0BGtV0XRkw== 2024-03-20T07:53:29.863 INFO:teuthology.orchestra.run.smithi057.stdout:Creating initial monmap... 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:monmaptool for a [v2:172.21.15.57:3300,v1:172.21.15.57:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:setting min_mon_release = quincy 2024-03-20T07:53:30.727 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: set fsid to d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:30.728 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-20T07:53:30.728 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:53:30.728 INFO:teuthology.orchestra.run.smithi057.stdout:Creating mon... 2024-03-20T07:53:36.910 INFO:teuthology.orchestra.run.smithi057.stdout:create mon.a on 2024-03-20T07:53:37.369 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-20T07:53:37.612 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-20T07:53:38.241 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715.target. 2024-03-20T07:53:38.242 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715.target. 2024-03-20T07:53:39.058 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a 2024-03-20T07:53:39.058 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a.service: Unit ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a.service not loaded. 2024-03-20T07:53:39.497 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715.target.wants/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@.service. 2024-03-20T07:53:39.811 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:39 smithi057 podman[29503]: 2024-03-20 07:53:39.63654891 +0000 UTC m=+0.018462246 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:53:40.038 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T07:53:40.039 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout disabled 2024-03-20T07:53:40.045 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T07:53:40.045 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-03-20T07:53:40.045 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld.service is not enabled 2024-03-20T07:53:40.046 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to enable service . firewalld.service is not available 2024-03-20T07:53:40.046 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mon to start... 2024-03-20T07:53:40.046 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mon... 2024-03-20T07:53:40.168 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:39 smithi057 podman[29503]: 2024-03-20 07:53:39.943755593 +0000 UTC m=+0.325668924 container init e05c8cdb120c8775706f87674cb1844833eab6ada043ac2aef4755978f022023 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True) 2024-03-20T07:53:40.169 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:39 smithi057 podman[29503]: 2024-03-20 07:53:39.947003157 +0000 UTC m=+0.328916490 container start e05c8cdb120c8775706f87674cb1844833eab6ada043ac2aef4755978f022023 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-03-20T07:53:40.169 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:40 smithi057 bash[29503]: e05c8cdb120c8775706f87674cb1844833eab6ada043ac2aef4755978f022023 2024-03-20T07:53:40.169 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:40 smithi057 ceph-mon[29522]: mkfs d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:40.169 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:40 smithi057 systemd[1]: Started Ceph mon.a for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:53:40.169 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:40 smithi057 ceph-mon[29522]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T07:53:41.047 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout cluster: 2024-03-20T07:53:41.047 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout id: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:41.047 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-20T07:53:41.048 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:41.048 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout services: 2024-03-20T07:53:41.048 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.577775s) 2024-03-20T07:53:41.048 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-20T07:53:41.048 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-20T07:53:41.049 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:41.049 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout data: 2024-03-20T07:53:41.049 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-20T07:53:41.049 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-20T07:53:41.049 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-20T07:53:41.049 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout pgs: 2024-03-20T07:53:41.050 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:41.050 INFO:teuthology.orchestra.run.smithi057.stdout:mon is available 2024-03-20T07:53:41.050 INFO:teuthology.orchestra.run.smithi057.stdout:Assimilating anything we can from ceph.conf... 2024-03-20T07:53:41.166 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:41 smithi057 ceph-mon[29522]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T07:53:41.167 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:41 smithi057 ceph-mon[29522]: monmap e1: 1 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:53:41.167 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:41 smithi057 ceph-mon[29522]: fsmap 2024-03-20T07:53:41.167 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:41 smithi057 ceph-mon[29522]: osdmap e1: 0 total, 0 up, 0 in 2024-03-20T07:53:41.167 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:41 smithi057 ceph-mon[29522]: mgrmap e1: no daemons active 2024-03-20T07:53:41.167 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:41 smithi057 ceph-mon[29522]: from='client.? 172.21.15.57:0/1668336848' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-20T07:53:42.121 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:42.121 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [global] 2024-03-20T07:53:42.121 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout fsid = d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:42.121 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.57:3300,v1:172.21.15.57:6789] 2024-03-20T07:53:42.121 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-20T07:53:42.121 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-20T07:53:42.122 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:42.123 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [osd] 2024-03-20T07:53:42.123 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-20T07:53:42.123 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-20T07:53:42.123 INFO:teuthology.orchestra.run.smithi057.stdout:Generating new minimal ceph.conf... 2024-03-20T07:53:42.232 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:42 smithi057 ceph-mon[29522]: from='client.? 172.21.15.57:0/2414419557' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-20T07:53:42.232 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:42 smithi057 ceph-mon[29522]: from='client.? 172.21.15.57:0/2414419557' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-20T07:53:43.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:43 smithi057 ceph-mon[29522]: from='client.? 172.21.15.57:0/1659411619' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:53:43.933 INFO:teuthology.orchestra.run.smithi057.stdout:Restarting the monitor... 2024-03-20T07:53:44.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:43 smithi057 systemd[1]: Stopping Ceph mon.a for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:53:44.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:44 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a[29518]: 2024-03-20T07:53:44.200+0000 7f3194d89700 -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-03-20T07:53:44.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:44 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a[29518]: 2024-03-20T07:53:44.200+0000 7f3194d89700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-20T07:53:44.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:44 smithi057 podman[29768]: 2024-03-20 07:53:44.447390523 +0000 UTC m=+0.350382349 container died e05c8cdb120c8775706f87674cb1844833eab6ada043ac2aef4755978f022023 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-03-20T07:53:48.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:48 smithi057 podman[29768]: 2024-03-20 07:53:48.275472063 +0000 UTC m=+4.178463871 container cleanup e05c8cdb120c8775706f87674cb1844833eab6ada043ac2aef4755978f022023 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:53:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:48 smithi057 bash[29768]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a 2024-03-20T07:53:49.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:48 smithi057 podman[29782]: 2024-03-20 07:53:48.920220575 +0000 UTC m=+4.470403284 container remove e05c8cdb120c8775706f87674cb1844833eab6ada043ac2aef4755978f022023 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:53:49.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-20T07:53:49.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 systemd[1]: Stopped Ceph mon.a for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:53:49.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 systemd[1]: Starting Ceph mon.a for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:53:49.579 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 podman[29871]: 2024-03-20 07:53:49.275371155 +0000 UTC m=+0.017869580 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:53:49.579 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 podman[29871]: 2024-03-20 07:53:49.396623382 +0000 UTC m=+0.139121785 container create c63e2445d931167aaca5c72a385f18e4fcfbce25081c26a750239b07eb695be5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:53:49.676 INFO:teuthology.orchestra.run.smithi057.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 podman[29871]: 2024-03-20 07:53:49.582604527 +0000 UTC m=+0.325102952 container init c63e2445d931167aaca5c72a385f18e4fcfbce25081c26a750239b07eb695be5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD) 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 podman[29871]: 2024-03-20 07:53:49.58579359 +0000 UTC m=+0.328292002 container start c63e2445d931167aaca5c72a385f18e4fcfbce25081c26a750239b07eb695be5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: set uid:gid to 167:167 (ceph:ceph) 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev), process ceph-mon, pid 2 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: pidfile_write: ignore empty --pid-file 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: load: jerasure load: lrc 2024-03-20T07:53:49.832 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: RocksDB version: 7.9.2 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Git sha 0 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Compile date 2024-03-18 19:18:37 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: DB SUMMARY 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: DB Session ID: EP6GG5XBTFIEX22HVELA 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: CURRENT file: CURRENT 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: IDENTITY file: IDENTITY 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84963 ; 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.error_if_exists: 0 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.create_if_missing: 0 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.paranoid_checks: 1 2024-03-20T07:53:49.833 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-20T07:53:49.834 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-20T07:53:49.834 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-20T07:53:49.834 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.env: 0x559d17247b20 2024-03-20T07:53:49.834 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.fs: PosixFileSystem 2024-03-20T07:53:49.834 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.info_log: 0x559d192d9920 2024-03-20T07:53:49.834 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_file_opening_threads: 16 2024-03-20T07:53:49.835 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.statistics: (nil) 2024-03-20T07:53:49.835 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.use_fsync: 0 2024-03-20T07:53:49.835 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_log_file_size: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.keep_log_file_num: 1000 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.recycle_log_file_num: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.allow_fallocate: 1 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.allow_mmap_reads: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.allow_mmap_writes: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.use_direct_reads: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.create_missing_column_families: 0 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.db_log_dir: 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.wal_dir: 2024-03-20T07:53:49.836 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.advise_random_on_open: 1 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.db_write_buffer_size: 0 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.write_buffer_manager: 0x559d192ac1e0 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.rate_limiter: (nil) 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-20T07:53:49.837 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.wal_recovery_mode: 2 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.enable_thread_tracking: 0 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.enable_pipelined_write: 0 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.unordered_write: 0 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.row_cache: None 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.wal_filter: None 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.allow_ingest_behind: 0 2024-03-20T07:53:49.838 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.two_write_queues: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.manual_wal_flush: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.wal_compression: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.atomic_flush: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.log_readahead_size: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.best_efforts_recovery: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.allow_data_in_errors: 0 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.db_host_id: __hostname__ 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-20T07:53:49.839 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_background_jobs: 2 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_background_compactions: -1 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_subcompactions: 1 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_total_wal_size: 0 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_open_files: -1 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bytes_per_sync: 0 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-20T07:53:49.840 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_readahead_size: 0 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_background_flushes: -1 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Compression algorithms supported: 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kZSTD supported: 0 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kXpressCompression supported: 0 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kLZ4HCCompression supported: 1 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kZlibCompression supported: 1 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kSnappyCompression supported: 1 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kLZ4Compression supported: 1 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: kBZip2Compression supported: 0 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-20T07:53:49.841 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.merge_operator: 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_filter: None 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_filter_factory: None 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.sst_partitioner_factory: None 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559d192d9a20) 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: cache_index_and_filter_blocks: 1 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: pin_top_level_index_and_filter: 1 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: index_type: 0 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: data_block_index_type: 0 2024-03-20T07:53:49.842 INFO:journalctl@ceph.mon.a.smithi057.stdout: index_shortening: 1 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: checksum: 4 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: no_block_cache: 0 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_cache: 0x559d192df090 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_cache_name: BinnedLRUCache 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_cache_options: 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: capacity : 536870912 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: num_shard_bits : 4 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: strict_capacity_limit : 0 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: high_pri_pool_ratio: 0.000 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_cache_compressed: (nil) 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: persistent_cache: (nil) 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_size: 4096 2024-03-20T07:53:49.843 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_size_deviation: 10 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_restart_interval: 16 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: index_block_restart_interval: 1 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: metadata_block_size: 4096 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: partition_filters: 0 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: use_delta_encoding: 1 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: filter_policy: bloomfilter 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: whole_key_filtering: 1 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: verify_compression: 0 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: read_amp_bytes_per_bit: 0 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: format_version: 5 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: enable_index_compression: 1 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: block_align: 0 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: max_auto_readahead_size: 262144 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: prepopulate_block_cache: 0 2024-03-20T07:53:49.844 INFO:journalctl@ceph.mon.a.smithi057.stdout: initial_auto_readahead_size: 8192 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout: num_file_reads_for_auto_readahead: 2 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.write_buffer_size: 33554432 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_write_buffer_number: 2 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression: NoCompression 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression: Disabled 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.prefix_extractor: nullptr 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.num_levels: 7 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-20T07:53:49.845 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.level: 32767 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.strategy: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.enabled: false 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-20T07:53:49.846 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.target_file_size_base: 67108864 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-20T07:53:49.847 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.arena_block_size: 1048576 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.disable_auto_compactions: 0 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-20T07:53:49.848 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.table_properties_collectors: 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.inplace_update_support: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.bloom_locality: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.max_successive_merges: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.paranoid_file_checks: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.force_consistency_checks: 1 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.report_bg_io_stats: 0 2024-03-20T07:53:49.849 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.ttl: 2592000 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.enable_blob_files: false 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.min_blob_size: 0 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.blob_file_size: 268435456 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.blob_file_starting_level: 0 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-20T07:53:49.850 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: 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-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a04c3b6c-9e13-41b9-8d84-6f1d1a74e530 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710921229615287, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710921229616169, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81588, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79775, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 74084, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710921229, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a04c3b6c-9e13-41b9-8d84-6f1d1a74e530", "db_session_id": "EP6GG5XBTFIEX22HVELA", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710921229616232, "job": 1, "event": "recovery_finished"} 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: 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-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559d193d2000 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: DB pointer 0x559d193bc000 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout: ** DB Stats ** 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T07:53:49.851 INFO:journalctl@ceph.mon.a.smithi057.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-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.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-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: ** Compaction Stats [default] ** 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.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-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: L0 2/0 81.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: Sum 2/0 81.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.stdout: ** Compaction Stats [default] ** 2024-03-20T07:53:49.852 INFO:journalctl@ceph.mon.a.smithi057.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-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.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 138.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: Cumulative compaction: 0.00 GB write, 25.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.stdout: Interval compaction: 0.00 GB write, 25.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T07:53:49.853 INFO:journalctl@ceph.mon.a.smithi057.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-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: Block cache BinnedLRUCache@0x559d192df090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: starting mon.a rank 0 at public addrs [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] at bind addrs [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???) e1 preinit fsid d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).mds e1 new map 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).mds e1 print_map 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: e1 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.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} 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: legacy client fscid: -1 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout: No filesystems configured 2024-03-20T07:53:49.854 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 bash[29871]: c63e2445d931167aaca5c72a385f18e4fcfbce25081c26a750239b07eb695be5 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 systemd[1]: Started Ceph mon.a for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: monmap e1: 1 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: fsmap 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: osdmap e1: 0 total, 0 up, 0 in 2024-03-20T07:53:49.855 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:49 smithi057 ceph-mon[29890]: mgrmap e1: no daemons active 2024-03-20T07:53:50.908 INFO:teuthology.orchestra.run.smithi057.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-20T07:53:50.923 INFO:teuthology.orchestra.run.smithi057.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:53:50.923 INFO:teuthology.orchestra.run.smithi057.stdout:Creating mgr... 2024-03-20T07:53:50.923 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-20T07:53:50.923 INFO:teuthology.orchestra.run.smithi057.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-20T07:53:51.175 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a 2024-03-20T07:53:51.175 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a.service: Unit ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a.service not loaded. 2024-03-20T07:53:51.322 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715.target.wants/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@.service. 2024-03-20T07:53:51.541 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:51 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3539985971' entity='client.admin' 2024-03-20T07:53:51.541 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 systemd[1]: Starting Ceph mgr.a for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:53:51.793 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 podman[30114]: 2024-03-20 07:53:51.54225073 +0000 UTC m=+0.102156822 container create 041cc7044979632e92de2a19a21a5b8c7748486bf426348acf72e8316bcc4172 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307) 2024-03-20T07:53:51.794 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 podman[30114]: 2024-03-20 07:53:51.457784766 +0000 UTC m=+0.017690825 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae 2024-03-20T07:53:51.794 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 podman[30114]: 2024-03-20 07:53:51.7196262 +0000 UTC m=+0.279532253 container init 041cc7044979632e92de2a19a21a5b8c7748486bf426348acf72e8316bcc4172 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:53:51.794 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 podman[30114]: 2024-03-20 07:53:51.722127829 +0000 UTC m=+0.282033880 container start 041cc7044979632e92de2a19a21a5b8c7748486bf426348acf72e8316bcc4172 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-03-20T07:53:51.794 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 bash[30114]: 041cc7044979632e92de2a19a21a5b8c7748486bf426348acf72e8316bcc4172 2024-03-20T07:53:51.807 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T07:53:51.807 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout disabled 2024-03-20T07:53:51.814 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T07:53:51.814 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-03-20T07:53:51.814 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld.service is not enabled 2024-03-20T07:53:51.814 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to enable service . firewalld.service is not available 2024-03-20T07:53:51.822 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T07:53:51.822 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout disabled 2024-03-20T07:53:51.829 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T07:53:51.830 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-03-20T07:53:51.830 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld.service is not enabled 2024-03-20T07:53:51.830 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-20T07:53:51.830 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr to start... 2024-03-20T07:53:51.830 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr... 2024-03-20T07:53:52.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:51 smithi057 systemd[1]: Started Ceph mgr.a for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:53:52.361 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:52 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:52.292+0000 7f9e63721200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T07:53:52.649 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:52 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/4217080961' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T07:53:52.650 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:52 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:52.393+0000 7f9e63721200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T07:53:52.883 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:52.883 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "d78b7f94-e68e-11ee-95c9-87774f69a715", 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:52.884 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.885 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T07:53:52.886 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T07:53:52.887 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T07:53:40.027353+0000", 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T07:53:52.888 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:53:52.889 INFO:teuthology.orchestra.run.smithi057.stdout:mgr not available, waiting (1/15)... 2024-03-20T07:53:53.398 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.066+0000 7f9e63721200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T07:53:53.398 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.160+0000 7f9e63721200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T07:53:53.398 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.302+0000 7f9e63721200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T07:53:53.398 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.399+0000 7f9e63721200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T07:53:53.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.482+0000 7f9e63721200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T07:53:53.749 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.749+0000 7f9e63721200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T07:53:54.041 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.860+0000 7f9e63721200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T07:53:54.042 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:53 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:53.946+0000 7f9e63721200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T07:53:54.042 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:54 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:54.042+0000 7f9e63721200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T07:53:54.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:54 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:54.219+0000 7f9e63721200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T07:53:55.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:55 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:55.218+0000 7f9e63721200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T07:53:55.696 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:55 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/980252710' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T07:53:55.696 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:55 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:55.355+0000 7f9e63721200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T07:53:55.696 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:55 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:55.696+0000 7f9e63721200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T07:53:55.982 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:55 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:55.787+0000 7f9e63721200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "d78b7f94-e68e-11ee-95c9-87774f69a715", 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T07:53:55.990 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T07:53:55.991 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T07:53:55.992 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T07:53:55.993 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T07:53:40.027353+0000", 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:53:55.994 INFO:teuthology.orchestra.run.smithi057.stdout:mgr not available, waiting (2/15)... 2024-03-20T07:53:56.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:55 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:55.986+0000 7f9e63721200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:53:56.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:56 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:56.173+0000 7f9e63721200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T07:53:56.717 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:56 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:56.458+0000 7f9e63721200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:53:56.718 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:56 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:56.718+0000 7f9e63721200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T07:53:57.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:56 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:56.957+0000 7f9e63721200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T07:53:58.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:57 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:57.774+0000 7f9e63721200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T07:53:58.685 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:58 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3965786175' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T07:53:58.685 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:58 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:58.363+0000 7f9e63721200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T07:53:58.686 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:58 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:58.465+0000 7f9e63721200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T07:53:58.686 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:53:58 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:53:58.686+0000 7f9e63721200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T07:53:59.060 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "d78b7f94-e68e-11ee-95c9-87774f69a715", 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T07:53:59.061 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T07:53:59.062 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T07:53:59.066 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T07:53:59.067 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T07:53:40.027353+0000", 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:53:59.068 INFO:teuthology.orchestra.run.smithi057.stdout:mgr not available, waiting (3/15)... 2024-03-20T07:54:00.028 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: Activating manager daemon a 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: mgrmap e2: a(active, starting, since 0.0051345s) 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: Manager daemon a is now available 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' 2024-03-20T07:54:00.029 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:53:59 smithi057 ceph-mon[29890]: from='mgr.14100 172.21.15.57:0/545673053' entity='mgr.a' 2024-03-20T07:54:01.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:00 smithi057 ceph-mon[29890]: mgrmap e3: a(active, since 1.01047s) 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsid": "d78b7f94-e68e-11ee-95c9-87774f69a715", 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T07:54:02.348 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 0 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:54:02.349 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T07:54:02.350 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T07:54:02.351 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ], 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T07:53:40.027353+0000", 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout }, 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:54:02.352 INFO:teuthology.orchestra.run.smithi057.stdout:mgr is available 2024-03-20T07:54:02.732 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:02 smithi057 ceph-mon[29890]: mgrmap e4: a(active, since 3s) 2024-03-20T07:54:02.732 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:02 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1046327311' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T07:54:03.573 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [global] 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout fsid = d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 2024-03-20T07:54:03.574 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout [osd] 2024-03-20T07:54:03.575 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-20T07:54:03.575 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-20T07:54:03.575 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling cephadm module... 2024-03-20T07:54:03.865 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:03 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1860654106' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-20T07:54:03.865 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:03 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1860654106' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-20T07:54:05.059 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:04 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1771466590' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-20T07:54:05.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:04 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: ignoring --setuser ceph since I am not root 2024-03-20T07:54:05.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:04 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: ignoring --setgroup ceph since I am not root 2024-03-20T07:54:05.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:05 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:05.297+0000 7f5af87ce200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T07:54:05.641 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:05 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:05.391+0000 7f5af87ce200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T07:54:06.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:05 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1771466590' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-20T07:54:06.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:05 smithi057 ceph-mon[29890]: mgrmap e5: a(active, since 6s) 2024-03-20T07:54:06.414 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.075+0000 7f5af87ce200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T07:54:06.414 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.173+0000 7f5af87ce200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T07:54:06.414 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.316+0000 7f5af87ce200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T07:54:06.415 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.415+0000 7f5af87ce200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T07:54:06.699 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.500+0000 7f5af87ce200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for the mgr to restart... 2024-03-20T07:54:06.703 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr epoch 5... 2024-03-20T07:54:06.974 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3949743706' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-20T07:54:06.974 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.773+0000 7f5af87ce200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T07:54:06.974 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.885+0000 7f5af87ce200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T07:54:06.974 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:06 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:06.975+0000 7f5af87ce200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T07:54:07.251 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:07 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:07.073+0000 7f5af87ce200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T07:54:07.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:07 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:07.251+0000 7f5af87ce200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T07:54:08.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:08 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:08.227+0000 7f5af87ce200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T07:54:08.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:08 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:08.359+0000 7f5af87ce200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T07:54:08.982 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:08 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:08.694+0000 7f5af87ce200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T07:54:08.982 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:08 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:08.784+0000 7f5af87ce200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T07:54:08.982 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:08 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:08.983+0000 7f5af87ce200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:54:09.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:09 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:09.170+0000 7f5af87ce200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T07:54:09.717 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:09 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:09.458+0000 7f5af87ce200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:54:09.717 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:09 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:09.718+0000 7f5af87ce200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T07:54:10.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:09 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:09.958+0000 7f5af87ce200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T07:54:11.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:10 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:10.775+0000 7f5af87ce200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T07:54:11.672 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:11.354+0000 7f5af87ce200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T07:54:11.672 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:11.453+0000 7f5af87ce200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T07:54:11.672 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:11.672+0000 7f5af87ce200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T07:54:12.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: Active manager daemon a restarted 2024-03-20T07:54:12.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: Activating manager daemon a 2024-03-20T07:54:12.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: osdmap e2: 0 total, 0 up, 0 in 2024-03-20T07:54:12.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: mgrmap e6: a(active, starting, since 0.00541308s) 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: Manager daemon a is now available 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:12.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:11 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: Found migration_current of "None". Setting to last migration. 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:13.000 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:12 smithi057 ceph-mon[29890]: mgrmap e7: a(active, since 1.00691s) 2024-03-20T07:54:13.269 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:54:13.269 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-20T07:54:13.270 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-20T07:54:13.270 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:54:13.270 INFO:teuthology.orchestra.run.smithi057.stdout:mgr epoch 5 is available 2024-03-20T07:54:13.270 INFO:teuthology.orchestra.run.smithi057.stdout:Setting orchestrator backend to cephadm... 2024-03-20T07:54:13.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:13 smithi057 ceph-mon[29890]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-20T07:54:13.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:13 smithi057 ceph-mon[29890]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-20T07:54:13.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:13 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:15.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:13] ENGINE Bus STARTING 2024-03-20T07:54:15.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:13] ENGINE Serving on http://172.21.15.57:8765 2024-03-20T07:54:15.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:13] ENGINE Serving on https://172.21.15.57:7150 2024-03-20T07:54:15.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:13] ENGINE Bus STARTED 2024-03-20T07:54:15.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: mgrmap e8: a(active, since 2s) 2024-03-20T07:54:15.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:15.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:14 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:15.707 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-20T07:54:15.707 INFO:teuthology.orchestra.run.smithi057.stdout:Generating ssh key... 2024-03-20T07:54:16.015 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:15 smithi057 ceph-mon[29890]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:16.747 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: Generating public/private rsa key pair. 2024-03-20T07:54:16.747 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: Your identification has been saved in /tmp/tmplts7siay/key. 2024-03-20T07:54:16.747 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: Your public key has been saved in /tmp/tmplts7siay/key.pub. 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: The key fingerprint is: 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: SHA256:i21rFFXDqizxwgOvFJwXmwCCNE2vguFQQFowfsjmPhU ceph-d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: The key's randomart image is: 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: +---[RSA 3072]----+ 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: |O**o oo | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: |==o.o . . .. | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: |+= E + + . . | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: |*.. B = . . | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: |.+ o * +So | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: |. o . *o=. | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: | o . ..=+ | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: | . . ... | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: | .. | 2024-03-20T07:54:16.748 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: +----[SHA256]-----+ 2024-03-20T07:54:17.045 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-mon[29890]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:17.045 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:17.045 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:16 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:18.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:17 smithi057 ceph-mon[29890]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:18.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:17 smithi057 ceph-mon[29890]: Generating ssh key... 2024-03-20T07:54:18.246 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:54:18.247 INFO:teuthology.orchestra.run.smithi057.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-20T07:54:18.247 INFO:teuthology.orchestra.run.smithi057.stdout:Adding key to root@localhost authorized_keys... 2024-03-20T07:54:18.247 INFO:teuthology.orchestra.run.smithi057.stdout:Adding host smithi057... 2024-03-20T07:54:19.003 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:18 smithi057 ceph-mon[29890]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:19.931 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:19 smithi057 ceph-mon[29890]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi057", "addr": "172.21.15.57", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:19.931 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:19 smithi057 ceph-mon[29890]: Deploying cephadm binary to smithi057 2024-03-20T07:54:23.914 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Added host 'smithi057' with addr '172.21.15.57' 2024-03-20T07:54:23.914 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying unmanaged mon service... 2024-03-20T07:54:24.508 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:24 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:24.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:24 smithi057 ceph-mon[29890]: Added host smithi057 2024-03-20T07:54:24.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:24 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:25.333 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-20T07:54:25.333 INFO:teuthology.orchestra.run.smithi057.stdout:Deploying unmanaged mgr service... 2024-03-20T07:54:25.910 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:25 smithi057 ceph-mon[29890]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:25.910 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:25 smithi057 ceph-mon[29890]: Saving service mon spec with placement count:5 2024-03-20T07:54:25.910 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:25 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:27.117 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:27 smithi057 ceph-mon[29890]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:27.117 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:27 smithi057 ceph-mon[29890]: Saving service mgr spec with placement count:2 2024-03-20T07:54:27.117 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:27 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:27.117 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:27 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:27.119 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-20T07:54:29.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:28 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:29.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:28 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3252989955' entity='client.admin' 2024-03-20T07:54:30.268 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:30 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/4266482417' entity='client.admin' 2024-03-20T07:54:30.268 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:30 smithi057 ceph-mon[29890]: from='mgr.14120 172.21.15.57:0/2254081759' entity='mgr.a' 2024-03-20T07:54:30.270 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling the dashboard module... 2024-03-20T07:54:31.363 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:31 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/816884914' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-20T07:54:31.364 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:31 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: ignoring --setuser ceph since I am not root 2024-03-20T07:54:31.364 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:31 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: ignoring --setgroup ceph since I am not root 2024-03-20T07:54:31.942 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:31 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:31.686+0000 7f9ebd532200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T07:54:31.943 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:31 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:31.786+0000 7f9ebd532200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T07:54:32.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/816884914' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-20T07:54:32.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-mon[29890]: mgrmap e9: a(active, since 19s) 2024-03-20T07:54:32.698 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:32.477+0000 7f9ebd532200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T07:54:32.698 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:32.572+0000 7f9ebd532200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T07:54:32.998 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:32.719+0000 7f9ebd532200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T07:54:32.999 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:32.818+0000 7f9ebd532200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T07:54:32.999 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:32 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:32.904+0000 7f9ebd532200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:54:33.002 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for the mgr to restart... 2024-03-20T07:54:33.003 INFO:teuthology.orchestra.run.smithi057.stdout:Waiting for mgr epoch 9... 2024-03-20T07:54:33.301 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:33 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/4179647300' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-20T07:54:33.302 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:33 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:33.185+0000 7f9ebd532200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T07:54:33.302 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:33 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:33.302+0000 7f9ebd532200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T07:54:33.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:33 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:33.393+0000 7f9ebd532200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T07:54:33.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:33 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:33.493+0000 7f9ebd532200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T07:54:34.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:33 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:33.672+0000 7f9ebd532200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T07:54:35.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:34 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:34.663+0000 7f9ebd532200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T07:54:35.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:34 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:34.797+0000 7f9ebd532200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T07:54:35.428 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:35 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:35.135+0000 7f9ebd532200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T07:54:35.428 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:35 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:35.227+0000 7f9ebd532200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T07:54:35.428 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:35 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:35.429+0000 7f9ebd532200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:54:35.810 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:35 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:35.620+0000 7f9ebd532200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T07:54:36.172 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:35 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:35.913+0000 7f9ebd532200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:54:36.172 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:36 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:36.173+0000 7f9ebd532200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T07:54:36.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:36 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:36.416+0000 7f9ebd532200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T07:54:37.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:37.247+0000 7f9ebd532200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T07:54:38.151 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:37.828+0000 7f9ebd532200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T07:54:38.151 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:37.930+0000 7f9ebd532200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T07:54:38.151 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:54:38.152+0000 7f9ebd532200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T07:54:38.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: Active manager daemon a restarted 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: Activating manager daemon a 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: osdmap e3: 0 total, 0 up, 0 in 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: mgrmap e10: a(active, starting, since 0.00517169s) 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: Manager daemon a is now available 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:38.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:38 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:39.433 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T07:54:39.433 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T07:54:39.433 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:39 smithi057 ceph-mon[29890]: mgrmap e11: a(active, since 1.00639s) 2024-03-20T07:54:40.154 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout { 2024-03-20T07:54:40.154 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-20T07:54:40.154 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-20T07:54:40.154 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout } 2024-03-20T07:54:40.154 INFO:teuthology.orchestra.run.smithi057.stdout:mgr epoch 9 is available 2024-03-20T07:54:40.154 INFO:teuthology.orchestra.run.smithi057.stdout:Generating a dashboard self-signed certificate... 2024-03-20T07:54:40.488 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:40 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:39] ENGINE Bus STARTING 2024-03-20T07:54:40.488 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:40 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:39] ENGINE Serving on http://172.21.15.57:8765 2024-03-20T07:54:40.488 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:40 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:39] ENGINE Serving on https://172.21.15.57:7150 2024-03-20T07:54:40.488 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:40 smithi057 ceph-mon[29890]: [20/Mar/2024:07:54:39] ENGINE Bus STARTED 2024-03-20T07:54:41.460 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-20T07:54:41.461 INFO:teuthology.orchestra.run.smithi057.stdout:Creating initial admin user... 2024-03-20T07:54:41.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:41 smithi057 ceph-mon[29890]: mgrmap e12: a(active, since 2s) 2024-03-20T07:54:41.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:41.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:41 smithi057 ceph-mon[29890]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:41.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:41.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:42.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:42 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:42.811 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:42 smithi057 ceph-mon[29890]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:42.811 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:42 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:43.534 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$itvaHJ7hnYIftEDteOAw7O6fVrcBv1lix0awVCSkKWJ8yP9EjzHSa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710921282, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-20T07:54:43.534 INFO:teuthology.orchestra.run.smithi057.stdout:Fetching dashboard port number... 2024-03-20T07:54:44.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:44 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1266796920' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-20T07:54:44.724 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stdout 8443 2024-03-20T07:54:44.733 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T07:54:44.733 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout disabled 2024-03-20T07:54:44.741 INFO:teuthology.orchestra.run.smithi057.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T07:54:44.741 INFO:teuthology.orchestra.run.smithi057.stdout:systemctl: stdout inactive 2024-03-20T07:54:44.741 INFO:teuthology.orchestra.run.smithi057.stdout:firewalld.service is not enabled 2024-03-20T07:54:44.741 INFO:teuthology.orchestra.run.smithi057.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-20T07:54:44.742 INFO:teuthology.orchestra.run.smithi057.stdout:Ceph Dashboard is now available at: 2024-03-20T07:54:44.742 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:44.742 INFO:teuthology.orchestra.run.smithi057.stdout: URL: https://smithi057.front.sepia.ceph.com:8443/ 2024-03-20T07:54:44.742 INFO:teuthology.orchestra.run.smithi057.stdout: User: admin 2024-03-20T07:54:44.742 INFO:teuthology.orchestra.run.smithi057.stdout: Password: 99msv9p3mw 2024-03-20T07:54:44.743 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:44.743 INFO:teuthology.orchestra.run.smithi057.stdout:Saving cluster configuration to /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config directory 2024-03-20T07:54:44.743 INFO:teuthology.orchestra.run.smithi057.stdout:Enabling autotune for osd_memory_target 2024-03-20T07:54:45.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:45 smithi057 ceph-mon[29890]: mgrmap e13: a(active, since 6s) 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout:Or, if you are only running a single cluster on this host: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-20T07:54:47.187 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout: ceph telemetry on 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout:For more information see: 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:54:47.188 INFO:teuthology.orchestra.run.smithi057.stdout:Bootstrap complete. 2024-03-20T07:54:47.232 INFO:tasks.cephadm:Fetching config... 2024-03-20T07:54:47.232 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:54:47.232 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-20T07:54:47.248 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-20T07:54:47.248 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:54:47.248 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-20T07:54:47.304 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-20T07:54:47.304 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:54:47.304 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-20T07:54:47.373 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-20T07:54:47.373 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:54:47.373 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-20T07:54:47.428 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-20T07:54:47.429 DEBUG:teuthology.orchestra.run.smithi057:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T07:54:47.506 INFO:teuthology.orchestra.run.smithi057.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:54:47.521 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T07:54:47.566 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:54:47.582 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T07:54:47.627 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjmkx51pJtmOYaeyLianUH56e3/c1O5nO6DxOxJG0Wer4zyN033VDs8nwYUu/KV+k6JzdRh5Z5o2VgNsHmu/DH6xpgc7UoNS6BfrQhiSCqinmB/lpAYZuCga9x234nFx2NIZRDakzs4xYhDVRERIDqZAbRERt1Ng+XehaiCNNrQVM1ZFJ476kj0e/1lNSKj8PqMG+6Z5kdfJTFfh8HHlDP2M+l3y6+qa/RK1/tqPyJiF9gsMHvwqgwlLvmfLeEFy6VlbjJQsYwFHb83vrkyh1hhTlC6o0PgGwuzJ2j2qQAr8aNvcK2ybqPa9L79Dv+iEhERh0vJ7+/SYHD9UWEZtSxZpZPxLJItUAl8x/qHxVF8FZFyBhBGMtuZoKg81oOoXd7eLa7bMYh76DGnlI4XcDcp9OwUfrzfKEavKYeAVjmcLAeR9o+KG5PoN94l+ANODPHVfqAnpdPqZB6c6Gh/TfAD9jnUJPbg2aM36DR+DE5N9wMZRV1eFwjTL3ppjUDKRE= ceph-d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:54:47.643 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-20T07:54:47.745 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:47 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1107678099' entity='client.admin' 2024-03-20T07:54:47.891 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:54:50.804 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:50.804 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:50.804 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi057", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:54:50.804 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:50.805 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:50.805 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:50.805 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/60830100' entity='client.admin' 2024-03-20T07:54:50.805 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:50.805 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:50 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:50.835 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-20T07:54:50.835 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-20T07:54:51.076 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:54:53.547 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi078 2024-03-20T07:54:53.547 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:54:53.548 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/etc/ceph/ceph.conf 2024-03-20T07:54:53.567 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:54:53.568 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:54:53.625 INFO:tasks.cephadm:Adding host smithi078 to orchestrator... 2024-03-20T07:54:53.626 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch host add smithi078 2024-03-20T07:54:53.866 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:54:54.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:54.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:54.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:54:55.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:54 smithi057 ceph-mon[29890]: Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:54:55.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:54 smithi057 ceph-mon[29890]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:54:56.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:56 smithi057 ceph-mon[29890]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:54:57.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:57 smithi057 ceph-mon[29890]: Deploying cephadm binary to smithi078 2024-03-20T07:54:59.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:54:59 smithi057 ceph-mon[29890]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:00.013 INFO:teuthology.orchestra.run.smithi057.stdout:Added host 'smithi078' with addr '172.21.15.78' 2024-03-20T07:55:00.626 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-20T07:55:00.864 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:01.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:01 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:01.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:01 smithi057 ceph-mon[29890]: Added host smithi078 2024-03-20T07:55:01.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:01 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:01.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:01 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:02.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:02 smithi057 ceph-mon[29890]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:02.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:02 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:02.554 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:55:02.554 INFO:teuthology.orchestra.run.smithi057.stdout:[{"addr": "172.21.15.57", "hostname": "smithi057", "labels": [], "status": ""}, {"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}] 2024-03-20T07:55:03.080 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2024-03-20T07:55:03.080 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:55:03.080 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2024-03-20T07:55:03.099 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:55:03.099 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:03.156 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2024-03-20T07:55:03.157 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch host add smithi107 2024-03-20T07:55:03.398 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:03.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:03 smithi057 ceph-mon[29890]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:03.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:03 smithi057 ceph-mon[29890]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:55:03.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:03 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:06.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:05 smithi057 ceph-mon[29890]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:07.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:07.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: Deploying cephadm binary to smithi107 2024-03-20T07:55:07.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:07.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:07.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:07.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:07.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:55:07.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:07.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:07.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:55:07.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:06 smithi057 ceph-mon[29890]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:08.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:07 smithi057 ceph-mon[29890]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:08.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:07 smithi057 ceph-mon[29890]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:09.585 INFO:teuthology.orchestra.run.smithi057.stdout:Added host 'smithi107' with addr '172.21.15.107' 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:10.106 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:10.134 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-20T07:55:10.371 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:11.403 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:11 smithi057 ceph-mon[29890]: Added host smithi107 2024-03-20T07:55:11.403 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:11 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:11.404 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:11 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:12.174 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:55:12.174 INFO:teuthology.orchestra.run.smithi057.stdout:[{"addr": "172.21.15.57", "hostname": "smithi057", "labels": [], "status": ""}, {"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}] 2024-03-20T07:55:12.483 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:12 smithi057 ceph-mon[29890]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:12.774 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-20T07:55:12.774 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd crush tunables default 2024-03-20T07:55:13.017 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:13.412 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:13 smithi057 ceph-mon[29890]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:55:13.412 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:13 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:13.413 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:13 smithi057 ceph-mon[29890]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:15.190 INFO:teuthology.orchestra.run.smithi057.stderr:adjusted tunables profile to default 2024-03-20T07:55:15.504 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:15 smithi057 ceph-mon[29890]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:15.504 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:15 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3234107675' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T07:55:15.817 INFO:tasks.cephadm:Adding mon.a on smithi057 2024-03-20T07:55:15.817 INFO:tasks.cephadm:Adding mon.b on smithi078 2024-03-20T07:55:15.817 INFO:tasks.cephadm:Adding mon.c on smithi107 2024-03-20T07:55:15.817 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch apply mon '3;smithi057:172.21.15.57=a;smithi078:172.21.15.78=b;smithi107:172.21.15.107=c' 2024-03-20T07:55:16.054 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3234107675' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:55:16.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:16.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:16.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:55:16.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:16.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:16.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:16 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:17.738 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mon update... 2024-03-20T07:55:18.348 DEBUG:teuthology.orchestra.run.smithi078:mon.b> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.b.service 2024-03-20T07:55:18.351 DEBUG:teuthology.orchestra.run.smithi107:mon.c> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.c.service 2024-03-20T07:55:18.353 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T07:55:18.353 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T07:55:18.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:18.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:18.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:18.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:18.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:18.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:18.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:18.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:18 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:19.077 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:19.461 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:19 smithi057 ceph-mon[29890]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi057:172.21.15.57=a;smithi078:172.21.15.78=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:19.461 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:19 smithi057 ceph-mon[29890]: Saving service mon spec with placement smithi057:172.21.15.57=a;smithi078:172.21.15.78=b;smithi107:172.21.15.107=c;count:3 2024-03-20T07:55:19.461 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:19 smithi057 ceph-mon[29890]: Deploying daemon mon.c on smithi107 2024-03-20T07:55:20.474 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:20 smithi057 ceph-mon[29890]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:22.473 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:55:22.473 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"d78b7f94-e68e-11ee-95c9-87774f69a715","modified":"2024-03-20T07:53:30.197852Z","created":"2024-03-20T07:53:30.197852Z","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.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-20T07:55:22.475 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2024-03-20T07:55:22.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:22 smithi057 ceph-mon[29890]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:22.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:22 smithi107 systemd[1]: Started Ceph mon.c for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:55:24.142 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T07:55:24.142 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T07:55:24.387 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T07:55:28.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: mon.a calling monitor election 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: mon.c calling monitor election 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: monmap e2: 2 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: fsmap 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: mgrmap e13: a(active, since 49s) 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: overall HEALTH_OK 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:28.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:27 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:28.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:28.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:55:28.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: mon.a calling monitor election 2024-03-20T07:55:28.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: mon.c calling monitor election 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: monmap e2: 2 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: fsmap 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: mgrmap e13: a(active, since 49s) 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: overall HEALTH_OK 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:28.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:28.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:28.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:28.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:27 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:29.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:28 smithi057 ceph-mon[29890]: Deploying daemon mon.b on smithi078 2024-03-20T07:55:29.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:28 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:29.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:28 smithi107 ceph-mon[33509]: Deploying daemon mon.b on smithi078 2024-03-20T07:55:29.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:28 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:29.198 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:55:29.198 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":2,"fsid":"d78b7f94-e68e-11ee-95c9-87774f69a715","modified":"2024-03-20T07:55:22.486192Z","created":"2024-03-20T07:53:30.197852Z","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.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-20T07:55:29.200 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 2 2024-03-20T07:55:29.792 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:29 smithi107 ceph-mon[33509]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:29.792 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:29 smithi107 ceph-mon[33509]: from='client.? 172.21.15.107:0/3764964154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T07:55:30.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:29 smithi057 ceph-mon[29890]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:30.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:29 smithi057 ceph-mon[29890]: from='client.? 172.21.15.107:0/3764964154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T07:55:30.818 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T07:55:30.819 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T07:55:31.062 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T07:55:31.635 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 podman[33098]: 2024-03-20 07:55:31.61234366 +0000 UTC m=+0.361067027 container start 4909c8ebafb8f31e452d6b90289c60a7708516764d86945c9740ea8260bbc3ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-03-20T07:55:31.635 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: set uid:gid to 167:167 (ceph:ceph) 2024-03-20T07:55:31.635 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: ceph version 19.0.0-2153-ge7e80a6a (e7e80a6ac9849f0f23432d0d9832f096730308ae) squid (dev), process ceph-mon, pid 2 2024-03-20T07:55:31.635 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pidfile_write: ignore empty --pid-file 2024-03-20T07:55:31.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:31 smithi107 ceph-mon[33509]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: load: jerasure load: lrc 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: RocksDB version: 7.9.2 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Git sha 0 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Compile date 2024-03-18 19:18:37 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: DB SUMMARY 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: DB Session ID: ER6D2IL70BZOYY3EQUC2 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: CURRENT file: CURRENT 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: IDENTITY file: IDENTITY 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-03-20T07:55:31.906 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.error_if_exists: 0 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.create_if_missing: 0 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.paranoid_checks: 1 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.env: 0x5560c652eb20 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.fs: PosixFileSystem 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.info_log: 0x5560c89d3920 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_file_opening_threads: 16 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.statistics: (nil) 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.use_fsync: 0 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_log_file_size: 0 2024-03-20T07:55:31.907 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.keep_log_file_num: 1000 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.recycle_log_file_num: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.allow_fallocate: 1 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.allow_mmap_reads: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.allow_mmap_writes: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.use_direct_reads: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.create_missing_column_families: 0 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.db_log_dir: 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.wal_dir: 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-20T07:55:31.908 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-20T07:55:31.909 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-20T07:55:31.909 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-20T07:55:31.910 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-20T07:55:31.910 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-20T07:55:31.910 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.advise_random_on_open: 1 2024-03-20T07:55:31.910 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.db_write_buffer_size: 0 2024-03-20T07:55:31.910 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.write_buffer_manager: 0x5560c89a61e0 2024-03-20T07:55:31.910 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.rate_limiter: (nil) 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.wal_recovery_mode: 2 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.enable_thread_tracking: 0 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.enable_pipelined_write: 0 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.unordered_write: 0 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-20T07:55:31.911 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.row_cache: None 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.wal_filter: None 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.allow_ingest_behind: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.two_write_queues: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.manual_wal_flush: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.wal_compression: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.atomic_flush: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.log_readahead_size: 0 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-20T07:55:31.912 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.best_efforts_recovery: 0 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.allow_data_in_errors: 0 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.db_host_id: __hostname__ 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_background_jobs: 2 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_background_compactions: -1 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_subcompactions: 1 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_total_wal_size: 0 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-20T07:55:31.913 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_open_files: -1 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bytes_per_sync: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_readahead_size: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_background_flushes: -1 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Compression algorithms supported: 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kZSTD supported: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kXpressCompression supported: 0 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kLZ4HCCompression supported: 1 2024-03-20T07:55:31.914 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kZlibCompression supported: 1 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kSnappyCompression supported: 1 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kLZ4Compression supported: 1 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: kBZip2Compression supported: 0 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.merge_operator: 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_filter: None 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_filter_factory: None 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.sst_partitioner_factory: None 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-20T07:55:31.915 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5560c89d3a20) 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: cache_index_and_filter_blocks: 1 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: pin_top_level_index_and_filter: 1 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: index_type: 0 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: data_block_index_type: 0 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: index_shortening: 1 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: checksum: 4 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: no_block_cache: 0 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache: 0x5560c89d9090 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache_name: BinnedLRUCache 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache_options: 2024-03-20T07:55:31.916 INFO:journalctl@ceph.mon.b.smithi078.stdout: capacity : 536870912 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: num_shard_bits : 4 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: strict_capacity_limit : 0 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: high_pri_pool_ratio: 0.000 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_cache_compressed: (nil) 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: persistent_cache: (nil) 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_size: 4096 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_size_deviation: 10 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_restart_interval: 16 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: index_block_restart_interval: 1 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: metadata_block_size: 4096 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: partition_filters: 0 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: use_delta_encoding: 1 2024-03-20T07:55:31.917 INFO:journalctl@ceph.mon.b.smithi078.stdout: filter_policy: bloomfilter 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: whole_key_filtering: 1 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: verify_compression: 0 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: read_amp_bytes_per_bit: 0 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: format_version: 5 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: enable_index_compression: 1 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: block_align: 0 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: max_auto_readahead_size: 262144 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: prepopulate_block_cache: 0 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: initial_auto_readahead_size: 8192 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout: num_file_reads_for_auto_readahead: 2 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.write_buffer_size: 33554432 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_write_buffer_number: 2 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression: NoCompression 2024-03-20T07:55:31.918 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression: Disabled 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.prefix_extractor: nullptr 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.num_levels: 7 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-20T07:55:31.919 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.level: 32767 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.strategy: 0 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.enabled: false 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-20T07:55:31.920 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.target_file_size_base: 67108864 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-20T07:55:31.921 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.arena_block_size: 1048576 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.disable_auto_compactions: 0 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-20T07:55:31.922 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.table_properties_collectors: 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.inplace_update_support: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.bloom_locality: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.max_successive_merges: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.paranoid_file_checks: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.force_consistency_checks: 1 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.report_bg_io_stats: 0 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.ttl: 2592000 2024-03-20T07:55:31.923 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.enable_blob_files: false 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.min_blob_size: 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.blob_file_size: 268435456 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.blob_file_starting_level: 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-20T07:55:31.924 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2359ff86-9d89-4217-9d92-ce6e46ab85f2 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710921331653076, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710921331653503, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710921331, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2359ff86-9d89-4217-9d92-ce6e46ab85f2", "db_session_id": "ER6D2IL70BZOYY3EQUC2", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710921331653598, "job": 1, "event": "recovery_finished"} 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5560c8acc000 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: DB pointer 0x5560c8ab6000 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** DB Stats ** 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T07:55:31.925 INFO:journalctl@ceph.mon.b.smithi078.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-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.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-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** Compaction Stats [default] ** 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.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-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: L0 1/0 1.71 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: Sum 1/0 1.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.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 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2024-03-20T07:55:31.926 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** Compaction Stats [default] ** 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.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-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.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 4.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: Cumulative compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T07:55:31.927 INFO:journalctl@ceph.mon.b.smithi078.stdout: Interval compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.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-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: Block cache BinnedLRUCache@0x5560c89d9090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: using public_addr v2:172.21.15.78:0/0 -> [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: starting mon.b rank -1 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(???) e0 preinit fsid d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).mds e1 new map 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).mds e1 print_map 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: e1 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.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} 2024-03-20T07:55:31.928 INFO:journalctl@ceph.mon.b.smithi078.stdout: legacy client fscid: -1 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout: 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout: No filesystems configured 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.929 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Deploying cephadm binary to smithi107 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:31.930 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.931 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:55:31.931 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.931 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.931 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.931 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Added host smithi107 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/3234107675' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/3234107675' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T07:55:31.932 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.933 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi057:172.21.15.57=a;smithi078:172.21.15.78=b;smithi107:172.21.15.107=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Saving service mon spec with placement smithi057:172.21.15.57=a;smithi078:172.21.15.78=b;smithi107:172.21.15.107=c;count:3 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Deploying daemon mon.c on smithi107 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.934 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.a calling monitor election 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.c calling monitor election 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: monmap e2: 2 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:31.935 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: fsmap 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mgrmap e13: a(active, since 49s) 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: overall HEALTH_OK 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: Deploying daemon mon.b on smithi078 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: from='client.? 172.21.15.107:0/3764964154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 ceph-mon[33125]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-20T07:55:31.936 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 bash[33098]: 4909c8ebafb8f31e452d6b90289c60a7708516764d86945c9740ea8260bbc3ef 2024-03-20T07:55:31.937 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:31 smithi078 systemd[1]: Started Ceph mon.b for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:55:32.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:31 smithi057 ceph-mon[29890]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: mon.c calling monitor election 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: mon.a calling monitor election 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: monmap e3: 3 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: fsmap 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: mgrmap e13: a(active, since 58s) 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T07:55:37.062 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-20T07:55:37.063 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: mon.b (rank 2) addr [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] is down (out of quorum) 2024-03-20T07:55:37.063 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:37.063 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:36 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: mon.c calling monitor election 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: mon.a calling monitor election 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:37.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: monmap e3: 3 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: fsmap 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: mgrmap e13: a(active, since 58s) 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: mon.b (rank 2) addr [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] is down (out of quorum) 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:37.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:36 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:37.232 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-03-20T07:55:37.233 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":3,"fsid":"d78b7f94-e68e-11ee-95c9-87774f69a715","modified":"2024-03-20T07:55:31.676169Z","created":"2024-03-20T07:53:30.197852Z","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.57:3300","nonce":0},{"type":"v1","addr":"172.21.15.57:6789","nonce":0}]},"addr":"172.21.15.57:6789/0","public_addr":"172.21.15.57:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-20T07:55:37.235 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 3 2024-03-20T07:55:37.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:37 smithi107 ceph-mon[33509]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:37.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:37.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:37.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:37.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:37 smithi107 ceph-mon[33509]: from='client.? 172.21.15.107:0/1480579812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T07:55:37.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:37.903 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-20T07:55:37.903 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph config generate-minimal-conf 2024-03-20T07:55:38.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:37 smithi057 ceph-mon[29890]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:38.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:38.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:38.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:38.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:37 smithi057 ceph-mon[29890]: from='client.? 172.21.15.107:0/1480579812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T07:55:38.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:38.155 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: mon.c calling monitor election 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: mon.a calling monitor election 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:39.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: monmap e3: 3 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: fsmap 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: mgrmap e13: a(active, since 58s) 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: mon.b (rank 2) addr [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] is down (out of quorum) 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:39.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:39.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='client.? 172.21.15.107:0/1480579812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T07:55:39.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:38 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: mon.b calling monitor election 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: mon.b calling monitor election 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: mon.c calling monitor election 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: mon.a calling monitor election 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: monmap e3: 3 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:39.932 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: fsmap 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: mgrmap e13: a(active, since 60s) 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Cluster is now healthy 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: overall HEALTH_OK 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.933 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:39.934 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:39 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:40.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: mon.b calling monitor election 2024-03-20T07:55:40.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:40.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:55:40.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:55:40.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: mon.b calling monitor election 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: mon.c calling monitor election 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: mon.a calling monitor election 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: monmap e3: 3 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: fsmap 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: mgrmap e13: a(active, since 60s) 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Cluster is now healthy 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: overall HEALTH_OK 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:40.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:40.079 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:39 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:40.080 INFO:teuthology.orchestra.run.smithi057.stdout:# minimal ceph.conf for d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:55:40.080 INFO:teuthology.orchestra.run.smithi057.stdout:[global] 2024-03-20T07:55:40.080 INFO:teuthology.orchestra.run.smithi057.stdout: fsid = d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:55:40.080 INFO:teuthology.orchestra.run.smithi057.stdout: mon_host = [v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0] [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: mon.b calling monitor election 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: mon.b calling monitor election 2024-03-20T07:55:40.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: mon.c calling monitor election 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: mon.a calling monitor election 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: monmap e3: 3 mons at {a=[v2:172.21.15.57:3300/0,v1:172.21.15.57:6789/0],b=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],c=[v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: fsmap 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: mgrmap e13: a(active, since 60s) 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Cluster is now healthy 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: overall HEALTH_OK 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.156 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:40.157 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:39 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:40.723 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-20T07:55:40.724 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:55:40.724 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T07:55:40.754 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:55:40.754 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:40.821 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:55:40.821 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T07:55:40.856 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:55:40.856 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:40.926 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:40 smithi078 ceph-mon[33125]: Reconfiguring mon.a (unknown last config time)... 2024-03-20T07:55:40.926 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:40 smithi078 ceph-mon[33125]: Reconfiguring daemon mon.a on smithi057 2024-03-20T07:55:40.926 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:40 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:40.926 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:40 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2024475165' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:40.927 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:55:40.927 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T07:55:40.938 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:40 smithi057 ceph-mon[29890]: Reconfiguring mon.a (unknown last config time)... 2024-03-20T07:55:40.938 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:40 smithi057 ceph-mon[29890]: Reconfiguring daemon mon.a on smithi057 2024-03-20T07:55:40.938 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:40 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:40.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:40 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2024475165' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:40.957 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:40 smithi107 ceph-mon[33509]: Reconfiguring mon.a (unknown last config time)... 2024-03-20T07:55:40.957 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:40 smithi107 ceph-mon[33509]: Reconfiguring daemon mon.a on smithi057 2024-03-20T07:55:40.957 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:40 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:55:40.957 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:40 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2024475165' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:40.962 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:55:40.962 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:55:41.034 INFO:tasks.cephadm:Adding mgr.a on smithi057 2024-03-20T07:55:41.034 INFO:tasks.cephadm:Adding mgr.b on smithi078 2024-03-20T07:55:41.034 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch apply mgr '2;smithi057=a;smithi078=b' 2024-03-20T07:55:41.308 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T07:55:42.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:41 smithi057 ceph-mon[29890]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:42.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:42.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:42.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:42.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:42.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:41 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:42.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:41 smithi107 ceph-mon[33509]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:42.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:41 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:42.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:41 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:42.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:41 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:42.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:41 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:42.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:41 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:42.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:41 smithi078 ceph-mon[33125]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:42.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:41 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:42.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:41 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:42.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:41 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:42.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:41 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:42.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:41 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:42.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:42 smithi107 ceph-mon[33509]: Reconfiguring mon.b (monmap changed)... 2024-03-20T07:55:42.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:42 smithi107 ceph-mon[33509]: Reconfiguring daemon mon.b on smithi078 2024-03-20T07:55:43.003 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mgr update... 2024-03-20T07:55:43.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:42 smithi078 ceph-mon[33125]: Reconfiguring mon.b (monmap changed)... 2024-03-20T07:55:43.049 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:42 smithi078 ceph-mon[33125]: Reconfiguring daemon mon.b on smithi078 2024-03-20T07:55:43.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:42 smithi057 ceph-mon[29890]: Reconfiguring mon.b (monmap changed)... 2024-03-20T07:55:43.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:42 smithi057 ceph-mon[29890]: Reconfiguring daemon mon.b on smithi078 2024-03-20T07:55:43.520 DEBUG:teuthology.orchestra.run.smithi078:mgr.b> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.b.service 2024-03-20T07:55:43.522 INFO:tasks.cephadm:Deploying OSDs... 2024-03-20T07:55:43.522 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-03-20T07:55:43.523 DEBUG:teuthology.orchestra.run.smithi057:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T07:55:43.541 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-03-20T07:55:43.542 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_1 2024-03-20T07:55:43.602 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T07:55:43.602 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-03-20 07:54:48.253085426 +0000 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-03-20 07:49:47.556741759 +0000 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-03-20 07:49:47.556741759 +0000 2024-03-20T07:55:43.603 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: 2024-03-20 07:49:47.556741759 +0000 2024-03-20T07:55:43.603 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T07:55:43.672 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-03-20T07:55:43.673 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-03-20T07:55:43.673 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000394548 s, 1.3 MB/s 2024-03-20T07:55:43.674 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T07:55:43.732 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_2 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-03-20 07:54:48.288084937 +0000 2024-03-20T07:55:43.791 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-03-20 07:49:47.917736642 +0000 2024-03-20T07:55:43.792 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-03-20 07:49:47.917736642 +0000 2024-03-20T07:55:43.792 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: 2024-03-20 07:49:47.917736642 +0000 2024-03-20T07:55:43.792 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T07:55:43.858 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-03-20T07:55:43.858 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-03-20T07:55:43.858 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.00029111 s, 1.8 MB/s 2024-03-20T07:55:43.859 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T07:55:43.916 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_3 2024-03-20T07:55:43.972 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T07:55:43.973 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:43.973 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-20T07:55:43.973 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:43.973 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:43.973 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-03-20 07:54:48.324084434 +0000 2024-03-20T07:55:43.973 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-03-20 07:49:48.279731510 +0000 2024-03-20T07:55:43.974 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-03-20 07:49:48.279731510 +0000 2024-03-20T07:55:43.974 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: 2024-03-20 07:49:48.279731510 +0000 2024-03-20T07:55:43.974 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T07:55:44.040 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-03-20T07:55:44.040 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-03-20T07:55:44.040 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000264805 s, 1.9 MB/s 2024-03-20T07:55:44.041 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T07:55:44.097 DEBUG:teuthology.orchestra.run.smithi057:> stat /dev/vg_nvme/lv_4 2024-03-20T07:55:44.151 INFO:teuthology.orchestra.run.smithi057.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout:Access: 2024-03-20 07:54:48.360083931 +0000 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout:Modify: 2024-03-20 07:49:48.621726662 +0000 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout:Change: 2024-03-20 07:49:48.621726662 +0000 2024-03-20T07:55:44.152 INFO:teuthology.orchestra.run.smithi057.stdout: Birth: 2024-03-20 07:49:48.621726662 +0000 2024-03-20T07:55:44.153 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T07:55:44.218 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records in 2024-03-20T07:55:44.218 INFO:teuthology.orchestra.run.smithi057.stderr:1+0 records out 2024-03-20T07:55:44.218 INFO:teuthology.orchestra.run.smithi057.stderr:512 bytes copied, 0.000263776 s, 1.9 MB/s 2024-03-20T07:55:44.219 DEBUG:teuthology.orchestra.run.smithi057:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T07:55:44.275 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-03-20T07:55:44.275 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T07:55:44.294 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-03-20T07:55:44.294 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2024-03-20T07:55:44.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:44.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi057=a;smithi078=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: Saving service mgr spec with placement smithi057=a;smithi078=b;count:2 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: Reconfiguring mon.c (monmap changed)... 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:44.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:44.312 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:44 smithi057 ceph-mon[29890]: Reconfiguring daemon mon.c on smithi107 2024-03-20T07:55:44.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi057=a;smithi078=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: Saving service mgr spec with placement smithi057=a;smithi078=b;count:2 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: Reconfiguring mon.c (monmap changed)... 2024-03-20T07:55:44.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:44.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:44.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:44.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:44 smithi107 ceph-mon[33509]: Reconfiguring daemon mon.c on smithi107 2024-03-20T07:55:44.351 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-03-20 07:55:31.062798057 +0000 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-03-20 07:49:35.917777122 +0000 2024-03-20T07:55:44.352 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-03-20 07:49:35.917777122 +0000 2024-03-20T07:55:44.353 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: 2024-03-20 07:49:35.917777122 +0000 2024-03-20T07:55:44.353 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T07:55:44.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi057=a;smithi078=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: Saving service mgr spec with placement smithi057=a;smithi078=b;count:2 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: Reconfiguring mon.c (monmap changed)... 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:44.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:44 smithi078 ceph-mon[33125]: Reconfiguring daemon mon.c on smithi107 2024-03-20T07:55:44.422 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-03-20T07:55:44.422 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-03-20T07:55:44.422 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000249802 s, 2.0 MB/s 2024-03-20T07:55:44.424 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T07:55:44.483 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2024-03-20T07:55:44.541 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-03-20 07:55:31.062798057 +0000 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-03-20 07:49:36.266771750 +0000 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-03-20 07:49:36.266771750 +0000 2024-03-20T07:55:44.542 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: 2024-03-20 07:49:36.266771750 +0000 2024-03-20T07:55:44.542 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T07:55:44.612 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-03-20T07:55:44.612 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-03-20T07:55:44.612 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000234768 s, 2.2 MB/s 2024-03-20T07:55:44.613 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T07:55:44.672 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-03-20 07:55:31.063798042 +0000 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-03-20 07:49:36.611766440 +0000 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-03-20 07:49:36.611766440 +0000 2024-03-20T07:55:44.730 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: 2024-03-20 07:49:36.611766440 +0000 2024-03-20T07:55:44.730 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T07:55:44.798 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-03-20T07:55:44.798 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-03-20T07:55:44.799 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000213429 s, 2.4 MB/s 2024-03-20T07:55:44.800 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T07:55:44.857 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-03-20 07:55:31.063798042 +0000 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-03-20 07:49:36.965760991 +0000 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-03-20 07:49:36.965760991 +0000 2024-03-20T07:55:44.913 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: 2024-03-20 07:49:36.965760991 +0000 2024-03-20T07:55:44.913 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T07:55:44.980 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-03-20T07:55:44.980 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-03-20T07:55:44.980 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000188068 s, 2.7 MB/s 2024-03-20T07:55:44.981 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T07:55:45.038 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-03-20T07:55:45.038 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T07:55:45.054 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-03-20T07:55:45.054 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-03-20 07:55:21.432613137 +0000 2024-03-20T07:55:45.110 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-03-20 07:49:36.415154638 +0000 2024-03-20T07:55:45.111 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-03-20 07:49:36.415154638 +0000 2024-03-20T07:55:45.111 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-03-20 07:49:36.415154638 +0000 2024-03-20T07:55:45.111 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T07:55:45.178 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-03-20T07:55:45.178 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-03-20T07:55:45.178 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000248824 s, 2.1 MB/s 2024-03-20T07:55:45.180 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T07:55:45.235 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-03-20T07:55:45.290 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T07:55:45.290 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:45.290 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-20T07:55:45.290 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:45.290 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:45.291 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-03-20 07:55:21.432613137 +0000 2024-03-20T07:55:45.291 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-03-20 07:49:36.757148525 +0000 2024-03-20T07:55:45.291 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-03-20 07:49:36.757148525 +0000 2024-03-20T07:55:45.291 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-03-20 07:49:36.757148525 +0000 2024-03-20T07:55:45.291 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T07:55:45.356 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-03-20T07:55:45.356 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-03-20T07:55:45.356 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000192406 s, 2.7 MB/s 2024-03-20T07:55:45.357 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T07:55:45.413 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-03-20T07:55:45.468 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T07:55:45.468 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:45.468 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-03-20T07:55:45.468 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:45.469 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:45.469 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-03-20 07:55:21.433613119 +0000 2024-03-20T07:55:45.469 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-03-20 07:49:37.094142500 +0000 2024-03-20T07:55:45.469 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-03-20 07:49:37.094142500 +0000 2024-03-20T07:55:45.469 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-03-20 07:49:37.094142500 +0000 2024-03-20T07:55:45.469 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T07:55:45.534 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-03-20T07:55:45.534 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-03-20T07:55:45.534 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000208838 s, 2.5 MB/s 2024-03-20T07:55:45.535 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T07:55:45.591 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-03-20 07:55:21.433613119 +0000 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-03-20 07:49:37.450136136 +0000 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-03-20 07:49:37.450136136 +0000 2024-03-20T07:55:45.645 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: 2024-03-20 07:49:37.450136136 +0000 2024-03-20T07:55:45.646 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T07:55:45.711 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-03-20T07:55:45.711 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-03-20T07:55:45.711 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000230244 s, 2.2 MB/s 2024-03-20T07:55:45.712 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T07:55:45.768 INFO:tasks.cephadm:Deploying osd.0 on smithi057 with /dev/vg_nvme/lv_4... 2024-03-20T07:55:45.768 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T07:55:45.830 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:45.830 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:45.830 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:45.830 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:45.830 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:45.830 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:45.831 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:45.831 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T07:55:45.831 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T07:55:45.831 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T07:55:45.831 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:45 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:45.956 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:45.956 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:45.956 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:45.956 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:45.956 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:45.956 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:45.957 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:45.957 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T07:55:45.957 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T07:55:45.957 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T07:55:45.957 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:45 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:46.008 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:46.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:46.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T07:55:46.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:45 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:46.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:46 smithi057 ceph-mon[29890]: Deploying daemon mgr.b on smithi078 2024-03-20T07:55:46.977 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:46 smithi078 ceph-mon[33125]: Deploying daemon mgr.b on smithi078 2024-03-20T07:55:47.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:46 smithi107 ceph-mon[33509]: Deploying daemon mgr.b on smithi078 2024-03-20T07:55:47.393 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 systemd[1]: Starting Ceph mgr.b for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:55:47.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 podman[34490]: 2024-03-20 07:55:47.297441153 +0000 UTC m=+0.017375078 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912 2024-03-20T07:55:47.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 podman[34490]: 2024-03-20 07:55:47.4089946 +0000 UTC m=+0.128928501 container create 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2) 2024-03-20T07:55:47.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 podman[34490]: 2024-03-20 07:55:47.603005193 +0000 UTC m=+0.322939112 container init 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-03-20T07:55:47.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 podman[34490]: 2024-03-20 07:55:47.605544717 +0000 UTC m=+0.325478619 container start 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307) 2024-03-20T07:55:47.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 ceph-mgr[34509]: -- 172.21.15.78:0/3359243099 <== mon.2 v2:172.21.15.78:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a7b474c5a0 con 0x55a7b4720800 2024-03-20T07:55:47.823 INFO:teuthology.orchestra.run.smithi057.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T07:55:47.823 INFO:teuthology.orchestra.run.smithi057.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T07:55:47.823 INFO:teuthology.orchestra.run.smithi057.stderr: stderr: 10+0 records in 2024-03-20T07:55:47.823 INFO:teuthology.orchestra.run.smithi057.stderr:10+0 records out 2024-03-20T07:55:47.823 INFO:teuthology.orchestra.run.smithi057.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134921 s, 777 MB/s 2024-03-20T07:55:47.824 INFO:teuthology.orchestra.run.smithi057.stderr:--> Zapping successful for: 2024-03-20T07:55:48.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:47 smithi057 ceph-mon[29890]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:48.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:47 smithi107 ceph-mon[33509]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:48.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:47 smithi078 ceph-mon[33125]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:48.155 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 bash[34490]: 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 2024-03-20T07:55:48.155 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:47 smithi078 systemd[1]: Started Ceph mgr.b for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:55:48.431 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi057:vg_nvme/lv_4 2024-03-20T07:55:48.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:48.165+0000 7f964b466200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T07:55:48.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:48.261+0000 7f964b466200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T07:55:48.672 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:55:48.987 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:48.949+0000 7f964b466200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T07:55:48.988 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.988 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.988 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.988 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.988 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:48.988 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:48 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.994 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:48 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.994 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:48 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.994 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:48 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.994 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:48 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:48.994 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:48 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:48.994 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:48 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.041 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:48 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.041 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:48 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.041 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:48 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.041 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:48 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.041 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:48 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:49.042 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:48 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.292 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.044+0000 7f964b466200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T07:55:49.293 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.185+0000 7f964b466200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T07:55:49.293 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.293+0000 7f964b466200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T07:55:49.602 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.382+0000 7f964b466200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T07:55:49.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:49.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.657+0000 7f964b466200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T07:55:49.861 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.770+0000 7f964b466200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T07:55:49.862 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.861+0000 7f964b466200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T07:55:50.053 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:50.053 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:50.053 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:50.054 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:50.054 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:50.054 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:50.054 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T07:55:50.054 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T07:55:50.054 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:49 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T07:55:50.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:49 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:50.137 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:49 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:49.958+0000 7f964b466200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T07:55:50.137 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:50 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:50.138+0000 7f964b466200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T07:55:51.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:50 smithi057 ceph-mon[29890]: Reconfiguring mgr.a (unknown last config time)... 2024-03-20T07:55:51.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:50 smithi057 ceph-mon[29890]: Reconfiguring daemon mgr.a on smithi057 2024-03-20T07:55:51.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:50 smithi107 ceph-mon[33509]: Reconfiguring mgr.a (unknown last config time)... 2024-03-20T07:55:51.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:50 smithi107 ceph-mon[33509]: Reconfiguring daemon mgr.a on smithi057 2024-03-20T07:55:51.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:50 smithi078 ceph-mon[33125]: Reconfiguring mgr.a (unknown last config time)... 2024-03-20T07:55:51.113 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:50 smithi078 ceph-mon[33125]: Reconfiguring daemon mgr.a on smithi057 2024-03-20T07:55:51.405 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:51.113+0000 7f964b466200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T07:55:51.405 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:51.244+0000 7f964b466200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi057:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:51.860 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:51.577+0000 7f964b466200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:51.665+0000 7f964b466200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T07:55:51.861 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:51 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:51.860+0000 7f964b466200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi057:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:51.939 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:51.940 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:51.940 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:51 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi057:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:55:52.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:55:52.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:55:52.078 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:51 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:55:52.154 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:52 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:52.046+0000 7f964b466200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T07:55:52.586 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:52 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:52.330+0000 7f964b466200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:55:52.587 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:52 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:52.587+0000 7f964b466200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T07:55:52.904 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:52 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:52.823+0000 7f964b466200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T07:55:53.904 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:53 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:53.619+0000 7f964b466200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T07:55:53.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:53 smithi078 ceph-mon[33125]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:53.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:53 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1974358875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ac00423-6711-4f44-95d7-280493c62dec"}]: dispatch 2024-03-20T07:55:53.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:53 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1974358875' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ac00423-6711-4f44-95d7-280493c62dec"}]': finished 2024-03-20T07:55:53.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:53 smithi078 ceph-mon[33125]: osdmap e5: 1 total, 0 up, 1 in 2024-03-20T07:55:53.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:53 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:55:54.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:53 smithi057 ceph-mon[29890]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:53 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1974358875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ac00423-6711-4f44-95d7-280493c62dec"}]: dispatch 2024-03-20T07:55:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:53 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1974358875' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ac00423-6711-4f44-95d7-280493c62dec"}]': finished 2024-03-20T07:55:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:53 smithi057 ceph-mon[29890]: osdmap e5: 1 total, 0 up, 1 in 2024-03-20T07:55:54.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:53 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:55:54.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:53 smithi107 ceph-mon[33509]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:54.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:53 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1974358875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ac00423-6711-4f44-95d7-280493c62dec"}]: dispatch 2024-03-20T07:55:54.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:53 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1974358875' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ac00423-6711-4f44-95d7-280493c62dec"}]': finished 2024-03-20T07:55:54.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:53 smithi107 ceph-mon[33509]: osdmap e5: 1 total, 0 up, 1 in 2024-03-20T07:55:54.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:53 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:55:54.494 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:54.184+0000 7f964b466200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T07:55:54.494 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:54.280+0000 7f964b466200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T07:55:54.494 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:55:54.494+0000 7f964b466200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T07:55:55.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:54 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/644398433' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:55:55.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:54 smithi107 ceph-mon[33509]: Standby manager daemon b started 2024-03-20T07:55:55.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:54 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T07:55:55.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:54 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T07:55:55.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:54 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T07:55:55.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:54 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T07:55:55.154 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/644398433' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:55:55.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-mon[33125]: Standby manager daemon b started 2024-03-20T07:55:55.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T07:55:55.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T07:55:55.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T07:55:55.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:54 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T07:55:55.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:54 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/644398433' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:55:55.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:54 smithi057 ceph-mon[29890]: Standby manager daemon b started 2024-03-20T07:55:55.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:54 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T07:55:55.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:54 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T07:55:55.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:54 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T07:55:55.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:54 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/2279879764' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T07:55:56.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:55 smithi107 ceph-mon[33509]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:56.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:55 smithi107 ceph-mon[33509]: mgrmap e14: a(active, since 76s), standbys: b 2024-03-20T07:55:56.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:55 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T07:55:56.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:55 smithi078 ceph-mon[33125]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:56.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:55 smithi078 ceph-mon[33125]: mgrmap e14: a(active, since 76s), standbys: b 2024-03-20T07:55:56.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:55 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T07:55:56.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:55 smithi057 ceph-mon[29890]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:56.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:55 smithi057 ceph-mon[29890]: mgrmap e14: a(active, since 76s), standbys: b 2024-03-20T07:55:56.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:55 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T07:55:58.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:57 smithi107 ceph-mon[33509]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:58.111 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:57 smithi057 ceph-mon[29890]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:55:58.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:57 smithi078 ceph-mon[33125]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:00.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:55:59 smithi107 ceph-mon[33509]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:00.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:55:59 smithi078 ceph-mon[33125]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:00.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:55:59 smithi057 ceph-mon[29890]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:01.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T07:56:01.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:01.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:00 smithi057 ceph-mon[29890]: Deploying daemon osd.0 on smithi057 2024-03-20T07:56:01.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T07:56:01.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:01.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:00 smithi078 ceph-mon[33125]: Deploying daemon osd.0 on smithi057 2024-03-20T07:56:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T07:56:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:00 smithi107 ceph-mon[33509]: Deploying daemon osd.0 on smithi057 2024-03-20T07:56:02.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:01 smithi057 ceph-mon[29890]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:02.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:01 smithi078 ceph-mon[33125]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:02.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:01 smithi107 ceph-mon[33509]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:04.051 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:03 smithi057 ceph-mon[29890]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:04.154 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:03 smithi078 ceph-mon[33125]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:04.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:03 smithi107 ceph-mon[33509]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:06.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:06 smithi057 ceph-mon[29890]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:06.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:06.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:06.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:06 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:06.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:06 smithi078 ceph-mon[33125]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:06.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:06 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:06.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:06 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:06.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:06 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:06.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:06 smithi107 ceph-mon[33509]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:06.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:06 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:06.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:06 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:06.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:06 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:08.376 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:08 smithi057 ceph-mon[29890]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:08.453 INFO:teuthology.orchestra.run.smithi057.stdout:Created osd(s) 0 on host 'smithi057' 2024-03-20T07:56:08.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:08 smithi107 ceph-mon[33509]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:08.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:08 smithi078 ceph-mon[33125]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:09.001 DEBUG:teuthology.orchestra.run.smithi057:osd.0> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.0.service 2024-03-20T07:56:09.003 INFO:tasks.cephadm:Deploying osd.1 on smithi078 with /dev/vg_nvme/lv_4... 2024-03-20T07:56:09.003 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T07:56:09.243 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.b/config 2024-03-20T07:56:09.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:09 smithi057 ceph-mon[29890]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T07:56:09.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:09 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.365 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:09 smithi078 ceph-mon[33125]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T07:56:09.365 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:09 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.365 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:09 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.365 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:09 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.365 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:09 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:09 smithi107 ceph-mon[33509]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T07:56:09.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:09 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:09 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:09 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:09.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:09 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:10.368 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:10 smithi078 ceph-mon[33125]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:10.368 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:10 smithi078 ceph-mon[33125]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T07:56:10.368 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:10 smithi078 ceph-mon[33125]: osdmap e6: 1 total, 0 up, 1 in 2024-03-20T07:56:10.368 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:10 smithi078 ceph-mon[33125]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi057", "root=default"]}]: dispatch 2024-03-20T07:56:10.368 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:10 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:10.422 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-mon[29890]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:10.422 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-mon[29890]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T07:56:10.422 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-mon[29890]: osdmap e6: 1 total, 0 up, 1 in 2024-03-20T07:56:10.422 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-mon[29890]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi057", "root=default"]}]: dispatch 2024-03-20T07:56:10.422 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:10.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:10 smithi107 ceph-mon[33509]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:10.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:10 smithi107 ceph-mon[33509]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T07:56:10.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:10 smithi107 ceph-mon[33509]: osdmap e6: 1 total, 0 up, 1 in 2024-03-20T07:56:10.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:10 smithi107 ceph-mon[33509]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi057", "root=default"]}]: dispatch 2024-03-20T07:56:10.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:10 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:10.811 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0[42105]: 2024-03-20T07:56:10.663+0000 7f6688091700 -1 osd.0 0 waiting for initial osdmap 2024-03-20T07:56:10.811 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:56:10 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0[42105]: 2024-03-20T07:56:10.666+0000 7f667fe7c700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr: stderr: 10+0 records in 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr:10+0 records out 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126543 s, 829 MB/s 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr: stderr: 2024-03-20T07:56:11.278 INFO:teuthology.orchestra.run.smithi078.stderr:--> Zapping successful for: 2024-03-20T07:56:11.418 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi057", "root=default"]}]': finished 2024-03-20T07:56:11.419 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: osdmap e7: 1 total, 0 up, 1 in 2024-03-20T07:56:11.419 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.419 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.419 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:11.419 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' 2024-03-20T07:56:11.419 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:11 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi057", "root=default"]}]': finished 2024-03-20T07:56:11.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: osdmap e7: 1 total, 0 up, 1 in 2024-03-20T07:56:11.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:11.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' 2024-03-20T07:56:11.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:11 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi057", "root=default"]}]': finished 2024-03-20T07:56:11.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: osdmap e7: 1 total, 0 up, 1 in 2024-03-20T07:56:11.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T07:56:11.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: from='osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409]' entity='osd.0' 2024-03-20T07:56:11.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:11 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:11.919 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi078:vg_nvme/lv_4 2024-03-20T07:56:12.161 INFO:teuthology.orchestra.run.smithi078.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.b/config 2024-03-20T07:56:12.494 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: purged_snaps scrub starts 2024-03-20T07:56:12.494 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: purged_snaps scrub ok 2024-03-20T07:56:12.494 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409] boot 2024-03-20T07:56:12.494 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: osdmap e8: 1 total, 1 up, 1 in 2024-03-20T07:56:12.494 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: Detected new or changed devices on smithi057 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: Adjusting osd_memory_target on smithi057 to 17093M 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.495 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:12 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:12.544 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: purged_snaps scrub starts 2024-03-20T07:56:12.544 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: purged_snaps scrub ok 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409] boot 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: osdmap e8: 1 total, 1 up, 1 in 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: Detected new or changed devices on smithi057 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: Adjusting osd_memory_target on smithi057 to 17093M 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.545 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:12 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: purged_snaps scrub starts 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: purged_snaps scrub ok 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: osd.0 [v2:172.21.15.57:6802/3797807409,v1:172.21.15.57:6803/3797807409] boot 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: osdmap e8: 1 total, 1 up, 1 in 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: Detected new or changed devices on smithi057 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: Adjusting osd_memory_target on smithi057 to 17093M 2024-03-20T07:56:12.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:12.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:12.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:12.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:12 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:13.508 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:13 smithi078 ceph-mon[33125]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:13.508 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:13 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:13.508 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:13 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:13.508 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:13 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:13.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:13 smithi057 ceph-mon[29890]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:13.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:13 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:13.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:13 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:13.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:13 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:13.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:13 smithi107 ceph-mon[33509]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:13.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:13 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:13.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:13 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:13.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:13 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:14.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:14 smithi057 ceph-mon[29890]: osdmap e9: 1 total, 1 up, 1 in 2024-03-20T07:56:14.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:14 smithi057 ceph-mon[29890]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:56:14.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:14 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:56:14.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:14 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:56:14.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:14 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:14.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:14 smithi078 ceph-mon[33125]: osdmap e9: 1 total, 1 up, 1 in 2024-03-20T07:56:14.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:14 smithi078 ceph-mon[33125]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:56:14.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:14 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:56:14.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:14 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:56:14.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:14 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:14.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:14 smithi107 ceph-mon[33509]: osdmap e9: 1 total, 1 up, 1 in 2024-03-20T07:56:14.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:14 smithi107 ceph-mon[33509]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi078:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:56:14.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:14 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:56:14.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:14 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:56:14.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:14 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:15.396 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:15 smithi078 ceph-mon[33125]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:15.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:15 smithi057 ceph-mon[29890]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:15.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:15 smithi107 ceph-mon[33509]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:17.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:17.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: from='client.? 172.21.15.78:0/3030115165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]: dispatch 2024-03-20T07:56:17.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]: dispatch 2024-03-20T07:56:17.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]': finished 2024-03-20T07:56:17.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: osdmap e10: 2 total, 1 up, 2 in 2024-03-20T07:56:17.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:17.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:17 smithi057 ceph-mon[29890]: from='client.? 172.21.15.78:0/2697985516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: from='client.? 172.21.15.78:0/3030115165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]: dispatch 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]: dispatch 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]': finished 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: osdmap e10: 2 total, 1 up, 2 in 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:17.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:17 smithi107 ceph-mon[33509]: from='client.? 172.21.15.78:0/2697985516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:56:17.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:17.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: from='client.? 172.21.15.78:0/3030115165' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]: dispatch 2024-03-20T07:56:17.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]: dispatch 2024-03-20T07:56:17.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8"}]': finished 2024-03-20T07:56:17.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: osdmap e10: 2 total, 1 up, 2 in 2024-03-20T07:56:17.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:17.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:17 smithi078 ceph-mon[33125]: from='client.? 172.21.15.78:0/2697985516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:56:19.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:19 smithi057 ceph-mon[29890]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:19.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:19 smithi107 ceph-mon[33509]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:19.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:19 smithi078 ceph-mon[33125]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:21.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:21 smithi078 ceph-mon[33125]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:21.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:21 smithi057 ceph-mon[29890]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:21.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:21 smithi107 ceph-mon[33509]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:23.519 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:23 smithi078 ceph-mon[33125]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:23.519 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:23 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T07:56:23.519 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:23 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:23.519 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:23 smithi078 ceph-mon[33125]: Deploying daemon osd.1 on smithi078 2024-03-20T07:56:23.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:23 smithi057 ceph-mon[29890]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:23.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:23 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T07:56:23.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:23 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:23.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:23 smithi057 ceph-mon[29890]: Deploying daemon osd.1 on smithi078 2024-03-20T07:56:23.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:23 smithi107 ceph-mon[33509]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:23.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:23 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T07:56:23.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:23 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:23.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:23 smithi107 ceph-mon[33509]: Deploying daemon osd.1 on smithi078 2024-03-20T07:56:25.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:25 smithi057 ceph-mon[29890]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:25.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:25 smithi107 ceph-mon[33509]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:25.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:25 smithi078 ceph-mon[33125]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:27.302 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:27 smithi078 ceph-mon[33125]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:27.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:27 smithi057 ceph-mon[29890]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:27.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:27 smithi107 ceph-mon[33509]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:28.488 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:28 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:28.489 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:28 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:28.489 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:28 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:28.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:28 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:28.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:28 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:28.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:28 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:28.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:28 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:28.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:28 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:28.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:28 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:30.154 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:29 smithi078 ceph-mon[33125]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:30.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:29 smithi057 ceph-mon[29890]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:30.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:29 smithi107 ceph-mon[33509]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:31.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:31.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:31.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T07:56:31.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:31 smithi078 ceph-mon[33125]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T07:56:31.532 INFO:teuthology.orchestra.run.smithi078.stdout:Created osd(s) 1 on host 'smithi078' 2024-03-20T07:56:31.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:31.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:31.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T07:56:31.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:31 smithi057 ceph-mon[29890]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T07:56:31.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:31 smithi107 ceph-mon[33509]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T07:56:32.091 DEBUG:teuthology.orchestra.run.smithi078:osd.1> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.1.service 2024-03-20T07:56:32.093 INFO:tasks.cephadm:Deploying osd.2 on smithi107 with /dev/vg_nvme/lv_4... 2024-03-20T07:56:32.093 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T07:56:32.316 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1[37366]: 2024-03-20T07:56:32.158+0000 7f22ad52f700 -1 osd.1 0 waiting for initial osdmap 2024-03-20T07:56:32.316 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1[37366]: 2024-03-20T07:56:32.161+0000 7f22a9322700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: osdmap e11: 2 total, 1 up, 2 in 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:32.317 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:32 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:32.337 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: osdmap e11: 2 total, 1 up, 2 in 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:32.459 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:32 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:32.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: osdmap e11: 2 total, 1 up, 2 in 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]: dispatch 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:32.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:32 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:33.458 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:33 smithi078 ceph-mon[33125]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-03-20T07:56:33.458 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:33 smithi078 ceph-mon[33125]: osdmap e12: 2 total, 1 up, 2 in 2024-03-20T07:56:33.458 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:33 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:33.458 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:33 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:33.461 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:33 smithi107 ceph-mon[33509]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-03-20T07:56:33.462 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:33 smithi107 ceph-mon[33509]: osdmap e12: 2 total, 1 up, 2 in 2024-03-20T07:56:33.462 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:33 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:33.462 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:33 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:33.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:33 smithi057 ceph-mon[29890]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi078", "root=default"]}]': finished 2024-03-20T07:56:33.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:33 smithi057 ceph-mon[29890]: osdmap e12: 2 total, 1 up, 2 in 2024-03-20T07:56:33.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:33 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:33.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:33 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:34.352 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:34 smithi107 ceph-mon[33509]: purged_snaps scrub starts 2024-03-20T07:56:34.352 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:34 smithi107 ceph-mon[33509]: purged_snaps scrub ok 2024-03-20T07:56:34.352 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:34 smithi107 ceph-mon[33509]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:34.352 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:34 smithi107 ceph-mon[33509]: osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578] boot 2024-03-20T07:56:34.352 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:34 smithi107 ceph-mon[33509]: osdmap e13: 2 total, 2 up, 2 in 2024-03-20T07:56:34.352 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:34 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:34.371 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T07:56:34.371 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T07:56:34.371 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-03-20T07:56:34.372 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-03-20T07:56:34.372 INFO:teuthology.orchestra.run.smithi107.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0130204 s, 805 MB/s 2024-03-20T07:56:34.372 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-03-20T07:56:34.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:34 smithi078 ceph-mon[33125]: purged_snaps scrub starts 2024-03-20T07:56:34.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:34 smithi078 ceph-mon[33125]: purged_snaps scrub ok 2024-03-20T07:56:34.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:34 smithi078 ceph-mon[33125]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:34.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:34 smithi078 ceph-mon[33125]: osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578] boot 2024-03-20T07:56:34.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:34 smithi078 ceph-mon[33125]: osdmap e13: 2 total, 2 up, 2 in 2024-03-20T07:56:34.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:34 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:34.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:34 smithi057 ceph-mon[29890]: purged_snaps scrub starts 2024-03-20T07:56:34.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:34 smithi057 ceph-mon[29890]: purged_snaps scrub ok 2024-03-20T07:56:34.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:34 smithi057 ceph-mon[29890]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T07:56:34.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:34 smithi057 ceph-mon[29890]: osd.1 [v2:172.21.15.78:6800/2985856578,v1:172.21.15.78:6801/2985856578] boot 2024-03-20T07:56:34.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:34 smithi057 ceph-mon[29890]: osdmap e13: 2 total, 2 up, 2 in 2024-03-20T07:56:34.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:34 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:56:35.040 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-03-20T07:56:35.285 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T07:56:35.324 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: osdmap e14: 2 total, 2 up, 2 in 2024-03-20T07:56:35.324 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:35.324 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: Detected new or changed devices on smithi078 2024-03-20T07:56:35.324 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: Adjusting osd_memory_target on smithi078 to 17088M 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:35.325 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:35 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: osdmap e14: 2 total, 2 up, 2 in 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: Detected new or changed devices on smithi078 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: Adjusting osd_memory_target on smithi078 to 17088M 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:35.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:35 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: osdmap e14: 2 total, 2 up, 2 in 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: Detected new or changed devices on smithi078 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: Adjusting osd_memory_target on smithi078 to 17088M 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:35.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:35.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:35.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:35 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:37.513 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:37 smithi107 ceph-mon[33509]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:37.513 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:37 smithi107 ceph-mon[33509]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:56:37.513 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:56:37.513 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:56:37.513 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:37 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:37.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:37 smithi057 ceph-mon[29890]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:37.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:37 smithi057 ceph-mon[29890]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:56:37.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:56:37.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:56:37.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:37 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:37.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:37 smithi078 ceph-mon[33125]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:37.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:37 smithi078 ceph-mon[33125]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:56:37.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:37 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T07:56:37.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:37 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T07:56:37.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:37 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:39.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:39 smithi057 ceph-mon[29890]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:39.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:39 smithi107 ceph-mon[33509]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:39.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:39 smithi078 ceph-mon[33125]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:40.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:40 smithi057 ceph-mon[29890]: from='client.? 172.21.15.107:0/176514120' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]: dispatch 2024-03-20T07:56:40.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:40 smithi057 ceph-mon[29890]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]: dispatch 2024-03-20T07:56:40.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:40 smithi057 ceph-mon[29890]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]': finished 2024-03-20T07:56:40.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:40 smithi057 ceph-mon[29890]: osdmap e15: 3 total, 2 up, 3 in 2024-03-20T07:56:40.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:40 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:40.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:40 smithi057 ceph-mon[29890]: from='client.? 172.21.15.107:0/3782177238' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:56:40.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:40 smithi107 ceph-mon[33509]: from='client.? 172.21.15.107:0/176514120' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]: dispatch 2024-03-20T07:56:40.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:40 smithi107 ceph-mon[33509]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]: dispatch 2024-03-20T07:56:40.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:40 smithi107 ceph-mon[33509]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]': finished 2024-03-20T07:56:40.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:40 smithi107 ceph-mon[33509]: osdmap e15: 3 total, 2 up, 3 in 2024-03-20T07:56:40.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:40 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:40.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:40 smithi107 ceph-mon[33509]: from='client.? 172.21.15.107:0/3782177238' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:56:40.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:40 smithi078 ceph-mon[33125]: from='client.? 172.21.15.107:0/176514120' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]: dispatch 2024-03-20T07:56:40.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:40 smithi078 ceph-mon[33125]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]: dispatch 2024-03-20T07:56:40.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:40 smithi078 ceph-mon[33125]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70835da2-3499-4251-a081-a991310a23f0"}]': finished 2024-03-20T07:56:40.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:40 smithi078 ceph-mon[33125]: osdmap e15: 3 total, 2 up, 3 in 2024-03-20T07:56:40.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:40 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:40.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:40 smithi078 ceph-mon[33125]: from='client.? 172.21.15.107:0/3782177238' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T07:56:41.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:41 smithi057 ceph-mon[29890]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:41.826 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:41 smithi107 ceph-mon[33509]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:41.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:41 smithi078 ceph-mon[33125]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:43.753 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:43 smithi107 ceph-mon[33509]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:43.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:43 smithi057 ceph-mon[29890]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:43.904 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:43 smithi078 ceph-mon[33125]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:45.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:45 smithi107 ceph-mon[33509]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:45.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:45 smithi057 ceph-mon[29890]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:45.904 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:45 smithi078 ceph-mon[33125]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:46.724 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:46 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T07:56:46.724 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:46 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:46.724 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:46 smithi107 ceph-mon[33509]: Deploying daemon osd.2 on smithi107 2024-03-20T07:56:46.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:46 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T07:56:46.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:46 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:46.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:46 smithi057 ceph-mon[29890]: Deploying daemon osd.2 on smithi107 2024-03-20T07:56:46.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:46 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T07:56:46.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:46 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:46.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:46 smithi078 ceph-mon[33125]: Deploying daemon osd.2 on smithi107 2024-03-20T07:56:47.804 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:47 smithi107 ceph-mon[33509]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:47.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:47 smithi057 ceph-mon[29890]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:47.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:47 smithi078 ceph-mon[33125]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:49.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:49 smithi057 ceph-mon[29890]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:49.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:49 smithi107 ceph-mon[33509]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:49.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:49 smithi078 ceph-mon[33125]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:52.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:52 smithi078 ceph-mon[33125]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:52.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:52 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:52.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:52 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:52.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:52 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:52.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:52 smithi057 ceph-mon[29890]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:52.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:52 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:52.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:52 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:52.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:52 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:52.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:52 smithi107 ceph-mon[33509]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:52.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:52 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:52.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:52 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:52.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:52 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:54.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:54 smithi078 ceph-mon[33125]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:54.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:54 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:54 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:54 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:54.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:54 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:54.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:54 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.415 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:54 smithi107 ceph-mon[33509]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:54.416 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:54 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.416 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:54 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.416 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:54 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:54.416 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:54 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:54.416 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:54 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.487 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 2 on host 'smithi107' 2024-03-20T07:56:54.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:54 smithi057 ceph-mon[29890]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:54.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:54 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:54 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:54.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:54 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:54.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:54 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:54.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:54 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.071 DEBUG:teuthology.orchestra.run.smithi107:osd.2> sudo journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.2.service 2024-03-20T07:56:55.074 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-20T07:56:55.074 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-20T07:56:55.326 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:56:55.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:55 smithi107 ceph-mon[33509]: from='osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T07:56:55.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:55 smithi107 ceph-mon[33509]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T07:56:55.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:55 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:55 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:55 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:55.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:55 smithi078 ceph-mon[33125]: from='osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T07:56:55.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:55 smithi078 ceph-mon[33125]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T07:56:55.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:55 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:55 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:55 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:55.443 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:55 smithi057 ceph-mon[29890]: from='osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T07:56:55.443 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:55 smithi057 ceph-mon[29890]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T07:56:55.443 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:55 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.443 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:55 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:55.443 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:55 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:56:56.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-mon[33509]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:56.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-mon[33509]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T07:56:56.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-mon[33509]: from='osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-03-20T07:56:56.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-mon[33509]: osdmap e16: 3 total, 2 up, 3 in 2024-03-20T07:56:56.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:56.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-mon[33509]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-03-20T07:56:56.446 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:56 smithi057 ceph-mon[29890]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:56.446 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:56 smithi057 ceph-mon[29890]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T07:56:56.446 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:56 smithi057 ceph-mon[29890]: from='osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-03-20T07:56:56.446 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:56 smithi057 ceph-mon[29890]: osdmap e16: 3 total, 2 up, 3 in 2024-03-20T07:56:56.446 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:56 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:56.446 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:56 smithi057 ceph-mon[29890]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-03-20T07:56:56.644 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2[37662]: 2024-03-20T07:56:56.641+0000 7fa1bccd8700 -1 osd.2 0 waiting for initial osdmap 2024-03-20T07:56:56.644 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:56:56 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2[37662]: 2024-03-20T07:56:56.643+0000 7fa1b4ac3700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-20T07:56:56.654 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:56 smithi078 ceph-mon[33125]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:56.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:56 smithi078 ceph-mon[33125]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T07:56:56.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:56 smithi078 ceph-mon[33125]: from='osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-03-20T07:56:56.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:56 smithi078 ceph-mon[33125]: osdmap e16: 3 total, 2 up, 3 in 2024-03-20T07:56:56.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:56 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:56.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:56 smithi078 ceph-mon[33125]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-03-20T07:56:57.304 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:57 smithi057 ceph-mon[29890]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-03-20T07:56:57.304 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:57 smithi057 ceph-mon[29890]: osdmap e17: 3 total, 2 up, 3 in 2024-03-20T07:56:57.304 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:57 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:57.304 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:57 smithi057 ceph-mon[29890]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:57.304 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:57 smithi057 ceph-mon[29890]: from='osd.2 ' entity='osd.2' 2024-03-20T07:56:57.305 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:57 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:57.348 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:56:57.497 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:57 smithi107 ceph-mon[33509]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-03-20T07:56:57.497 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:57 smithi107 ceph-mon[33509]: osdmap e17: 3 total, 2 up, 3 in 2024-03-20T07:56:57.497 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:57 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:57.497 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:57 smithi107 ceph-mon[33509]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:57.497 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:57 smithi107 ceph-mon[33509]: from='osd.2 ' entity='osd.2' 2024-03-20T07:56:57.497 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:57 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:57.654 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:57 smithi078 ceph-mon[33125]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-03-20T07:56:57.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:57 smithi078 ceph-mon[33125]: osdmap e17: 3 total, 2 up, 3 in 2024-03-20T07:56:57.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:57 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:57.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:57 smithi078 ceph-mon[33125]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T07:56:57.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:57 smithi078 ceph-mon[33125]: from='osd.2 ' entity='osd.2' 2024-03-20T07:56:57.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:57 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:57.934 INFO:teuthology.orchestra.run.smithi057.stdout:{"epoch":17,"num_osds":3,"num_up_osds":2,"osd_up_since":1710921393,"num_in_osds":3,"osd_in_since":1710921399,"num_remapped_pgs":0} 2024-03-20T07:56:58.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: purged_snaps scrub starts 2024-03-20T07:56:58.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: purged_snaps scrub ok 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/590796786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718] boot 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: osdmap e18: 3 total, 3 up, 3 in 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: Detected new or changed devices on smithi107 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: Adjusting osd_memory_target on smithi107 to 21184M 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:58.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:58 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: purged_snaps scrub starts 2024-03-20T07:56:58.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: purged_snaps scrub ok 2024-03-20T07:56:58.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/590796786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T07:56:58.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718] boot 2024-03-20T07:56:58.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: osdmap e18: 3 total, 3 up, 3 in 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: Detected new or changed devices on smithi107 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: Adjusting osd_memory_target on smithi107 to 21184M 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:58.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:58 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: purged_snaps scrub starts 2024-03-20T07:56:58.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: purged_snaps scrub ok 2024-03-20T07:56:58.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/590796786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T07:56:58.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: osd.2 [v2:172.21.15.107:6800/715537718,v1:172.21.15.107:6801/715537718] boot 2024-03-20T07:56:58.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: osdmap e18: 3 total, 3 up, 3 in 2024-03-20T07:56:58.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: Detected new or changed devices on smithi107 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: Adjusting osd_memory_target on smithi107 to 21184M 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:56:58.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:58 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:56:58.936 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-20T07:56:59.187 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:56:59.289 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:59 smithi057 ceph-mon[29890]: pgmap v78: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:56:59.289 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:59 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' 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-03-20T07:56:59.290 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:59 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' 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-03-20T07:56:59.290 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:59 smithi057 ceph-mon[29890]: osdmap e19: 3 total, 3 up, 3 in 2024-03-20T07:56:59.290 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:56:59 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T07:56:59.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:59 smithi107 ceph-mon[33509]: pgmap v78: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:56:59.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:59 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' 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-03-20T07:56:59.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:59 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' 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-03-20T07:56:59.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:59 smithi107 ceph-mon[33509]: osdmap e19: 3 total, 3 up, 3 in 2024-03-20T07:56:59.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:56:59 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T07:56:59.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:59 smithi078 ceph-mon[33125]: pgmap v78: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:56:59.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:59 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' 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-03-20T07:56:59.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:59 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' 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-03-20T07:56:59.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:59 smithi078 ceph-mon[33125]: osdmap e19: 3 total, 3 up, 3 in 2024-03-20T07:56:59.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:56:59 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T07:57:00.218 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46294]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T07:57:00.218 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46294]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.218 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46294]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.218 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46294]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.218 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46297]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T07:57:00.219 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46297]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.219 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46297]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.219 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46297]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40850]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40850]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40850]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40850]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40853]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40853]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40853]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40853]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40844]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40844]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40844]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40844]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40847]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40847]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40847]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.406 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:57:00 smithi078 sudo[40847]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.508 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46300]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46300]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46300]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46300]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46303]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46303]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46303]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.509 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 sudo[46303]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41001]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41001]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41001]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41001]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41004]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41004]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41004]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41004]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41007]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41007]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41007]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41007]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41010]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41010]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41010]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T07:57:00.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 sudo[41010]: pam_unix(sudo:session): session closed for user root 2024-03-20T07:57:01.038 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:01.038 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T07:57:01.038 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: osdmap e20: 3 total, 3 up, 3 in 2024-03-20T07:57:01.038 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.038 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.038 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.038 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.039 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:00 smithi057 ceph-mon[29890]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: osdmap e20: 3 total, 3 up, 3 in 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:00 smithi107 ceph-mon[33509]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T07:57:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: osdmap e20: 3 total, 3 up, 3 in 2024-03-20T07:57:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T07:57:01.407 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:01.407 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:01.407 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='mgr.14152 172.21.15.57:0/1811121377' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:01.407 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:00 smithi078 ceph-mon[33125]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T07:57:01.570 INFO:teuthology.orchestra.run.smithi057.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1710921417,"num_in_osds":3,"osd_in_since":1710921399,"num_remapped_pgs":0} 2024-03-20T07:57:01.571 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T07:57:01.809 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:02.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:01 smithi107 ceph-mon[33509]: pgmap v81: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:02.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:01 smithi107 ceph-mon[33509]: osdmap e21: 3 total, 3 up, 3 in 2024-03-20T07:57:02.077 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:01 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2907962880' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T07:57:02.204 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:01 smithi057 ceph-mon[29890]: pgmap v81: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:02.204 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:01 smithi057 ceph-mon[29890]: osdmap e21: 3 total, 3 up, 3 in 2024-03-20T07:57:02.204 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:01 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2907962880' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T07:57:02.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:01 smithi078 ceph-mon[33125]: pgmap v81: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:02.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:01 smithi078 ceph-mon[33125]: osdmap e21: 3 total, 3 up, 3 in 2024-03-20T07:57:02.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:01 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2907962880' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T07:57:03.161 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:02 smithi057 ceph-mon[29890]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-20T07:57:03.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:02 smithi107 ceph-mon[33509]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-20T07:57:03.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:02 smithi078 ceph-mon[33125]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-20T07:57:03.475 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:03.476 INFO:teuthology.orchestra.run.smithi057.stdout:{"epoch":21,"fsid":"d78b7f94-e68e-11ee-95c9-87774f69a715","created":"2024-03-20T07:53:40.026628+0000","modified":"2024-03-20T07:57:00.927938+0000","last_up_change":"2024-03-20T07:56:57.645417+0000","last_in_change":"2024-03-20T07:56:39.495963+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-03-20T07:56:58.262610+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"5ac00423-6711-4f44-95d7-280493c62dec","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.57:6802","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6803","nonce":3797807409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6804","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6805","nonce":3797807409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6808","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6809","nonce":3797807409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6806","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6807","nonce":3797807409}]},"public_addr":"172.21.15.57:6803/3797807409","cluster_addr":"172.21.15.57:6805/3797807409","heartbeat_back_addr":"172.21.15.57:6809/3797807409","heartbeat_front_addr":"172.21.15.57:6807/3797807409","state":["exists","up"]},{"osd":1,"uuid":"1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8","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.78:6800","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6801","nonce":2985856578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6803","nonce":2985856578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6807","nonce":2985856578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6805","nonce":2985856578}]},"public_addr":"172.21.15.78:6801/2985856578","cluster_addr":"172.21.15.78:6803/2985856578","heartbeat_back_addr":"172.21.15.78:6807/2985856578","heartbeat_front_addr":"172.21.15.78:6805/2985856578","state":["exists","up"]},{"osd":2,"uuid":"70835da2-3499-4251-a081-a991310a23f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6801","nonce":715537718}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6803","nonce":715537718}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6807","nonce":715537718}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6805","nonce":715537718}]},"public_addr":"172.21.15.107:6801/715537718","cluster_addr":"172.21.15.107:6803/715537718","heartbeat_back_addr":"172.21.15.107:6807/715537718","heartbeat_front_addr":"172.21.15.107:6805/715537718","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:09.310595+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:31.918204+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:55.209162+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.57:6801/1167684499":"2024-03-21T07:54:38.165833+0000","172.21.15.57:6800/1167684499":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/1968421499":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/489297058":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/1571896974":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/2681626555":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/3270528860":"2024-03-21T07:54:11.686916+0000","172.21.15.57:6801/2947339977":"2024-03-21T07:54:11.686916+0000","172.21.15.57:6800/2947339977":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/2905972264":"2024-03-21T07:54:38.165833+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-03-20T07:57:04.122 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:03 smithi057 ceph-mon[29890]: pgmap v83: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:04.122 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:03 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/3868777865' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:04.153 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-20T07:56:58.262610+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-20T07:57:04.153 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-20T07:57:04.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:03 smithi107 ceph-mon[33509]: pgmap v83: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:04.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:03 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/3868777865' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:04.395 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:04.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:03 smithi078 ceph-mon[33125]: pgmap v83: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:04.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:03 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/3868777865' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:05.957 INFO:teuthology.orchestra.run.smithi057.stdout:pg_num: 1 2024-03-20T07:57:06.234 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:05 smithi057 ceph-mon[29890]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:06.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:05 smithi107 ceph-mon[33509]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:06.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:05 smithi078 ceph-mon[33125]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:06.530 INFO:tasks.cephadm:Setting up client nodes... 2024-03-20T07:57:06.531 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-20T07:57:06.531 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-20T07:57:06.531 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph mgr dump --format=json 2024-03-20T07:57:06.770 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:07.154 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:06 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/126159722' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T07:57:07.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:06 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/126159722' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T07:57:07.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:06 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/126159722' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T07:57:08.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:07 smithi057 ceph-mon[29890]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:08.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:07 smithi107 ceph-mon[33509]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:08.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:07 smithi078 ceph-mon[33125]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:08.568 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:09.148 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:08 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/613549203' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T07:57:09.178 INFO:teuthology.orchestra.run.smithi057.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6800","nonce":2587115142},{"type":"v1","addr":"172.21.15.57:6801","nonce":2587115142}]},"active_addr":"172.21.15.57:6801/2587115142","active_change":"2024-03-20T07:54:38.165989+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.57: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.57:0","nonce":3313600415}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.57:0","nonce":3716869663}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.57:0","nonce":1417607667}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.57:0","nonce":3728590297}]}]} 2024-03-20T07:57:09.184 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-20T07:57:09.184 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-20T07:57:09.184 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T07:57:09.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:08 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/613549203' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T07:57:09.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:08 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/613549203' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T07:57:09.427 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:10.187 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:09 smithi057 ceph-mon[29890]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:10.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:09 smithi107 ceph-mon[33509]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:10.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:09 smithi078 ceph-mon[33125]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:11.100 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:11.100 INFO:teuthology.orchestra.run.smithi057.stdout:{"epoch":21,"fsid":"d78b7f94-e68e-11ee-95c9-87774f69a715","created":"2024-03-20T07:53:40.026628+0000","modified":"2024-03-20T07:57:00.927938+0000","last_up_change":"2024-03-20T07:56:57.645417+0000","last_in_change":"2024-03-20T07:56:39.495963+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-03-20T07:56:58.262610+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"5ac00423-6711-4f44-95d7-280493c62dec","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.57:6802","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6803","nonce":3797807409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6804","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6805","nonce":3797807409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6808","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6809","nonce":3797807409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6806","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6807","nonce":3797807409}]},"public_addr":"172.21.15.57:6803/3797807409","cluster_addr":"172.21.15.57:6805/3797807409","heartbeat_back_addr":"172.21.15.57:6809/3797807409","heartbeat_front_addr":"172.21.15.57:6807/3797807409","state":["exists","up"]},{"osd":1,"uuid":"1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8","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.78:6800","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6801","nonce":2985856578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6803","nonce":2985856578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6807","nonce":2985856578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6805","nonce":2985856578}]},"public_addr":"172.21.15.78:6801/2985856578","cluster_addr":"172.21.15.78:6803/2985856578","heartbeat_back_addr":"172.21.15.78:6807/2985856578","heartbeat_front_addr":"172.21.15.78:6805/2985856578","state":["exists","up"]},{"osd":2,"uuid":"70835da2-3499-4251-a081-a991310a23f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6801","nonce":715537718}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6803","nonce":715537718}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6807","nonce":715537718}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6805","nonce":715537718}]},"public_addr":"172.21.15.107:6801/715537718","cluster_addr":"172.21.15.107:6803/715537718","heartbeat_back_addr":"172.21.15.107:6807/715537718","heartbeat_front_addr":"172.21.15.107:6805/715537718","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:09.310595+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:31.918204+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:55.209162+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.57:6801/1167684499":"2024-03-21T07:54:38.165833+0000","172.21.15.57:6800/1167684499":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/1968421499":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/489297058":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/1571896974":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/2681626555":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/3270528860":"2024-03-21T07:54:11.686916+0000","172.21.15.57:6801/2947339977":"2024-03-21T07:54:11.686916+0000","172.21.15.57:6800/2947339977":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/2905972264":"2024-03-21T07:54:38.165833+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-03-20T07:57:11.782 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-20T07:57:11.782 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T07:57:12.025 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:12.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:11 smithi057 ceph-mon[29890]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:12.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:11 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2134289320' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:12.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:11 smithi107 ceph-mon[33509]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:12.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:11 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2134289320' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:12.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:11 smithi078 ceph-mon[33125]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:12.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:11 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2134289320' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:13.701 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:13.702 INFO:teuthology.orchestra.run.smithi057.stdout:{"epoch":21,"fsid":"d78b7f94-e68e-11ee-95c9-87774f69a715","created":"2024-03-20T07:53:40.026628+0000","modified":"2024-03-20T07:57:00.927938+0000","last_up_change":"2024-03-20T07:56:57.645417+0000","last_in_change":"2024-03-20T07:56:39.495963+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-03-20T07:56:58.262610+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"5ac00423-6711-4f44-95d7-280493c62dec","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.57:6802","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6803","nonce":3797807409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6804","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6805","nonce":3797807409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6808","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6809","nonce":3797807409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.57:6806","nonce":3797807409},{"type":"v1","addr":"172.21.15.57:6807","nonce":3797807409}]},"public_addr":"172.21.15.57:6803/3797807409","cluster_addr":"172.21.15.57:6805/3797807409","heartbeat_back_addr":"172.21.15.57:6809/3797807409","heartbeat_front_addr":"172.21.15.57:6807/3797807409","state":["exists","up"]},{"osd":1,"uuid":"1c84ff3a-d215-4d8a-8bad-fc2a4cdddde8","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.78:6800","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6801","nonce":2985856578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6802","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6803","nonce":2985856578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6806","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6807","nonce":2985856578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:6804","nonce":2985856578},{"type":"v1","addr":"172.21.15.78:6805","nonce":2985856578}]},"public_addr":"172.21.15.78:6801/2985856578","cluster_addr":"172.21.15.78:6803/2985856578","heartbeat_back_addr":"172.21.15.78:6807/2985856578","heartbeat_front_addr":"172.21.15.78:6805/2985856578","state":["exists","up"]},{"osd":2,"uuid":"70835da2-3499-4251-a081-a991310a23f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6801","nonce":715537718}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6802","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6803","nonce":715537718}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6807","nonce":715537718}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":715537718},{"type":"v1","addr":"172.21.15.107:6805","nonce":715537718}]},"public_addr":"172.21.15.107:6801/715537718","cluster_addr":"172.21.15.107:6803/715537718","heartbeat_back_addr":"172.21.15.107:6807/715537718","heartbeat_front_addr":"172.21.15.107:6805/715537718","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:09.310595+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:31.918204+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-20T07:56:55.209162+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.57:6801/1167684499":"2024-03-21T07:54:38.165833+0000","172.21.15.57:6800/1167684499":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/1968421499":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/489297058":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/1571896974":"2024-03-21T07:54:38.165833+0000","172.21.15.57:0/2681626555":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/3270528860":"2024-03-21T07:54:11.686916+0000","172.21.15.57:6801/2947339977":"2024-03-21T07:54:11.686916+0000","172.21.15.57:6800/2947339977":"2024-03-21T07:54:11.686916+0000","172.21.15.57:0/2905972264":"2024-03-21T07:54:38.165833+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-03-20T07:57:14.226 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-20T07:57:14.226 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-20T07:57:14.227 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-20T07:57:14.253 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:13 smithi057 ceph-mon[29890]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:14.253 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:13 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2417379551' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:14.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:13 smithi107 ceph-mon[33509]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:14.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:13 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2417379551' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:14.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:13 smithi078 ceph-mon[33125]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:14.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:13 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2417379551' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T07:57:14.487 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:14.514 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:14.514 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:16.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:15 smithi057 ceph-mon[29890]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:16.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:15 smithi107 ceph-mon[33509]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:16.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:15 smithi078 ceph-mon[33125]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:18.274 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:18 smithi057 ceph-mon[29890]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:18.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:18 smithi107 ceph-mon[33509]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:18.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:18 smithi078 ceph-mon[33125]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:18.570 INFO:teuthology.orchestra.run.smithi057.stdout:77309411335 2024-03-20T07:57:18.571 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-20T07:57:19.354 INFO:teuthology.orchestra.run.smithi057.stdout:34359738384 2024-03-20T07:57:19.355 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-20T07:57:20.020 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:20.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:20 smithi057 ceph-mon[29890]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:20.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:20 smithi107 ceph-mon[33509]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:20.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:20 smithi078 ceph-mon[33125]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:20.414 INFO:teuthology.orchestra.run.smithi057.stdout:55834574861 2024-03-20T07:57:20.415 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-20T07:57:20.467 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:21.230 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:22.280 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:22 smithi057 ceph-mon[29890]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:22.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:22 smithi107 ceph-mon[33509]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:22.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:22 smithi078 ceph-mon[33125]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:24.218 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:24 smithi057 ceph-mon[29890]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:24.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:24 smithi107 ceph-mon[33509]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:24.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:24 smithi078 ceph-mon[33125]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:24.830 INFO:teuthology.orchestra.run.smithi057.stdout:55834574861 2024-03-20T07:57:25.066 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:25 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1426203420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T07:57:25.066 INFO:teuthology.orchestra.run.smithi057.stdout:34359738386 2024-03-20T07:57:25.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:25 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1426203420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T07:57:25.384 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574861 got 55834574861 for osd.1 2024-03-20T07:57:25.384 DEBUG:teuthology.parallel:result is None 2024-03-20T07:57:25.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:25 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1426203420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T07:57:26.046 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738386 for osd.0 2024-03-20T07:57:26.046 DEBUG:teuthology.parallel:result is None 2024-03-20T07:57:26.284 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:26 smithi057 ceph-mon[29890]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:26.285 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:26 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2522825030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T07:57:26.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:26 smithi107 ceph-mon[33509]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:26.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:26 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2522825030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T07:57:26.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:26 smithi078 ceph-mon[33125]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:26.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:26 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2522825030' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T07:57:26.614 INFO:teuthology.orchestra.run.smithi057.stdout:77309411337 2024-03-20T07:57:27.153 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:27 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2308902001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T07:57:27.182 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411337 for osd.2 2024-03-20T07:57:27.182 DEBUG:teuthology.parallel:result is None 2024-03-20T07:57:27.183 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-20T07:57:27.183 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-20T07:57:27.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:27 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2308902001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T07:57:27.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:27 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2308902001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T07:57:27.424 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:28.280 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:28 smithi057 ceph-mon[29890]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:28.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:28 smithi107 ceph-mon[33509]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:28.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:28 smithi078 ceph-mon[33125]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:28.961 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:28.964 INFO:teuthology.orchestra.run.smithi057.stderr:dumped all 2024-03-20T07:57:29.545 INFO:teuthology.orchestra.run.smithi057.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2024-03-20T07:57:28.197564+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88736,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146720,"statfs":{"total":287985106944,"available":287894241280,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.002234"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-20T07:57:00.934569+0000","last_change":"2024-03-20T07:56:59.931444+0000","last_active":"2024-03-20T07:57:00.934569+0000","last_peered":"2024-03-20T07:57:00.934569+0000","last_clean":"2024-03-20T07:57:00.934569+0000","last_became_active":"2024-03-20T07:56:59.931126+0000","last_became_peered":"2024-03-20T07:56:59.931126+0000","last_unstale":"2024-03-20T07:57:00.934569+0000","last_undegraded":"2024-03-20T07:57:00.934569+0000","last_fullsized":"2024-03-20T07:57:00.934569+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-03-20T07:56:58.911808+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-20T07:56:58.911808+0000","last_clean_scrub_stamp":"2024-03-20T07:56:58.911808+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-21T13:16:24.134217+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31936,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713216,"statfs":{"total":95995035648,"available":95962333184,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-20T07:57:29.545 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-20T07:57:29.783 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:30.213 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:30 smithi057 ceph-mon[29890]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:30.213 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:30 smithi057 ceph-mon[29890]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:57:30.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:30 smithi107 ceph-mon[33509]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:30.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:30 smithi107 ceph-mon[33509]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:57:30.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:30 smithi078 ceph-mon[33125]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:30.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:30 smithi078 ceph-mon[33125]: from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:57:31.556 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:31.558 INFO:teuthology.orchestra.run.smithi057.stderr:dumped all 2024-03-20T07:57:32.101 INFO:teuthology.orchestra.run.smithi057.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2024-03-20T07:57:30.197944+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88736,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146720,"statfs":{"total":287985106944,"available":287894241280,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.002210"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-20T07:57:00.934569+0000","last_change":"2024-03-20T07:56:59.931444+0000","last_active":"2024-03-20T07:57:00.934569+0000","last_peered":"2024-03-20T07:57:00.934569+0000","last_clean":"2024-03-20T07:57:00.934569+0000","last_became_active":"2024-03-20T07:56:59.931126+0000","last_became_peered":"2024-03-20T07:56:59.931126+0000","last_unstale":"2024-03-20T07:57:00.934569+0000","last_undegraded":"2024-03-20T07:57:00.934569+0000","last_fullsized":"2024-03-20T07:57:00.934569+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-03-20T07:56:58.911808+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-20T07:56:58.911808+0000","last_clean_scrub_stamp":"2024-03-20T07:56:58.911808+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-21T13:16:24.134217+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31936,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713216,"statfs":{"total":95995035648,"available":95962333184,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-20T07:57:32.101 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-20T07:57:32.101 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-20T07:57:32.101 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-20T07:57:32.102 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph health --format=json 2024-03-20T07:57:32.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:32 smithi057 ceph-mon[29890]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:32.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:32 smithi107 ceph-mon[33509]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:32.338 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:32.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:32 smithi078 ceph-mon[33125]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:33.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:33 smithi107 ceph-mon[33509]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:57:33.353 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:33 smithi057 ceph-mon[29890]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:57:33.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:33 smithi078 ceph-mon[33125]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T07:57:34.075 INFO:teuthology.orchestra.run.smithi057.stdout: 2024-03-20T07:57:34.075 INFO:teuthology.orchestra.run.smithi057.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-20T07:57:34.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:34 smithi107 ceph-mon[33509]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:34.368 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:34 smithi057 ceph-mon[29890]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:34.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:34 smithi078 ceph-mon[33125]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:34.697 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-20T07:57:34.697 INFO:tasks.cephadm:Setup complete, yielding 2024-03-20T07:57:34.698 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-20T07:57:34.708 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi057.front.sepia.ceph.com 2024-03-20T07:57:34.708 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-20T07:57:34.948 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:35.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:35 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2589802834' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T07:57:35.380 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:35 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2589802834' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T07:57:35.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:35 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2589802834' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T07:57:36.288 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:36 smithi057 ceph-mon[29890]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:36.326 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:36 smithi107 ceph-mon[33509]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:36.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:36 smithi078 ceph-mon[33125]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:37.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:37 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2309993112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-20T07:57:37.404 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:37 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2309993112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-20T07:57:37.405 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:37 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: ignoring --setuser ceph since I am not root 2024-03-20T07:57:37.405 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:37 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: ignoring --setgroup ceph since I am not root 2024-03-20T07:57:37.405 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:37 smithi078 ceph-mgr[34509]: -- 172.21.15.78:0/134090779 <== mon.2 v2:172.21.15.78:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55909de265a0 con 0x55909ddfa800 2024-03-20T07:57:37.406 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: ignoring --setuser ceph since I am not root 2024-03-20T07:57:37.406 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: ignoring --setgroup ceph since I am not root 2024-03-20T07:57:37.406 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:37 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2309993112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-20T07:57:37.742 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-20T07:57:37.763 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-20T07:57:37.764 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-20T07:57:37.904 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:37 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:37.641+0000 7f822903d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T07:57:37.905 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:37 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:37.732+0000 7f822903d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T07:57:38.010 INFO:teuthology.orchestra.run.smithi057.stdout:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:38.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:37.657+0000 7f4e2d495200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T07:57:38.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:37 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:37.755+0000 7f4e2d495200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T07:57:38.366 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/2309993112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-20T07:57:38.366 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-mon[33125]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-20T07:57:38.412 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/2309993112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-20T07:57:38.412 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-mon[29890]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-20T07:57:38.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:38 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/2309993112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-20T07:57:38.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:38 smithi107 ceph-mon[33509]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-20T07:57:38.654 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:38.366+0000 7f822903d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T07:57:38.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:38.459+0000 7f822903d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T07:57:38.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:38.601+0000 7f822903d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T07:57:38.674 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:38.437+0000 7f4e2d495200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T07:57:38.674 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:38.532+0000 7f4e2d495200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T07:57:38.674 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:38.675+0000 7f4e2d495200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T07:57:39.043 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:38.695+0000 7f822903d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T07:57:39.043 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:38 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:38.778+0000 7f822903d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T07:57:39.043 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:39 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:39.044+0000 7f822903d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T07:57:39.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:38.774+0000 7f4e2d495200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T07:57:39.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:38 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:38.859+0000 7f4e2d495200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T07:57:39.332 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:39 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:39.152+0000 7f822903d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T07:57:39.332 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:39 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:39.238+0000 7f822903d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T07:57:39.332 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:39 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:39.332+0000 7f822903d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T07:57:39.332 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:39 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:39.129+0000 7f4e2d495200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T07:57:39.332 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:39 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:39.243+0000 7f4e2d495200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T07:57:39.332 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:39 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:39.332+0000 7f4e2d495200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T07:57:39.592 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:39 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:39.442+0000 7f4e2d495200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T07:57:39.654 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:39 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:39.508+0000 7f822903d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T07:57:40.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:39 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:39.632+0000 7f4e2d495200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T07:57:40.905 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:40 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:40.462+0000 7f822903d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T07:57:40.905 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:40 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:40.593+0000 7f822903d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T07:57:41.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:40 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:40.618+0000 7f4e2d495200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T07:57:41.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:40 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:40.752+0000 7f4e2d495200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T07:57:41.212 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:40 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:40.923+0000 7f822903d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T07:57:41.212 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:41 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:41.014+0000 7f822903d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T07:57:41.212 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:41 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:41.213+0000 7f822903d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:57:41.384 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:41 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:41.091+0000 7f4e2d495200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T07:57:41.384 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:41 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:41.183+0000 7f4e2d495200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T07:57:41.384 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:41 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:41.385+0000 7f4e2d495200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:57:41.655 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:41 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:41.397+0000 7f822903d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T07:57:41.810 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:41 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:41.576+0000 7f4e2d495200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T07:57:41.941 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:41 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:41.685+0000 7f822903d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:57:41.941 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:41 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:41.941+0000 7f822903d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T07:57:42.131 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:41 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:41.870+0000 7f4e2d495200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T07:57:42.131 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:42 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:42.131+0000 7f4e2d495200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T07:57:42.404 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:42 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:42.177+0000 7f822903d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T07:57:42.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:42 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:42.374+0000 7f4e2d495200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T07:57:43.404 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:42 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:42.971+0000 7f822903d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T07:57:43.560 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:43.203+0000 7f4e2d495200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T07:57:43.844 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:43.528+0000 7f822903d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T07:57:43.844 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:43.627+0000 7f822903d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T07:57:43.844 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b[34505]: 2024-03-20T07:57:43.845+0000 7f822903d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T07:57:44.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:43.785+0000 7f4e2d495200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T07:57:44.060 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:43.887+0000 7f4e2d495200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T07:57:44.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-mon[29890]: Standby manager daemon b restarted 2024-03-20T07:57:44.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-mon[29890]: Standby manager daemon b started 2024-03-20T07:57:44.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T07:57:44.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T07:57:44.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T07:57:44.061 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:43 smithi057 ceph-mon[29890]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T07:57:44.154 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-mon[33125]: Standby manager daemon b restarted 2024-03-20T07:57:44.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-mon[33125]: Standby manager daemon b started 2024-03-20T07:57:44.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T07:57:44.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T07:57:44.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T07:57:44.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:43 smithi078 ceph-mon[33125]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T07:57:44.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:43 smithi107 ceph-mon[33509]: Standby manager daemon b restarted 2024-03-20T07:57:44.253 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:43 smithi107 ceph-mon[33509]: Standby manager daemon b started 2024-03-20T07:57:44.254 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:43 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T07:57:44.254 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:43 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T07:57:44.254 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:43 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T07:57:44.254 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:43 smithi107 ceph-mon[33509]: from='mgr.? 172.21.15.78:0/3776279890' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T07:57:44.366 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a[30129]: 2024-03-20T07:57:44.114+0000 7f4e2d495200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T07:57:45.298 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: Active manager daemon a restarted 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: Activating manager daemon a 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: osdmap e22: 3 total, 3 up, 3 in 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: mgrmap e18: a(active, starting, since 0.00622429s), standbys: b 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:57:45.299 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: Manager daemon a is now available 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T07:57:45.300 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:44 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T07:57:45.302 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-20T07:57:45.302 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: Active manager daemon a restarted 2024-03-20T07:57:45.302 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: Activating manager daemon a 2024-03-20T07:57:45.302 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: osdmap e22: 3 total, 3 up, 3 in 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: mgrmap e18: a(active, starting, since 0.00622429s), standbys: b 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: Manager daemon a is now available 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:45.303 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:45.304 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T07:57:45.304 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:44 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: Active manager daemon a restarted 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: Activating manager daemon a 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: osdmap e22: 3 total, 3 up, 3 in 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: mgrmap e18: a(active, starting, since 0.00622429s), standbys: b 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T07:57:45.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: Manager daemon a is now available 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T07:57:45.328 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:44 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: [20/Mar/2024:07:57:44] ENGINE Bus STARTING 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: [20/Mar/2024:07:57:44] ENGINE Serving on http://172.21.15.57:8765 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: [20/Mar/2024:07:57:45] ENGINE Serving on https://172.21.15.57:7150 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: [20/Mar/2024:07:57:45] ENGINE Bus STARTED 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: mgrmap e19: a(active, since 1.01047s), standbys: b 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.406 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:46 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: [20/Mar/2024:07:57:44] ENGINE Bus STARTING 2024-03-20T07:57:46.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: [20/Mar/2024:07:57:44] ENGINE Serving on http://172.21.15.57:8765 2024-03-20T07:57:46.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: [20/Mar/2024:07:57:45] ENGINE Serving on https://172.21.15.57:7150 2024-03-20T07:57:46.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: [20/Mar/2024:07:57:45] ENGINE Bus STARTED 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: mgrmap e19: a(active, since 1.01047s), standbys: b 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:46 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: [20/Mar/2024:07:57:44] ENGINE Bus STARTING 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: [20/Mar/2024:07:57:44] ENGINE Serving on http://172.21.15.57:8765 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: [20/Mar/2024:07:57:45] ENGINE Serving on https://172.21.15.57:7150 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: [20/Mar/2024:07:57:45] ENGINE Bus STARTED 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: mgrmap e19: a(active, since 1.01047s), standbys: b 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:46.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:46 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='client.24278 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: osdmap e23: 3 total, 3 up, 3 in 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/282121756' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:57:47.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:57:47.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:47 smithi057 ceph-mon[29890]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:57:47.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='client.24278 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: osdmap e23: 3 total, 3 up, 3 in 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/282121756' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:47.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:47.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:57:47.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:57:47.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:47 smithi107 ceph-mon[33509]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='client.24278 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: osdmap e23: 3 total, 3 up, 3 in 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/282121756' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:47.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:47.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:47.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: Updating smithi057:/etc/ceph/ceph.conf 2024-03-20T07:57:47.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: Updating smithi078:/etc/ceph/ceph.conf 2024-03-20T07:57:47.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:47 smithi078 ceph-mon[33125]: Updating smithi107:/etc/ceph/ceph.conf 2024-03-20T07:57:48.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/282121756' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: osdmap e24: 3 total, 3 up, 3 in 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.562 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:48 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/282121756' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: osdmap e24: 3 total, 3 up, 3 in 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:48 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/282121756' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: osdmap e24: 3 total, 3 up, 3 in 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi057:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: Updating smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T07:57:48.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:48.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:48 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: osdmap e25: 3 total, 3 up, 3 in 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.462 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:49 smithi057 ceph-mon[29890]: mgrmap e21: a(active, since 5s), standbys: b 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: osdmap e25: 3 total, 3 up, 3 in 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:49 smithi107 ceph-mon[33509]: mgrmap e21: a(active, since 5s), standbys: b 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: osdmap e25: 3 total, 3 up, 3 in 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:49.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:49 smithi078 ceph-mon[33125]: mgrmap e21: a(active, since 5s), standbys: b 2024-03-20T07:57:50.479 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:50 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-20T07:57:50.670 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:50 smithi057 ceph-mon[29890]: osdmap e26: 3 total, 3 up, 3 in 2024-03-20T07:57:50.670 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:50 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-20T07:57:50.670 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:50 smithi107 ceph-mon[33509]: osdmap e26: 3 total, 3 up, 3 in 2024-03-20T07:57:50.671 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:50 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-20T07:57:50.671 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:50 smithi078 ceph-mon[33125]: osdmap e26: 3 total, 3 up, 3 in 2024-03-20T07:57:51.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:51 smithi057 ceph-mon[29890]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:51.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:51 smithi057 ceph-mon[29890]: osdmap e27: 3 total, 3 up, 3 in 2024-03-20T07:57:51.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:51 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-20T07:57:51.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:51 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-20T07:57:51.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:51 smithi057 ceph-mon[29890]: osdmap e28: 3 total, 3 up, 3 in 2024-03-20T07:57:51.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:51 smithi107 ceph-mon[33509]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:51.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:51 smithi107 ceph-mon[33509]: osdmap e27: 3 total, 3 up, 3 in 2024-03-20T07:57:51.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:51 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-20T07:57:51.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:51 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-20T07:57:51.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:51 smithi107 ceph-mon[33509]: osdmap e28: 3 total, 3 up, 3 in 2024-03-20T07:57:51.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:51 smithi078 ceph-mon[33125]: pgmap v10: 65 pgs: 64 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-20T07:57:51.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:51 smithi078 ceph-mon[33125]: osdmap e27: 3 total, 3 up, 3 in 2024-03-20T07:57:51.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:51 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-20T07:57:51.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:51 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-20T07:57:51.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:51 smithi078 ceph-mon[33125]: osdmap e28: 3 total, 3 up, 3 in 2024-03-20T07:57:53.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:53 smithi057 ceph-mon[29890]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-20T07:57:53.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:53 smithi057 ceph-mon[29890]: osdmap e29: 3 total, 3 up, 3 in 2024-03-20T07:57:53.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:53 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-20T07:57:53.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:53 smithi107 ceph-mon[33509]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-20T07:57:53.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:53 smithi107 ceph-mon[33509]: osdmap e29: 3 total, 3 up, 3 in 2024-03-20T07:57:53.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:53 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-20T07:57:53.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:53 smithi078 ceph-mon[33125]: pgmap v13: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-20T07:57:53.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:53 smithi078 ceph-mon[33125]: osdmap e29: 3 total, 3 up, 3 in 2024-03-20T07:57:53.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:53 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-20T07:57:54.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:54 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-20T07:57:54.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:54 smithi057 ceph-mon[29890]: osdmap e30: 3 total, 3 up, 3 in 2024-03-20T07:57:54.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:54 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-20T07:57:54.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:54 smithi057 ceph-mon[29890]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-20T07:57:54.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:54 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-20T07:57:54.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:54 smithi107 ceph-mon[33509]: osdmap e30: 3 total, 3 up, 3 in 2024-03-20T07:57:54.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:54 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-20T07:57:54.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:54 smithi107 ceph-mon[33509]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-20T07:57:54.654 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:54 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-20T07:57:54.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:54 smithi078 ceph-mon[33125]: osdmap e30: 3 total, 3 up, 3 in 2024-03-20T07:57:54.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:54 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-20T07:57:54.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:54 smithi078 ceph-mon[33125]: from='client.? 172.21.15.57:0/1563078835' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-20T07:57:54.794 INFO:teuthology.orchestra.run.smithi057.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-20T07:57:55.355 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-20T07:57:55.355 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: osdmap e31: 3 total, 3 up, 3 in 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi078.fcqiah", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi078.fcqiah", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:55.356 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:55 smithi057 ceph-mon[29890]: Deploying daemon rgw.myrealm1.myzone1.smithi078.fcqiah on smithi078 2024-03-20T07:57:55.357 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-20T07:57:55.366 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi057.front.sepia.ceph.com 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 -- bash -c 'set -e 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> set -x 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> TOKENS=$(ceph rgw realm tokens) 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-20T07:57:55.367 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-03-20T07:57:55.368 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-20T07:57:55.368 DEBUG:teuthology.orchestra.run.smithi057:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-20T07:57:55.368 DEBUG:teuthology.orchestra.run.smithi057:> ' 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: osdmap e31: 3 total, 3 up, 3 in 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:55.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:55.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi078.fcqiah", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T07:57:55.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi078.fcqiah", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T07:57:55.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:55.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:55 smithi107 ceph-mon[33509]: Deploying daemon rgw.myrealm1.myzone1.smithi078.fcqiah on smithi078 2024-03-20T07:57:55.607 INFO:teuthology.orchestra.run.smithi057.stderr:Inferring config /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T07:57:55.654 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.5 KiB/s wr, 45 op/s 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: osdmap e31: 3 total, 3 up, 3 in 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi078.fcqiah", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi078.fcqiah", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:55.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:55 smithi078 ceph-mon[33125]: Deploying daemon rgw.myrealm1.myzone1.smithi078.fcqiah on smithi078 2024-03-20T07:57:57.131 INFO:teuthology.orchestra.run.smithi057.stderr:+ true 2024-03-20T07:57:57.132 INFO:teuthology.orchestra.run.smithi057.stderr:++ ceph rgw realm tokens 2024-03-20T07:57:57.132 INFO:teuthology.orchestra.run.smithi057.stderr:++ jq -r '.[0].token' 2024-03-20T07:57:57.496 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:57 smithi078 ceph-mon[33125]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.8 KiB/s wr, 24 op/s 2024-03-20T07:57:57.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:57 smithi057 ceph-mon[29890]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.8 KiB/s wr, 24 op/s 2024-03-20T07:57:57.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:57 smithi107 ceph-mon[33509]: pgmap v18: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 4.8 KiB/s wr, 24 op/s 2024-03-20T07:57:57.803 INFO:teuthology.orchestra.run.smithi057.stderr:+ TOKEN='master zone has no endpoint' 2024-03-20T07:57:57.803 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo master zone has no endpoint 2024-03-20T07:57:57.803 INFO:teuthology.orchestra.run.smithi057.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-03-20T07:57:57.803 INFO:teuthology.orchestra.run.smithi057.stderr:+ sleep 5 2024-03-20T07:57:57.803 INFO:teuthology.orchestra.run.smithi057.stdout:master zone has no endpoint 2024-03-20T07:57:58.811 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:57:58.811 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.811 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.812 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.812 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.scoktm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T07:57:58.812 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.scoktm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T07:57:58.812 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.812 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:58.813 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:58 smithi057 ceph-mon[29890]: Deploying daemon rgw.myrealm1.myzone1.smithi107.scoktm on smithi107 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.scoktm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.scoktm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:58.827 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:58 smithi107 ceph-mon[33509]: Deploying daemon rgw.myrealm1.myzone1.smithi107.scoktm on smithi107 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.scoktm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi107.scoktm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:57:58.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:58 smithi078 ceph-mon[33125]: Deploying daemon rgw.myrealm1.myzone1.smithi107.scoktm on smithi107 2024-03-20T07:57:59.870 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:57:59 smithi107 ceph-mon[33509]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-20T07:57:59.904 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:57:59 smithi078 ceph-mon[33125]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-20T07:58:00.060 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:57:59 smithi057 ceph-mon[29890]: pgmap v19: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 14 KiB/s rd, 4.0 KiB/s wr, 20 op/s 2024-03-20T07:58:01.310 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVTVPVjlYTTlSS0hZR0tCVTcyWUoiLAogICAgInNlY3JldCI6ICJlR09XUXhVUlRPeERXUFZGTTA4R3VvRDNWTUZYSm83RmllRTUzUFEzIgp9", "zone_endpoints": ["http://smithi078:5500", "http://smithi107:5500"]}]: dispatch 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVTVPVjlYTTlSS0hZR0tCVTcyWUoiLAogICAgInNlY3JldCI6ICJlR09XUXhVUlRPeERXUFZGTTA4R3VvRDNWTUZYSm83RmllRTUzUFEzIgp9", "zone_endpoints": ["http://smithi078:5500", "http://smithi107:5500"]}]: dispatch 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.311 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:01 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVTVPVjlYTTlSS0hZR0tCVTcyWUoiLAogICAgInNlY3JldCI6ICJlR09XUXhVUlRPeERXUFZGTTA4R3VvRDNWTUZYSm83RmllRTUzUFEzIgp9", "zone_endpoints": ["http://smithi078:5500", "http://smithi107:5500"]}]: dispatch 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVTVPVjlYTTlSS0hZR0tCVTcyWUoiLAogICAgInNlY3JldCI6ICJlR09XUXhVUlRPeERXUFZGTTA4R3VvRDNWTUZYSm83RmllRTUzUFEzIgp9", "zone_endpoints": ["http://smithi078:5500", "http://smithi107:5500"]}]: dispatch 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.327 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:01 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVTVPVjlYTTlSS0hZR0tCVTcyWUoiLAogICAgInNlY3JldCI6ICJlR09XUXhVUlRPeERXUFZGTTA4R3VvRDNWTUZYSm83RmllRTUzUFEzIgp9", "zone_endpoints": ["http://smithi078:5500", "http://smithi107:5500"]}]: dispatch 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVTVPVjlYTTlSS0hZR0tCVTcyWUoiLAogICAgInNlY3JldCI6ICJlR09XUXhVUlRPeERXUFZGTTA4R3VvRDNWTUZYSm83RmllRTUzUFEzIgp9", "zone_endpoints": ["http://smithi078:5500", "http://smithi107:5500"]}]: dispatch 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:01.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:01 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:58:02.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:02 smithi078 ceph-mon[33125]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 4.4 KiB/s wr, 99 op/s 2024-03-20T07:58:02.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:02 smithi078 ceph-mon[33125]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T07:58:02.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:02 smithi057 ceph-mon[29890]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 4.4 KiB/s wr, 99 op/s 2024-03-20T07:58:02.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:02 smithi057 ceph-mon[29890]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T07:58:02.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:02 smithi107 ceph-mon[33509]: pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 4.4 KiB/s wr, 99 op/s 2024-03-20T07:58:02.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:02 smithi107 ceph-mon[33509]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T07:58:02.805 INFO:teuthology.orchestra.run.smithi057.stderr:+ true 2024-03-20T07:58:02.805 INFO:teuthology.orchestra.run.smithi057.stderr:++ ceph rgw realm tokens 2024-03-20T07:58:02.805 INFO:teuthology.orchestra.run.smithi057.stderr:++ jq -r '.[0].token' 2024-03-20T07:58:03.509 INFO:teuthology.orchestra.run.smithi057.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ== 2024-03-20T07:58:03.509 INFO:teuthology.orchestra.run.smithi057.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ== 2024-03-20T07:58:03.509 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ== 2024-03-20T07:58:03.509 INFO:teuthology.orchestra.run.smithi057.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-20T07:58:03.510 INFO:teuthology.orchestra.run.smithi057.stderr:+ break 2024-03-20T07:58:03.510 INFO:teuthology.orchestra.run.smithi057.stderr:++ ceph rgw realm tokens 2024-03-20T07:58:03.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 119 KiB/s rd, 6.5 KiB/s wr, 223 op/s 2024-03-20T07:58:03.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: Checking dashboard <-> RGW credentials 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: Checking dashboard <-> RGW credentials 2024-03-20T07:58:03.561 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:03 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 119 KiB/s rd, 6.5 KiB/s wr, 223 op/s 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:58:03.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: Checking dashboard <-> RGW credentials 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: Checking dashboard <-> RGW credentials 2024-03-20T07:58:03.578 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:03 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 119 KiB/s rd, 6.5 KiB/s wr, 223 op/s 2024-03-20T07:58:03.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: Checking dashboard <-> RGW credentials 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: Checking dashboard <-> RGW credentials 2024-03-20T07:58:03.656 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:03 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:04.201 INFO:teuthology.orchestra.run.smithi057.stderr:+ TOKENS='[ 2024-03-20T07:58:04.201 INFO:teuthology.orchestra.run.smithi057.stderr: { 2024-03-20T07:58:04.201 INFO:teuthology.orchestra.run.smithi057.stderr: "realm": "myrealm1", 2024-03-20T07:58:04.202 INFO:teuthology.orchestra.run.smithi057.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ==" 2024-03-20T07:58:04.202 INFO:teuthology.orchestra.run.smithi057.stderr: } 2024-03-20T07:58:04.202 INFO:teuthology.orchestra.run.smithi057.stderr:]' 2024-03-20T07:58:04.202 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ=="' '}' ']' 2024-03-20T07:58:04.202 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-20T07:58:04.203 INFO:teuthology.orchestra.run.smithi057.stdout:true 2024-03-20T07:58:04.204 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ=="' '}' ']' 2024-03-20T07:58:04.204 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status '.[0].token' 2024-03-20T07:58:04.206 INFO:teuthology.orchestra.run.smithi057.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImRkM2IxMDMwLTI1NjYtNDQ0Yy05NDRjLTY0NzNlY2Y2NzAzYiIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA3ODo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlU1T1Y5WE05UktIWUdLQlU3MllKIiwKICAgICJzZWNyZXQiOiAiZUdPV1F4VVJUT3hEV1BWRk0wOEd1b0QzVk1GWEpvN0ZpZUU1M1BRMyIKfQ==" 2024-03-20T07:58:04.206 INFO:teuthology.orchestra.run.smithi057.stderr:++ ceph rgw realm tokens 2024-03-20T07:58:04.206 INFO:teuthology.orchestra.run.smithi057.stderr:++ jq -r '.[0].token' 2024-03-20T07:58:04.207 INFO:teuthology.orchestra.run.smithi057.stderr:++ base64 --decode 2024-03-20T07:58:04.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:04 smithi057 ceph-mon[29890]: from='client.14979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:04.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:04 smithi057 ceph-mon[29890]: from='client.15093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:04.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:04 smithi057 ceph-mon[29890]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:04.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:04 smithi107 ceph-mon[33509]: from='client.14979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:04.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:04 smithi107 ceph-mon[33509]: from='client.15093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:04.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:04 smithi107 ceph-mon[33509]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:04.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:04 smithi078 ceph-mon[33125]: from='client.14979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:04.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:04 smithi078 ceph-mon[33125]: from='client.15093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:04.655 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:04 smithi078 ceph-mon[33125]: from='mgr.14388 172.21.15.57:0/2497002015' entity='mgr.a' 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr:+ TOKEN_JSON='{ 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr: "realm_name": "myrealm1", 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr: "realm_id": "dd3b1030-2566-444c-944c-6473ecf6703b", 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr: "endpoint": "http://smithi078:5500", 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr: "access_key": "U5OV9XM9RKHYGKBU72YJ", 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr: "secret": "eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3" 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr:}' 2024-03-20T07:58:04.903 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"dd3b1030-2566-444c-944c-6473ecf6703b",' '"endpoint":' '"http://smithi078:5500",' '"access_key":' '"U5OV9XM9RKHYGKBU72YJ",' '"secret":' '"eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3"' '}' 2024-03-20T07:58:04.904 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-20T07:58:04.905 INFO:teuthology.orchestra.run.smithi057.stdout:true 2024-03-20T07:58:04.905 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"dd3b1030-2566-444c-944c-6473ecf6703b",' '"endpoint":' '"http://smithi078:5500",' '"access_key":' '"U5OV9XM9RKHYGKBU72YJ",' '"secret":' '"eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3"' '}' 2024-03-20T07:58:04.905 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-20T07:58:04.908 INFO:teuthology.orchestra.run.smithi057.stdout:true 2024-03-20T07:58:04.908 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"dd3b1030-2566-444c-944c-6473ecf6703b",' '"endpoint":' '"http://smithi078:5500",' '"access_key":' '"U5OV9XM9RKHYGKBU72YJ",' '"secret":' '"eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3"' '}' 2024-03-20T07:58:04.908 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-03-20T07:58:04.911 INFO:teuthology.orchestra.run.smithi057.stdout:true 2024-03-20T07:58:04.911 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"dd3b1030-2566-444c-944c-6473ecf6703b",' '"endpoint":' '"http://smithi078:5500",' '"access_key":' '"U5OV9XM9RKHYGKBU72YJ",' '"secret":' '"eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3"' '}' 2024-03-20T07:58:04.912 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status .access_key 2024-03-20T07:58:04.913 INFO:teuthology.orchestra.run.smithi057.stdout:"U5OV9XM9RKHYGKBU72YJ" 2024-03-20T07:58:04.914 INFO:teuthology.orchestra.run.smithi057.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"dd3b1030-2566-444c-944c-6473ecf6703b",' '"endpoint":' '"http://smithi078:5500",' '"access_key":' '"U5OV9XM9RKHYGKBU72YJ",' '"secret":' '"eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3"' '}' 2024-03-20T07:58:04.914 INFO:teuthology.orchestra.run.smithi057.stderr:+ jq --exit-status .secret 2024-03-20T07:58:04.916 INFO:teuthology.orchestra.run.smithi057.stdout:"eGOWQxURTOxDWPVFM08GuoD3VMFXJo7FieE53PQ3" 2024-03-20T07:58:05.493 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:05 smithi057 ceph-mon[29890]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 106 KiB/s rd, 5.8 KiB/s wr, 199 op/s 2024-03-20T07:58:05.494 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:05 smithi057 ceph-mon[29890]: from='client.15171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:05.495 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-20T07:58:05.505 INFO:tasks.cephadm:Teardown begin 2024-03-20T07:58:05.505 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:58:05.534 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:58:05.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:05 smithi078 ceph-mon[33125]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 106 KiB/s rd, 5.8 KiB/s wr, 199 op/s 2024-03-20T07:58:05.564 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:05 smithi078 ceph-mon[33125]: from='client.15171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:05.570 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:58:05.576 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:05 smithi107 ceph-mon[33509]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 106 KiB/s rd, 5.8 KiB/s wr, 199 op/s 2024-03-20T07:58:05.577 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:05 smithi107 ceph-mon[33509]: from='client.15171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T07:58:05.605 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-20T07:58:05.606 DEBUG:teuthology.orchestra.run.smithi057:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T07:58:05.621 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T07:58:05.639 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T07:58:05.666 INFO:tasks.cephadm:Stopping all daemons... 2024-03-20T07:58:05.667 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-20T07:58:05.667 DEBUG:teuthology.orchestra.run.smithi057:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a 2024-03-20T07:58:05.810 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:05 smithi057 systemd[1]: Stopping Ceph mon.a for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:06.306 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:05 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a[29886]: 2024-03-20T07:58:05.957+0000 7f829c793700 -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-03-20T07:58:06.307 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:05 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a[29886]: 2024-03-20T07:58:05.957+0000 7f829c793700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-20T07:58:06.307 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:06 smithi057 podman[75371]: 2024-03-20 07:58:06.039178047 +0000 UTC m=+0.183761824 container died c63e2445d931167aaca5c72a385f18e4fcfbce25081c26a750239b07eb695be5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-03-20T07:58:06.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:06 smithi057 podman[75371]: 2024-03-20 07:58:06.382695876 +0000 UTC m=+0.527279652 container cleanup c63e2445d931167aaca5c72a385f18e4fcfbce25081c26a750239b07eb695be5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, io.buildah.version=1.33.5) 2024-03-20T07:58:06.560 INFO:journalctl@ceph.mon.a.smithi057.stdout:Mar 20 07:58:06 smithi057 bash[75371]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-a 2024-03-20T07:58:06.806 DEBUG:teuthology.orchestra.run.smithi057:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.a.service' 2024-03-20T07:58:06.855 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:06.855 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-20T07:58:06.855 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-20T07:58:06.855 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.b 2024-03-20T07:58:07.155 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:06 smithi078 systemd[1]: Stopping Ceph mon.b for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:07.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:07 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b[33116]: 2024-03-20T07:58:07.411+0000 7f221d33c700 -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-03-20T07:58:07.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:07 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b[33116]: 2024-03-20T07:58:07.411+0000 7f221d33c700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-20T07:58:07.905 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:07 smithi078 podman[43668]: 2024-03-20 07:58:07.658124111 +0000 UTC m=+0.616999329 container died 4909c8ebafb8f31e452d6b90289c60a7708516764d86945c9740ea8260bbc3ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T07:58:08.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:07 smithi078 podman[43668]: 2024-03-20 07:58:07.994359792 +0000 UTC m=+0.953234977 container cleanup 4909c8ebafb8f31e452d6b90289c60a7708516764d86945c9740ea8260bbc3ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-03-20T07:58:08.405 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:07 smithi078 bash[43668]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b 2024-03-20T07:58:08.850 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.b.service' 2024-03-20T07:58:08.874 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:08 smithi078 podman[43682]: 2024-03-20 07:58:08.629201638 +0000 UTC m=+0.966682915 container remove 4909c8ebafb8f31e452d6b90289c60a7708516764d86945c9740ea8260bbc3ef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-03-20T07:58:08.875 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:08 smithi078 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.b.service: Deactivated successfully. 2024-03-20T07:58:08.875 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:08 smithi078 systemd[1]: Stopped Ceph mon.b for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:58:08.875 INFO:journalctl@ceph.mon.b.smithi078.stdout:Mar 20 07:58:08 smithi078 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.b.service: Consumed 2.727s CPU time. 2024-03-20T07:58:08.897 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:08.897 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-20T07:58:08.897 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-20T07:58:08.897 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.c 2024-03-20T07:58:09.209 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:08 smithi107 systemd[1]: Stopping Ceph mon.c for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:09.475 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-c[33505]: 2024-03-20T07:58:09.209+0000 7fcf2555a700 -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-03-20T07:58:09.475 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-c[33505]: 2024-03-20T07:58:09.209+0000 7fcf2555a700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-20T07:58:09.476 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 podman[43697]: 2024-03-20 07:58:09.241094208 +0000 UTC m=+0.147559404 container died 7ef764376eac41727dcf7b0220a18f3b8e192ca7a717267aee98b7b9b3493008 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_CLEAN=True, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-03-20T07:58:09.742 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 podman[43697]: 2024-03-20 07:58:09.560139897 +0000 UTC m=+0.466605083 container cleanup 7ef764376eac41727dcf7b0220a18f3b8e192ca7a717267aee98b7b9b3493008 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-c, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T07:58:09.743 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 bash[43697]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-c 2024-03-20T07:58:09.987 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.c.service' 2024-03-20T07:58:10.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 podman[43709]: 2024-03-20 07:58:09.744434369 +0000 UTC m=+0.499659615 container remove 7ef764376eac41727dcf7b0220a18f3b8e192ca7a717267aee98b7b9b3493008 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mon-c, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux ) 2024-03-20T07:58:10.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-20T07:58:10.011 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 systemd[1]: Stopped Ceph mon.c for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:58:10.012 INFO:journalctl@ceph.mon.c.smithi107.stdout:Mar 20 07:58:09 smithi107 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mon.c.service: Consumed 2.667s CPU time. 2024-03-20T07:58:10.029 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:10.029 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-20T07:58:10.029 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-20T07:58:10.029 DEBUG:teuthology.orchestra.run.smithi057:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a 2024-03-20T07:58:10.310 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:58:10 smithi057 systemd[1]: Stopping Ceph mgr.a for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:10.593 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:58:10 smithi057 podman[75491]: 2024-03-20 07:58:10.351179921 +0000 UTC m=+0.124615270 container died 041cc7044979632e92de2a19a21a5b8c7748486bf426348acf72e8316bcc4172 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307) 2024-03-20T07:58:10.870 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:58:10 smithi057 podman[75491]: 2024-03-20 07:58:10.670096853 +0000 UTC m=+0.443532207 container cleanup 041cc7044979632e92de2a19a21a5b8c7748486bf426348acf72e8316bcc4172 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e7e80a6ac9849f0f23432d0d9832f096730308ae, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:58:10.870 INFO:journalctl@ceph.mgr.a.smithi057.stdout:Mar 20 07:58:10 smithi057 bash[75491]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-a 2024-03-20T07:58:11.090 DEBUG:teuthology.orchestra.run.smithi057:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.a.service' 2024-03-20T07:58:11.125 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:11.125 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-20T07:58:11.126 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-20T07:58:11.126 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.b 2024-03-20T07:58:11.405 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:11 smithi078 systemd[1]: Stopping Ceph mgr.b for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:11.748 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:11 smithi078 podman[43790]: 2024-03-20 07:58:11.488252891 +0000 UTC m=+0.168936818 container died 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T07:58:12.031 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:11 smithi078 podman[43790]: 2024-03-20 07:58:11.815335381 +0000 UTC m=+0.496019308 container cleanup 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T07:58:12.031 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:11 smithi078 bash[43790]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b 2024-03-20T07:58:12.283 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.b.service' 2024-03-20T07:58:12.306 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:12 smithi078 podman[43804]: 2024-03-20 07:58:12.03323459 +0000 UTC m=+0.546150183 container remove 438d473a664b5c097202ab8a3cc24908d2146b1832ef188b6e245dec98479d97 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-mgr-b, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-03-20T07:58:12.306 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:12 smithi078 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-03-20T07:58:12.307 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:12 smithi078 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.b.service: Failed with result 'exit-code'. 2024-03-20T07:58:12.307 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:12 smithi078 systemd[1]: Stopped Ceph mgr.b for d78b7f94-e68e-11ee-95c9-87774f69a715. 2024-03-20T07:58:12.307 INFO:journalctl@ceph.mgr.b.smithi078.stdout:Mar 20 07:58:12 smithi078 systemd[1]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@mgr.b.service: Consumed 16.073s CPU time. 2024-03-20T07:58:12.318 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:12.318 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-20T07:58:12.318 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-20T07:58:12.318 DEBUG:teuthology.orchestra.run.smithi057:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.0 2024-03-20T07:58:12.756 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:12 smithi057 systemd[1]: Stopping Ceph osd.0 for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:13.060 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:12 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0[42105]: 2024-03-20T07:58:12.757+0000 7f6689093700 -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-03-20T07:58:13.060 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:12 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0[42105]: 2024-03-20T07:58:12.757+0000 7f6689093700 -1 osd.0 31 *** Got signal Terminated *** 2024-03-20T07:58:13.060 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:12 smithi057 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0[42105]: 2024-03-20T07:58:12.757+0000 7f6689093700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T07:58:18.560 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:18 smithi057 podman[75612]: 2024-03-20 07:58:18.308835843 +0000 UTC m=+5.789349903 container died f4d650d22d922db666058e76583029d9ba3a1ef77001e146ae5a4f3b003b4b88 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.build-date=20240307, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-03-20T07:58:18.907 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:18 smithi057 podman[75612]: 2024-03-20 07:58:18.699288286 +0000 UTC m=+6.179802335 container cleanup f4d650d22d922db666058e76583029d9ba3a1ef77001e146ae5a4f3b003b4b88 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True, org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T07:58:18.907 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:18 smithi057 bash[75612]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0 2024-03-20T07:58:19.216 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:18 smithi057 podman[75629]: 2024-03-20 07:58:18.909020851 +0000 UTC m=+0.602599000 container remove f4d650d22d922db666058e76583029d9ba3a1ef77001e146ae5a4f3b003b4b88 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True) 2024-03-20T07:58:19.535 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:19 smithi057 podman[75721]: 2024-03-20 07:58:19.120797124 +0000 UTC m=+0.017621887 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912 2024-03-20T07:58:19.535 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:19 smithi057 podman[75721]: 2024-03-20 07:58:19.226518269 +0000 UTC m=+0.123343073 container create e3bbbd1730bd2f71aab42ff299f0c1911932fe788726e723fd531c55dc01d90d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0-deactivate, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T07:58:19.535 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:19 smithi057 podman[75721]: 2024-03-20 07:58:19.453809003 +0000 UTC m=+0.350633766 container init e3bbbd1730bd2f71aab42ff299f0c1911932fe788726e723fd531c55dc01d90d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-03-20T07:58:19.536 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:19 smithi057 podman[75721]: 2024-03-20 07:58:19.457124184 +0000 UTC m=+0.353948950 container start e3bbbd1730bd2f71aab42ff299f0c1911932fe788726e723fd531c55dc01d90d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux ) 2024-03-20T07:58:19.536 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:19 smithi057 podman[75721]: 2024-03-20 07:58:19.537104213 +0000 UTC m=+0.433928981 container attach e3bbbd1730bd2f71aab42ff299f0c1911932fe788726e723fd531c55dc01d90d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0-deactivate, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-20T07:58:19.810 INFO:journalctl@ceph.osd.0.smithi057.stdout:Mar 20 07:58:19 smithi057 podman[75721]: 2024-03-20 07:58:19.75850138 +0000 UTC m=+0.655326145 container died e3bbbd1730bd2f71aab42ff299f0c1911932fe788726e723fd531c55dc01d90d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240307, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-03-20T07:58:20.361 DEBUG:teuthology.orchestra.run.smithi057:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.0.service' 2024-03-20T07:58:20.410 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:20.410 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-20T07:58:20.410 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-20T07:58:20.410 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.1 2024-03-20T07:58:20.717 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:20 smithi078 systemd[1]: Stopping Ceph osd.1 for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:20.975 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:20 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1[37366]: 2024-03-20T07:58:20.717+0000 7f22ae531700 -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-03-20T07:58:20.975 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:20 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1[37366]: 2024-03-20T07:58:20.717+0000 7f22ae531700 -1 osd.1 31 *** Got signal Terminated *** 2024-03-20T07:58:20.975 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:20 smithi078 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1[37366]: 2024-03-20T07:58:20.717+0000 7f22ae531700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T07:58:26.359 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:26 smithi078 podman[43914]: 2024-03-20 07:58:26.104878464 +0000 UTC m=+5.501112764 container died 36f6ceb6f2e961850437d04812fb8f32cb714f597bac90b3d0f2fdd55b140181 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5) 2024-03-20T07:58:26.655 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:26 smithi078 podman[43914]: 2024-03-20 07:58:26.542984482 +0000 UTC m=+5.939218892 container cleanup 36f6ceb6f2e961850437d04812fb8f32cb714f597bac90b3d0f2fdd55b140181 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240307) 2024-03-20T07:58:26.655 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:26 smithi078 bash[43914]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1 2024-03-20T07:58:27.149 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:26 smithi078 podman[43941]: 2024-03-20 07:58:26.752486205 +0000 UTC m=+0.644167805 container remove 36f6ceb6f2e961850437d04812fb8f32cb714f597bac90b3d0f2fdd55b140181 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240307, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-03-20T07:58:27.405 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:27 smithi078 podman[44035]: 2024-03-20 07:58:27.054157751 +0000 UTC m=+0.017520599 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912 2024-03-20T07:58:27.405 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:27 smithi078 podman[44035]: 2024-03-20 07:58:27.169826299 +0000 UTC m=+0.133189121 container create eba30d6684156364f3e4aaa9e9b2b097c0e415b99185b48b4c18422d1500aa15 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T07:58:27.405 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:27 smithi078 podman[44035]: 2024-03-20 07:58:27.388783774 +0000 UTC m=+0.352146608 container init eba30d6684156364f3e4aaa9e9b2b097c0e415b99185b48b4c18422d1500aa15 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T07:58:27.405 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:27 smithi078 podman[44035]: 2024-03-20 07:58:27.391873121 +0000 UTC m=+0.355235944 container start eba30d6684156364f3e4aaa9e9b2b097c0e415b99185b48b4c18422d1500aa15 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1-deactivate, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-03-20T07:58:27.680 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:27 smithi078 podman[44035]: 2024-03-20 07:58:27.497405767 +0000 UTC m=+0.460768602 container attach eba30d6684156364f3e4aaa9e9b2b097c0e415b99185b48b4c18422d1500aa15 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1-deactivate, org.label-schema.build-date=20240307, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-03-20T07:58:27.965 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:27 smithi078 podman[44035]: 2024-03-20 07:58:27.682353118 +0000 UTC m=+0.645715943 container died eba30d6684156364f3e4aaa9e9b2b097c0e415b99185b48b4c18422d1500aa15 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1-deactivate, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.license=GPLv2) 2024-03-20T07:58:28.215 INFO:journalctl@ceph.osd.1.smithi078.stdout:Mar 20 07:58:28 smithi078 podman[44061]: 2024-03-20 07:58:28.192004352 +0000 UTC m=+0.503898874 container remove eba30d6684156364f3e4aaa9e9b2b097c0e415b99185b48b4c18422d1500aa15 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:58:28.219 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.1.service' 2024-03-20T07:58:28.260 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:28.260 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-20T07:58:28.260 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-20T07:58:28.261 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.2 2024-03-20T07:58:28.560 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:28 smithi107 systemd[1]: Stopping Ceph osd.2 for d78b7f94-e68e-11ee-95c9-87774f69a715... 2024-03-20T07:58:28.827 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:28 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2[37662]: 2024-03-20T07:58:28.560+0000 7fa1bdcda700 -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-03-20T07:58:28.827 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:28 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2[37662]: 2024-03-20T07:58:28.560+0000 7fa1bdcda700 -1 osd.2 31 *** Got signal Terminated *** 2024-03-20T07:58:28.827 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:28 smithi107 ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2[37662]: 2024-03-20T07:58:28.560+0000 7fa1bdcda700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T07:58:34.309 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:34 smithi107 podman[43835]: 2024-03-20 07:58:34.014869229 +0000 UTC m=+5.559336570 container died 3a8ab875970bbceea2f5f5500aa5020baa56893c91ab0086c504ccff7cf3b3e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-03-20T07:58:34.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:34 smithi107 podman[43835]: 2024-03-20 07:58:34.459531532 +0000 UTC m=+6.003998916 container cleanup 3a8ab875970bbceea2f5f5500aa5020baa56893c91ab0086c504ccff7cf3b3e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240307, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T07:58:34.577 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:34 smithi107 bash[43835]: ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2 2024-03-20T07:58:35.059 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:34 smithi107 podman[43852]: 2024-03-20 07:58:34.669097187 +0000 UTC m=+0.642013935 container remove 3a8ab875970bbceea2f5f5500aa5020baa56893c91ab0086c504ccff7cf3b3e7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2, org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T07:58:35.327 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:35 smithi107 podman[43942]: 2024-03-20 07:58:35.061637912 +0000 UTC m=+0.106353927 container create b9bbae0dabcdd28d32d67f68b19bc2a94e34080dc65c5128200a4c5f0e17e703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, maintainer=Guillaume Abrioux ) 2024-03-20T07:58:35.327 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:35 smithi107 podman[43942]: 2024-03-20 07:58:34.974267009 +0000 UTC m=+0.018983036 image pull 9ceba81fb2c8d8682cb159527017d591637b153b3aa4a390ffa8586db6dcda00 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912 2024-03-20T07:58:35.327 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:35 smithi107 podman[43942]: 2024-03-20 07:58:35.306033673 +0000 UTC m=+0.350749700 container init b9bbae0dabcdd28d32d67f68b19bc2a94e34080dc65c5128200a4c5f0e17e703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240307, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6) 2024-03-20T07:58:35.327 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:35 smithi107 podman[43942]: 2024-03-20 07:58:35.309626248 +0000 UTC m=+0.354342273 container start b9bbae0dabcdd28d32d67f68b19bc2a94e34080dc65c5128200a4c5f0e17e703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.build-date=20240307) 2024-03-20T07:58:35.596 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:35 smithi107 podman[43942]: 2024-03-20 07:58:35.405571901 +0000 UTC m=+0.450287920 container attach b9bbae0dabcdd28d32d67f68b19bc2a94e34080dc65c5128200a4c5f0e17e703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240307, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=) 2024-03-20T07:58:35.881 INFO:journalctl@ceph.osd.2.smithi107.stdout:Mar 20 07:58:35 smithi107 podman[43942]: 2024-03-20 07:58:35.598601451 +0000 UTC m=+0.643317470 container died b9bbae0dabcdd28d32d67f68b19bc2a94e34080dc65c5128200a4c5f0e17e703 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:976a8b2d06e3c6bfd12488297e8584dd704cc06c3e976c7e0f718c13e238e912, name=ceph-d78b7f94-e68e-11ee-95c9-87774f69a715-osd-2-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240307, CEPH_POINT_RELEASE=, RELEASE=wip-yuri5-testing-2024-03-18-1144-e7e80a6, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-03-20T07:58:36.163 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d78b7f94-e68e-11ee-95c9-87774f69a715@osd.2.service' 2024-03-20T07:58:36.203 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T07:58:36.203 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-20T07:58:36.204 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T07:58:36.402 INFO:teuthology.orchestra.run.smithi057.stdout:Deleting cluster with fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:58:37.436 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T07:58:37.624 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:58:49.924 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T07:58:50.115 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:59:02.342 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:59:02.375 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:59:02.410 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T07:59:02.439 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-20T07:59:02.441 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi057/crash 2024-03-20T07:59:02.442 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash -- . 2024-03-20T07:59:02.481 INFO:teuthology.orchestra.run.smithi057.stderr:tar: /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T07:59:02.482 INFO:teuthology.orchestra.run.smithi057.stderr:tar: Error is not recoverable: exiting now 2024-03-20T07:59:02.483 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi078/crash 2024-03-20T07:59:02.484 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash -- . 2024-03-20T07:59:02.609 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T07:59:02.609 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2024-03-20T07:59:02.611 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi107/crash 2024-03-20T07:59:02.612 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash -- . 2024-03-20T07:59:02.650 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T07:59:02.650 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-03-20T07:59:02.651 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-20T07:59:02.651 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T07:59:02.684 INFO:teuthology.orchestra.run.smithi057.stdout:2024-03-20T07:55:36.713795+0000 mon.a (mon.0) 190 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T07:59:02.684 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-20T07:59:02.684 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[SEC\]' /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T07:59:02.755 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[ERR\]' /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T07:59:02.825 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[WRN\]' /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-20T07:59:02.893 INFO:teuthology.orchestra.run.smithi057.stdout:2024-03-20T07:55:36.713795+0000 mon.a (mon.0) 190 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T07:59:02.893 INFO:tasks.cephadm:Compressing logs... 2024-03-20T07:59:02.893 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:59:02.935 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:59:02.938 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-20T07:59:02.960 INFO:teuthology.orchestra.run.smithi057.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-20T07:59:02.961 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T07:59:02.961 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.a.log 2024-03-20T07:59:02.961 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T07:59:02.961 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mgr.a.log 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.0.log 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr: 90.0% 82.9% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 89.1% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr: 2024-03-20T07:59:02.964 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log: /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log: 84.8% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr:: No such file or directory 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi107.scoktm.log 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T07:59:02.970 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi107.scoktm.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log: 71.4% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi107.scoktm.log.gz 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr: 89.1% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.2.log 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr: 81.3% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.c.log 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr: 84.4% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T07:59:02.971 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T07:59:02.972 INFO:teuthology.orchestra.run.smithi057.stderr: 90.9% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T07:59:02.972 INFO:teuthology.orchestra.run.smithi078.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:: No such file or directory 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.1.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mgr.b.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr: 89.0% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr: 81.3% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.b.log 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr: 84.0% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T07:59:02.973 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi078.fcqiah.log 2024-03-20T07:59:02.974 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.b.log: /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi078.fcqiah.log: 71.4% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi078.fcqiah.log.gz 2024-03-20T07:59:02.974 INFO:teuthology.orchestra.run.smithi078.stderr: 90.9% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T07:59:02.974 INFO:teuthology.orchestra.run.smithi078.stderr: 90.1% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mgr.b.log.gz 2024-03-20T07:59:03.015 INFO:teuthology.orchestra.run.smithi107.stderr: 92.6% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.c.log.gz 2024-03-20T07:59:03.016 INFO:teuthology.orchestra.run.smithi078.stderr: 92.3% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.b.log.gz 2024-03-20T07:59:03.023 INFO:teuthology.orchestra.run.smithi057.stderr: 89.4% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mgr.a.log.gz 2024-03-20T07:59:03.128 INFO:teuthology.orchestra.run.smithi057.stderr: 91.6% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-mon.a.log.gz 2024-03-20T07:59:03.367 INFO:teuthology.orchestra.run.smithi107.stderr: 94.1% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.2.log.gz 2024-03-20T07:59:03.368 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-03-20T07:59:03.368 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.416s 2024-03-20T07:59:03.368 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.453s 2024-03-20T07:59:03.368 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.030s 2024-03-20T07:59:03.387 INFO:teuthology.orchestra.run.smithi078.stderr: 94.1% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.1.log.gz 2024-03-20T07:59:03.388 INFO:teuthology.orchestra.run.smithi057.stderr: 94.1% -- replaced with /var/log/ceph/d78b7f94-e68e-11ee-95c9-87774f69a715/ceph-osd.0.log.gz 2024-03-20T07:59:03.389 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-03-20T07:59:03.389 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.438s 2024-03-20T07:59:03.389 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.473s 2024-03-20T07:59:03.389 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.041s 2024-03-20T07:59:03.390 INFO:teuthology.orchestra.run.smithi057.stderr: 2024-03-20T07:59:03.390 INFO:teuthology.orchestra.run.smithi057.stderr:real 0m0.444s 2024-03-20T07:59:03.390 INFO:teuthology.orchestra.run.smithi057.stderr:user 0m0.656s 2024-03-20T07:59:03.390 INFO:teuthology.orchestra.run.smithi057.stderr:sys 0m0.040s 2024-03-20T07:59:03.390 INFO:tasks.cephadm:Archiving logs... 2024-03-20T07:59:03.391 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi057/log 2024-03-20T07:59:03.392 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T07:59:03.570 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi078/log 2024-03-20T07:59:03.571 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T07:59:03.676 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi107/log 2024-03-20T07:59:03.677 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T07:59:03.780 INFO:tasks.cephadm:Removing cluster... 2024-03-20T07:59:03.781 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --force 2024-03-20T07:59:03.965 INFO:teuthology.orchestra.run.smithi057.stdout:Deleting cluster with fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:59:04.222 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --force 2024-03-20T07:59:04.411 INFO:teuthology.orchestra.run.smithi078.stdout:Deleting cluster with fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:59:04.662 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d78b7f94-e68e-11ee-95c9-87774f69a715 --force 2024-03-20T07:59:04.855 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: d78b7f94-e68e-11ee-95c9-87774f69a715 2024-03-20T07:59:05.267 INFO:tasks.cephadm:Removing cephadm ... 2024-03-20T07:59:05.267 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T07:59:05.285 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T07:59:05.303 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T07:59:05.319 INFO:tasks.cephadm:Teardown complete 2024-03-20T07:59:05.320 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-20T07:59:05.330 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-03-20T07:59:05.331 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T07:59:05.333 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T07:59:05.346 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T07:59:05.453 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-20T07:59:05.463 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-20T07:59:05.463 DEBUG:teuthology.orchestra.run.smithi057:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T07:59:05.469 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T07:59:05.472 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T07:59:05.480 INFO:teuthology.orchestra.run.smithi057.stderr:bash: line 1: ntpq: command not found 2024-03-20T07:59:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T07:59:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:=============================================================================== 2024-03-20T07:59:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 -1474us[-1461us] +/- 110ms 2024-03-20T07:59:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:^* hv02.front.sepia.ceph.com 3 6 377 9 +464us[ +477us] +/- 52ms 2024-03-20T07:59:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 +344us[ +357us] +/- 70ms 2024-03-20T07:59:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:59:05.486 INFO:teuthology.orchestra.run.smithi078.stderr:bash: line 1: ntpq: command not found 2024-03-20T07:59:05.487 INFO:teuthology.orchestra.run.smithi107.stderr:bash: line 1: ntpq: command not found 2024-03-20T07:59:05.490 INFO:teuthology.orchestra.run.smithi078.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T07:59:05.490 INFO:teuthology.orchestra.run.smithi078.stdout:=============================================================================== 2024-03-20T07:59:05.490 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 11 -1464us[-1439us] +/- 109ms 2024-03-20T07:59:05.490 INFO:teuthology.orchestra.run.smithi078.stdout:^* hv02.front.sepia.ceph.com 3 6 377 10 +465us[ +490us] +/- 52ms 2024-03-20T07:59:05.490 INFO:teuthology.orchestra.run.smithi078.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 10 +347us[ +372us] +/- 70ms 2024-03-20T07:59:05.490 INFO:teuthology.orchestra.run.smithi078.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:59:05.492 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T07:59:05.492 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2024-03-20T07:59:05.492 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 10 -1450us[-1426us] +/- 109ms 2024-03-20T07:59:05.492 INFO:teuthology.orchestra.run.smithi107.stdout:^* hv02.front.sepia.ceph.com 3 6 377 9 +470us[ +494us] +/- 52ms 2024-03-20T07:59:05.492 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 12 +336us[ +359us] +/- 70ms 2024-03-20T07:59:05.492 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T07:59:05.492 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-20T07:59:05.501 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-20T07:59:05.502 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-20T07:59:05.540 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:59:05.617 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:59:05.688 DEBUG:teuthology.orchestra.run.smithi107:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-03-20T07:59:05.756 DEBUG:teuthology.orchestra.run.smithi057:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-20T07:59:05.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:59:05.788 DEBUG:teuthology.orchestra.run.smithi078:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-20T07:59:05.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:59:05.819 DEBUG:teuthology.orchestra.run.smithi107:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-03-20T07:59:05.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:59:05.849 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-20T07:59:05.858 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-20T07:59:05.874 INFO:teuthology.task.internal:Duration was 801.736560 seconds 2024-03-20T07:59:05.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-20T07:59:05.907 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-20T07:59:05.908 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T07:59:05.910 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T07:59:05.913 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T07:59:05.954 INFO:teuthology.orchestra.run.smithi078.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T07:59:05.954 INFO:teuthology.orchestra.run.smithi057.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T07:59:05.955 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T07:59:06.449 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-20T07:59:06.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi057.front.sepia.ceph.com 2024-03-20T07:59:06.450 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:59:06.473 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2024-03-20T07:59:06.473 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:59:06.523 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-03-20T07:59:06.524 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-20T07:59:06.554 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-20T07:59:06.554 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T07:59:06.557 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T07:59:06.566 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T07:59:06.623 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-20T07:59:06.623 DEBUG:teuthology.orchestra.run.smithi057:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T07:59:06.629 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T07:59:06.636 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T07:59:06.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-20T07:59:06.810 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-20T07:59:06.810 DEBUG:teuthology.orchestra.run.smithi057:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T07:59:06.837 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T07:59:06.864 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T07:59:06.891 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-20T07:59:06.902 DEBUG:teuthology.orchestra.run.smithi057:> 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-03-20T07:59:06.905 DEBUG:teuthology.orchestra.run.smithi078:> 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-03-20T07:59:06.907 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-20T07:59:06.927 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = core 2024-03-20T07:59:06.930 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2024-03-20T07:59:06.957 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-03-20T07:59:06.985 DEBUG:teuthology.orchestra.run.smithi057:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T07:59:07.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:59:07.009 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T07:59:07.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:59:07.022 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T07:59:07.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T07:59:07.039 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-20T07:59:07.049 INFO:teuthology.task.internal:Transferring archived files... 2024-03-20T07:59:07.050 DEBUG:teuthology.misc:Transferring archived files from smithi057:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi057 2024-03-20T07:59:07.050 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T07:59:07.088 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi078 2024-03-20T07:59:07.088 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T07:59:07.124 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027/remote/smithi107 2024-03-20T07:59:07.125 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T07:59:07.161 INFO:teuthology.task.internal:Removing archive directory... 2024-03-20T07:59:07.161 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T07:59:07.163 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T07:59:07.165 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T07:59:07.210 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-20T07:59:07.223 INFO:teuthology.task.internal:Not uploading archives. 2024-03-20T07:59:07.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-20T07:59:07.241 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-20T07:59:07.241 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T07:59:07.243 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T07:59:07.246 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T07:59:07.255 INFO:teuthology.orchestra.run.smithi057.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 07:59 /home/ubuntu/cephtest 2024-03-20T07:59:07.257 INFO:teuthology.orchestra.run.smithi078.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 07:59 /home/ubuntu/cephtest 2024-03-20T07:59:07.264 INFO:teuthology.orchestra.run.smithi107.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 07:59 /home/ubuntu/cephtest 2024-03-20T07:59:07.266 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-20T07:59:07.276 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-20T07:59:07.342 INFO:teuthology.nuke:Checking targets against current locks 2024-03-20T07:59:07.369 DEBUG:teuthology.nuke:shortname: smithi057 2024-03-20T07:59:07.369 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T07:59:07.394 DEBUG:teuthology.nuke:shortname: smithi078 2024-03-20T07:59:07.394 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T07:59:07.399 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-20 07:36:42.219903', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIhWn7H9Hgc8yxjCVLc5D7WkUJ4aW6CdHdnqSUrAji2ThFv6SUobp7Y8CYPsW3NJyCDBiHewi7ntRJwKKAtX9FY='} 2024-03-20T07:59:07.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-20 07:36:42.217542', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJIm0FkDyTCaLNzk6lfa7OrQJWX+rgB4+uhdSuLFkkjdm3l2dJ/puJ0JWn8yet6T+seqBcQ9tid27RjATljyu/g='} 2024-03-20T07:59:07.424 DEBUG:teuthology.nuke:shortname: smithi107 2024-03-20T07:59:07.424 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T07:59:07.455 INFO:teuthology.orchestra.console.smithi057:Power off 2024-03-20T07:59:07.455 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T07:59:07.466 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7610027', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-20 07:36:42.218856', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJR0xGDWBVyf69cbkdEeMYkiFKAz1hXiT1Jbu7hPKnrDx+jd5IyAFPMDNaKKrMZf5d7Cu1JPG/EBRafvQMsDSkM='} 2024-03-20T07:59:07.479 DEBUG:teuthology.orchestra.console.smithi057:power off output: Chassis Power Control: Down/Off 2024-03-20T07:59:07.479 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:07.497 INFO:teuthology.orchestra.console.smithi078:Power off 2024-03-20T07:59:07.498 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T07:59:07.511 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2024-03-20T07:59:07.524 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2024-03-20T07:59:07.524 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:07.543 INFO:teuthology.orchestra.console.smithi107:Power off 2024-03-20T07:59:07.543 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T07:59:07.553 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-03-20T07:59:07.565 DEBUG:teuthology.orchestra.console.smithi107:power off output: Chassis Power Control: Down/Off 2024-03-20T07:59:07.566 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:07.593 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-03-20T07:59:11.515 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:11.554 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:11.594 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:11.626 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is on 2024-03-20T07:59:11.663 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-03-20T07:59:11.704 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-03-20T07:59:15.630 DEBUG:teuthology.orchestra.console.smithi057:pexpect command: ipmitool -H smithi057.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:15.665 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:15.706 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:15.741 DEBUG:teuthology.orchestra.console.smithi057:check power output: Chassis Power is off 2024-03-20T07:59:15.775 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-03-20T07:59:15.817 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-03-20T07:59:15.843 INFO:teuthology.orchestra.console.smithi057:Power off completed 2024-03-20T07:59:19.778 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:19.818 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T07:59:19.890 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2024-03-20T07:59:20.017 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is off 2024-03-20T07:59:20.116 INFO:teuthology.orchestra.console.smithi078:Power off completed 2024-03-20T07:59:20.119 INFO:teuthology.orchestra.console.smithi107:Power off completed 2024-03-20T07:59:20.223 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 801.736560344696 failure_reason: '"2024-03-20T07:55:36.713795+0000 mon.a (mon.0) 190 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-20T07:59:20.224 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-20T07:59:20.314 INFO:teuthology.run:FAIL