2024-03-20T16:46:21.148 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-20T16:46:21.148 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519 --description rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} --verbose --name yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/orig.config.yaml 2024-03-20T16:46:21.177 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-20T16:46:21.250 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519 branch: wip-yuri2-testing-2024-03-13-0827 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: '7612519' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri2-testing-2024-03-13-0827 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: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri2-testing-2024-03-13-0827 sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 owner: scheduled_yuriw@teuthology priority: 75 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: 3876 sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-03-13-0827 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1baf684b63d2fadd9d3da5e692ffc3efccd60694/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 targets: smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF+ZdeDkFSul0taenmhzEJ7Z+E2l8EGLfndjqRuaGyg/9STd2fJIDgO0k4VgTJl9QkuDkDit9jp6DW+XXkseuHI= smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf+nnV7S3hIXkZbCco8Bze9fRQJPqNean3hmYoGbIPoHHSu6zE9xPWUVtpWBxHlYZYiTP3ze4+P+NkSJrtA6Jo= smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnNf8ArChCA0y/ljW0i2/VActXSuf9s3ZLiRCDHsDVCnct2Lbqlyn+Lw4wb6fVauibTciOhvHRCoJHhcwsQgbg= 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-20_14:28:32 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-20T16:46:21.250 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1baf684b63d2fadd9d3da5e692ffc3efccd60694/qa; will attempt to use it 2024-03-20T16:46:21.251 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1baf684b63d2fadd9d3da5e692ffc3efccd60694/qa/tasks 2024-03-20T16:46:21.251 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-20T16:46:21.253 INFO:teuthology.task.internal:Checking packages... 2024-03-20T16:46:21.275 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1baf684b63d2fadd9d3da5e692ffc3efccd60694' 2024-03-20T16:46:21.275 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-20T16:46:21.275 INFO:teuthology.packaging:ref: None 2024-03-20T16:46:21.275 INFO:teuthology.packaging:tag: None 2024-03-20T16:46:21.275 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-03-13-0827 2024-03-20T16:46:21.275 INFO:teuthology.packaging:sha1: 1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:46:21.276 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri2-testing-2024-03-13-0827 2024-03-20T16:46:21.497 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2211.g1baf684b 2024-03-20T16:46:21.499 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-20T16:46:21.505 INFO:teuthology.task.internal:no buildpackages task found 2024-03-20T16:46:21.505 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-20T16:46:21.534 INFO:teuthology.task.internal:Saving configuration 2024-03-20T16:46:21.547 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-20T16:46:21.552 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T16:46:21.580 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519', '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 16:41:24.907786', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF+ZdeDkFSul0taenmhzEJ7Z+E2l8EGLfndjqRuaGyg/9STd2fJIDgO0k4VgTJl9QkuDkDit9jp6DW+XXkseuHI='} 2024-03-20T16:46:21.598 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519', '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 16:41:24.908966', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf+nnV7S3hIXkZbCco8Bze9fRQJPqNean3hmYoGbIPoHHSu6zE9xPWUVtpWBxHlYZYiTP3ze4+P+NkSJrtA6Jo='} 2024-03-20T16:46:21.617 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519', '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 16:41:24.906412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnNf8ArChCA0y/ljW0i2/VActXSuf9s3ZLiRCDHsDVCnct2Lbqlyn+Lw4wb6fVauibTciOhvHRCoJHhcwsQgbg='} 2024-03-20T16:46:21.618 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-20T16:46:21.624 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-20T16:46:21.625 INFO:teuthology.task.internal:roles: ubuntu@smithi083.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-20T16:46:21.625 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-20T16:46:21.625 INFO:teuthology.run_tasks:Running task console_log... 2024-03-20T16:46:21.734 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb004d5bf70>, signals=[15]) 2024-03-20T16:46:21.735 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-20T16:46:21.741 INFO:teuthology.task.internal:Opening connections... 2024-03-20T16:46:21.741 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2024-03-20T16:46:21.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:46:21.833 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2024-03-20T16:46:21.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:46:21.920 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2024-03-20T16:46:21.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:46:22.009 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-20T16:46:22.016 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2024-03-20T16:46:22.032 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2024-03-20T16:46:22.033 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2024-03-20T16:46:22.090 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="CentOS Stream" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="9" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:ID="centos" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE="rhel fedora" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="9" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:PLATFORM_ID="platform:el9" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:ANSI_COLOR="0;31" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:LOGO="fedora-logo-icon" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://centos.org/" 2024-03-20T16:46:22.091 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-20T16:46:22.092 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-20T16:46:22.092 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-20T16:46:22.092 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2024-03-20T16:46:22.121 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2024-03-20T16:46:22.138 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2024-03-20T16:46:22.138 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2024-03-20T16:46:22.195 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="CentOS Stream" 2024-03-20T16:46:22.195 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="9" 2024-03-20T16:46:22.195 INFO:teuthology.orchestra.run.smithi083.stdout:ID="centos" 2024-03-20T16:46:22.195 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE="rhel fedora" 2024-03-20T16:46:22.195 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="9" 2024-03-20T16:46:22.195 INFO:teuthology.orchestra.run.smithi083.stdout:PLATFORM_ID="platform:el9" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:ANSI_COLOR="0;31" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:LOGO="fedora-logo-icon" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://centos.org/" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-20T16:46:22.196 INFO:teuthology.orchestra.run.smithi083.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-20T16:46:22.197 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2024-03-20T16:46:22.221 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2024-03-20T16:46:22.239 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2024-03-20T16:46:22.239 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="CentOS Stream" 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="9" 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:ID="centos" 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE="rhel fedora" 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="9" 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:PLATFORM_ID="platform:el9" 2024-03-20T16:46:22.296 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="CentOS Stream 9" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:ANSI_COLOR="0;31" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:LOGO="fedora-logo-icon" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://centos.org/" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-03-20T16:46:22.297 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-20T16:46:22.297 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2024-03-20T16:46:22.321 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-20T16:46:22.330 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-20T16:46:22.351 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-20T16:46:22.351 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2024-03-20T16:46:22.354 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2024-03-20T16:46:22.356 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2024-03-20T16:46:22.371 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-20T16:46:22.377 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-20T16:46:22.378 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2024-03-20T16:46:22.409 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2024-03-20T16:46:22.412 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2024-03-20T16:46:22.522 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-20T16:46:22.597 INFO:teuthology.run_tasks:Running task kernel... 2024-03-20T16:46:22.611 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-20T16:46:22.611 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-20T16:46:22.611 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T16:46:22.611 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T16:46:22.612 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-20T16:46:22.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:46:22.628 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-03-20T16:46:22.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:46:22.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:46:22.630 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-03-20T16:46:22.630 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-03-20T16:46:22.685 INFO:teuthology.orchestra.run.smithi174.stdout:5.14.0-361.el9.x86_64 2024-03-20T16:46:22.685 INFO:teuthology.task.kernel:Running kernel on smithi174: 5.14.0-361.el9.x86_64 2024-03-20T16:46:22.685 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum install -y kernel 2024-03-20T16:46:22.690 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-361.el9.x86_64 2024-03-20T16:46:22.690 INFO:teuthology.task.kernel:Running kernel on smithi081: 5.14.0-361.el9.x86_64 2024-03-20T16:46:22.690 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum install -y kernel 2024-03-20T16:46:22.691 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-361.el9.x86_64 2024-03-20T16:46:22.691 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.14.0-361.el9.x86_64 2024-03-20T16:46:22.691 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum install -y kernel 2024-03-20T16:46:25.169 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS-9 - AppStream 7.8 MB/s | 6.7 MB 00:00 2024-03-20T16:46:25.424 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - AppStream 6.7 MB/s | 6.7 MB 00:01 2024-03-20T16:46:25.575 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - AppStream 5.6 MB/s | 6.7 MB 00:01 2024-03-20T16:46:26.627 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS-9 - BaseOS 5.8 MB/s | 2.0 MB 00:00 2024-03-20T16:46:27.133 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - BaseOS 3.3 MB/s | 2.0 MB 00:00 2024-03-20T16:46:27.175 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - BaseOS 4.4 MB/s | 2.0 MB 00:00 2024-03-20T16:46:27.858 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 23 MB/s | 8.0 MB 00:00 2024-03-20T16:46:28.193 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.0 MB 00:01 2024-03-20T16:46:29.540 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.0 MB 00:02 2024-03-20T16:46:31.127 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - AppStream 9.9 MB/s | 19 MB 00:01 2024-03-20T16:46:36.278 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.1 MB 00:01 2024-03-20T16:46:37.737 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 16 kB 00:00 2024-03-20T16:46:50.865 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 879 kB/s | 19 MB 00:21 2024-03-20T16:46:51.697 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 914 kB/s | 19 MB 00:21 2024-03-20T16:46:55.731 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-03-20T16:46:56.007 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.1 MB 00:01 2024-03-20T16:46:57.407 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 16 kB 00:00 2024-03-20T16:46:57.575 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-03-20T16:46:58.630 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 21 MB 00:20 2024-03-20T16:46:59.458 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-03-20T16:47:02.296 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 4.5 MB/s | 21 MB 00:04 2024-03-20T16:47:03.577 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 45 kB/s | 1.7 kB 00:00 2024-03-20T16:47:04.358 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-03-20T16:47:05.642 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-20T16:47:05.642 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-20T16:47:05.742 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:47:05.747 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout:Install 4 Packages 2024-03-20T16:47:05.748 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:47:05.749 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 76 M 2024-03-20T16:47:05.749 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 123 M 2024-03-20T16:47:05.749 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:47:06.236 INFO:teuthology.orchestra.run.smithi174.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 130 kB/s | 44 kB 00:00 2024-03-20T16:47:06.440 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-20T16:47:06.440 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-20T16:47:06.541 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:47:06.549 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:47:06.549 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-20T16:47:06.549 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:47:06.549 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout:Install 4 Packages 2024-03-20T16:47:06.550 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:06.551 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 76 M 2024-03-20T16:47:06.551 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 123 M 2024-03-20T16:47:06.551 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:47:06.693 INFO:teuthology.orchestra.run.smithi081.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 604 kB/s | 44 kB 00:00 2024-03-20T16:47:07.259 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 11 kB/s | 1.7 kB 00:00 2024-03-20T16:47:07.310 INFO:teuthology.orchestra.run.smithi081.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 22 MB/s | 15 MB 00:00 2024-03-20T16:47:07.744 INFO:teuthology.orchestra.run.smithi081.stdout:(3/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 30 MB/s | 33 MB 00:01 2024-03-20T16:47:08.169 INFO:teuthology.orchestra.run.smithi081.stdout:(4/4): kernel-modules-core-5.14.0-430.el9.x86_6 19 MB/s | 27 MB 00:01 2024-03-20T16:47:08.169 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:47:08.169 INFO:teuthology.orchestra.run.smithi081.stdout:Total 47 MB/s | 76 MB 00:01 2024-03-20T16:47:08.836 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:47:09.192 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:47:09.192 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:47:09.349 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-03-20T16:47:09.349 INFO:teuthology.orchestra.run.smithi083.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-03-20T16:47:09.448 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:47:09.458 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:47:09.458 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-03-20T16:47:09.458 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:47:09.458 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout: kernel x86_64 5.14.0-430.el9 baseos 44 k 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core x86_64 5.14.0-430.el9 baseos 15 M 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules x86_64 5.14.0-430.el9 baseos 33 M 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core x86_64 5.14.0-430.el9 baseos 27 M 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout:Install 4 Packages 2024-03-20T16:47:09.459 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:09.460 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 76 M 2024-03-20T16:47:09.460 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 123 M 2024-03-20T16:47:09.460 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:47:09.594 INFO:teuthology.orchestra.run.smithi083.stdout:(1/4): kernel-5.14.0-430.el9.x86_64.rpm 478 kB/s | 44 kB 00:00 2024-03-20T16:47:09.978 INFO:teuthology.orchestra.run.smithi083.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 31 MB/s | 15 MB 00:00 2024-03-20T16:47:10.189 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:47:10.189 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:47:10.378 INFO:teuthology.orchestra.run.smithi083.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 35 MB/s | 27 MB 00:00 2024-03-20T16:47:10.711 INFO:teuthology.orchestra.run.smithi083.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 28 MB/s | 33 MB 00:01 2024-03-20T16:47:10.712 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:47:10.712 INFO:teuthology.orchestra.run.smithi083.stdout:Total 61 MB/s | 76 MB 00:01 2024-03-20T16:47:11.377 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:47:11.738 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:47:11.738 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:47:12.680 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:47:12.757 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:47:12.758 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:47:13.306 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-20T16:47:13.395 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:15.221 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:47:15.869 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-20T16:47:15.946 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:16.156 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:16.299 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:18.691 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:18.826 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:18.960 INFO:teuthology.orchestra.run.smithi174.stdout:(2/4): kernel-core-5.14.0-430.el9.x86_64.rpm 1.1 MB/s | 15 MB 00:13 2024-03-20T16:47:21.013 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:21.133 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:23.538 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:23.576 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:25.883 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:28.307 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:36.625 INFO:teuthology.orchestra.run.smithi174.stdout:(3/4): kernel-modules-core-5.14.0-430.el9.x86_6 925 kB/s | 27 MB 00:30 2024-03-20T16:47:38.183 INFO:teuthology.orchestra.run.smithi174.stdout:(4/4): kernel-modules-5.14.0-430.el9.x86_64.rpm 1.0 MB/s | 33 MB 00:32 2024-03-20T16:47:38.183 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:47:38.183 INFO:teuthology.orchestra.run.smithi174.stdout:Total 2.3 MB/s | 76 MB 00:32 2024-03-20T16:47:38.848 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:47:39.213 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:47:39.214 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:47:40.209 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:47:40.209 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:47:42.657 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:47:43.259 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-core-5.14.0-430.el9.x86_64 1/4 2024-03-20T16:47:43.349 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:46.072 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:46.201 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:50.903 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:51.001 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:55.150 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:55.151 INFO:teuthology.orchestra.run.smithi081.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-20T16:47:55.151 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:55.194 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:55.521 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:55.522 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-20T16:47:55.522 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:55.522 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:55.737 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:55.934 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:47:56.245 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T16:47:56.345 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T16:47:56.346 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T16:47:56.346 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-20T16:47:56.346 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T16:47:56.346 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T16:47:56.346 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-20T16:47:56.346 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi081.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T16:47:56.347 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T16:47:56.426 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T16:47:56.426 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T16:47:56.426 DEBUG:teuthology.orchestra.run.smithi081:> sudo rpm -qi grub2-tools 2024-03-20T16:47:56.469 INFO:teuthology.orchestra.run.smithi081.stdout:Name : grub2-tools 2024-03-20T16:47:56.469 INFO:teuthology.orchestra.run.smithi081.stdout:Epoch : 1 2024-03-20T16:47:56.469 INFO:teuthology.orchestra.run.smithi081.stdout:Version : 2.06 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Release : 68.el9 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Architecture: x86_64 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Group : Unspecified 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Size : 8264254 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:License : GPLv3+ 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Packager : builder@centos.org 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Vendor : CentOS 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-20T16:47:56.470 INFO:teuthology.orchestra.run.smithi081.stdout:Summary : Support tools for GRUB. 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout:Description : 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout:hardware devices. 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:47:56.471 INFO:teuthology.orchestra.run.smithi081.stdout:This subpackage provides tools for support of all platforms. 2024-03-20T16:47:56.472 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-20T16:47:56.472 INFO:teuthology.task.kernel:Updating grub on smithi081 to boot 5.14.0-430.el9.x86_64 2024-03-20T16:47:56.472 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-20T16:47:57.089 INFO:teuthology.orchestra.run.smithi081.stderr:Generating grub configuration file ... 2024-03-20T16:47:57.814 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:57.814 INFO:teuthology.orchestra.run.smithi083.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-20T16:47:57.814 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:57.859 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:58.208 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:58.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-20T16:47:58.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:47:58.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:47:58.449 INFO:teuthology.orchestra.run.smithi081.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-20T16:47:58.489 INFO:teuthology.orchestra.run.smithi081.stderr:done 2024-03-20T16:47:58.492 DEBUG:teuthology.orchestra.run.smithi081:> mktemp 2024-03-20T16:47:58.508 INFO:teuthology.orchestra.run.smithi081.stdout:/tmp/tmp.vNgs5OeN8w 2024-03-20T16:47:58.508 DEBUG:teuthology.orchestra.run.smithi081:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vNgs5OeN8w 2024-03-20T16:47:58.577 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 0666 /tmp/tmp.vNgs5OeN8w 2024-03-20T16:47:58.613 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:47:58.613 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:58.613 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:47:58.613 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-20T16:47:58.613 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-20T16:47:58.613 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-20T16:47:58.614 INFO:teuthology.orchestra.run.smithi083.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-20T16:47:58.614 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:58.614 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:47:58.714 DEBUG:teuthology.orchestra.remote:smithi081:/tmp/tmp.vNgs5OeN8w is 6KB 2024-03-20T16:47:58.766 DEBUG:teuthology.orchestra.run.smithi081:> rm -fr /tmp/tmp.vNgs5OeN8w 2024-03-20T16:47:58.779 DEBUG:teuthology.orchestra.run.smithi081:> sudo /bin/ls /boot/loader/entries || true 2024-03-20T16:47:58.847 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-20T16:47:58.847 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-20T16:47:58.847 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-20T16:47:58.847 INFO:teuthology.orchestra.run.smithi081.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-20T16:47:58.849 DEBUG:teuthology.orchestra.run.smithi081:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-20T16:47:58.936 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T16:47:58.991 DEBUG:teuthology.orchestra.run.smithi081:> sudo shutdown -r now 2024-03-20T16:47:59.042 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T16:47:59.042 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T16:47:59.043 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-20T16:47:59.043 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T16:47:59.043 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T16:47:59.043 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-20T16:47:59.043 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T16:47:59.043 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T16:47:59.124 INFO:teuthology.orchestra.run.smithi083.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T16:47:59.124 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T16:47:59.124 DEBUG:teuthology.orchestra.run.smithi083:> sudo rpm -qi grub2-tools 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Name : grub2-tools 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Epoch : 1 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Version : 2.06 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Release : 68.el9 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: x86_64 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Group : Unspecified 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Size : 8264254 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:License : GPLv3+ 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-20T16:47:59.169 INFO:teuthology.orchestra.run.smithi083.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:Packager : builder@centos.org 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:Vendor : CentOS 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:Summary : Support tools for GRUB. 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:Description : 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout:hardware devices. 2024-03-20T16:47:59.170 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:47:59.171 INFO:teuthology.orchestra.run.smithi083.stdout:This subpackage provides tools for support of all platforms. 2024-03-20T16:47:59.172 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-20T16:47:59.172 INFO:teuthology.task.kernel:Updating grub on smithi083 to boot 5.14.0-430.el9.x86_64 2024-03-20T16:47:59.172 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-20T16:47:59.729 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2024-03-20T16:48:01.241 INFO:teuthology.orchestra.run.smithi083.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-20T16:48:01.270 INFO:teuthology.orchestra.run.smithi083.stderr:done 2024-03-20T16:48:01.272 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2024-03-20T16:48:01.328 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.u0JjaoDiBj 2024-03-20T16:48:01.328 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.u0JjaoDiBj 2024-03-20T16:48:01.405 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.u0JjaoDiBj 2024-03-20T16:48:01.544 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.u0JjaoDiBj is 6KB 2024-03-20T16:48:01.564 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.u0JjaoDiBj 2024-03-20T16:48:01.578 DEBUG:teuthology.orchestra.run.smithi083:> sudo /bin/ls /boot/loader/entries || true 2024-03-20T16:48:01.643 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-20T16:48:01.643 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-20T16:48:01.643 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-20T16:48:01.643 INFO:teuthology.orchestra.run.smithi083.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-20T16:48:01.644 DEBUG:teuthology.orchestra.run.smithi083:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-20T16:48:01.801 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2024-03-20T16:48:25.011 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:48:25.011 INFO:teuthology.orchestra.run.smithi174.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-03-20T16:48:25.012 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:48:25.054 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-modules-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:48:25.452 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: kernel-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:48:25.452 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-5.14.0-430.el9.x86_64 1/4 2024-03-20T16:48:25.452 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-core-5.14.0-430.el9.x86_64 2/4 2024-03-20T16:48:25.452 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-5.14.0-430.el9.x86_64 3/4 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : kernel-modules-core-5.14.0-430.el9.x86_64 4/4 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-5.14.0-430.el9.x86_64 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-core-5.14.0-430.el9.x86_64 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-5.14.0-430.el9.x86_64 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: kernel-modules-core-5.14.0-430.el9.x86_64 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:48:25.859 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:48:26.181 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T16:48:26.286 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T16:48:26.287 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T16:48:26.287 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-20T16:48:26.287 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-20T16:48:26.287 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-20T16:48:26.287 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-20T16:48:26.287 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi174.front.sepia.ceph.com, path=None, version=distro) 2024-03-20T16:48:26.287 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2024-03-20T16:48:26.367 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-5.14.0-430.el9.x86_64 2024-03-20T16:48:26.367 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-430.el9.x86_64 2024-03-20T16:48:26.367 DEBUG:teuthology.orchestra.run.smithi174:> sudo rpm -qi grub2-tools 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Name : grub2-tools 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Epoch : 1 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Version : 2.06 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Release : 68.el9 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Architecture: x86_64 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Group : Unspecified 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Size : 8264254 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:License : GPLv3+ 2024-03-20T16:48:26.401 INFO:teuthology.orchestra.run.smithi174.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Packager : builder@centos.org 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Vendor : CentOS 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Summary : Support tools for GRUB. 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:Description : 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:48:26.402 INFO:teuthology.orchestra.run.smithi174.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-20T16:48:26.403 INFO:teuthology.orchestra.run.smithi174.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-20T16:48:26.403 INFO:teuthology.orchestra.run.smithi174.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-20T16:48:26.403 INFO:teuthology.orchestra.run.smithi174.stdout:hardware devices. 2024-03-20T16:48:26.403 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:48:26.403 INFO:teuthology.orchestra.run.smithi174.stdout:This subpackage provides tools for support of all platforms. 2024-03-20T16:48:26.404 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-20T16:48:26.404 INFO:teuthology.task.kernel:Updating grub on smithi174 to boot 5.14.0-430.el9.x86_64 2024-03-20T16:48:26.404 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-20T16:48:27.049 INFO:teuthology.orchestra.run.smithi174.stderr:Generating grub configuration file ... 2024-03-20T16:48:28.470 INFO:teuthology.orchestra.run.smithi174.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-03-20T16:48:28.497 INFO:teuthology.orchestra.run.smithi174.stderr:done 2024-03-20T16:48:28.499 DEBUG:teuthology.orchestra.run.smithi174:> mktemp 2024-03-20T16:48:28.554 INFO:teuthology.orchestra.run.smithi174.stdout:/tmp/tmp.hK9uu8EMjq 2024-03-20T16:48:28.554 DEBUG:teuthology.orchestra.run.smithi174:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hK9uu8EMjq 2024-03-20T16:48:28.623 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 0666 /tmp/tmp.hK9uu8EMjq 2024-03-20T16:48:28.755 DEBUG:teuthology.orchestra.remote:smithi174:/tmp/tmp.hK9uu8EMjq is 6KB 2024-03-20T16:48:28.804 DEBUG:teuthology.orchestra.run.smithi174:> rm -fr /tmp/tmp.hK9uu8EMjq 2024-03-20T16:48:28.818 DEBUG:teuthology.orchestra.run.smithi174:> sudo /bin/ls /boot/loader/entries || true 2024-03-20T16:48:28.882 INFO:teuthology.orchestra.run.smithi174.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-03-20T16:48:28.882 INFO:teuthology.orchestra.run.smithi174.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-03-20T16:48:28.882 INFO:teuthology.orchestra.run.smithi174.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-03-20T16:48:28.882 INFO:teuthology.orchestra.run.smithi174.stdout:15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64.conf 2024-03-20T16:48:28.884 DEBUG:teuthology.orchestra.run.smithi174:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-430.el9.x86_64 2024-03-20T16:48:28.994 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-20T16:48:28.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-20T16:48:28.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:48:29.039 DEBUG:teuthology.orchestra.run.smithi174:> sudo shutdown -r now 2024-03-20T16:48:31.806 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-20T16:48:31.806 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-20T16:48:31.807 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:48:59.069 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-20T16:48:59.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-03-20T16:48:59.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:49:03.522 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-03-20T16:49:12.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-20T16:49:12.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:49:30.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.81 2024-03-20T16:49:31.810 DEBUG:teuthology.orchestra.remote:timed out 2024-03-20T16:49:40.819 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-20T16:49:40.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:49:41.131 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-03-20T16:49:41.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-20T16:49:41.598 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-430.el9.x86_64"... 2024-03-20T16:49:41.598 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-03-20T16:49:41.612 INFO:teuthology.orchestra.run.smithi083.stdout:5.14.0-430.el9.x86_64 2024-03-20T16:49:41.612 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-20T16:49:41.612 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T16:49:41.612 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-20T16:49:42.614 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-20T16:49:42.614 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T16:49:42.710 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2024-03-20T16:49:42.743 DEBUG:teuthology.parallel:result is None 2024-03-20T16:49:42.911 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-20T16:49:42.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:49:43.281 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-03-20T16:49:43.692 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-20T16:49:43.693 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-430.el9.x86_64"... 2024-03-20T16:49:43.693 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2024-03-20T16:49:43.707 INFO:teuthology.orchestra.run.smithi081.stdout:5.14.0-430.el9.x86_64 2024-03-20T16:49:43.707 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-20T16:49:43.707 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T16:49:43.707 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-20T16:49:44.708 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-20T16:49:44.708 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T16:49:44.774 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2024-03-20T16:49:44.807 DEBUG:teuthology.parallel:result is None 2024-03-20T16:49:59.073 DEBUG:teuthology.orchestra.remote:timed out 2024-03-20T16:50:08.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-03-20T16:50:08.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:50:09.445 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-03-20T16:50:09.921 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-03-20T16:50:09.921 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-430.el9.x86_64"... 2024-03-20T16:50:09.922 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2024-03-20T16:50:09.935 INFO:teuthology.orchestra.run.smithi174.stdout:5.14.0-430.el9.x86_64 2024-03-20T16:50:09.936 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-20T16:50:09.936 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-20T16:50:09.936 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-20T16:50:10.937 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-20T16:50:10.937 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-20T16:50:11.051 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2024-03-20T16:50:11.092 DEBUG:teuthology.parallel:result is None 2024-03-20T16:50:11.093 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-20T16:50:11.100 INFO:teuthology.task.internal:Creating test directory... 2024-03-20T16:50:11.100 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T16:50:11.103 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T16:50:11.106 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-20T16:50:11.122 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-20T16:50:11.133 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-20T16:50:11.158 INFO:teuthology.task.internal:Creating archive directory... 2024-03-20T16:50:11.159 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T16:50:11.162 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T16:50:11.165 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-20T16:50:11.208 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-20T16:50:11.216 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-20T16:50:11.217 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T16:50:11.246 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T16:50:11.248 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T16:50:11.277 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:50:11.283 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:50:11.283 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:50:11.291 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:50:11.295 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:50:11.297 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-20T16:50:11.299 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-20T16:50:11.308 INFO:teuthology.task.internal:Configuring sudo... 2024-03-20T16:50:11.309 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T16:50:11.336 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T16:50:11.342 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-20T16:50:11.372 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-20T16:50:11.387 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-20T16:50:11.387 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T16:50:11.406 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T16:50:11.413 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-20T16:50:11.428 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:50:11.503 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:50:11.551 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:50:11.635 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:50:11.677 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:50:11.677 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T16:50:11.744 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:50:11.789 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:50:11.855 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:50:11.899 DEBUG:teuthology.orchestra.run.smithi083:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:50:11.943 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T16:50:11.943 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T16:50:12.011 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:50:12.053 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-20T16:50:12.118 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:50:12.164 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-20T16:50:12.202 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T16:50:12.203 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-20T16:50:12.272 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2024-03-20T16:50:12.274 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2024-03-20T16:50:12.277 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2024-03-20T16:50:12.327 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T16:50:12.332 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T16:50:12.358 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T16:50:12.746 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-20T16:50:12.753 INFO:teuthology.task.internal:Starting timer... 2024-03-20T16:50:12.753 INFO:teuthology.run_tasks:Running task pcp... 2024-03-20T16:50:12.773 INFO:teuthology.run_tasks:Running task selinux... 2024-03-20T16:50:12.794 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-20T16:50:12.795 DEBUG:teuthology.orchestra.run.smithi081:> sudo service auditd rotate 2024-03-20T16:50:12.840 INFO:teuthology.orchestra.run.smithi081.stdout:Rotating logs: 2024-03-20T16:50:12.842 DEBUG:teuthology.orchestra.run.smithi083:> sudo service auditd rotate 2024-03-20T16:50:12.909 INFO:teuthology.orchestra.run.smithi083.stdout:Rotating logs: 2024-03-20T16:50:12.910 DEBUG:teuthology.orchestra.run.smithi174:> sudo service auditd rotate 2024-03-20T16:50:12.974 INFO:teuthology.orchestra.run.smithi174.stdout:Rotating logs: 2024-03-20T16:50:12.976 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-20T16:50:12.976 DEBUG:teuthology.orchestra.run.smithi081:> /usr/sbin/getenforce 2024-03-20T16:50:13.000 INFO:teuthology.orchestra.run.smithi081.stdout:Permissive 2024-03-20T16:50:13.001 DEBUG:teuthology.orchestra.run.smithi083:> /usr/sbin/getenforce 2024-03-20T16:50:13.024 INFO:teuthology.orchestra.run.smithi083.stdout:Permissive 2024-03-20T16:50:13.025 DEBUG:teuthology.orchestra.run.smithi174:> /usr/sbin/getenforce 2024-03-20T16:50:13.048 INFO:teuthology.orchestra.run.smithi174.stdout:Permissive 2024-03-20T16:50:13.048 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi081.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi083.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi174.front.sepia.ceph.com': 'permissive'} 2024-03-20T16:50:13.048 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T16:50:13.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:50:13.077 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T16:50:13.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:50:13.109 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T16:50:13.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T16:50:13.138 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-20T16:50:13.138 DEBUG:teuthology.orchestra.run.smithi081:> sudo /usr/sbin/setenforce permissive 2024-03-20T16:50:13.169 DEBUG:teuthology.orchestra.run.smithi083:> sudo /usr/sbin/setenforce permissive 2024-03-20T16:50:13.201 DEBUG:teuthology.orchestra.run.smithi174:> sudo /usr/sbin/setenforce permissive 2024-03-20T16:50:13.239 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-20T16:50:13.248 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-20T16:50:13.269 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-20T16:50:13.271 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi081.front.sepia.ceph.com,smithi083.front.sepia.ceph.com,smithi174.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-20T16:54:29.987 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi174.front.sepia.ceph.com')] 2024-03-20T16:54:29.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-20T16:54:29.989 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:54:30.079 DEBUG:teuthology.orchestra.run.smithi081:> true 2024-03-20T16:54:30.156 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2024-03-20T16:54:30.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-20T16:54:30.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:54:30.246 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-03-20T16:54:30.326 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-03-20T16:54:30.326 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-03-20T16:54:30.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-20T16:54:30.417 DEBUG:teuthology.orchestra.run.smithi174:> true 2024-03-20T16:54:30.503 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2024-03-20T16:54:30.503 INFO:teuthology.run_tasks:Running task clock... 2024-03-20T16:54:30.514 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-20T16:54:30.514 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T16:54:30.515 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T16:54:30.517 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T16:54:30.517 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T16:54:30.520 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-20T16:54:30.520 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T16:54:30.546 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-20T16:54:30.551 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-20T16:54:30.562 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-20T16:54:30.568 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-20T16:54:30.576 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-20T16:54:30.591 INFO:teuthology.orchestra.run.smithi081.stderr:sudo: ntpd: command not found 2024-03-20T16:54:30.593 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-20T16:54:30.598 INFO:teuthology.orchestra.run.smithi083.stderr:sudo: ntpd: command not found 2024-03-20T16:54:30.605 INFO:teuthology.orchestra.run.smithi081.stdout:506 Cannot talk to daemon 2024-03-20T16:54:30.612 INFO:teuthology.orchestra.run.smithi083.stdout:506 Cannot talk to daemon 2024-03-20T16:54:30.623 INFO:teuthology.orchestra.run.smithi174.stderr:sudo: ntpd: command not found 2024-03-20T16:54:30.623 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-20T16:54:30.628 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-20T16:54:30.636 INFO:teuthology.orchestra.run.smithi174.stdout:506 Cannot talk to daemon 2024-03-20T16:54:30.642 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-20T16:54:30.645 INFO:teuthology.orchestra.run.smithi083.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-20T16:54:30.652 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-20T16:54:30.669 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-20T16:54:30.692 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-03-20T16:54:30.695 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T16:54:30.695 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-03-20T16:54:30.695 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.695 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.695 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.695 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.696 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2024-03-20T16:54:30.700 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T16:54:30.700 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2024-03-20T16:54:30.700 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.700 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.700 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.700 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.718 INFO:teuthology.orchestra.run.smithi174.stderr:bash: line 1: ntpq: command not found 2024-03-20T16:54:30.721 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T16:54:30.721 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2024-03-20T16:54:30.721 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.721 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.721 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.721 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T16:54:30.722 INFO:teuthology.run_tasks:Running task install... 2024-03-20T16:54:30.731 DEBUG:teuthology.task.install:project ceph 2024-03-20T16:54:30.731 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694'}} 2024-03-20T16:54:30.731 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694'} 2024-03-20T16:54:30.731 INFO:teuthology.task.install:Using flavor: default 2024-03-20T16:54:30.738 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-20T16:54:30.738 INFO:teuthology.task.install:extra packages: [] 2024-03-20T16:54:30.739 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': '1baf684b63d2fadd9d3da5e692ffc3efccd60694', 'tag': None, 'wait_for_package': False} 2024-03-20T16:54:30.739 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:54:30.741 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': '1baf684b63d2fadd9d3da5e692ffc3efccd60694', 'tag': None, 'wait_for_package': False} 2024-03-20T16:54:30.741 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:54:30.742 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': '1baf684b63d2fadd9d3da5e692ffc3efccd60694', 'tag': None, 'wait_for_package': False} 2024-03-20T16:54:30.742 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:54:30.894 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/ 2024-03-20T16:54:30.894 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2211.g1baf684b 2024-03-20T16:54:30.898 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/ 2024-03-20T16:54:30.898 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2211.g1baf684b 2024-03-20T16:54:30.964 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/ 2024-03-20T16:54:30.964 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2211.g1baf684b 2024-03-20T16:54:31.066 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-20T16:54:31.066 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T16:54:31.067 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-20T16:54:31.071 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-20T16:54:31.071 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T16:54:31.072 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-20T16:54:31.094 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-20T16:54:31.095 DEBUG:teuthology.orchestra.run.smithi083:> 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/1baf684b63d2fadd9d3da5e692ffc3efccd60694/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-20T16:54:31.099 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-20T16:54:31.099 DEBUG:teuthology.orchestra.run.smithi174:> 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/1baf684b63d2fadd9d3da5e692ffc3efccd60694/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-20T16:54:31.132 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-03-20T16:54:31.132 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:54:31.132 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-03-20T16:54:31.160 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-20T16:54:31.160 DEBUG:teuthology.orchestra.run.smithi081:> 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/1baf684b63d2fadd9d3da5e692ffc3efccd60694/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-03-20T16:54:31.166 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T16:54:31.167 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T16:54:31.228 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T16:54:31.245 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T16:54:31.247 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T16:54:31.308 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T16:54:31.312 INFO:teuthology.orchestra.run.smithi083.stdout:check_obsoletes = 1 2024-03-20T16:54:31.313 INFO:teuthology.orchestra.run.smithi174.stdout:check_obsoletes = 1 2024-03-20T16:54:31.314 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum clean all 2024-03-20T16:54:31.315 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum clean all 2024-03-20T16:54:31.374 INFO:teuthology.orchestra.run.smithi081.stdout:check_obsoletes = 1 2024-03-20T16:54:31.376 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum clean all 2024-03-20T16:54:31.550 INFO:teuthology.orchestra.run.smithi083.stdout:74 files removed 2024-03-20T16:54:31.552 INFO:teuthology.orchestra.run.smithi174.stdout:74 files removed 2024-03-20T16:54:31.577 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-radosgw 2024-03-20T16:54:31.579 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-radosgw 2024-03-20T16:54:31.615 INFO:teuthology.orchestra.run.smithi081.stdout:74 files removed 2024-03-20T16:54:31.642 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-radosgw 2024-03-20T16:54:32.254 INFO:teuthology.orchestra.run.smithi083.stdout:ceph packages for x86_64 220 kB/s | 83 kB 00:00 2024-03-20T16:54:32.293 INFO:teuthology.orchestra.run.smithi174.stdout:ceph packages for x86_64 201 kB/s | 83 kB 00:00 2024-03-20T16:54:32.370 INFO:teuthology.orchestra.run.smithi081.stdout:ceph packages for x86_64 192 kB/s | 83 kB 00:00 2024-03-20T16:54:32.588 INFO:teuthology.orchestra.run.smithi083.stdout:ceph noarch packages 35 kB/s | 10 kB 00:00 2024-03-20T16:54:32.718 INFO:teuthology.orchestra.run.smithi174.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-03-20T16:54:32.795 INFO:teuthology.orchestra.run.smithi081.stdout:ceph noarch packages 27 kB/s | 10 kB 00:00 2024-03-20T16:54:32.922 INFO:teuthology.orchestra.run.smithi083.stdout:ceph source packages 6.4 kB/s | 1.9 kB 00:00 2024-03-20T16:54:33.111 INFO:teuthology.orchestra.run.smithi174.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2024-03-20T16:54:33.137 INFO:teuthology.orchestra.run.smithi081.stdout:ceph source packages 6.2 kB/s | 1.9 kB 00:00 2024-03-20T16:54:33.308 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - AppStream 19 MB/s | 6.7 MB 00:00 2024-03-20T16:54:33.579 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-20T16:54:33.623 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-03-20T16:54:34.709 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS-9 - BaseOS 6.9 MB/s | 2.0 MB 00:00 2024-03-20T16:54:35.023 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS-9 - BaseOS 6.9 MB/s | 2.0 MB 00:00 2024-03-20T16:54:35.096 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS-9 - BaseOS 4.9 MB/s | 2.0 MB 00:00 2024-03-20T16:54:36.145 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-03-20T16:54:37.813 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - AppStream 30 MB/s | 19 MB 00:00 2024-03-20T16:54:39.416 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - BaseOS 1.8 MB/s | 8.0 MB 00:04 2024-03-20T16:54:42.897 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.1 MB 00:01 2024-03-20T16:54:44.214 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - BaseOS 928 kB/s | 8.0 MB 00:08 2024-03-20T16:54:44.348 INFO:teuthology.orchestra.run.smithi174.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-03-20T16:54:45.369 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-03-20T16:54:45.907 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-03-20T16:54:50.116 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - AppStream 1.9 MB/s | 19 MB 00:09 2024-03-20T16:54:50.366 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-03-20T16:54:52.761 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:54:52.767 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:54:52.767 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:54:52.767 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-radosgw x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 9.9 M 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout:Upgrading: 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: librados2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.4 M 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: librbd1 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.1 M 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: boost-program-options 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-base x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 5.4 M 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-common x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 21 M 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-selinux x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 25 k 2024-03-20T16:54:52.768 INFO:teuthology.orchestra.run.smithi174.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 747 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: libradosstriper1 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 501 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: librgw2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 5.2 M 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-20T16:54:52.769 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-argparse 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 45 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-common x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 132 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cephfs x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 161 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rados x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 321 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rbd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 298 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rgw x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 99 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-20T16:54:52.770 INFO:teuthology.orchestra.run.smithi174.stdout:Installing weak dependencies: 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout:Install 30 Packages 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout:Upgrade 2 Packages 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:54:52.771 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 59 M 2024-03-20T16:54:52.772 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:54:54.958 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.1 MB 00:01 2024-03-20T16:54:56.701 INFO:teuthology.orchestra.run.smithi083.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-03-20T16:54:56.742 INFO:teuthology.orchestra.run.smithi174.stdout:(1/32): ceph-base-19.0.0-2211.g1baf684b.el9.x86 1.4 MB/s | 5.4 MB 00:03 2024-03-20T16:54:56.817 INFO:teuthology.orchestra.run.smithi174.stdout:(2/32): ceph-selinux-19.0.0-2211.g1baf684b.el9. 337 kB/s | 25 kB 00:00 2024-03-20T16:54:57.275 INFO:teuthology.orchestra.run.smithi174.stdout:(3/32): libcephfs2-19.0.0-2211.g1baf684b.el9.x8 1.6 MB/s | 747 kB 00:00 2024-03-20T16:54:57.525 INFO:teuthology.orchestra.run.smithi174.stdout:(4/32): libradosstriper1-19.0.0-2211.g1baf684b. 2.0 MB/s | 501 kB 00:00 2024-03-20T16:54:58.548 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - CRB 681 kB/s | 6.1 MB 00:09 2024-03-20T16:54:59.884 INFO:teuthology.orchestra.run.smithi174.stdout:(5/32): librgw2-19.0.0-2211.g1baf684b.el9.x86_6 2.2 MB/s | 5.2 MB 00:02 2024-03-20T16:54:59.951 INFO:teuthology.orchestra.run.smithi174.stdout:(6/32): python3-ceph-argparse-19.0.0-2211.g1baf 680 kB/s | 45 kB 00:00 2024-03-20T16:54:59.982 INFO:teuthology.orchestra.run.smithi081.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-03-20T16:55:00.043 INFO:teuthology.orchestra.run.smithi174.stdout:(7/32): python3-ceph-common-19.0.0-2211.g1baf68 1.4 MB/s | 132 kB 00:00 2024-03-20T16:55:00.218 INFO:teuthology.orchestra.run.smithi174.stdout:(8/32): python3-cephfs-19.0.0-2211.g1baf684b.el 924 kB/s | 161 kB 00:00 2024-03-20T16:55:00.493 INFO:teuthology.orchestra.run.smithi174.stdout:(9/32): python3-rados-19.0.0-2211.g1baf684b.el9 1.1 MB/s | 321 kB 00:00 2024-03-20T16:55:00.810 INFO:teuthology.orchestra.run.smithi174.stdout:(10/32): python3-rbd-19.0.0-2211.g1baf684b.el9. 942 kB/s | 298 kB 00:00 2024-03-20T16:55:00.885 INFO:teuthology.orchestra.run.smithi174.stdout:(11/32): python3-rgw-19.0.0-2211.g1baf684b.el9. 1.3 MB/s | 99 kB 00:00 2024-03-20T16:55:01.052 INFO:teuthology.orchestra.run.smithi174.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 636 kB/s | 106 kB 00:00 2024-03-20T16:55:01.144 INFO:teuthology.orchestra.run.smithi174.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.7 MB/s | 159 kB 00:00 2024-03-20T16:55:01.203 INFO:teuthology.orchestra.run.smithi174.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 755 kB/s | 44 kB 00:00 2024-03-20T16:55:01.312 INFO:teuthology.orchestra.run.smithi174.stdout:(15/32): ceph-radosgw-19.0.0-2211.g1baf684b.el9 1.2 MB/s | 9.9 MB 00:08 2024-03-20T16:55:01.336 INFO:teuthology.orchestra.run.smithi174.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 661 kB 00:00 2024-03-20T16:55:01.379 INFO:teuthology.orchestra.run.smithi174.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.2 MB/s | 282 kB 00:00 2024-03-20T16:55:01.404 INFO:teuthology.orchestra.run.smithi174.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 617 kB/s | 41 kB 00:00 2024-03-20T16:55:02.146 INFO:teuthology.orchestra.run.smithi174.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 47 kB/s | 35 kB 00:00 2024-03-20T16:55:02.392 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 21 MB 00:02 2024-03-20T16:55:02.446 INFO:teuthology.orchestra.run.smithi174.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 203 kB/s | 216 kB 00:01 2024-03-20T16:55:02.688 INFO:teuthology.orchestra.run.smithi174.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-03-20T16:55:03.005 INFO:teuthology.orchestra.run.smithi174.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 52 kB/s | 44 kB 00:00 2024-03-20T16:55:03.130 INFO:teuthology.orchestra.run.smithi174.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 208 kB/s | 26 kB 00:00 2024-03-20T16:55:03.197 INFO:teuthology.orchestra.run.smithi174.stdout:(24/32): libarrow-9.0.0-10.el9.x86_64.rpm 8.7 MB/s | 4.4 MB 00:00 2024-03-20T16:55:03.231 INFO:teuthology.orchestra.run.smithi174.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 485 kB/s | 49 kB 00:00 2024-03-20T16:55:03.256 INFO:teuthology.orchestra.run.smithi174.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-03-20T16:55:03.331 INFO:teuthology.orchestra.run.smithi174.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-03-20T16:55:03.414 INFO:teuthology.orchestra.run.smithi174.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.5 MB/s | 838 kB 00:00 2024-03-20T16:55:03.507 INFO:teuthology.orchestra.run.smithi174.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 9.0 MB/s | 1.6 MB 00:00 2024-03-20T16:55:04.690 INFO:teuthology.orchestra.run.smithi174.stdout:(30/32): librados2-19.0.0-2211.g1baf684b.el9.x8 2.7 MB/s | 3.4 MB 00:01 2024-03-20T16:55:04.807 INFO:teuthology.orchestra.run.smithi174.stdout:(31/32): librbd1-19.0.0-2211.g1baf684b.el9.x86_ 2.4 MB/s | 3.1 MB 00:01 2024-03-20T16:55:04.999 INFO:teuthology.orchestra.run.smithi174.stdout:(32/32): ceph-common-19.0.0-2211.g1baf684b.el9. 1.7 MB/s | 21 MB 00:12 2024-03-20T16:55:05.003 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:05.003 INFO:teuthology.orchestra.run.smithi174.stdout:Total 4.8 MB/s | 59 MB 00:12 2024-03-20T16:55:05.036 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:55:05.073 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:55:05.073 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:55:05.565 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:55:05.565 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:55:06.994 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:55:07.059 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-20T16:55:07.086 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-20T16:55:07.112 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-20T16:55:07.134 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T16:55:07.151 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T16:55:07.309 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-03-20T16:55:07.336 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T16:55:07.390 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T16:55:07.790 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-20T16:55:07.830 INFO:teuthology.orchestra.run.smithi174.stdout: Upgrading : librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:07.941 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:08.070 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 8/34 2024-03-20T16:55:08.098 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 9/34 2024-03-20T16:55:08.144 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 9/34 2024-03-20T16:55:08.173 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-20T16:55:08.226 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9. 11/34 2024-03-20T16:55:08.307 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 12/34 2024-03-20T16:55:08.333 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 13/34 2024-03-20T16:55:08.379 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 13/34 2024-03-20T16:55:08.407 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-20T16:55:08.514 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-20T16:55:08.550 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-20T16:55:08.590 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-20T16:55:08.623 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-20T16:55:08.652 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-20T16:55:08.684 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-20T16:55:09.004 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-20T16:55:09.031 INFO:teuthology.orchestra.run.smithi174.stdout: Upgrading : librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 22/34 2024-03-20T16:55:09.113 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 22/34 2024-03-20T16:55:09.144 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 23/34 2024-03-20T16:55:09.182 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-20T16:55:09.672 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-20T16:55:09.700 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 26/34 2024-03-20T16:55:09.737 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:55:09.742 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:55:09.742 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:55:09.742 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:55:09.742 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:55:09.742 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 9.9 M 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrading: 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: librados2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.4 M 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.1 M 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: boost-program-options 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 5.4 M 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 21 M 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 25 k 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-20T16:55:09.743 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 747 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 501 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 5.2 M 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 45 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 132 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 161 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-20T16:55:09.744 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 321 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 298 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 99 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout:Installing weak dependencies: 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout:Install 30 Packages 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrade 2 Packages 2024-03-20T16:55:09.745 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:09.746 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 59 M 2024-03-20T16:55:09.746 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:55:09.754 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 26/34 2024-03-20T16:55:09.822 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 27/34 2024-03-20T16:55:09.852 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x8 28/34 2024-03-20T16:55:12.122 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:12.156 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:12.821 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:12.860 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 30/34 2024-03-20T16:55:12.933 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 30/34 2024-03-20T16:55:12.934 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-20T16:55:12.934 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-20T16:55:12.934 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:12.978 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:13.385 INFO:teuthology.orchestra.run.smithi081.stdout:(1/32): ceph-radosgw-19.0.0-2211.g1baf684b.el9. 2.8 MB/s | 9.9 MB 00:03 2024-03-20T16:55:13.435 INFO:teuthology.orchestra.run.smithi081.stdout:(2/32): ceph-selinux-19.0.0-2211.g1baf684b.el9. 508 kB/s | 25 kB 00:00 2024-03-20T16:55:13.519 INFO:teuthology.orchestra.run.smithi081.stdout:(3/32): ceph-base-19.0.0-2211.g1baf684b.el9.x86 1.5 MB/s | 5.4 MB 00:03 2024-03-20T16:55:13.686 INFO:teuthology.orchestra.run.smithi081.stdout:(4/32): libcephfs2-19.0.0-2211.g1baf684b.el9.x8 2.9 MB/s | 747 kB 00:00 2024-03-20T16:55:13.761 INFO:teuthology.orchestra.run.smithi081.stdout:(5/32): libradosstriper1-19.0.0-2211.g1baf684b. 2.0 MB/s | 501 kB 00:00 2024-03-20T16:55:13.820 INFO:teuthology.orchestra.run.smithi081.stdout:(6/32): python3-ceph-argparse-19.0.0-2211.g1baf 776 kB/s | 45 kB 00:00 2024-03-20T16:55:13.920 INFO:teuthology.orchestra.run.smithi081.stdout:(7/32): python3-ceph-common-19.0.0-2211.g1baf68 1.3 MB/s | 132 kB 00:00 2024-03-20T16:55:14.021 INFO:teuthology.orchestra.run.smithi081.stdout:(8/32): python3-cephfs-19.0.0-2211.g1baf684b.el 1.6 MB/s | 161 kB 00:00 2024-03-20T16:55:14.187 INFO:teuthology.orchestra.run.smithi081.stdout:(9/32): python3-rados-19.0.0-2211.g1baf684b.el9 1.9 MB/s | 321 kB 00:00 2024-03-20T16:55:14.330 INFO:teuthology.orchestra.run.smithi081.stdout:(10/32): python3-rbd-19.0.0-2211.g1baf684b.el9. 2.1 MB/s | 298 kB 00:00 2024-03-20T16:55:14.388 INFO:teuthology.orchestra.run.smithi081.stdout:(11/32): python3-rgw-19.0.0-2211.g1baf684b.el9. 1.7 MB/s | 99 kB 00:00 2024-03-20T16:55:14.505 INFO:teuthology.orchestra.run.smithi081.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 909 kB/s | 106 kB 00:00 2024-03-20T16:55:14.547 INFO:teuthology.orchestra.run.smithi081.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.8 MB/s | 159 kB 00:00 2024-03-20T16:55:14.574 INFO:teuthology.orchestra.run.smithi081.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 44 kB 00:00 2024-03-20T16:55:14.631 INFO:teuthology.orchestra.run.smithi081.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-03-20T16:55:14.673 INFO:teuthology.orchestra.run.smithi081.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.7 MB/s | 282 kB 00:00 2024-03-20T16:55:14.723 INFO:teuthology.orchestra.run.smithi081.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 828 kB/s | 41 kB 00:00 2024-03-20T16:55:15.015 INFO:teuthology.orchestra.run.smithi081.stdout:(18/32): librgw2-19.0.0-2211.g1baf684b.el9.x86_ 3.9 MB/s | 5.2 MB 00:01 2024-03-20T16:55:15.265 INFO:teuthology.orchestra.run.smithi081.stdout:(19/32): qatlib-23.11.0-1.el9.x86_64.rpm 400 kB/s | 216 kB 00:00 2024-03-20T16:55:15.290 INFO:teuthology.orchestra.run.smithi081.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 127 kB/s | 35 kB 00:00 2024-03-20T16:55:15.374 INFO:teuthology.orchestra.run.smithi081.stdout:(21/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 410 kB/s | 44 kB 00:00 2024-03-20T16:55:15.516 INFO:teuthology.orchestra.run.smithi081.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.3 MB/s | 309 kB 00:00 2024-03-20T16:55:15.667 INFO:teuthology.orchestra.run.smithi081.stdout:(23/32): libarrow-9.0.0-10.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-03-20T16:55:15.692 INFO:teuthology.orchestra.run.smithi081.stdout:(24/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 149 kB/s | 26 kB 00:00 2024-03-20T16:55:15.717 INFO:teuthology.orchestra.run.smithi081.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 973 kB/s | 49 kB 00:00 2024-03-20T16:55:15.742 INFO:teuthology.orchestra.run.smithi081.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-03-20T16:55:15.784 INFO:teuthology.orchestra.run.smithi081.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2024-03-20T16:55:15.810 INFO:teuthology.orchestra.run.smithi081.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-03-20T16:55:15.860 INFO:teuthology.orchestra.run.smithi081.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2024-03-20T16:55:16.702 INFO:teuthology.orchestra.run.smithi081.stdout:(30/32): librbd1-19.0.0-2211.g1baf684b.el9.x86_ 3.7 MB/s | 3.1 MB 00:00 2024-03-20T16:55:17.136 INFO:teuthology.orchestra.run.smithi081.stdout:(31/32): ceph-common-19.0.0-2211.g1baf684b.el9. 2.8 MB/s | 21 MB 00:07 2024-03-20T16:55:17.264 INFO:teuthology.orchestra.run.smithi081.stdout:(32/32): librados2-19.0.0-2211.g1baf684b.el9.x8 2.3 MB/s | 3.4 MB 00:01 2024-03-20T16:55:17.268 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:17.268 INFO:teuthology.orchestra.run.smithi081.stdout:Total 7.8 MB/s | 59 MB 00:07 2024-03-20T16:55:17.301 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:55:17.340 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:55:17.340 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:55:17.857 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:55:17.857 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:55:19.308 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:55:19.385 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-20T16:55:19.424 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-20T16:55:19.450 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-20T16:55:19.472 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T16:55:19.488 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T16:55:19.684 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T16:55:19.686 INFO:teuthology.orchestra.run.smithi083.stdout:Extra Packages for Enterprise Linux 927 kB/s | 21 MB 00:22 2024-03-20T16:55:19.736 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T16:55:20.123 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-20T16:55:20.176 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:20.251 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:20.338 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 8/34 2024-03-20T16:55:20.369 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 9/34 2024-03-20T16:55:20.415 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 9/34 2024-03-20T16:55:20.444 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-20T16:55:20.488 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9. 11/34 2024-03-20T16:55:20.555 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 12/34 2024-03-20T16:55:20.580 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 13/34 2024-03-20T16:55:20.642 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 13/34 2024-03-20T16:55:20.670 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-20T16:55:20.777 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-20T16:55:20.821 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-20T16:55:20.862 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-20T16:55:20.903 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-20T16:55:20.932 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-20T16:55:20.964 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-20T16:55:21.275 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-20T16:55:21.303 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 22/34 2024-03-20T16:55:21.392 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 22/34 2024-03-20T16:55:21.424 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 23/34 2024-03-20T16:55:21.462 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-20T16:55:21.922 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-20T16:55:21.947 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 26/34 2024-03-20T16:55:22.017 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 26/34 2024-03-20T16:55:22.085 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 27/34 2024-03-20T16:55:22.116 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x8 28/34 2024-03-20T16:55:22.282 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:22.282 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /sys 2024-03-20T16:55:22.282 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /proc 2024-03-20T16:55:22.282 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /mnt 2024-03-20T16:55:22.282 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /var/tmp 2024-03-20T16:55:22.283 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /home 2024-03-20T16:55:22.283 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /root 2024-03-20T16:55:22.283 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /tmp 2024-03-20T16:55:22.283 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:23.233 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 32/34 2024-03-20T16:55:23.258 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 32/34 2024-03-20T16:55:23.258 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:23.258 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-20T16:55:23.259 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:55:23.259 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:55:23.259 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:23.260 INFO:teuthology.orchestra.run.smithi174.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T16:55:23.344 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T16:55:23.344 INFO:teuthology.orchestra.run.smithi174.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:24.306 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:24.346 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:24.429 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 1/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 3/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 4/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 5/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 6/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9. 8/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x8 9/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 10/34 2024-03-20T16:55:24.430 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 11/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 12/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 13/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-20T16:55:24.431 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:24.432 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-20T16:55:24.433 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 33/34 2024-03-20T16:55:24.501 INFO:teuthology.orchestra.run.smithi083.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-03-20T16:55:24.890 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:24.974 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 30/34 2024-03-20T16:55:25.066 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 30/34 2024-03-20T16:55:25.066 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-20T16:55:25.066 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-20T16:55:25.066 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:25.101 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout:Upgraded: 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.293 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-20T16:55:25.294 INFO:teuthology.orchestra.run.smithi174.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: re2-1:20211101-3.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:25.295 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:25.664 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-test 2024-03-20T16:55:26.232 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:00:36 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:55:26.382 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-test x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 48 M 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout: libcephsqlite x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 163 k 2024-03-20T16:55:26.383 INFO:teuthology.orchestra.run.smithi174.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout:Install 6 Packages 2024-03-20T16:55:26.384 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:26.385 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 49 M 2024-03-20T16:55:26.385 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 206 M 2024-03-20T16:55:26.385 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:55:26.764 INFO:teuthology.orchestra.run.smithi174.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.1 MB/s | 217 kB 00:00 2024-03-20T16:55:26.831 INFO:teuthology.orchestra.run.smithi174.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 4.4 MB/s | 300 kB 00:00 2024-03-20T16:55:26.865 INFO:teuthology.orchestra.run.smithi174.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-03-20T16:55:26.911 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-radosgw x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 9.9 M 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout:Upgrading: 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout: librados2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.4 M 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout: librbd1 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.1 M 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:55:26.924 INFO:teuthology.orchestra.run.smithi083.stdout: boost-program-options 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 5.4 M 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-common x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 21 M 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-selinux x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 25 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 747 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: libradosstriper1 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 501 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-03-20T16:55:26.925 INFO:teuthology.orchestra.run.smithi083.stdout: librgw2 x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 5.2 M 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 45 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 132 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cephfs x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 161 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rados x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 321 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rbd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 298 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rgw x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 99 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib x86_64 23.11.0-1.el9 appstream 216 k 2024-03-20T16:55:26.926 INFO:teuthology.orchestra.run.smithi083.stdout: qatzip-libs x86_64 1.1.2-2.el9 appstream 44 k 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout:Installing weak dependencies: 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib-service x86_64 23.11.0-1.el9 appstream 35 k 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout:Install 30 Packages 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout:Upgrade 2 Packages 2024-03-20T16:55:26.927 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:26.928 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 59 M 2024-03-20T16:55:26.928 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:55:26.989 INFO:teuthology.orchestra.run.smithi174.stdout:(4/6): libcephsqlite-19.0.0-2211.g1baf684b.el9. 392 kB/s | 163 kB 00:00 2024-03-20T16:55:27.390 INFO:teuthology.orchestra.run.smithi174.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 356 kB/s | 187 kB 00:00 2024-03-20T16:55:28.785 INFO:teuthology.orchestra.run.smithi083.stdout:(1/32): ceph-radosgw-19.0.0-2211.g1baf684b.el9. 8.0 MB/s | 9.9 MB 00:01 2024-03-20T16:55:28.844 INFO:teuthology.orchestra.run.smithi083.stdout:(2/32): ceph-selinux-19.0.0-2211.g1baf684b.el9. 434 kB/s | 25 kB 00:00 2024-03-20T16:55:28.936 INFO:teuthology.orchestra.run.smithi083.stdout:(3/32): libcephfs2-19.0.0-2211.g1baf684b.el9.x8 8.0 MB/s | 747 kB 00:00 2024-03-20T16:55:29.019 INFO:teuthology.orchestra.run.smithi083.stdout:(4/32): libradosstriper1-19.0.0-2211.g1baf684b. 5.9 MB/s | 501 kB 00:00 2024-03-20T16:55:29.244 INFO:teuthology.orchestra.run.smithi083.stdout:(5/32): ceph-base-19.0.0-2211.g1baf684b.el9.x86 3.2 MB/s | 5.4 MB 00:01 2024-03-20T16:55:29.328 INFO:teuthology.orchestra.run.smithi083.stdout:(6/32): python3-ceph-argparse-19.0.0-2211.g1baf 542 kB/s | 45 kB 00:00 2024-03-20T16:55:29.412 INFO:teuthology.orchestra.run.smithi083.stdout:(7/32): python3-ceph-common-19.0.0-2211.g1baf68 1.5 MB/s | 132 kB 00:00 2024-03-20T16:55:29.495 INFO:teuthology.orchestra.run.smithi083.stdout:(8/32): librgw2-19.0.0-2211.g1baf684b.el9.x86_6 11 MB/s | 5.2 MB 00:00 2024-03-20T16:55:29.521 INFO:teuthology.orchestra.run.smithi083.stdout:(9/32): python3-cephfs-19.0.0-2211.g1baf684b.el 1.5 MB/s | 161 kB 00:00 2024-03-20T16:55:29.554 INFO:teuthology.orchestra.run.smithi083.stdout:(10/32): python3-rados-19.0.0-2211.g1baf684b.el 5.4 MB/s | 321 kB 00:00 2024-03-20T16:55:29.613 INFO:teuthology.orchestra.run.smithi083.stdout:(11/32): python3-rbd-19.0.0-2211.g1baf684b.el9. 3.2 MB/s | 298 kB 00:00 2024-03-20T16:55:29.638 INFO:teuthology.orchestra.run.smithi083.stdout:(12/32): python3-rgw-19.0.0-2211.g1baf684b.el9. 1.2 MB/s | 99 kB 00:00 2024-03-20T16:55:29.780 INFO:teuthology.orchestra.run.smithi083.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 635 kB/s | 106 kB 00:00 2024-03-20T16:55:29.822 INFO:teuthology.orchestra.run.smithi083.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 159 kB 00:00 2024-03-20T16:55:29.839 INFO:teuthology.orchestra.run.smithi083.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 755 kB/s | 44 kB 00:00 2024-03-20T16:55:29.915 INFO:teuthology.orchestra.run.smithi083.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 661 kB 00:00 2024-03-20T16:55:29.940 INFO:teuthology.orchestra.run.smithi083.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.8 MB/s | 282 kB 00:00 2024-03-20T16:55:29.956 INFO:teuthology.orchestra.run.smithi083.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 41 kB 00:00 2024-03-20T16:55:30.065 INFO:teuthology.orchestra.run.smithi083.stdout:(19/32): qatlib-service-23.11.0-1.el9.x86_64.rp 321 kB/s | 35 kB 00:00 2024-03-20T16:55:30.141 INFO:teuthology.orchestra.run.smithi083.stdout:(20/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 594 kB/s | 44 kB 00:00 2024-03-20T16:55:30.166 INFO:teuthology.orchestra.run.smithi083.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 959 kB/s | 216 kB 00:00 2024-03-20T16:55:30.548 INFO:teuthology.orchestra.run.smithi174.stdout:(6/6): ceph-test-19.0.0-2211.g1baf684b.el9.x86_ 12 MB/s | 48 MB 00:03 2024-03-20T16:55:30.551 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:30.551 INFO:teuthology.orchestra.run.smithi174.stdout:Total 12 MB/s | 49 MB 00:04 2024-03-20T16:55:30.566 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:55:30.583 INFO:teuthology.orchestra.run.smithi083.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 699 kB/s | 309 kB 00:00 2024-03-20T16:55:30.587 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:55:30.588 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:55:30.650 INFO:teuthology.orchestra.run.smithi083.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 391 kB/s | 26 kB 00:00 2024-03-20T16:55:30.734 INFO:teuthology.orchestra.run.smithi083.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 583 kB/s | 49 kB 00:00 2024-03-20T16:55:30.842 INFO:teuthology.orchestra.run.smithi083.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.5 MB/s | 4.4 MB 00:00 2024-03-20T16:55:30.868 INFO:teuthology.orchestra.run.smithi083.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 505 kB/s | 67 kB 00:00 2024-03-20T16:55:30.943 INFO:teuthology.orchestra.run.smithi083.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 8.2 MB/s | 838 kB 00:00 2024-03-20T16:55:30.971 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:55:30.972 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:55:30.976 INFO:teuthology.orchestra.run.smithi083.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-03-20T16:55:31.060 INFO:teuthology.orchestra.run.smithi083.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-03-20T16:55:31.436 INFO:teuthology.orchestra.run.smithi083.stdout:(30/32): ceph-common-19.0.0-2211.g1baf684b.el9. 5.3 MB/s | 21 MB 00:03 2024-03-20T16:55:31.511 INFO:teuthology.orchestra.run.smithi083.stdout:(31/32): librbd1-19.0.0-2211.g1baf684b.el9.x86_ 7.0 MB/s | 3.1 MB 00:00 2024-03-20T16:55:31.567 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:55:31.640 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-20T16:55:31.669 INFO:teuthology.orchestra.run.smithi083.stdout:(32/32): librados2-19.0.0-2211.g1baf684b.el9.x8 4.9 MB/s | 3.4 MB 00:00 2024-03-20T16:55:31.674 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:31.674 INFO:teuthology.orchestra.run.smithi083.stdout:Total 12 MB/s | 59 MB 00:04 2024-03-20T16:55:31.681 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-20T16:55:31.708 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:55:31.714 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T16:55:31.745 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:55:31.745 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:55:31.756 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-20T16:55:31.776 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 5/6 2024-03-20T16:55:32.234 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:55:32.235 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:55:33.676 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:55:33.770 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-03-20T16:55:33.799 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-03-20T16:55:33.831 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-03-20T16:55:33.855 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T16:55:33.872 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-03-20T16:55:34.062 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T16:55:34.119 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /sys 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /proc 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /mnt 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /var/tmp 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /home 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /root 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /tmp 2024-03-20T16:55:34.441 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:34.483 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-03-20T16:55:34.518 INFO:teuthology.orchestra.run.smithi083.stdout: Upgrading : librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:34.592 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:34.680 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 8/34 2024-03-20T16:55:34.702 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 9/34 2024-03-20T16:55:34.765 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 9/34 2024-03-20T16:55:34.793 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-03-20T16:55:34.837 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9. 11/34 2024-03-20T16:55:34.905 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 12/34 2024-03-20T16:55:34.930 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 13/34 2024-03-20T16:55:34.992 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 13/34 2024-03-20T16:55:35.019 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-03-20T16:55:35.126 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-03-20T16:55:35.163 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-03-20T16:55:35.203 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-03-20T16:55:35.228 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-03-20T16:55:35.256 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-03-20T16:55:35.289 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-03-20T16:55:35.334 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 32/34 2024-03-20T16:55:35.358 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 32/34 2024-03-20T16:55:35.358 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:35.358 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-20T16:55:35.358 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:55:35.358 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:55:35.358 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:35.360 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T16:55:35.429 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T16:55:35.429 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:35.600 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-03-20T16:55:35.628 INFO:teuthology.orchestra.run.smithi083.stdout: Upgrading : librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 22/34 2024-03-20T16:55:35.717 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 22/34 2024-03-20T16:55:35.740 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 23/34 2024-03-20T16:55:35.786 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-03-20T16:55:36.247 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-03-20T16:55:36.280 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 26/34 2024-03-20T16:55:36.350 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 26/34 2024-03-20T16:55:36.366 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 5/6 2024-03-20T16:55:36.419 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 27/34 2024-03-20T16:55:36.449 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x8 28/34 2024-03-20T16:55:36.450 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 6/6 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 1/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 3/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 4/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 5/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 6/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:36.612 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9. 8/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x8 9/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 10/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 11/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 12/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 13/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-20T16:55:36.613 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-20T16:55:36.614 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-20T16:55:36.614 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-20T16:55:36.614 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-20T16:55:36.614 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-20T16:55:36.614 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-20T16:55:36.614 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-20T16:55:36.615 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-20T16:55:36.615 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-20T16:55:36.615 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-20T16:55:36.615 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:36.615 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-20T16:55:36.615 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 33/34 2024-03-20T16:55:37.515 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout:Upgraded: 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-20T16:55:37.516 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.517 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: re2-1:20211101-3.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:37.518 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:55:37.750 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-test 2024-03-20T16:55:38.299 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:31 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:55:38.447 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:55:38.448 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:55:38.448 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:55:38.448 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:55:38.448 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:55:38.448 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 48 M 2024-03-20T16:55:38.448 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 163 k 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout:Install 6 Packages 2024-03-20T16:55:38.449 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:38.450 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 49 M 2024-03-20T16:55:38.450 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 206 M 2024-03-20T16:55:38.450 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:55:38.671 INFO:teuthology.orchestra.run.smithi081.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 217 kB 00:00 2024-03-20T16:55:38.692 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:38.724 INFO:teuthology.orchestra.run.smithi081.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.6 MB/s | 300 kB 00:00 2024-03-20T16:55:38.729 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:38.757 INFO:teuthology.orchestra.run.smithi081.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-20T16:55:38.825 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 6/6 2024-03-20T16:55:38.825 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 1/6 2024-03-20T16:55:38.825 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 2/6 2024-03-20T16:55:38.826 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T16:55:38.826 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-20T16:55:38.826 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-20T16:55:38.832 INFO:teuthology.orchestra.run.smithi081.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 2.4 MB/s | 187 kB 00:00 2024-03-20T16:55:38.874 INFO:teuthology.orchestra.run.smithi081.stdout:(5/6): libcephsqlite-19.0.0-2211.g1baf684b.el9. 458 kB/s | 163 kB 00:00 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: jq-1.6-16.el9.x86_64 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-20T16:55:39.177 INFO:teuthology.orchestra.run.smithi174.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-20T16:55:39.178 INFO:teuthology.orchestra.run.smithi174.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-20T16:55:39.178 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:39.178 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:39.275 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 29/34 2024-03-20T16:55:39.307 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 30/34 2024-03-20T16:55:39.399 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 30/34 2024-03-20T16:55:39.399 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-03-20T16:55:39.399 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-03-20T16:55:39.399 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:39.434 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:39.467 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph 2024-03-20T16:55:40.065 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:00:50 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:55:40.232 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:55:40.234 INFO:teuthology.orchestra.run.smithi174.stdout:========================================================================================= 2024-03-20T16:55:40.234 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:55:40.234 INFO:teuthology.orchestra.run.smithi174.stdout:========================================================================================= 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 6.6 k 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mds x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 2.3 M 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 1.5 M 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 248 k 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mon x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 4.7 M 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-osd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 17 M 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-20T16:55:40.235 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-20T16:55:40.236 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:55:40.237 INFO:teuthology.orchestra.run.smithi174.stdout:========================================================================================= 2024-03-20T16:55:40.238 INFO:teuthology.orchestra.run.smithi174.stdout:Install 36 Packages 2024-03-20T16:55:40.238 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:40.238 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 30 M 2024-03-20T16:55:40.238 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 107 M 2024-03-20T16:55:40.238 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:55:41.066 INFO:teuthology.orchestra.run.smithi174.stdout:(1/36): ceph-19.0.0-2211.g1baf684b.el9.x86_64.r 20 kB/s | 6.6 kB 00:00 2024-03-20T16:55:41.174 INFO:teuthology.orchestra.run.smithi174.stdout:(2/36): ceph-mgr-19.0.0-2211.g1baf684b.el9.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-03-20T16:55:41.433 INFO:teuthology.orchestra.run.smithi081.stdout:(6/6): ceph-test-19.0.0-2211.g1baf684b.el9.x86_ 16 MB/s | 48 MB 00:02 2024-03-20T16:55:41.436 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:41.436 INFO:teuthology.orchestra.run.smithi081.stdout:Total 16 MB/s | 49 MB 00:02 2024-03-20T16:55:41.449 INFO:teuthology.orchestra.run.smithi174.stdout:(3/36): ceph-mds-19.0.0-2211.g1baf684b.el9.x86_ 3.2 MB/s | 2.3 MB 00:00 2024-03-20T16:55:41.450 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:55:41.472 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:55:41.472 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:55:41.541 INFO:teuthology.orchestra.run.smithi174.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2211.g1baf 2.7 MB/s | 248 kB 00:00 2024-03-20T16:55:41.650 INFO:teuthology.orchestra.run.smithi174.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-03-20T16:55:41.692 INFO:teuthology.orchestra.run.smithi174.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-03-20T16:55:41.725 INFO:teuthology.orchestra.run.smithi174.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 946 kB/s | 32 kB 00:00 2024-03-20T16:55:41.759 INFO:teuthology.orchestra.run.smithi174.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-20T16:55:41.792 INFO:teuthology.orchestra.run.smithi174.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-20T16:55:41.834 INFO:teuthology.orchestra.run.smithi174.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-20T16:55:41.889 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:55:41.889 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:55:41.910 INFO:teuthology.orchestra.run.smithi174.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-03-20T16:55:42.077 INFO:teuthology.orchestra.run.smithi174.stdout:(12/36): ceph-osd-19.0.0-2211.g1baf684b.el9.x86 19 MB/s | 17 MB 00:00 2024-03-20T16:55:42.102 INFO:teuthology.orchestra.run.smithi174.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 537 kB/s | 103 kB 00:00 2024-03-20T16:55:42.152 INFO:teuthology.orchestra.run.smithi174.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 124 kB 00:00 2024-03-20T16:55:42.169 INFO:teuthology.orchestra.run.smithi174.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2024-03-20T16:55:42.402 INFO:teuthology.orchestra.run.smithi174.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 500 kB/s | 125 kB 00:00 2024-03-20T16:55:42.428 INFO:teuthology.orchestra.run.smithi174.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2024-03-20T16:55:42.523 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:55:42.600 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-20T16:55:42.626 INFO:teuthology.orchestra.run.smithi174.stdout:(18/36): ceph-mon-19.0.0-2211.g1baf684b.el9.x86 3.0 MB/s | 4.7 MB 00:01 2024-03-20T16:55:42.641 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-20T16:55:42.674 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T16:55:42.716 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-20T16:55:42.745 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 5/6 2024-03-20T16:55:42.920 INFO:teuthology.orchestra.run.smithi174.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 88 kB/s | 43 kB 00:00 2024-03-20T16:55:43.045 INFO:teuthology.orchestra.run.smithi174.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 235 kB/s | 151 kB 00:00 2024-03-20T16:55:43.204 INFO:teuthology.orchestra.run.smithi174.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 67 kB/s | 11 kB 00:00 2024-03-20T16:55:43.221 INFO:teuthology.orchestra.run.smithi174.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 290 kB/s | 172 kB 00:00 2024-03-20T16:55:43.288 INFO:teuthology.orchestra.run.smithi174.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 976 kB/s | 358 kB 00:00 2024-03-20T16:55:43.313 INFO:teuthology.orchestra.run.smithi174.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-03-20T16:55:43.338 INFO:teuthology.orchestra.run.smithi174.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 197 kB/s | 23 kB 00:00 2024-03-20T16:55:43.397 INFO:teuthology.orchestra.run.smithi174.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 179 kB/s | 19 kB 00:00 2024-03-20T16:55:43.422 INFO:teuthology.orchestra.run.smithi174.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 180 kB/s | 20 kB 00:00 2024-03-20T16:55:43.456 INFO:teuthology.orchestra.run.smithi174.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 394 kB/s | 46 kB 00:00 2024-03-20T16:55:43.514 INFO:teuthology.orchestra.run.smithi174.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 671 kB/s | 79 kB 00:00 2024-03-20T16:55:43.573 INFO:teuthology.orchestra.run.smithi174.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 141 kB/s | 16 kB 00:00 2024-03-20T16:55:43.632 INFO:teuthology.orchestra.run.smithi174.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-03-20T16:55:43.657 INFO:teuthology.orchestra.run.smithi174.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 633 kB/s | 90 kB 00:00 2024-03-20T16:55:43.682 INFO:teuthology.orchestra.run.smithi174.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 329 kB/s | 36 kB 00:00 2024-03-20T16:55:43.774 INFO:teuthology.orchestra.run.smithi174.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.6 MB/s | 230 kB 00:00 2024-03-20T16:55:43.791 INFO:teuthology.orchestra.run.smithi174.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-03-20T16:55:43.833 INFO:teuthology.orchestra.run.smithi174.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-03-20T16:55:43.838 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:43.838 INFO:teuthology.orchestra.run.smithi174.stdout:Total 8.3 MB/s | 30 MB 00:03 2024-03-20T16:55:43.862 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:55:43.904 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:55:43.905 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:55:44.315 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:55:44.315 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:55:45.652 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:55:45.727 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-20T16:55:45.760 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-20T16:55:45.787 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-20T16:55:45.859 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-20T16:55:45.894 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-20T16:55:45.927 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-20T16:55:46.017 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-20T16:55:46.113 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-20T16:55:46.154 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-20T16:55:46.225 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-20T16:55:46.271 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-20T16:55:46.310 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-20T16:55:46.359 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-20T16:55:46.414 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-20T16:55:46.601 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-20T16:55:46.647 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-20T16:55:46.677 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-20T16:55:46.712 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-20T16:55:46.742 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-20T16:55:46.817 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-20T16:55:46.853 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T16:55:46.886 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-20T16:55:46.926 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-20T16:55:46.970 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-20T16:55:47.004 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-20T16:55:47.092 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-20T16:55:47.126 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-20T16:55:47.197 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-20T16:55:47.330 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 5/6 2024-03-20T16:55:47.334 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-20T16:55:47.402 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 6/6 2024-03-20T16:55:47.452 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T16:55:47.610 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9. 31/36 2024-03-20T16:55:47.639 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 32/36 2024-03-20T16:55:47.664 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 32/36 2024-03-20T16:55:47.665 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:47.665 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-20T16:55:47.665 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T16:55:47.665 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T16:55:47.665 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /sys 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /proc 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /mnt 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /var/tmp 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /home 2024-03-20T16:55:49.071 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /root 2024-03-20T16:55:49.072 INFO:teuthology.orchestra.run.smithi083.stdout:skipping the directory /tmp 2024-03-20T16:55:49.072 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:49.099 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 33/36 2024-03-20T16:55:49.124 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 33/36 2024-03-20T16:55:49.124 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:49.124 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-20T16:55:49.124 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T16:55:49.125 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T16:55:49.125 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:49.574 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 34/36 2024-03-20T16:55:49.597 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 34/36 2024-03-20T16:55:49.597 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:49.597 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-20T16:55:49.597 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T16:55:49.597 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T16:55:49.597 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:49.825 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 35/36 2024-03-20T16:55:49.847 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 35/36 2024-03-20T16:55:49.848 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:49.848 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-20T16:55:49.848 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T16:55:49.848 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T16:55:49.848 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:49.913 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 36/36 2024-03-20T16:55:49.948 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 6/6 2024-03-20T16:55:49.949 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 1/6 2024-03-20T16:55:49.949 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 2/6 2024-03-20T16:55:49.949 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T16:55:49.949 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-20T16:55:49.949 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-20T16:55:50.042 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 32/34 2024-03-20T16:55:50.065 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 32/34 2024-03-20T16:55:50.065 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:50.065 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-03-20T16:55:50.066 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:55:50.066 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-03-20T16:55:50.066 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:50.067 INFO:teuthology.orchestra.run.smithi083.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T16:55:50.152 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-03-20T16:55:50.152 INFO:teuthology.orchestra.run.smithi083.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: jq-1.6-16.el9.x86_64 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-20T16:55:50.330 INFO:teuthology.orchestra.run.smithi081.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-20T16:55:50.331 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-20T16:55:50.331 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:50.331 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:55:50.631 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph 2024-03-20T16:55:51.196 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:44 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:55:51.347 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:55:51.351 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 1/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 3/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 4/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 5/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_6 6/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 7/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9. 8/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x8 9/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 10/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 11/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 12/34 2024-03-20T16:55:51.352 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 13/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-03-20T16:55:51.353 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 31/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-03-20T16:55:51.354 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 33/34 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================= 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================= 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: ceph x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 6.6 k 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mds x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 2.3 M 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 1.5 M 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 248 k 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mon x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 4.7 M 2024-03-20T16:55:51.355 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-osd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 17 M 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-20T16:55:51.356 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-20T16:55:51.357 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================= 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout:Install 36 Packages 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 30 M 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 107 M 2024-03-20T16:55:51.358 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 36/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 1/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 2/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 3/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 4/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 5/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9. 6/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-20T16:55:51.706 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-20T16:55:51.707 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-20T16:55:51.708 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-20T16:55:51.709 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-20T16:55:51.736 INFO:teuthology.orchestra.run.smithi081.stdout:(1/36): ceph-19.0.0-2211.g1baf684b.el9.x86_64.r 47 kB/s | 6.6 kB 00:00 2024-03-20T16:55:52.228 INFO:teuthology.orchestra.run.smithi081.stdout:(2/36): ceph-mon-19.0.0-2211.g1baf684b.el9.x86_ 9.5 MB/s | 4.7 MB 00:00 2024-03-20T16:55:52.395 INFO:teuthology.orchestra.run.smithi081.stdout:(3/36): ceph-mds-19.0.0-2211.g1baf684b.el9.x86_ 2.9 MB/s | 2.3 MB 00:00 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout:Upgraded: 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.429 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-radosgw-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-selinux-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-9.0.0-10.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: liboath-2.6.7-2.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: libradosstriper1-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-03-20T16:55:52.430 INFO:teuthology.orchestra.run.smithi083.stdout: librgw2-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: libunwind-1.6.2-1.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-argparse-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ceph-common-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib-23.11.0-1.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-03-20T16:55:52.431 INFO:teuthology.orchestra.run.smithi083.stdout: re2-1:20211101-3.el9.x86_64 2024-03-20T16:55:52.432 INFO:teuthology.orchestra.run.smithi083.stdout: thrift-0.15.0-2.el9.x86_64 2024-03-20T16:55:52.432 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:52.432 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:55:52.454 INFO:teuthology.orchestra.run.smithi081.stdout:(4/36): ceph-mgr-19.0.0-2211.g1baf684b.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-03-20T16:55:52.479 INFO:teuthology.orchestra.run.smithi081.stdout:(5/36): ceph-mgr-modules-core-19.0.0-2211.g1baf 2.9 MB/s | 248 kB 00:00 2024-03-20T16:55:52.517 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-20T16:55:52.517 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: lua-5.4.4-4.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-20T16:55:52.518 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-20T16:55:52.519 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-20T16:55:52.520 INFO:teuthology.orchestra.run.smithi174.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-20T16:55:52.520 INFO:teuthology.orchestra.run.smithi174.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-20T16:55:52.520 INFO:teuthology.orchestra.run.smithi174.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-20T16:55:52.520 INFO:teuthology.orchestra.run.smithi174.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-20T16:55:52.520 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-20T16:55:52.520 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ply-3.11-14.el9.noarch 2024-03-20T16:55:52.521 INFO:teuthology.orchestra.run.smithi174.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-20T16:55:52.521 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-20T16:55:52.521 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-20T16:55:52.521 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-20T16:55:52.521 INFO:teuthology.orchestra.run.smithi174.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:52.522 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:52.613 INFO:teuthology.orchestra.run.smithi081.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-20T16:55:52.638 INFO:teuthology.orchestra.run.smithi081.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 144 kB 00:00 2024-03-20T16:55:52.655 INFO:teuthology.orchestra.run.smithi081.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 756 kB/s | 32 kB 00:00 2024-03-20T16:55:52.671 INFO:teuthology.orchestra.run.smithi081.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-03-20T16:55:52.688 INFO:teuthology.orchestra.run.smithi081.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-03-20T16:55:52.714 INFO:teuthology.orchestra.run.smithi081.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-03-20T16:55:52.764 INFO:teuthology.orchestra.run.smithi081.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-03-20T16:55:52.783 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-test 2024-03-20T16:55:52.789 INFO:teuthology.orchestra.run.smithi081.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.3 MB/s | 103 kB 00:00 2024-03-20T16:55:52.815 INFO:teuthology.orchestra.run.smithi081.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-20T16:55:52.840 INFO:teuthology.orchestra.run.smithi081.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-20T16:55:52.915 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-base 2024-03-20T16:55:52.982 INFO:teuthology.orchestra.run.smithi081.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 749 kB/s | 125 kB 00:00 2024-03-20T16:55:53.166 INFO:teuthology.orchestra.run.smithi081.stdout:(17/36): ceph-osd-19.0.0-2211.g1baf684b.el9.x86 18 MB/s | 17 MB 00:00 2024-03-20T16:55:53.191 INFO:teuthology.orchestra.run.smithi081.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 64 kB/s | 22 kB 00:00 2024-03-20T16:55:53.336 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:29 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:55:53.441 INFO:teuthology.orchestra.run.smithi081.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-03-20T16:55:53.472 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:03 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:55:53.485 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-test x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 48 M 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:55:53.486 INFO:teuthology.orchestra.run.smithi083.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout: libcephsqlite x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 163 k 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout:Install 6 Packages 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:55:53.487 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 49 M 2024-03-20T16:55:53.488 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 206 M 2024-03-20T16:55:53.488 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:55:53.500 INFO:teuthology.orchestra.run.smithi081.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 292 kB/s | 151 kB 00:00 2024-03-20T16:55:53.550 INFO:teuthology.orchestra.run.smithi081.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 479 kB/s | 172 kB 00:00 2024-03-20T16:55:53.568 INFO:teuthology.orchestra.run.smithi174.stdout:Package ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:55:53.575 INFO:teuthology.orchestra.run.smithi081.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-03-20T16:55:53.617 INFO:teuthology.orchestra.run.smithi081.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-03-20T16:55:53.619 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:55:53.621 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:55:53.621 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:53.642 INFO:teuthology.orchestra.run.smithi081.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-03-20T16:55:53.668 INFO:teuthology.orchestra.run.smithi081.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-03-20T16:55:53.686 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install cephadm 2024-03-20T16:55:53.693 INFO:teuthology.orchestra.run.smithi081.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-03-20T16:55:53.718 INFO:teuthology.orchestra.run.smithi081.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-03-20T16:55:53.735 INFO:teuthology.orchestra.run.smithi081.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 690 kB/s | 46 kB 00:00 2024-03-20T16:55:53.777 INFO:teuthology.orchestra.run.smithi081.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-03-20T16:55:53.794 INFO:teuthology.orchestra.run.smithi081.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 280 kB/s | 16 kB 00:00 2024-03-20T16:55:53.836 INFO:teuthology.orchestra.run.smithi081.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.3 MB/s | 272 kB 00:00 2024-03-20T16:55:53.861 INFO:teuthology.orchestra.run.smithi081.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-03-20T16:55:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 426 kB/s | 36 kB 00:00 2024-03-20T16:55:53.920 INFO:teuthology.orchestra.run.smithi081.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-03-20T16:55:53.926 INFO:teuthology.orchestra.run.smithi083.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-03-20T16:55:53.937 INFO:teuthology.orchestra.run.smithi081.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-03-20T16:55:53.968 INFO:teuthology.orchestra.run.smithi083.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.1 MB/s | 300 kB 00:00 2024-03-20T16:55:54.001 INFO:teuthology.orchestra.run.smithi083.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-03-20T16:55:54.021 INFO:teuthology.orchestra.run.smithi081.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-03-20T16:55:54.027 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:54.027 INFO:teuthology.orchestra.run.smithi081.stdout:Total 11 MB/s | 30 MB 00:02 2024-03-20T16:55:54.050 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:55:54.052 INFO:teuthology.orchestra.run.smithi083.stdout:(4/6): libcephsqlite-19.0.0-2211.g1baf684b.el9. 558 kB/s | 163 kB 00:00 2024-03-20T16:55:54.092 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:55:54.092 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:55:54.234 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:04 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:55:54.380 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout: cephadm noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 750 k 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:55:54.381 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:54.382 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:55:54.382 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:54.382 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 750 k 2024-03-20T16:55:54.382 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 757 k 2024-03-20T16:55:54.382 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:55:54.486 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:55:54.487 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:55:54.502 INFO:teuthology.orchestra.run.smithi083.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 374 kB/s | 187 kB 00:00 2024-03-20T16:55:54.761 INFO:teuthology.orchestra.run.smithi174.stdout:cephadm-19.0.0-2211.g1baf684b.el9.noarch.rpm 1.9 MB/s | 750 kB 00:00 2024-03-20T16:55:54.762 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:54.762 INFO:teuthology.orchestra.run.smithi174.stdout:Total 1.9 MB/s | 750 kB 00:00 2024-03-20T16:55:54.762 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:55:54.767 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:55:54.767 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:55:54.773 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:55:54.773 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:55:54.846 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:55:55.293 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:55:55.374 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:55:55.763 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:55:55.833 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:55:55.881 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-20T16:55:55.906 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-20T16:55:55.934 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-20T16:55:56.004 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-20T16:55:56.050 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-20T16:55:56.078 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:55:56.078 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:56.078 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:55:56.078 INFO:teuthology.orchestra.run.smithi174.stdout: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:55:56.078 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:56.078 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:56.082 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-20T16:55:56.181 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-20T16:55:56.277 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-20T16:55:56.298 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-immutable-object-cache 2024-03-20T16:55:56.318 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-20T16:55:56.336 INFO:teuthology.orchestra.run.smithi083.stdout:(6/6): ceph-test-19.0.0-2211.g1baf684b.el9.x86_ 18 MB/s | 48 MB 00:02 2024-03-20T16:55:56.338 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:56.339 INFO:teuthology.orchestra.run.smithi083.stdout:Total 17 MB/s | 49 MB 00:02 2024-03-20T16:55:56.354 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:55:56.375 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:55:56.376 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:55:56.389 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-20T16:55:56.452 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-20T16:55:56.491 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-20T16:55:56.539 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-20T16:55:56.595 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-20T16:55:56.765 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:55:56.766 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:55:56.793 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-20T16:55:56.845 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-20T16:55:56.869 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:06 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:55:56.875 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-20T16:55:56.910 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-20T16:55:56.940 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-20T16:55:57.016 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repo Size 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 145 k 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:57.023 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:55:57.024 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:55:57.024 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:55:57.024 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:57.024 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 145 k 2024-03-20T16:55:57.024 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 436 k 2024-03-20T16:55:57.024 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:55:57.050 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T16:55:57.084 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-20T16:55:57.124 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-20T16:55:57.159 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-20T16:55:57.194 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-20T16:55:57.283 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-20T16:55:57.316 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-20T16:55:57.351 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:55:57.374 INFO:teuthology.orchestra.run.smithi174.stdout:ceph-immutable-object-cache-19.0.0-2211.g1baf68 416 kB/s | 145 kB 00:00 2024-03-20T16:55:57.375 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:55:57.375 INFO:teuthology.orchestra.run.smithi174.stdout:Total 414 kB/s | 145 kB 00:00 2024-03-20T16:55:57.375 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:55:57.383 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:55:57.383 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:55:57.387 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-20T16:55:57.420 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-03-20T16:55:57.434 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:55:57.435 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:55:57.469 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-03-20T16:55:57.502 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T16:55:57.532 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-20T16:55:57.544 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-03-20T16:55:57.572 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 5/6 2024-03-20T16:55:57.576 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:55:57.642 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:55:57.658 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T16:55:57.667 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:55:57.667 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:57.667 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-20T16:55:57.667 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:57.825 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9. 31/36 2024-03-20T16:55:57.855 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 32/36 2024-03-20T16:55:57.879 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 32/36 2024-03-20T16:55:57.879 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:57.879 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-20T16:55:57.879 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T16:55:57.879 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T16:55:57.880 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:58.647 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:55:58.647 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:58.647 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:55:58.647 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:55:58.647 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:55:58.647 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:58.894 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-mgr 2024-03-20T16:55:59.306 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 33/36 2024-03-20T16:55:59.332 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 33/36 2024-03-20T16:55:59.332 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:59.332 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-20T16:55:59.332 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T16:55:59.332 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T16:55:59.332 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:55:59.458 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:09 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:55:59.554 INFO:teuthology.orchestra.run.smithi174.stdout:Package ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:55:59.605 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:55:59.606 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:55:59.606 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:55:59.665 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-mgr-dashboard 2024-03-20T16:55:59.781 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 34/36 2024-03-20T16:55:59.805 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 34/36 2024-03-20T16:55:59.805 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:55:59.805 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-20T16:55:59.805 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T16:55:59.805 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T16:55:59.805 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:00.024 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 35/36 2024-03-20T16:56:00.049 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 35/36 2024-03-20T16:56:00.050 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:00.050 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-20T16:56:00.050 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T16:56:00.050 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T16:56:00.050 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:00.104 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 36/36 2024-03-20T16:56:00.229 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:10 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:00.379 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout:====================================================================================== 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout:====================================================================================== 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 1.8 M 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 34 k 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 16 k 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-20T16:56:00.380 INFO:teuthology.orchestra.run.smithi174.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout:====================================================================================== 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout:Install 12 Packages 2024-03-20T16:56:00.381 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:00.382 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 6.9 M 2024-03-20T16:56:00.382 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 26 M 2024-03-20T16:56:00.382 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:00.777 INFO:teuthology.orchestra.run.smithi174.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2211.g1b 138 kB/s | 34 kB 00:00 2024-03-20T16:56:00.811 INFO:teuthology.orchestra.run.smithi174.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2211.g1ba 59 kB/s | 16 kB 00:00 2024-03-20T16:56:00.961 INFO:teuthology.orchestra.run.smithi174.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 238 kB 00:00 2024-03-20T16:56:00.995 INFO:teuthology.orchestra.run.smithi174.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-03-20T16:56:01.037 INFO:teuthology.orchestra.run.smithi174.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2211.g1baf684 3.5 MB/s | 1.8 MB 00:00 2024-03-20T16:56:01.137 INFO:teuthology.orchestra.run.smithi174.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.8 MB/s | 863 kB 00:00 2024-03-20T16:56:01.162 INFO:teuthology.orchestra.run.smithi174.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 155 kB/s | 19 kB 00:00 2024-03-20T16:56:01.296 INFO:teuthology.orchestra.run.smithi174.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.1 MB/s | 144 kB 00:00 2024-03-20T16:56:01.388 INFO:teuthology.orchestra.run.smithi174.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 336 kB/s | 31 kB 00:00 2024-03-20T16:56:01.521 INFO:teuthology.orchestra.run.smithi174.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2024-03-20T16:56:01.546 INFO:teuthology.orchestra.run.smithi174.stdout:(11/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 994 kB/s | 548 kB 00:00 2024-03-20T16:56:01.672 INFO:teuthology.orchestra.run.smithi174.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.8 MB/s | 2.0 MB 00:00 2024-03-20T16:56:01.675 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:01.675 INFO:teuthology.orchestra.run.smithi174.stdout:Total 5.3 MB/s | 6.9 MB 00:01 2024-03-20T16:56:01.693 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:01.709 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:01.709 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:01.875 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:01.875 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 36/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 1/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 2/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 3/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 4/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 5/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9. 6/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-20T16:56:01.897 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-20T16:56:01.898 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-20T16:56:01.899 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-20T16:56:01.899 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-20T16:56:01.899 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-20T16:56:01.900 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-20T16:56:02.187 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 5/6 2024-03-20T16:56:02.272 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 6/6 2024-03-20T16:56:02.395 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:02.472 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-20T16:56:02.508 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-20T16:56:02.554 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-20T16:56:02.585 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-20T16:56:02.692 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: lua-5.4.4-4.el9.x86_64 2024-03-20T16:56:02.733 INFO:teuthology.orchestra.run.smithi081.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-20T16:56:02.734 INFO:teuthology.orchestra.run.smithi081.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ply-3.11-14.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-20T16:56:02.735 INFO:teuthology.orchestra.run.smithi081.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-20T16:56:02.736 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:02.736 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:02.818 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-20T16:56:02.904 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-20T16:56:02.955 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-20T16:56:02.984 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-20T16:56:03.016 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9 10/12 2024-03-20T16:56:03.088 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-base 2024-03-20T16:56:03.260 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el 11/12 2024-03-20T16:56:03.290 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 12/12 2024-03-20T16:56:03.650 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:56 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:03.747 INFO:teuthology.orchestra.run.smithi081.stdout:Package ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:03.798 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:03.799 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:03.800 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:03.861 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install cephadm 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 12/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el 1/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 2/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9 3/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-20T16:56:04.089 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-20T16:56:04.090 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-20T16:56:04.090 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-20T16:56:04.418 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:57 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:04.437 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-20T16:56:04.437 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:04.437 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:04.438 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:04.567 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:04.567 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout: cephadm noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 750 k 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 750 k 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 757 k 2024-03-20T16:56:04.568 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:04.671 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 6/6 2024-03-20T16:56:04.671 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 1/6 2024-03-20T16:56:04.671 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 2/6 2024-03-20T16:56:04.671 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-03-20T16:56:04.671 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-03-20T16:56:04.672 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-03-20T16:56:04.681 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-20T16:56:04.841 INFO:teuthology.orchestra.run.smithi081.stdout:cephadm-19.0.0-2211.g1baf684b.el9.noarch.rpm 2.7 MB/s | 750 kB 00:00 2024-03-20T16:56:04.842 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:04.842 INFO:teuthology.orchestra.run.smithi081.stdout:Total 2.7 MB/s | 750 kB 00:00 2024-03-20T16:56:04.842 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:04.848 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:04.848 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:04.853 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:04.853 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:04.928 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:05.026 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-03-20T16:56:05.026 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-test-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: jq-1.6-16.el9.x86_64 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: libcephsqlite-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: socat-1.7.4.1-5.el9.x86_64 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:05.027 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:05.241 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:15 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:05.319 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph 2024-03-20T16:56:05.392 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:05.392 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================ 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================ 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 7.4 M 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-20T16:56:05.393 INFO:teuthology.orchestra.run.smithi174.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================ 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout:Install 12 Packages 2024-03-20T16:56:05.394 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:05.395 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 37 M 2024-03-20T16:56:05.395 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 209 M 2024-03-20T16:56:05.395 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:05.473 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:05.719 INFO:teuthology.orchestra.run.smithi174.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 200 kB/s | 32 kB 00:00 2024-03-20T16:56:05.777 INFO:teuthology.orchestra.run.smithi174.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 298 kB/s | 17 kB 00:00 2024-03-20T16:56:05.836 INFO:teuthology.orchestra.run.smithi174.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 588 kB/s | 34 kB 00:00 2024-03-20T16:56:05.888 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:41 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:05.934 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:06.041 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:06.043 INFO:teuthology.orchestra.run.smithi083.stdout:========================================================================================= 2024-03-20T16:56:06.043 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:06.043 INFO:teuthology.orchestra.run.smithi083.stdout:========================================================================================= 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: ceph x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 6.6 k 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mds x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 2.3 M 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 1.5 M 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 248 k 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mon x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 4.7 M 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-osd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 17 M 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-03-20T16:56:06.044 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-03-20T16:56:06.045 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:06.046 INFO:teuthology.orchestra.run.smithi083.stdout:========================================================================================= 2024-03-20T16:56:06.047 INFO:teuthology.orchestra.run.smithi083.stdout:Install 36 Packages 2024-03-20T16:56:06.047 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:06.047 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 30 M 2024-03-20T16:56:06.047 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 107 M 2024-03-20T16:56:06.047 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:06.201 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:06.201 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:06.201 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:06.201 INFO:teuthology.orchestra.run.smithi081.stdout: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:06.201 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:06.201 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:06.278 INFO:teuthology.orchestra.run.smithi174.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.2 MB/s | 3.0 MB 00:00 2024-03-20T16:56:06.412 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-immutable-object-cache 2024-03-20T16:56:06.464 INFO:teuthology.orchestra.run.smithi083.stdout:(1/36): ceph-19.0.0-2211.g1baf684b.el9.x86_64.r 47 kB/s | 6.6 kB 00:00 2024-03-20T16:56:06.648 INFO:teuthology.orchestra.run.smithi083.stdout:(2/36): ceph-mgr-19.0.0-2211.g1baf684b.el9.x86_ 4.6 MB/s | 1.5 MB 00:00 2024-03-20T16:56:06.984 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:59 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:07.139 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:07.140 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:07.140 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-20T16:56:07.140 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 145 k 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 145 k 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 436 k 2024-03-20T16:56:07.141 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:07.215 INFO:teuthology.orchestra.run.smithi083.stdout:(3/36): ceph-mon-19.0.0-2211.g1baf684b.el9.x86_ 6.3 MB/s | 4.7 MB 00:00 2024-03-20T16:56:07.282 INFO:teuthology.orchestra.run.smithi083.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2211.g1baf 3.6 MB/s | 248 kB 00:00 2024-03-20T16:56:07.362 INFO:teuthology.orchestra.run.smithi174.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 3.1 MB/s | 4.7 MB 00:01 2024-03-20T16:56:07.432 INFO:teuthology.orchestra.run.smithi083.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-03-20T16:56:07.457 INFO:teuthology.orchestra.run.smithi081.stdout:ceph-immutable-object-cache-19.0.0-2211.g1baf68 461 kB/s | 145 kB 00:00 2024-03-20T16:56:07.458 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:07.458 INFO:teuthology.orchestra.run.smithi081.stdout:Total 458 kB/s | 145 kB 00:00 2024-03-20T16:56:07.458 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:07.462 INFO:teuthology.orchestra.run.smithi174.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.0 MB/s | 4.8 MB 00:01 2024-03-20T16:56:07.466 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:07.466 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:07.487 INFO:teuthology.orchestra.run.smithi174.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 217 kB 00:00 2024-03-20T16:56:07.517 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:07.518 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:07.608 INFO:teuthology.orchestra.run.smithi083.stdout:(6/36): ceph-osd-19.0.0-2211.g1baf684b.el9.x86_ 18 MB/s | 17 MB 00:00 2024-03-20T16:56:07.633 INFO:teuthology.orchestra.run.smithi083.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 719 kB/s | 144 kB 00:00 2024-03-20T16:56:07.657 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:07.658 INFO:teuthology.orchestra.run.smithi083.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 635 kB/s | 32 kB 00:00 2024-03-20T16:56:07.683 INFO:teuthology.orchestra.run.smithi083.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 945 kB/s | 47 kB 00:00 2024-03-20T16:56:07.709 INFO:teuthology.orchestra.run.smithi083.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 768 kB/s | 39 kB 00:00 2024-03-20T16:56:07.724 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:56:07.749 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:56:07.750 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:07.750 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-20T16:56:07.750 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:07.759 INFO:teuthology.orchestra.run.smithi083.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.1 MB/s | 241 kB 00:00 2024-03-20T16:56:07.843 INFO:teuthology.orchestra.run.smithi083.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 8.6 MB/s | 1.1 MB 00:00 2024-03-20T16:56:07.868 INFO:teuthology.orchestra.run.smithi083.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 950 kB/s | 103 kB 00:00 2024-03-20T16:56:07.879 INFO:teuthology.orchestra.run.smithi174.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-03-20T16:56:07.893 INFO:teuthology.orchestra.run.smithi083.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-03-20T16:56:07.918 INFO:teuthology.orchestra.run.smithi083.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-03-20T16:56:07.960 INFO:teuthology.orchestra.run.smithi083.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 533 kB/s | 22 kB 00:00 2024-03-20T16:56:08.077 INFO:teuthology.orchestra.run.smithi083.stdout:(17/36): ceph-mds-19.0.0-2211.g1baf684b.el9.x86 1.3 MB/s | 2.3 MB 00:01 2024-03-20T16:56:08.119 INFO:teuthology.orchestra.run.smithi083.stdout:(18/36): python3-requests-2.25.1-8.el9.noarch.r 553 kB/s | 125 kB 00:00 2024-03-20T16:56:08.511 INFO:teuthology.orchestra.run.smithi083.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 106 kB/s | 43 kB 00:00 2024-03-20T16:56:08.587 INFO:teuthology.orchestra.run.smithi174.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 276 kB/s | 195 kB 00:00 2024-03-20T16:56:08.595 INFO:teuthology.orchestra.run.smithi083.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 238 kB/s | 151 kB 00:00 2024-03-20T16:56:08.695 INFO:teuthology.orchestra.run.smithi083.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 298 kB/s | 172 kB 00:00 2024-03-20T16:56:08.696 INFO:teuthology.orchestra.run.smithi174.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 665 kB/s | 803 kB 00:01 2024-03-20T16:56:08.712 INFO:teuthology.orchestra.run.smithi083.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 91 kB/s | 11 kB 00:00 2024-03-20T16:56:08.736 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:56:08.736 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:08.736 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:08.736 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:08.736 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:08.736 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:08.796 INFO:teuthology.orchestra.run.smithi083.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-03-20T16:56:08.821 INFO:teuthology.orchestra.run.smithi083.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-03-20T16:56:08.896 INFO:teuthology.orchestra.run.smithi083.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 931 kB/s | 358 kB 00:00 2024-03-20T16:56:08.913 INFO:teuthology.orchestra.run.smithi083.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-03-20T16:56:08.930 INFO:teuthology.orchestra.run.smithi083.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-03-20T16:56:08.978 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr 2024-03-20T16:56:08.997 INFO:teuthology.orchestra.run.smithi083.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 461 kB/s | 46 kB 00:00 2024-03-20T16:56:09.039 INFO:teuthology.orchestra.run.smithi083.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 629 kB/s | 79 kB 00:00 2024-03-20T16:56:09.089 INFO:teuthology.orchestra.run.smithi083.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-03-20T16:56:09.139 INFO:teuthology.orchestra.run.smithi083.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-03-20T16:56:09.165 INFO:teuthology.orchestra.run.smithi083.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 716 kB/s | 90 kB 00:00 2024-03-20T16:56:09.182 INFO:teuthology.orchestra.run.smithi083.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 387 kB/s | 36 kB 00:00 2024-03-20T16:56:09.266 INFO:teuthology.orchestra.run.smithi083.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-03-20T16:56:09.282 INFO:teuthology.orchestra.run.smithi083.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-03-20T16:56:09.424 INFO:teuthology.orchestra.run.smithi083.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-03-20T16:56:09.430 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:09.431 INFO:teuthology.orchestra.run.smithi083.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-03-20T16:56:09.455 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:09.496 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:09.496 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:09.544 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:02 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:09.621 INFO:teuthology.orchestra.run.smithi174.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 237 kB/s | 245 kB 00:01 2024-03-20T16:56:09.640 INFO:teuthology.orchestra.run.smithi081.stdout:Package ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:09.691 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:09.692 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:09.692 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:09.750 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-dashboard 2024-03-20T16:56:09.911 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:09.911 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:10.307 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:03 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:10.371 INFO:teuthology.orchestra.run.smithi174.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 1.5 MB/s | 7.4 MB 00:04 2024-03-20T16:56:10.374 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:10.374 INFO:teuthology.orchestra.run.smithi174.stdout:Total 7.4 MB/s | 37 MB 00:04 2024-03-20T16:56:10.419 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:10.445 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:10.445 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:10.455 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:10.456 INFO:teuthology.orchestra.run.smithi081.stdout:====================================================================================== 2024-03-20T16:56:10.456 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:10.456 INFO:teuthology.orchestra.run.smithi081.stdout:====================================================================================== 2024-03-20T16:56:10.456 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:10.456 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 1.8 M 2024-03-20T16:56:10.456 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 34 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 16 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-20T16:56:10.457 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-20T16:56:10.458 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:10.458 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:10.458 INFO:teuthology.orchestra.run.smithi081.stdout:====================================================================================== 2024-03-20T16:56:10.458 INFO:teuthology.orchestra.run.smithi081.stdout:Install 12 Packages 2024-03-20T16:56:10.458 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:10.459 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 6.9 M 2024-03-20T16:56:10.459 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 26 M 2024-03-20T16:56:10.459 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:10.797 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:10.797 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:10.978 INFO:teuthology.orchestra.run.smithi081.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2211.g1ba 52 kB/s | 16 kB 00:00 2024-03-20T16:56:11.003 INFO:teuthology.orchestra.run.smithi081.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2211.g1b 99 kB/s | 34 kB 00:00 2024-03-20T16:56:11.145 INFO:teuthology.orchestra.run.smithi081.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-03-20T16:56:11.187 INFO:teuthology.orchestra.run.smithi081.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-03-20T16:56:11.227 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:11.293 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-03-20T16:56:11.335 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-03-20T16:56:11.345 INFO:teuthology.orchestra.run.smithi081.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-03-20T16:56:11.362 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-03-20T16:56:11.433 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-03-20T16:56:11.478 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-03-20T16:56:11.494 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:11.511 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-03-20T16:56:11.569 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-20T16:56:11.587 INFO:teuthology.orchestra.run.smithi081.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-03-20T16:56:11.600 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-20T16:56:11.619 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-03-20T16:56:11.629 INFO:teuthology.orchestra.run.smithi081.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2211.g1baf684 1.9 MB/s | 1.8 MB 00:00 2024-03-20T16:56:11.689 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-03-20T16:56:11.701 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-20T16:56:11.729 INFO:teuthology.orchestra.run.smithi081.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-03-20T16:56:11.730 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-03-20T16:56:11.737 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-20T16:56:11.802 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-03-20T16:56:11.855 INFO:teuthology.orchestra.run.smithi081.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 246 kB/s | 31 kB 00:00 2024-03-20T16:56:11.856 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-03-20T16:56:11.895 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-03-20T16:56:11.914 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T16:56:11.944 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-03-20T16:56:11.944 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T16:56:11.955 INFO:teuthology.orchestra.run.smithi081.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-03-20T16:56:12.000 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-03-20T16:56:12.020 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-20T16:56:12.022 INFO:teuthology.orchestra.run.smithi081.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 368 kB/s | 144 kB 00:00 2024-03-20T16:56:12.189 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-03-20T16:56:12.214 INFO:teuthology.orchestra.run.smithi081.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2024-03-20T16:56:12.216 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:12.216 INFO:teuthology.orchestra.run.smithi081.stdout:Total 3.9 MB/s | 6.9 MB 00:01 2024-03-20T16:56:12.234 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:12.240 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-03-20T16:56:12.249 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:12.249 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:12.279 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-03-20T16:56:12.323 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-03-20T16:56:12.352 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-03-20T16:56:12.415 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:12.415 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:12.437 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-03-20T16:56:12.471 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T16:56:12.504 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-03-20T16:56:12.545 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-03-20T16:56:12.580 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-03-20T16:56:12.614 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-03-20T16:56:12.671 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-20T16:56:12.703 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-03-20T16:56:12.745 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-03-20T16:56:12.781 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-20T16:56:12.817 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-03-20T16:56:12.941 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:12.955 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-03-20T16:56:13.015 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-20T16:56:13.050 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-20T16:56:13.073 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T16:56:13.096 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-20T16:56:13.158 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-20T16:56:13.238 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9. 31/36 2024-03-20T16:56:13.264 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-20T16:56:13.267 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 32/36 2024-03-20T16:56:13.292 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 32/36 2024-03-20T16:56:13.292 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:13.292 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-03-20T16:56:13.292 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T16:56:13.292 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-03-20T16:56:13.292 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:13.395 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-20T16:56:13.479 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-20T16:56:13.533 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-20T16:56:13.559 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-20T16:56:13.592 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9 10/12 2024-03-20T16:56:13.835 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el 11/12 2024-03-20T16:56:13.866 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 12/12 2024-03-20T16:56:14.008 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 12/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el 1/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 2/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9 3/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-20T16:56:14.701 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-20T16:56:14.702 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-20T16:56:14.702 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-20T16:56:14.702 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-20T16:56:14.702 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-20T16:56:14.702 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-20T16:56:14.734 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 33/36 2024-03-20T16:56:14.760 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 33/36 2024-03-20T16:56:14.760 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:14.760 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-03-20T16:56:14.760 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T16:56:14.761 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-03-20T16:56:14.761 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:15.016 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-20T16:56:15.042 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 12/12 2024-03-20T16:56:15.050 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-20T16:56:15.051 INFO:teuthology.orchestra.run.smithi081.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-20T16:56:15.052 INFO:teuthology.orchestra.run.smithi081.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-20T16:56:15.052 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:15.052 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:15.218 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 34/36 2024-03-20T16:56:15.241 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 34/36 2024-03-20T16:56:15.242 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:15.242 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-03-20T16:56:15.242 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T16:56:15.242 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-03-20T16:56:15.242 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:15.309 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-20T16:56:15.461 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 35/36 2024-03-20T16:56:15.484 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 35/36 2024-03-20T16:56:15.484 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:15.484 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-03-20T16:56:15.484 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T16:56:15.484 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-03-20T16:56:15.484 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:15.550 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 36/36 2024-03-20T16:56:15.877 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:08 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:16.029 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:16.030 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================================ 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================================ 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 7.4 M 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-20T16:56:16.031 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout:============================================================================================ 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout:Install 12 Packages 2024-03-20T16:56:16.032 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:16.033 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 37 M 2024-03-20T16:56:16.033 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 209 M 2024-03-20T16:56:16.033 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:16.521 INFO:teuthology.orchestra.run.smithi081.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 220 kB/s | 32 kB 00:00 2024-03-20T16:56:16.554 INFO:teuthology.orchestra.run.smithi081.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 539 kB/s | 17 kB 00:00 2024-03-20T16:56:16.604 INFO:teuthology.orchestra.run.smithi081.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 34 kB 00:00 2024-03-20T16:56:16.646 INFO:teuthology.orchestra.run.smithi081.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-03-20T16:56:16.888 INFO:teuthology.orchestra.run.smithi081.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2024-03-20T16:56:16.964 INFO:teuthology.orchestra.run.smithi081.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 4.8 MB 00:00 2024-03-20T16:56:16.989 INFO:teuthology.orchestra.run.smithi081.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.1 MB/s | 217 kB 00:00 2024-03-20T16:56:17.339 INFO:teuthology.orchestra.run.smithi081.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 42 MB/s | 16 MB 00:00 2024-03-20T16:56:17.347 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 36/36 2024-03-20T16:56:17.347 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 1/36 2024-03-20T16:56:17.347 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 2/36 2024-03-20T16:56:17.347 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 3/36 2024-03-20T16:56:17.347 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 4/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 5/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9. 6/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-03-20T16:56:17.348 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-03-20T16:56:17.349 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-03-20T16:56:17.350 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-03-20T16:56:17.350 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-03-20T16:56:17.350 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-03-20T16:56:17.350 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-03-20T16:56:17.350 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-03-20T16:56:17.425 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 12/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 1/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-20T16:56:17.426 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-20T16:56:17.429 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-20T16:56:17.448 INFO:teuthology.orchestra.run.smithi081.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.7 MB/s | 803 kB 00:00 2024-03-20T16:56:17.523 INFO:teuthology.orchestra.run.smithi081.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-03-20T16:56:17.556 INFO:teuthology.orchestra.run.smithi081.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 2.2 MB/s | 245 kB 00:00 2024-03-20T16:56:17.858 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-20T16:56:17.858 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:17.858 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-20T16:56:17.859 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:17.860 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:18.015 INFO:teuthology.orchestra.run.smithi081.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 4.5 MB/s | 7.4 MB 00:01 2024-03-20T16:56:18.017 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:18.017 INFO:teuthology.orchestra.run.smithi081.stdout:Total 19 MB/s | 37 MB 00:01 2024-03-20T16:56:18.059 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:18.083 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:18.083 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:18.271 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-mgr-rook 2024-03-20T16:56:18.440 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:18.440 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mds-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-modules-core-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mon-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:18.530 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-osd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: lua-5.4.4-4.el9.x86_64 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: luarocks-3.9.2-1.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-03-20T16:56:18.531 INFO:teuthology.orchestra.run.smithi083.stdout: python3-mako-1.1.4-6.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-ply-3.11-14.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-portend-3.1.0-2.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pycparser-2.20-6.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pytz-2021.1-5.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-2.25.1-8.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-toml-0.10.2-6.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-03-20T16:56:18.532 INFO:teuthology.orchestra.run.smithi083.stdout: python3-webob-1.8.7-6.el9.noarch 2024-03-20T16:56:18.533 INFO:teuthology.orchestra.run.smithi083.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-03-20T16:56:18.533 INFO:teuthology.orchestra.run.smithi083.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-03-20T16:56:18.533 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:18.533 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:18.843 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:28 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:18.896 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-base 2024-03-20T16:56:18.992 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout:======================================================================================== 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout:======================================================================================== 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-rook noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 49 k 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-20T16:56:18.993 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:18.994 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:18.995 INFO:teuthology.orchestra.run.smithi174.stdout:======================================================================================== 2024-03-20T16:56:18.995 INFO:teuthology.orchestra.run.smithi174.stdout:Install 13 Packages 2024-03-20T16:56:18.995 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:18.995 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 2.0 M 2024-03-20T16:56:18.996 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 26 M 2024-03-20T16:56:18.996 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:19.144 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:19.217 INFO:teuthology.orchestra.run.smithi174.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 183 kB/s | 24 kB 00:00 2024-03-20T16:56:19.233 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-20T16:56:19.242 INFO:teuthology.orchestra.run.smithi174.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 114 kB/s | 18 kB 00:00 2024-03-20T16:56:19.261 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-20T16:56:19.284 INFO:teuthology.orchestra.run.smithi174.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-20T16:56:19.309 INFO:teuthology.orchestra.run.smithi174.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.0 MB/s | 132 kB 00:00 2024-03-20T16:56:19.335 INFO:teuthology.orchestra.run.smithi174.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-20T16:56:19.357 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-20T16:56:19.360 INFO:teuthology.orchestra.run.smithi174.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 858 kB/s | 43 kB 00:00 2024-03-20T16:56:19.406 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-20T16:56:19.418 INFO:teuthology.orchestra.run.smithi174.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 257 kB/s | 15 kB 00:00 2024-03-20T16:56:19.444 INFO:teuthology.orchestra.run.smithi174.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 296 kB/s | 32 kB 00:00 2024-03-20T16:56:19.456 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:55 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:19.494 INFO:teuthology.orchestra.run.smithi174.stdout:(9/13): python3-google-auth-2.28.2-1.el9.noarch 2.6 MB/s | 203 kB 00:00 2024-03-20T16:56:19.528 INFO:teuthology.orchestra.run.smithi174.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.7 MB/s | 59 kB 00:00 2024-03-20T16:56:19.552 INFO:teuthology.orchestra.run.smithi083.stdout:Package ceph-base-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:19.553 INFO:teuthology.orchestra.run.smithi174.stdout:(11/13): ceph-mgr-rook-19.0.0-2211.g1baf684b.el 105 kB/s | 49 kB 00:00 2024-03-20T16:56:19.578 INFO:teuthology.orchestra.run.smithi174.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-03-20T16:56:19.583 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T16:56:19.604 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:19.605 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:56:19.605 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:19.611 INFO:teuthology.orchestra.run.smithi174.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.1 MB/s | 1.0 MB 00:00 2024-03-20T16:56:19.613 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:19.614 INFO:teuthology.orchestra.run.smithi174.stdout:Total 3.3 MB/s | 2.0 MB 00:00 2024-03-20T16:56:19.614 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:19.621 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T16:56:19.627 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:19.627 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:19.682 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install cephadm 2024-03-20T16:56:19.706 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-20T16:56:19.715 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:19.715 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:20.226 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:20.231 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:56 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:20.355 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-20T16:56:20.377 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:20.377 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout: cephadm noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 750 k 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 750 k 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 757 k 2024-03-20T16:56:20.378 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:20.398 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-20T16:56:20.454 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-20T16:56:20.476 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-20T16:56:20.510 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-20T16:56:20.547 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-20T16:56:20.588 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-20T16:56:20.682 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-20T16:56:20.789 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-20T16:56:20.813 INFO:teuthology.orchestra.run.smithi083.stdout:cephadm-19.0.0-2211.g1baf684b.el9.noarch.rpm 1.7 MB/s | 750 kB 00:00 2024-03-20T16:56:20.813 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:20.814 INFO:teuthology.orchestra.run.smithi083.stdout:Total 1.7 MB/s | 750 kB 00:00 2024-03-20T16:56:20.814 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:20.819 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:20.819 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:20.825 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:20.825 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:20.838 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-20T16:56:20.902 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:21.405 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:21.486 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:21.553 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-20T16:56:21.611 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-20T16:56:21.645 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-20T16:56:21.693 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-20T16:56:21.715 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 13/13 2024-03-20T16:56:21.722 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-20T16:56:21.847 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:22.132 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/1 2024-03-20T16:56:22.133 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:22.133 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:22.133 INFO:teuthology.orchestra.run.smithi083.stdout: cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:22.133 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:22.133 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:22.351 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-immutable-object-cache 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 13/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 1/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-20T16:56:22.445 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-20T16:56:22.446 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-20T16:56:22.446 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-20T16:56:22.446 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-20T16:56:22.755 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-20T16:56:22.780 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 12/12 2024-03-20T16:56:22.804 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-20T16:56:22.804 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:22.804 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:22.804 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:22.804 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-20T16:56:22.804 INFO:teuthology.orchestra.run.smithi174.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:22.805 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:22.915 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:00:58 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:23.069 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-mgr-cephadm 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 145 k 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:23.070 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:23.071 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:56:23.071 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:23.071 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 145 k 2024-03-20T16:56:23.071 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 436 k 2024-03-20T16:56:23.071 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:23.386 INFO:teuthology.orchestra.run.smithi083.stdout:ceph-immutable-object-cache-19.0.0-2211.g1baf68 461 kB/s | 145 kB 00:00 2024-03-20T16:56:23.387 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:23.387 INFO:teuthology.orchestra.run.smithi083.stdout:Total 459 kB/s | 145 kB 00:00 2024-03-20T16:56:23.387 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:23.395 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:23.395 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:23.446 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:23.446 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:23.581 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:23.637 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:33 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:23.645 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:56:23.670 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:56:23.671 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:23.671 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-03-20T16:56:23.671 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:23.788 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:23.788 INFO:teuthology.orchestra.run.smithi174.stdout:======================================================================================== 2024-03-20T16:56:23.788 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:56:23.788 INFO:teuthology.orchestra.run.smithi174.stdout:======================================================================================== 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 139 k 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout:======================================================================================== 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout:Install 6 Packages 2024-03-20T16:56:23.789 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:23.790 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 6.8 M 2024-03-20T16:56:23.790 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 33 M 2024-03-20T16:56:23.790 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:24.395 INFO:teuthology.orchestra.run.smithi174.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 5.8 MB 00:00 2024-03-20T16:56:24.420 INFO:teuthology.orchestra.run.smithi174.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 727 kB/s | 248 kB 00:00 2024-03-20T16:56:24.488 INFO:teuthology.orchestra.run.smithi174.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2211.g1baf684b.e 342 kB/s | 139 kB 00:00 2024-03-20T16:56:24.657 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b. 1/1 2024-03-20T16:56:24.657 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:24.658 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:24.658 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-immutable-object-cache-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:24.658 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:24.658 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:24.696 INFO:teuthology.orchestra.run.smithi174.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 229 kB/s | 58 kB 00:00 2024-03-20T16:56:24.915 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr 2024-03-20T16:56:24.971 INFO:teuthology.orchestra.run.smithi174.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 953 kB/s | 548 kB 00:00 2024-03-20T16:56:25.063 INFO:teuthology.orchestra.run.smithi174.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 92 kB/s | 51 kB 00:00 2024-03-20T16:56:25.067 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:25.067 INFO:teuthology.orchestra.run.smithi174.stdout:Total 5.3 MB/s | 6.8 MB 00:01 2024-03-20T16:56:25.080 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:25.090 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:25.090 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:25.179 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:25.179 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 12/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 1/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-20T16:56:25.273 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-20T16:56:25.274 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-20T16:56:25.481 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:01 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:25.482 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:25.576 INFO:teuthology.orchestra.run.smithi083.stdout:Package ceph-mgr-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:25.627 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:25.628 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:56:25.628 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:25.654 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-20T16:56:25.674 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-20T16:56:25.674 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:25.674 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:25.674 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:25.675 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:25.682 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-dashboard 2024-03-20T16:56:25.700 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-20T16:56:26.062 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-rook 2024-03-20T16:56:26.218 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-20T16:56:26.238 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:02 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:26.303 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-20T16:56:26.372 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-20T16:56:26.387 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:26.388 INFO:teuthology.orchestra.run.smithi083.stdout:====================================================================================== 2024-03-20T16:56:26.388 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:26.388 INFO:teuthology.orchestra.run.smithi083.stdout:====================================================================================== 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 1.8 M 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 34 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 16 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-03-20T16:56:26.389 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout:====================================================================================== 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout:Install 12 Packages 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:26.390 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 6.9 M 2024-03-20T16:56:26.391 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 26 M 2024-03-20T16:56:26.391 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:26.395 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 6/6 2024-03-20T16:56:26.628 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:19 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:26.778 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:26.927 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-20T16:56:26.927 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:26.927 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-20T16:56:26.927 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-rook noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 49 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-20T16:56:26.928 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:Install 13 Packages 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 2.0 M 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 26 M 2024-03-20T16:56:26.929 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:27.046 INFO:teuthology.orchestra.run.smithi081.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 210 kB/s | 24 kB 00:00 2024-03-20T16:56:27.072 INFO:teuthology.orchestra.run.smithi081.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 128 kB/s | 18 kB 00:00 2024-03-20T16:56:27.113 INFO:teuthology.orchestra.run.smithi081.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-03-20T16:56:27.130 INFO:teuthology.orchestra.run.smithi081.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.2 MB/s | 132 kB 00:00 2024-03-20T16:56:27.156 INFO:teuthology.orchestra.run.smithi081.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.9 MB/s | 211 kB 00:00 2024-03-20T16:56:27.181 INFO:teuthology.orchestra.run.smithi081.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 853 kB/s | 43 kB 00:00 2024-03-20T16:56:27.183 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 6/6 2024-03-20T16:56:27.183 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/6 2024-03-20T16:56:27.183 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-20T16:56:27.183 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-20T16:56:27.183 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-20T16:56:27.183 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-20T16:56:27.206 INFO:teuthology.orchestra.run.smithi081.stdout:(7/13): ceph-mgr-rook-19.0.0-2211.g1baf684b.el9 178 kB/s | 49 kB 00:00 2024-03-20T16:56:27.382 INFO:teuthology.orchestra.run.smithi081.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-03-20T16:56:27.407 INFO:teuthology.orchestra.run.smithi081.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-03-20T16:56:27.493 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-20T16:56:27.494 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:27.494 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:27.494 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:27.494 INFO:teuthology.orchestra.run.smithi174.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-20T16:56:27.494 INFO:teuthology.orchestra.run.smithi174.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-20T16:56:27.494 INFO:teuthology.orchestra.run.smithi174.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-20T16:56:27.495 INFO:teuthology.orchestra.run.smithi174.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-20T16:56:27.495 INFO:teuthology.orchestra.run.smithi174.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-20T16:56:27.495 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:27.495 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:27.749 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-fuse 2024-03-20T16:56:28.066 INFO:teuthology.orchestra.run.smithi081.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 249 kB/s | 203 kB 00:00 2024-03-20T16:56:28.066 INFO:teuthology.orchestra.run.smithi083.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2211.g1b 125 kB/s | 34 kB 00:00 2024-03-20T16:56:28.116 INFO:teuthology.orchestra.run.smithi083.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2211.g1ba 51 kB/s | 16 kB 00:00 2024-03-20T16:56:28.208 INFO:teuthology.orchestra.run.smithi083.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.6 MB/s | 238 kB 00:00 2024-03-20T16:56:28.250 INFO:teuthology.orchestra.run.smithi083.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-03-20T16:56:28.311 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:38 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:28.461 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-fuse x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 890 k 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout:Install 2 Packages 2024-03-20T16:56:28.462 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:28.463 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 968 k 2024-03-20T16:56:28.463 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 2.8 M 2024-03-20T16:56:28.463 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:28.466 INFO:teuthology.orchestra.run.smithi083.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.5 MB/s | 548 kB 00:00 2024-03-20T16:56:28.509 INFO:teuthology.orchestra.run.smithi083.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 467 kB/s | 19 kB 00:00 2024-03-20T16:56:28.559 INFO:teuthology.orchestra.run.smithi083.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.4 MB/s | 863 kB 00:00 2024-03-20T16:56:28.592 INFO:teuthology.orchestra.run.smithi174.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 617 kB/s | 79 kB 00:00 2024-03-20T16:56:28.701 INFO:teuthology.orchestra.run.smithi083.stdout:(8/12): ceph-mgr-dashboard-19.0.0-2211.g1baf684 2.0 MB/s | 1.8 MB 00:00 2024-03-20T16:56:28.726 INFO:teuthology.orchestra.run.smithi083.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 867 kB/s | 144 kB 00:00 2024-03-20T16:56:28.785 INFO:teuthology.orchestra.run.smithi083.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 369 kB/s | 31 kB 00:00 2024-03-20T16:56:28.843 INFO:teuthology.orchestra.run.smithi083.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-03-20T16:56:28.924 INFO:teuthology.orchestra.run.smithi174.stdout:(2/2): ceph-fuse-19.0.0-2211.g1baf684b.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-03-20T16:56:28.925 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:28.926 INFO:teuthology.orchestra.run.smithi174.stdout:Total 2.0 MB/s | 968 kB 00:00 2024-03-20T16:56:28.926 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:28.946 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:28.947 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:28.952 INFO:teuthology.orchestra.run.smithi083.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.6 MB/s | 2.0 MB 00:00 2024-03-20T16:56:28.955 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:28.955 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.7 MB/s | 6.9 MB 00:02 2024-03-20T16:56:28.975 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:28.992 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:28.993 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:29.020 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:29.020 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:29.074 INFO:teuthology.orchestra.run.smithi081.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 35 kB/s | 59 kB 00:01 2024-03-20T16:56:29.158 INFO:teuthology.orchestra.run.smithi081.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 589 kB/s | 1.0 MB 00:01 2024-03-20T16:56:29.172 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:29.172 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:29.183 INFO:teuthology.orchestra.run.smithi081.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 80 kB/s | 90 kB 00:01 2024-03-20T16:56:29.188 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:29.188 INFO:teuthology.orchestra.run.smithi081.stdout:Total 870 kB/s | 2.0 MB 00:02 2024-03-20T16:56:29.188 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:29.203 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:29.203 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:29.205 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:29.303 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:29.303 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:29.351 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-20T16:56:29.425 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2/2 2024-03-20T16:56:29.689 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:29.769 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-03-20T16:56:29.812 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-03-20T16:56:29.815 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:29.859 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-03-20T16:56:29.890 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-03-20T16:56:29.987 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-20T16:56:29.994 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-03-20T16:56:30.042 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-20T16:56:30.098 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-20T16:56:30.115 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-03-20T16:56:30.122 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2/2 2024-03-20T16:56:30.122 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/2 2024-03-20T16:56:30.143 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-20T16:56:30.185 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-20T16:56:30.218 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-03-20T16:56:30.269 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-03-20T16:56:30.277 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-20T16:56:30.298 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-03-20T16:56:30.330 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9 10/12 2024-03-20T16:56:30.378 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-20T16:56:30.427 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-20T16:56:30.434 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-20T16:56:30.434 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:30.434 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:30.434 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-20T16:56:30.435 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:30.435 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:30.576 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el 11/12 2024-03-20T16:56:30.613 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 12/12 2024-03-20T16:56:30.703 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-volume 2024-03-20T16:56:31.145 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-20T16:56:31.192 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-20T16:56:31.225 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-20T16:56:31.281 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:41 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:31.289 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-20T16:56:31.312 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 13/13 2024-03-20T16:56:31.430 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:31.431 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:31.431 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2024-03-20T16:56:31.431 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:31.431 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-volume noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 264 k 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:Install 2 Packages 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 332 k 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 1.5 M 2024-03-20T16:56:31.432 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 12/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el 1/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noa 2/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9 3/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-03-20T16:56:31.470 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-03-20T16:56:31.471 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-03-20T16:56:31.471 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-03-20T16:56:31.471 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-03-20T16:56:31.471 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-03-20T16:56:31.561 INFO:teuthology.orchestra.run.smithi174.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 534 kB/s | 69 kB 00:00 2024-03-20T16:56:31.803 INFO:teuthology.orchestra.run.smithi174.stdout:(2/2): ceph-volume-19.0.0-2211.g1baf684b.el9.no 712 kB/s | 264 kB 00:00 2024-03-20T16:56:31.804 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:31.804 INFO:teuthology.orchestra.run.smithi174.stdout:Total 891 kB/s | 332 kB 00:00 2024-03-20T16:56:31.804 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:31.813 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:31.813 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-grafana-dashboards-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-dashboard-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-prometheus-alerts-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: grpc-data-1.46.7-10.el9.noarch 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf-3.14.0-13.el9.x86_64 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-03-20T16:56:31.824 INFO:teuthology.orchestra.run.smithi083.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-03-20T16:56:31.825 INFO:teuthology.orchestra.run.smithi083.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-03-20T16:56:31.825 INFO:teuthology.orchestra.run.smithi083.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-03-20T16:56:31.825 INFO:teuthology.orchestra.run.smithi083.stdout: python3-routes-2.5.1-5.el9.noarch 2024-03-20T16:56:31.825 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:31.825 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:31.854 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:31.855 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:32.006 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:32.081 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-diskprediction-local 2024-03-20T16:56:32.180 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 13/13 2024-03-20T16:56:32.180 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 1/13 2024-03-20T16:56:32.180 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-20T16:56:32.180 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-20T16:56:32.181 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-20T16:56:32.182 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-20T16:56:32.214 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2/2 2024-03-20T16:56:32.230 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2/2 2024-03-20T16:56:32.230 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:32.230 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-20T16:56:32.230 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-20T16:56:32.531 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:32.532 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:32.652 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:08 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:32.762 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-mgr-cephadm 2024-03-20T16:56:32.803 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================================ 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================================ 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 7.4 M 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-03-20T16:56:32.804 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================================ 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout:Install 12 Packages 2024-03-20T16:56:32.805 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:32.806 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 37 M 2024-03-20T16:56:32.806 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 209 M 2024-03-20T16:56:32.806 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:32.967 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 1/2 2024-03-20T16:56:33.118 INFO:teuthology.orchestra.run.smithi083.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 243 kB/s | 32 kB 00:00 2024-03-20T16:56:33.152 INFO:teuthology.orchestra.run.smithi083.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 535 kB/s | 17 kB 00:00 2024-03-20T16:56:33.236 INFO:teuthology.orchestra.run.smithi083.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-03-20T16:56:33.261 INFO:teuthology.orchestra.run.smithi083.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 319 kB/s | 34 kB 00:00 2024-03-20T16:56:33.300 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-20T16:56:33.300 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:33.300 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:33.300 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:33.300 INFO:teuthology.orchestra.run.smithi174.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-20T16:56:33.301 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:33.301 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:33.325 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:26 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:33.419 INFO:teuthology.orchestra.run.smithi083.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 26 MB/s | 4.7 MB 00:00 2024-03-20T16:56:33.475 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:33.476 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-20T16:56:33.476 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:33.476 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-20T16:56:33.476 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:33.476 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 139 k 2024-03-20T16:56:33.476 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:======================================================================================== 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout:Install 6 Packages 2024-03-20T16:56:33.477 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 6.8 M 2024-03-20T16:56:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 33 M 2024-03-20T16:56:33.478 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:33.478 INFO:teuthology.orchestra.run.smithi083.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 22 MB/s | 4.8 MB 00:00 2024-03-20T16:56:33.503 INFO:teuthology.orchestra.run.smithi083.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.6 MB/s | 217 kB 00:00 2024-03-20T16:56:33.625 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install librados-devel 2024-03-20T16:56:33.670 INFO:teuthology.orchestra.run.smithi083.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.8 MB/s | 803 kB 00:00 2024-03-20T16:56:33.829 INFO:teuthology.orchestra.run.smithi083.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 45 MB/s | 16 MB 00:00 2024-03-20T16:56:33.854 INFO:teuthology.orchestra.run.smithi083.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 195 kB 00:00 2024-03-20T16:56:34.046 INFO:teuthology.orchestra.run.smithi083.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-03-20T16:56:34.143 INFO:teuthology.orchestra.run.smithi081.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-03-20T16:56:34.206 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:44 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:34.252 INFO:teuthology.orchestra.run.smithi081.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-03-20T16:56:34.359 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:34.360 INFO:teuthology.orchestra.run.smithi081.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2211.g1baf684b.e 336 kB/s | 139 kB 00:00 2024-03-20T16:56:34.360 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repo Size 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout: librados-devel x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 127 k 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 127 k 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 456 k 2024-03-20T16:56:34.361 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:34.435 INFO:teuthology.orchestra.run.smithi081.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 362 kB/s | 58 kB 00:00 2024-03-20T16:56:34.452 INFO:teuthology.orchestra.run.smithi081.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 560 kB/s | 51 kB 00:00 2024-03-20T16:56:34.477 INFO:teuthology.orchestra.run.smithi081.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.6 MB/s | 548 kB 00:00 2024-03-20T16:56:34.480 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:34.481 INFO:teuthology.orchestra.run.smithi081.stdout:Total 6.8 MB/s | 6.8 MB 00:01 2024-03-20T16:56:34.493 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:34.504 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:34.504 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:34.591 INFO:teuthology.orchestra.run.smithi174.stdout:librados-devel-19.0.0-2211.g1baf684b.el9.x86_64 550 kB/s | 127 kB 00:00 2024-03-20T16:56:34.593 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:34.593 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:34.593 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:34.593 INFO:teuthology.orchestra.run.smithi174.stdout:Total 547 kB/s | 127 kB 00:00 2024-03-20T16:56:34.593 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:34.598 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:34.598 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:34.653 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:34.653 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:34.688 INFO:teuthology.orchestra.run.smithi083.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 4.4 MB/s | 7.4 MB 00:01 2024-03-20T16:56:34.690 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:34.691 INFO:teuthology.orchestra.run.smithi083.stdout:Total 20 MB/s | 37 MB 00:01 2024-03-20T16:56:34.732 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:34.755 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:34.755 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:34.794 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:34.889 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:34.897 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:35.052 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-20T16:56:35.095 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-20T16:56:35.105 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:35.106 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:35.378 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:35.603 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-20T16:56:35.650 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:35.650 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:35.650 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:35.651 INFO:teuthology.orchestra.run.smithi174.stdout: librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:35.651 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:35.651 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:35.689 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-20T16:56:35.751 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-20T16:56:35.777 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 6/6 2024-03-20T16:56:35.808 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:35.886 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-03-20T16:56:35.897 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install libcephfs2 2024-03-20T16:56:35.926 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-03-20T16:56:36.018 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-03-20T16:56:36.054 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-03-20T16:56:36.231 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T16:56:36.261 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T16:56:36.337 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-03-20T16:56:36.473 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:46 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:36.574 INFO:teuthology.orchestra.run.smithi174.stdout:Package libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:36.630 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:36.631 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:36.631 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:36.638 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 6/6 2024-03-20T16:56:36.638 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/6 2024-03-20T16:56:36.638 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-20T16:56:36.638 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-20T16:56:36.638 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-20T16:56:36.638 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-20T16:56:36.739 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install libcephfs-devel 2024-03-20T16:56:36.932 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:36.933 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:36.992 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-03-20T16:56:37.106 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-03-20T16:56:37.186 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-fuse 2024-03-20T16:56:37.303 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:47 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:37.453 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:37.453 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:37.453 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repo Size 2024-03-20T16:56:37.453 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:37.453 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:37.453 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs-devel x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 31 k 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 31 k 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 140 k 2024-03-20T16:56:37.454 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:37.702 INFO:teuthology.orchestra.run.smithi174.stdout:libcephfs-devel-19.0.0-2211.g1baf684b.el9.x86_6 126 kB/s | 31 kB 00:00 2024-03-20T16:56:37.703 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:37.703 INFO:teuthology.orchestra.run.smithi174.stdout:Total 125 kB/s | 31 kB 00:00 2024-03-20T16:56:37.703 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:37.706 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:37.707 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:37.734 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:37.735 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:37.752 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:30 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:37.842 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:37.902 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-fuse x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 890 k 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:37.903 INFO:teuthology.orchestra.run.smithi081.stdout:Install 2 Packages 2024-03-20T16:56:37.904 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:37.904 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 968 k 2024-03-20T16:56:37.904 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 2.8 M 2024-03-20T16:56:37.904 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:37.934 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:38.032 INFO:teuthology.orchestra.run.smithi081.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 621 kB/s | 79 kB 00:00 2024-03-20T16:56:38.231 INFO:teuthology.orchestra.run.smithi081.stdout:(2/2): ceph-fuse-19.0.0-2211.g1baf684b.el9.x86_ 2.7 MB/s | 890 kB 00:00 2024-03-20T16:56:38.233 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:38.233 INFO:teuthology.orchestra.run.smithi081.stdout:Total 2.9 MB/s | 968 kB 00:00 2024-03-20T16:56:38.233 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:38.254 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:38.254 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:38.308 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-03-20T16:56:38.320 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:38.328 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:38.329 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:38.503 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:38.592 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:38.592 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:38.592 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:38.592 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:38.592 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:38.592 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:38.649 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-20T16:56:38.715 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2/2 2024-03-20T16:56:38.800 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install librados2 2024-03-20T16:56:39.334 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-03-20T16:56:39.369 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:49 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:39.370 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 12/12 2024-03-20T16:56:39.406 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2/2 2024-03-20T16:56:39.406 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/2 2024-03-20T16:56:39.468 INFO:teuthology.orchestra.run.smithi174.stdout:Package librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:39.521 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:39.522 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:39.522 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:39.580 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install librbd1 2024-03-20T16:56:39.690 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-20T16:56:39.690 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:39.690 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:39.690 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-20T16:56:39.690 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:39.690 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:39.968 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-volume 2024-03-20T16:56:40.148 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:50 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:40.246 INFO:teuthology.orchestra.run.smithi174.stdout:Package librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:40.298 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:40.300 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:40.300 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:40.355 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install python3-rados 2024-03-20T16:56:40.542 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:33 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-volume noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 264 k 2024-03-20T16:56:40.697 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2024-03-20T16:56:40.698 INFO:teuthology.orchestra.run.smithi081.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-20T16:56:40.698 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:40.698 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:40.698 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:40.698 INFO:teuthology.orchestra.run.smithi081.stdout:Install 2 Packages 2024-03-20T16:56:40.698 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:40.699 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 332 k 2024-03-20T16:56:40.699 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 1.5 M 2024-03-20T16:56:40.699 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:40.821 INFO:teuthology.orchestra.run.smithi081.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 566 kB/s | 69 kB 00:00 2024-03-20T16:56:40.922 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:50 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:41.019 INFO:teuthology.orchestra.run.smithi174.stdout:Package python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:41.062 INFO:teuthology.orchestra.run.smithi081.stdout:(2/2): ceph-volume-19.0.0-2211.g1baf684b.el9.no 726 kB/s | 264 kB 00:00 2024-03-20T16:56:41.064 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:41.064 INFO:teuthology.orchestra.run.smithi081.stdout:Total 908 kB/s | 332 kB 00:00 2024-03-20T16:56:41.064 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:41.071 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:41.072 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:41.072 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:41.073 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:41.073 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:41.108 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:41.108 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:41.129 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install python3-rgw 2024-03-20T16:56:41.258 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:41.436 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-20T16:56:41.481 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2/2 2024-03-20T16:56:41.497 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2/2 2024-03-20T16:56:41.497 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:41.497 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-20T16:56:41.497 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:41.696 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:51 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:41.792 INFO:teuthology.orchestra.run.smithi174.stdout:Package python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:41.844 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:41.845 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:41.845 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:41.891 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install python3-cephfs 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 12/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf6 1/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-03-20T16:56:41.976 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-03-20T16:56:41.977 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-03-20T16:56:41.977 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-03-20T16:56:41.977 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-03-20T16:56:42.207 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 1/2 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-0.3.21-2.el9.x86_64 2024-03-20T16:56:42.394 INFO:teuthology.orchestra.run.smithi083.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-03-20T16:56:42.395 INFO:teuthology.orchestra.run.smithi083.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-03-20T16:56:42.395 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-03-20T16:56:42.395 INFO:teuthology.orchestra.run.smithi083.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-03-20T16:56:42.395 INFO:teuthology.orchestra.run.smithi083.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-03-20T16:56:42.395 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:42.395 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:42.453 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:52 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:42.539 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:42.551 INFO:teuthology.orchestra.run.smithi174.stdout:Package python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:42.603 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:42.604 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:42.604 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:42.649 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install python3-rbd 2024-03-20T16:56:42.792 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-rook 2024-03-20T16:56:42.864 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librados-devel 2024-03-20T16:56:43.215 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:53 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:43.313 INFO:teuthology.orchestra.run.smithi174.stdout:Package python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:43.361 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:19 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:43.365 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:43.366 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2024-03-20T16:56:43.366 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:43.419 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install rbd-fuse 2024-03-20T16:56:43.436 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:36 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:43.510 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-rook noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 49 k 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-03-20T16:56:43.512 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout:Install 13 Packages 2024-03-20T16:56:43.513 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:43.514 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 2.0 M 2024-03-20T16:56:43.514 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 26 M 2024-03-20T16:56:43.514 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:43.587 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:43.588 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:43.588 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-20T16:56:43.588 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:43.588 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout: librados-devel x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 127 k 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 127 k 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 456 k 2024-03-20T16:56:43.589 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:43.712 INFO:teuthology.orchestra.run.smithi083.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 213 kB/s | 24 kB 00:00 2024-03-20T16:56:43.737 INFO:teuthology.orchestra.run.smithi083.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 129 kB/s | 18 kB 00:00 2024-03-20T16:56:43.787 INFO:teuthology.orchestra.run.smithi083.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-03-20T16:56:43.802 INFO:teuthology.orchestra.run.smithi081.stdout:librados-devel-19.0.0-2211.g1baf684b.el9.x86_64 595 kB/s | 127 kB 00:00 2024-03-20T16:56:43.802 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:43.803 INFO:teuthology.orchestra.run.smithi081.stdout:Total 591 kB/s | 127 kB 00:00 2024-03-20T16:56:43.803 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:43.808 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:43.808 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:43.812 INFO:teuthology.orchestra.run.smithi083.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-03-20T16:56:43.838 INFO:teuthology.orchestra.run.smithi083.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-03-20T16:56:43.855 INFO:teuthology.orchestra.run.smithi083.stdout:(6/13): ceph-mgr-rook-19.0.0-2211.g1baf684b.el9 191 kB/s | 49 kB 00:00 2024-03-20T16:56:43.864 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:43.864 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:43.871 INFO:teuthology.orchestra.run.smithi083.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 732 kB/s | 43 kB 00:00 2024-03-20T16:56:43.985 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:53 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:44.012 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:44.110 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:44.134 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:44.135 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:44.135 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-03-20T16:56:44.135 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:44.135 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:44.135 INFO:teuthology.orchestra.run.smithi174.stdout: rbd-fuse x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 85 k 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 85 k 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 231 k 2024-03-20T16:56:44.136 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:44.147 INFO:teuthology.orchestra.run.smithi083.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 51 kB/s | 15 kB 00:00 2024-03-20T16:56:44.172 INFO:teuthology.orchestra.run.smithi083.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 96 kB/s | 32 kB 00:00 2024-03-20T16:56:44.456 INFO:teuthology.orchestra.run.smithi083.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 347 kB/s | 203 kB 00:00 2024-03-20T16:56:44.480 INFO:teuthology.orchestra.run.smithi174.stdout:rbd-fuse-19.0.0-2211.g1baf684b.el9.x86_64.rpm 248 kB/s | 85 kB 00:00 2024-03-20T16:56:44.480 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:44.481 INFO:teuthology.orchestra.run.smithi174.stdout:Total 247 kB/s | 85 kB 00:00 2024-03-20T16:56:44.481 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:44.487 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:44.488 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:44.545 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:44.546 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:44.582 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:44.685 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:44.803 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:44.870 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:44.870 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:44.870 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:44.870 INFO:teuthology.orchestra.run.smithi081.stdout: librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:44.871 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:44.871 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:45.125 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install libcephfs2 2024-03-20T16:56:45.240 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout: rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:45.552 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:45.698 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:38 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:45.797 INFO:teuthology.orchestra.run.smithi081.stdout:Package libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:45.824 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install rbd-mirror 2024-03-20T16:56:45.852 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:45.853 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:45.853 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:45.916 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install libcephfs-devel 2024-03-20T16:56:46.419 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:56 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:46.476 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:39 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:46.577 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repo Size 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout: rbd-mirror x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.1 M 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:46.578 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 3.1 M 2024-03-20T16:56:46.579 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 13 M 2024-03-20T16:56:46.579 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:46.626 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-devel x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 31 k 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 31 k 2024-03-20T16:56:46.627 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 140 k 2024-03-20T16:56:46.628 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:46.872 INFO:teuthology.orchestra.run.smithi081.stdout:libcephfs-devel-19.0.0-2211.g1baf684b.el9.x86_6 128 kB/s | 31 kB 00:00 2024-03-20T16:56:46.873 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:46.873 INFO:teuthology.orchestra.run.smithi081.stdout:Total 127 kB/s | 31 kB 00:00 2024-03-20T16:56:46.873 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:46.877 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:46.877 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:46.909 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:46.910 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:46.998 INFO:teuthology.orchestra.run.smithi083.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 21 kB/s | 59 kB 00:02 2024-03-20T16:56:47.021 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:47.133 INFO:teuthology.orchestra.run.smithi174.stdout:rbd-mirror-19.0.0-2211.g1baf684b.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-03-20T16:56:47.133 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:47.134 INFO:teuthology.orchestra.run.smithi174.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-03-20T16:56:47.134 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:47.142 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:47.142 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:47.145 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:47.216 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:47.216 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:47.273 INFO:teuthology.orchestra.run.smithi083.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 334 kB/s | 1.0 MB 00:03 2024-03-20T16:56:47.298 INFO:teuthology.orchestra.run.smithi083.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 32 kB/s | 90 kB 00:02 2024-03-20T16:56:47.304 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:47.304 INFO:teuthology.orchestra.run.smithi083.stdout:Total 553 kB/s | 2.0 MB 00:03 2024-03-20T16:56:47.305 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:47.319 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:47.319 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:47.416 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:47.417 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:47.560 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:47.644 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:47.717 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:47.742 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:47.742 INFO:teuthology.orchestra.run.smithi174.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:47.742 INFO:teuthology.orchestra.run.smithi174.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-20T16:56:47.742 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T16:56:47.745 INFO:teuthology.orchestra.run.smithi174.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T16:56:47.745 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:47.827 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:47.828 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:47.828 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:47.828 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:47.828 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:47.828 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:47.937 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:48.002 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librados2 2024-03-20T16:56:48.110 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-03-20T16:56:48.166 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-03-20T16:56:48.220 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-03-20T16:56:48.250 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-03-20T16:56:48.291 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-03-20T16:56:48.385 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-03-20T16:56:48.494 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-03-20T16:56:48.543 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-03-20T16:56:48.565 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:41 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:48.661 INFO:teuthology.orchestra.run.smithi081.stdout:Package librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:48.714 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:48.715 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:48.715 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:48.762 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install librbd1 2024-03-20T16:56:48.900 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:48.900 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:48.900 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:48.900 INFO:teuthology.orchestra.run.smithi174.stdout: rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:48.900 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:48.900 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:49.163 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install rbd-nbd 2024-03-20T16:56:49.260 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-03-20T16:56:49.307 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-03-20T16:56:49.326 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:42 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:49.340 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-03-20T16:56:49.388 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-03-20T16:56:49.411 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 13/13 2024-03-20T16:56:49.423 INFO:teuthology.orchestra.run.smithi081.stdout:Package librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:49.474 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:49.475 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:49.476 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:49.520 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rados 2024-03-20T16:56:49.740 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:59 ago on Wed 20 Mar 2024 04:54:50 PM UTC. 2024-03-20T16:56:49.889 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout: rbd-nbd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 170 k 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout:Install 1 Package 2024-03-20T16:56:49.890 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:49.891 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 170 k 2024-03-20T16:56:49.891 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 490 k 2024-03-20T16:56:49.891 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2024-03-20T16:56:50.085 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:43 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:50.093 INFO:teuthology.orchestra.run.smithi174.stdout:rbd-nbd-19.0.0-2211.g1baf684b.el9.x86_64.rpm 844 kB/s | 170 kB 00:00 2024-03-20T16:56:50.094 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:50.094 INFO:teuthology.orchestra.run.smithi174.stdout:Total 837 kB/s | 170 kB 00:00 2024-03-20T16:56:50.094 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2024-03-20T16:56:50.102 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2024-03-20T16:56:50.102 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2024-03-20T16:56:50.158 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2024-03-20T16:56:50.158 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2024-03-20T16:56:50.183 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:50.207 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 13/13 2024-03-20T16:56:50.207 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 1/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-03-20T16:56:50.208 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-03-20T16:56:50.209 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-03-20T16:56:50.209 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-03-20T16:56:50.235 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:50.236 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:50.236 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:50.279 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rgw 2024-03-20T16:56:50.301 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2024-03-20T16:56:50.401 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-rook-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-03-20T16:56:50.566 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-rsa-4.9-2.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:50.567 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:50.820 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:50.822 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-mgr-cephadm 2024-03-20T16:56:50.844 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:43 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:50.940 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:50.992 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:50.993 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:50.993 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:51.037 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-cephfs 2024-03-20T16:56:51.124 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:51.124 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:51.125 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2024-03-20T16:56:51.125 INFO:teuthology.orchestra.run.smithi174.stdout: rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:51.125 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T16:56:51.125 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2024-03-20T16:56:51.382 DEBUG:teuthology.parallel:result is None 2024-03-20T16:56:51.385 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:27 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:51.536 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 139 k 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-03-20T16:56:51.537 INFO:teuthology.orchestra.run.smithi083.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout:======================================================================================== 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout:Install 6 Packages 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 6.8 M 2024-03-20T16:56:51.538 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 33 M 2024-03-20T16:56:51.539 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:51.597 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:44 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:51.694 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:51.744 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:51.745 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:51.746 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:51.796 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install python3-rbd 2024-03-20T16:56:52.000 INFO:teuthology.orchestra.run.smithi083.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-03-20T16:56:52.026 INFO:teuthology.orchestra.run.smithi083.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2211.g1baf684b.e 569 kB/s | 139 kB 00:00 2024-03-20T16:56:52.209 INFO:teuthology.orchestra.run.smithi083.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-03-20T16:56:52.362 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:45 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:52.418 INFO:teuthology.orchestra.run.smithi083.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 147 kB/s | 58 kB 00:00 2024-03-20T16:56:52.459 INFO:teuthology.orchestra.run.smithi081.stdout:Package python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:56:52.510 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:52.511 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2024-03-20T16:56:52.511 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:52.535 INFO:teuthology.orchestra.run.smithi083.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 157 kB/s | 51 kB 00:00 2024-03-20T16:56:52.557 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-fuse 2024-03-20T16:56:52.677 INFO:teuthology.orchestra.run.smithi083.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 812 kB/s | 548 kB 00:00 2024-03-20T16:56:52.678 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:52.678 INFO:teuthology.orchestra.run.smithi083.stdout:Total 6.0 MB/s | 6.8 MB 00:01 2024-03-20T16:56:52.691 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:52.702 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:52.702 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:52.790 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:52.790 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:53.088 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:53.121 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:46 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:53.256 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-03-20T16:56:53.269 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-fuse x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 85 k 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:53.270 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:53.271 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:53.271 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:53.271 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:53.271 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 85 k 2024-03-20T16:56:53.271 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 231 k 2024-03-20T16:56:53.271 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:53.303 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-03-20T16:56:53.543 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-fuse-19.0.0-2211.g1baf684b.el9.x86_64.rpm 315 kB/s | 85 kB 00:00 2024-03-20T16:56:53.543 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:53.543 INFO:teuthology.orchestra.run.smithi081.stdout:Total 313 kB/s | 85 kB 00:00 2024-03-20T16:56:53.544 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:53.550 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:53.550 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:53.605 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:53.606 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:53.743 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:53.814 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-03-20T16:56:53.840 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:53.897 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-03-20T16:56:53.959 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-03-20T16:56:53.982 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 6/6 2024-03-20T16:56:54.252 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:54.565 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:54.565 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:54.565 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:54.565 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:54.565 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:54.565 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:54.810 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-mirror 2024-03-20T16:56:54.924 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 6/6 2024-03-20T16:56:54.924 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 1/6 2024-03-20T16:56:54.924 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-03-20T16:56:54.925 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-03-20T16:56:54.925 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-03-20T16:56:54.925 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-mgr-cephadm-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: python3-babel-2.9.1-2.el9.noarch 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:55.229 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:55.380 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:48 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:55.465 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-fuse 2024-03-20T16:56:55.536 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:55.536 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:55.536 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repo Size 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-mirror x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.1 M 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 3.1 M 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 13 M 2024-03-20T16:56:55.537 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:56.024 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:32 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:56.070 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-mirror-19.0.0-2211.g1baf684b.el9.x86_64.rpm 5.8 MB/s | 3.1 MB 00:00 2024-03-20T16:56:56.071 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:56.071 INFO:teuthology.orchestra.run.smithi081.stdout:Total 5.8 MB/s | 3.1 MB 00:00 2024-03-20T16:56:56.072 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:56.080 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:56.081 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:56.154 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:56.154 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:56.175 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:56.175 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:56.175 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:56.175 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-fuse x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 890 k 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout:Install 2 Packages 2024-03-20T16:56:56.176 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:56.177 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 968 k 2024-03-20T16:56:56.177 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 2.8 M 2024-03-20T16:56:56.177 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:56.303 INFO:teuthology.orchestra.run.smithi083.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 623 kB/s | 79 kB 00:00 2024-03-20T16:56:56.487 INFO:teuthology.orchestra.run.smithi083.stdout:(2/2): ceph-fuse-19.0.0-2211.g1baf684b.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-03-20T16:56:56.488 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:56.488 INFO:teuthology.orchestra.run.smithi083.stdout:Total 3.0 MB/s | 968 kB 00:00 2024-03-20T16:56:56.488 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:56.509 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:56.509 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:56.575 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:56.581 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:56.582 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:56.654 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:56.678 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:56.679 INFO:teuthology.orchestra.run.smithi081.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:56.679 INFO:teuthology.orchestra.run.smithi081.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-20T16:56:56.679 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T16:56:56.679 INFO:teuthology.orchestra.run.smithi081.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T16:56:56.679 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:56.759 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:56.904 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-03-20T16:56:56.971 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2/2 2024-03-20T16:56:57.657 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2/2 2024-03-20T16:56:57.657 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/2 2024-03-20T16:56:57.886 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:57.886 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:57.886 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:56:57.886 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:56:57.886 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:57.886 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:56:57.964 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-03-20T16:56:57.965 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:57.965 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:56:57.965 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-03-20T16:56:57.965 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:57.965 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:56:58.156 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install rbd-nbd 2024-03-20T16:56:58.269 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install ceph-volume 2024-03-20T16:56:58.725 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:01:51 ago on Wed 20 Mar 2024 04:55:07 PM UTC. 2024-03-20T16:56:58.839 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:34 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:56:58.873 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-nbd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 170 k 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout:Install 1 Package 2024-03-20T16:56:58.874 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:56:58.875 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 170 k 2024-03-20T16:56:58.875 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 490 k 2024-03-20T16:56:58.875 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2024-03-20T16:56:58.991 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:56:58.991 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:58.991 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repository Size 2024-03-20T16:56:58.991 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:58.991 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:56:58.991 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-volume noarch 2:19.0.0-2211.g1baf684b.el9 ceph-noarch 264 k 2024-03-20T16:56:58.992 INFO:teuthology.orchestra.run.smithi083.stdout:Installing dependencies: 2024-03-20T16:56:58.992 INFO:teuthology.orchestra.run.smithi083.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-03-20T16:56:58.992 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:58.992 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:56:58.992 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:56:58.992 INFO:teuthology.orchestra.run.smithi083.stdout:Install 2 Packages 2024-03-20T16:56:58.993 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:58.993 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 332 k 2024-03-20T16:56:58.993 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 1.5 M 2024-03-20T16:56:58.993 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:56:59.099 INFO:teuthology.orchestra.run.smithi081.stdout:rbd-nbd-19.0.0-2211.g1baf684b.el9.x86_64.rpm 760 kB/s | 170 kB 00:00 2024-03-20T16:56:59.100 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:59.100 INFO:teuthology.orchestra.run.smithi081.stdout:Total 756 kB/s | 170 kB 00:00 2024-03-20T16:56:59.100 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2024-03-20T16:56:59.108 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2024-03-20T16:56:59.108 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2024-03-20T16:56:59.127 INFO:teuthology.orchestra.run.smithi083.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 505 kB/s | 69 kB 00:00 2024-03-20T16:56:59.164 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2024-03-20T16:56:59.164 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2024-03-20T16:56:59.317 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2024-03-20T16:56:59.369 INFO:teuthology.orchestra.run.smithi083.stdout:(2/2): ceph-volume-19.0.0-2211.g1baf684b.el9.no 698 kB/s | 264 kB 00:00 2024-03-20T16:56:59.370 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:56:59.371 INFO:teuthology.orchestra.run.smithi083.stdout:Total 875 kB/s | 332 kB 00:00 2024-03-20T16:56:59.371 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:56:59.379 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:56:59.379 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:56:59.419 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:56:59.419 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:56:59.423 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:56:59.564 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:56:59.743 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-03-20T16:56:59.780 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2/2 2024-03-20T16:56:59.795 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2/2 2024-03-20T16:56:59.795 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:56:59.795 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-03-20T16:56:59.796 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:56:59.874 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:00.155 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:00.155 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:57:00.155 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2024-03-20T16:57:00.155 INFO:teuthology.orchestra.run.smithi081.stdout: rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:57:00.155 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:57:00.155 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2024-03-20T16:57:00.384 DEBUG:teuthology.parallel:result is None 2024-03-20T16:57:00.507 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 1/2 2024-03-20T16:57:00.846 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-03-20T16:57:00.846 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:00.846 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:57:00.846 INFO:teuthology.orchestra.run.smithi083.stdout: ceph-volume-2:19.0.0-2211.g1baf684b.el9.noarch 2024-03-20T16:57:00.847 INFO:teuthology.orchestra.run.smithi083.stdout: python3-packaging-20.9-5.el9.noarch 2024-03-20T16:57:00.847 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:00.847 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:01.160 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librados-devel 2024-03-20T16:57:01.737 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:37 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:01.888 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout: librados-devel x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 127 k 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:01.889 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:57:01.890 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:01.890 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:57:01.890 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:01.890 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 127 k 2024-03-20T16:57:01.890 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 456 k 2024-03-20T16:57:01.890 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:57:02.275 INFO:teuthology.orchestra.run.smithi083.stdout:librados-devel-19.0.0-2211.g1baf684b.el9.x86_64 329 kB/s | 127 kB 00:00 2024-03-20T16:57:02.277 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:57:02.277 INFO:teuthology.orchestra.run.smithi083.stdout:Total 327 kB/s | 127 kB 00:00 2024-03-20T16:57:02.277 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:57:02.282 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:57:02.282 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:57:02.337 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:57:02.337 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:57:02.484 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:57:02.583 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:03.017 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:03.347 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:03.347 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:03.347 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:57:03.347 INFO:teuthology.orchestra.run.smithi083.stdout: librados-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:57:03.347 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:03.347 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:03.570 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install libcephfs2 2024-03-20T16:57:04.164 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:40 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:04.265 INFO:teuthology.orchestra.run.smithi083.stdout:Package libcephfs2-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:04.317 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:04.318 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:04.318 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:04.384 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install libcephfs-devel 2024-03-20T16:57:04.949 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:40 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:05.098 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-devel x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 31 k 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 31 k 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 140 k 2024-03-20T16:57:05.099 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:57:05.363 INFO:teuthology.orchestra.run.smithi083.stdout:libcephfs-devel-19.0.0-2211.g1baf684b.el9.x86_6 119 kB/s | 31 kB 00:00 2024-03-20T16:57:05.363 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:57:05.363 INFO:teuthology.orchestra.run.smithi083.stdout:Total 118 kB/s | 31 kB 00:00 2024-03-20T16:57:05.363 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:57:05.367 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:57:05.367 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:57:05.399 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:57:05.399 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:57:05.532 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:57:05.628 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:06.036 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:06.301 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:06.301 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:06.301 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:57:06.301 INFO:teuthology.orchestra.run.smithi083.stdout: libcephfs-devel-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:57:06.301 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:06.301 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:06.479 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librados2 2024-03-20T16:57:07.038 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:43 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:07.134 INFO:teuthology.orchestra.run.smithi083.stdout:Package librados2-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:07.186 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:07.187 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:07.187 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:07.242 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install librbd1 2024-03-20T16:57:07.806 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:43 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:07.902 INFO:teuthology.orchestra.run.smithi083.stdout:Package librbd1-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:07.954 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:07.955 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:07.955 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:08.005 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rados 2024-03-20T16:57:08.568 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:44 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:08.666 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rados-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:08.717 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:08.718 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:08.718 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:08.767 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rgw 2024-03-20T16:57:09.328 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:45 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:09.426 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rgw-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:09.477 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:09.478 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:09.478 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:09.525 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-cephfs 2024-03-20T16:57:10.082 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:46 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:10.180 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-cephfs-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:10.231 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:10.232 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:10.232 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:10.283 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install python3-rbd 2024-03-20T16:57:10.843 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:46 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:10.939 INFO:teuthology.orchestra.run.smithi083.stdout:Package python3-rbd-2:19.0.0-2211.g1baf684b.el9.x86_64 is already installed. 2024-03-20T16:57:10.990 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:10.991 INFO:teuthology.orchestra.run.smithi083.stdout:Nothing to do. 2024-03-20T16:57:10.991 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:11.040 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-fuse 2024-03-20T16:57:11.602 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:47 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:11.750 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:11.752 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:11.752 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-03-20T16:57:11.752 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:11.752 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:57:11.752 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-fuse x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 85 k 2024-03-20T16:57:11.753 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:11.753 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:57:11.753 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:11.753 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:57:11.754 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:11.754 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 85 k 2024-03-20T16:57:11.754 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 231 k 2024-03-20T16:57:11.755 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:57:11.974 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-fuse-19.0.0-2211.g1baf684b.el9.x86_64.rpm 384 kB/s | 85 kB 00:00 2024-03-20T16:57:11.975 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:57:11.975 INFO:teuthology.orchestra.run.smithi083.stdout:Total 381 kB/s | 85 kB 00:00 2024-03-20T16:57:11.975 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:57:11.982 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:57:11.982 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:57:12.038 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:57:12.038 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:57:12.172 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:57:12.281 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:12.656 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:12.926 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:12.926 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:12.927 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:57:12.927 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-fuse-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:57:12.927 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:12.927 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:13.183 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-mirror 2024-03-20T16:57:13.760 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:49 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:13.914 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:13.915 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:13.915 INFO:teuthology.orchestra.run.smithi083.stdout: Package Arch Version Repo Size 2024-03-20T16:57:13.915 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:13.915 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:57:13.915 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-mirror x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 3.1 M 2024-03-20T16:57:13.915 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 3.1 M 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 13 M 2024-03-20T16:57:13.916 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:57:15.102 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-mirror-19.0.0-2211.g1baf684b.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-03-20T16:57:15.103 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:57:15.103 INFO:teuthology.orchestra.run.smithi083.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-03-20T16:57:15.103 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:57:15.114 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:57:15.114 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:57:15.189 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:57:15.189 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:57:15.612 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:57:15.678 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:15.703 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:15.703 INFO:teuthology.orchestra.run.smithi083.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-03-20T16:57:15.703 INFO:teuthology.orchestra.run.smithi083.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-03-20T16:57:15.703 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T16:57:15.703 INFO:teuthology.orchestra.run.smithi083.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-03-20T16:57:15.703 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:16.925 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:16.926 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:16.926 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:57:16.926 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-mirror-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:57:16.926 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:16.926 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:17.166 DEBUG:teuthology.orchestra.run.smithi083:> sudo yum -y install rbd-nbd 2024-03-20T16:57:17.738 INFO:teuthology.orchestra.run.smithi083.stdout:Last metadata expiration check: 0:01:53 ago on Wed 20 Mar 2024 04:55:24 PM UTC. 2024-03-20T16:57:17.887 INFO:teuthology.orchestra.run.smithi083.stdout:Dependencies resolved. 2024-03-20T16:57:17.928 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout: Package Architecture Version Repository Size 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:Installing: 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-nbd x86_64 2:19.0.0-2211.g1baf684b.el9 ceph 170 k 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction Summary 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:================================================================================ 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:Install 1 Package 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:Total download size: 170 k 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:Installed size: 490 k 2024-03-20T16:57:17.929 INFO:teuthology.orchestra.run.smithi083.stdout:Downloading Packages: 2024-03-20T16:57:18.107 INFO:teuthology.orchestra.run.smithi083.stdout:rbd-nbd-19.0.0-2211.g1baf684b.el9.x86_64.rpm 784 kB/s | 170 kB 00:00 2024-03-20T16:57:18.107 INFO:teuthology.orchestra.run.smithi083.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:57:18.107 INFO:teuthology.orchestra.run.smithi083.stdout:Total 779 kB/s | 170 kB 00:00 2024-03-20T16:57:18.107 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction check 2024-03-20T16:57:18.115 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction check succeeded. 2024-03-20T16:57:18.115 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction test 2024-03-20T16:57:18.173 INFO:teuthology.orchestra.run.smithi083.stdout:Transaction test succeeded. 2024-03-20T16:57:18.173 INFO:teuthology.orchestra.run.smithi083.stdout:Running transaction 2024-03-20T16:57:18.316 INFO:teuthology.orchestra.run.smithi083.stdout: Preparing : 1/1 2024-03-20T16:57:18.431 INFO:teuthology.orchestra.run.smithi083.stdout: Installing : rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:18.858 INFO:teuthology.orchestra.run.smithi083.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:19.160 INFO:teuthology.orchestra.run.smithi083.stdout: Verifying : rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 1/1 2024-03-20T16:57:19.160 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:19.160 INFO:teuthology.orchestra.run.smithi083.stdout:Installed: 2024-03-20T16:57:19.160 INFO:teuthology.orchestra.run.smithi083.stdout: rbd-nbd-2:19.0.0-2211.g1baf684b.el9.x86_64 2024-03-20T16:57:19.160 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-03-20T16:57:19.160 INFO:teuthology.orchestra.run.smithi083.stdout:Complete! 2024-03-20T16:57:19.392 DEBUG:teuthology.parallel:result is None 2024-03-20T16:57:19.393 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:57:19.533 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-20T16:57:19.559 INFO:teuthology.orchestra.run.smithi081.stdout:19.0.0-2211.g1baf684b.el9 2024-03-20T16:57:19.560 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2211.g1baf684b.el9 2024-03-20T16:57:19.560 INFO:teuthology.task.install:The correct ceph version 19.0.0-2211.g1baf684b is installed. 2024-03-20T16:57:19.562 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:57:19.699 DEBUG:teuthology.orchestra.run.smithi083:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-20T16:57:19.720 INFO:teuthology.orchestra.run.smithi083.stdout:19.0.0-2211.g1baf684b.el9 2024-03-20T16:57:19.720 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2211.g1baf684b.el9 2024-03-20T16:57:19.721 INFO:teuthology.task.install:The correct ceph version 19.0.0-2211.g1baf684b is installed. 2024-03-20T16:57:19.722 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:57:19.858 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-03-20T16:57:19.883 INFO:teuthology.orchestra.run.smithi174.stdout:19.0.0-2211.g1baf684b.el9 2024-03-20T16:57:19.883 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2211.g1baf684b.el9 2024-03-20T16:57:19.883 INFO:teuthology.task.install:The correct ceph version 19.0.0-2211.g1baf684b is installed. 2024-03-20T16:57:19.885 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-20T16:57:19.885 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:57:19.885 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T16:57:19.917 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T16:57:19.917 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T16:57:19.945 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T16:57:19.945 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-20T16:57:19.976 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-20T16:57:19.976 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:57:19.976 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T16:57:20.007 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T16:57:20.076 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T16:57:20.077 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T16:57:20.103 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T16:57:20.169 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T16:57:20.169 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/daemon-helper 2024-03-20T16:57:20.200 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-20T16:57:20.270 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-20T16:57:20.270 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:57:20.270 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T16:57:20.301 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T16:57:20.370 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T16:57:20.370 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T16:57:20.397 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T16:57:20.464 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T16:57:20.464 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-20T16:57:20.490 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-20T16:57:20.558 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-20T16:57:20.559 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:57:20.559 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T16:57:20.586 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T16:57:20.654 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T16:57:20.654 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T16:57:20.680 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T16:57:20.748 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T16:57:20.748 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/usr/bin/stdin-killer 2024-03-20T16:57:20.776 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-20T16:57:20.843 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-20T16:57:20.942 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': '1baf684b63d2fadd9d3da5e692ffc3efccd60694'} 2024-03-20T16:57:20.942 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:57:20.943 INFO:tasks.cephadm:Cluster fsid is eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:57:20.943 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-20T16:57:20.943 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.81', 'mon.b': '172.21.15.83', 'mon.c': '172.21.15.174'} 2024-03-20T16:57:20.943 INFO:tasks.cephadm:First mon is mon.a on smithi081 2024-03-20T16:57:20.943 INFO:tasks.cephadm:First mgr is a 2024-03-20T16:57:20.944 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-20T16:57:20.944 DEBUG:teuthology.orchestra.run.smithi081:> sudo hostname $(hostname -s) 2024-03-20T16:57:20.971 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2024-03-20T16:57:20.999 DEBUG:teuthology.orchestra.run.smithi174:> sudo hostname $(hostname -s) 2024-03-20T16:57:21.026 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-20T16:57:21.026 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:57:21.162 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '1baf684b63d2fadd9d3da5e692ffc3efccd60694', '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/77781/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2211-g1baf684b', 'node_name': '172.21.5.34+adami04', '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-2211.g1baf684b'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-03-20 01:42:45.359258', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri2-testing-2024-03-13-0827', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-03-20T16:57:21.375 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri2-testing-2024-03-13-0827, sha1 1baf684b63d2fadd9d3da5e692ffc3efccd60694 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:57:21.377 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/x86_64/flavors/default/cephadm 2024-03-20T16:57:21.377 DEBUG:teuthology.orchestra.run.smithi081:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:22.098 INFO:teuthology.orchestra.run.smithi081.stdout:-rw-r--r--. 1 ubuntu ubuntu 769270 Mar 20 16:57 /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:22.099 DEBUG:teuthology.orchestra.run.smithi083:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:22.584 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-r--r--. 1 ubuntu ubuntu 769270 Mar 20 16:57 /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:22.584 DEBUG:teuthology.orchestra.run.smithi174:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri2-testing-2024-03-13-0827/1baf684b63d2fadd9d3da5e692ffc3efccd60694/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:23.280 INFO:teuthology.orchestra.run.smithi174.stdout:-rw-r--r--. 1 ubuntu ubuntu 769270 Mar 20 16:57 /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:23.281 DEBUG:teuthology.orchestra.run.smithi081:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:23.300 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:23.320 DEBUG:teuthology.orchestra.run.smithi174:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-20T16:57:23.570 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 on all hosts... 2024-03-20T16:57:23.570 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 pull 2024-03-20T16:57:23.573 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 pull 2024-03-20T16:57:23.576 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 pull 2024-03-20T16:57:24.407 INFO:teuthology.orchestra.run.smithi174.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:57:24.416 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:57:24.450 INFO:teuthology.orchestra.run.smithi081.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:58:20.482 INFO:teuthology.orchestra.run.smithi174.stdout:{ 2024-03-20T16:58:20.482 INFO:teuthology.orchestra.run.smithi174.stdout: "ceph_version": "ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev)", 2024-03-20T16:58:20.483 INFO:teuthology.orchestra.run.smithi174.stdout: "image_id": "6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323", 2024-03-20T16:58:20.483 INFO:teuthology.orchestra.run.smithi174.stdout: "repo_digests": [ 2024-03-20T16:58:20.483 INFO:teuthology.orchestra.run.smithi174.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69" 2024-03-20T16:58:20.483 INFO:teuthology.orchestra.run.smithi174.stdout: ] 2024-03-20T16:58:20.483 INFO:teuthology.orchestra.run.smithi174.stdout:} 2024-03-20T16:58:29.290 INFO:teuthology.orchestra.run.smithi081.stdout:{ 2024-03-20T16:58:29.291 INFO:teuthology.orchestra.run.smithi081.stdout: "ceph_version": "ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev)", 2024-03-20T16:58:29.291 INFO:teuthology.orchestra.run.smithi081.stdout: "image_id": "6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323", 2024-03-20T16:58:29.291 INFO:teuthology.orchestra.run.smithi081.stdout: "repo_digests": [ 2024-03-20T16:58:29.291 INFO:teuthology.orchestra.run.smithi081.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69" 2024-03-20T16:58:29.291 INFO:teuthology.orchestra.run.smithi081.stdout: ] 2024-03-20T16:58:29.291 INFO:teuthology.orchestra.run.smithi081.stdout:} 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph_version": "ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev)", 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout: "image_id": "6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323", 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout: "repo_digests": [ 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69" 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-03-20T16:58:31.966 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-03-20T16:58:31.988 DEBUG:teuthology.orchestra.run.smithi081:> sudo mkdir -p /etc/ceph 2024-03-20T16:58:32.023 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /etc/ceph 2024-03-20T16:58:32.053 DEBUG:teuthology.orchestra.run.smithi174:> sudo mkdir -p /etc/ceph 2024-03-20T16:58:32.089 DEBUG:teuthology.orchestra.run.smithi081:> sudo chmod 777 /etc/ceph 2024-03-20T16:58:32.118 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 777 /etc/ceph 2024-03-20T16:58:32.145 DEBUG:teuthology.orchestra.run.smithi174:> sudo chmod 777 /etc/ceph 2024-03-20T16:58:32.175 INFO:tasks.cephadm:Writing seed config... 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-20T16:58:32.177 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-20T16:58:32.178 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:58:32.179 DEBUG:teuthology.orchestra.run.smithi081:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-20T16:58:32.198 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 = eaab8a82-e6da-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-20T16:58:32.198 DEBUG:teuthology.orchestra.run.smithi081:mon.a> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a.service 2024-03-20T16:58:32.241 DEBUG:teuthology.orchestra.run.smithi081:mgr.a> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a.service 2024-03-20T16:58:32.283 INFO:tasks.cephadm:Bootstrapping... 2024-03-20T16:58:32.283 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 -v bootstrap --fsid eaab8a82-e6da-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.81 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:58:32.475 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2024-03-20T16:58:32.475 INFO:teuthology.orchestra.run.smithi081.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694', '-v', 'bootstrap', '--fsid', 'eaab8a82-e6da-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.81', '--skip-admin-label'] 2024-03-20T16:58:32.475 INFO:teuthology.orchestra.run.smithi081.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-20T16:58:32.476 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying podman|docker is present... 2024-03-20T16:58:32.499 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-20T16:58:32.499 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying lvm2 is present... 2024-03-20T16:58:32.500 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying time synchronization is in place... 2024-03-20T16:58:32.507 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-20T16:58:32.507 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-20T16:58:32.513 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-20T16:58:32.513 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-20T16:58:32.519 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout enabled 2024-03-20T16:58:32.525 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout active 2024-03-20T16:58:32.525 INFO:teuthology.orchestra.run.smithi081.stdout:Unit chronyd.service is enabled and running 2024-03-20T16:58:32.525 INFO:teuthology.orchestra.run.smithi081.stdout:Repeating the final host check... 2024-03-20T16:58:32.548 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 4.9.3-dev 2024-03-20T16:58:32.548 INFO:teuthology.orchestra.run.smithi081.stdout:podman (/bin/podman) version 4.9.3 is present 2024-03-20T16:58:32.548 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl is present 2024-03-20T16:58:32.548 INFO:teuthology.orchestra.run.smithi081.stdout:lvcreate is present 2024-03-20T16:58:32.554 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-20T16:58:32.554 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-20T16:58:32.564 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-20T16:58:32.564 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-20T16:58:32.566 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout enabled 2024-03-20T16:58:32.572 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout active 2024-03-20T16:58:32.572 INFO:teuthology.orchestra.run.smithi081.stdout:Unit chronyd.service is enabled and running 2024-03-20T16:58:32.572 INFO:teuthology.orchestra.run.smithi081.stdout:Host looks OK 2024-03-20T16:58:32.572 INFO:teuthology.orchestra.run.smithi081.stdout:Cluster fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:32.572 INFO:teuthology.orchestra.run.smithi081.stdout:Acquiring lock 139863841334224 on /run/cephadm/eaab8a82-e6da-11ee-95c9-87774f69a715.lock 2024-03-20T16:58:32.572 INFO:teuthology.orchestra.run.smithi081.stdout:Lock 139863841334224 acquired on /run/cephadm/eaab8a82-e6da-11ee-95c9-87774f69a715.lock 2024-03-20T16:58:32.573 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying IP 172.21.15.81 port 3300 ... 2024-03-20T16:58:32.573 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying IP 172.21.15.81 port 6789 ... 2024-03-20T16:58:32.573 INFO:teuthology.orchestra.run.smithi081.stdout:Base mon IP(s) is [172.21.15.81:3300, 172.21.15.81:6789], mon addrv is [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2024-03-20T16:58:32.576 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.81 metric 100 2024-03-20T16:58:32.576 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.81 metric 100 2024-03-20T16:58:32.579 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-20T16:58:32.579 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-20T16:58:32.579 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2024-03-20T16:58:32.581 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-20T16:58:32.581 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-20T16:58:32.581 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-20T16:58:32.581 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-20T16:58:32.581 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d753/64 scope link 2024-03-20T16:58:32.581 INFO:teuthology.orchestra.run.smithi081.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-20T16:58:32.582 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2024-03-20T16:58:32.582 INFO:teuthology.orchestra.run.smithi081.stdout:Mon IP `172.21.15.81` is in CIDR network `172.21.0.0/20` 2024-03-20T16:58:32.582 INFO:teuthology.orchestra.run.smithi081.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-20T16:58:32.582 INFO:teuthology.orchestra.run.smithi081.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-20T16:58:32.583 INFO:teuthology.orchestra.run.smithi081.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:58:33.092 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stdout 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 2024-03-20T16:58:33.093 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694... 2024-03-20T16:58:33.093 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Getting image source signatures 2024-03-20T16:58:33.093 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Copying blob sha256:343d92fcb4345ea52e6a34ffc01e84ae4369ae128bd69d2fd438335ca8733c45 2024-03-20T16:58:33.093 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Copying blob sha256:9516588f908cdb14b5e4062a6063db2d9291b355c3f32e2a99864608a4a7b649 2024-03-20T16:58:33.093 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Copying config sha256:6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 2024-03-20T16:58:33.093 INFO:teuthology.orchestra.run.smithi081.stdout:/bin/podman: stderr Writing manifest to image destination 2024-03-20T16:58:34.014 INFO:teuthology.orchestra.run.smithi081.stdout:ceph: stdout ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev) 2024-03-20T16:58:34.014 INFO:teuthology.orchestra.run.smithi081.stdout:Ceph version: ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev) 2024-03-20T16:58:34.014 INFO:teuthology.orchestra.run.smithi081.stdout:Extracting ceph user uid/gid from container image... 2024-03-20T16:58:34.887 INFO:teuthology.orchestra.run.smithi081.stdout:stat: stdout 167 167 2024-03-20T16:58:34.887 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial keys... 2024-03-20T16:58:35.894 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQC7Fftl9qhSERAAzraMKBJMDJkzSr7GkalN8g== 2024-03-20T16:58:36.808 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQC8Fftl2iGpDRAAlRQ59nJ0iiMvXcQcb5Ct+w== 2024-03-20T16:58:37.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph-authtool: stdout AQC9Fftl8yiVBxAA9HnNZnKK4LpwlSr5I+F37g== 2024-03-20T16:58:37.749 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial monmap... 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:monmaptool for a [v2:172.21.15.81:3300,v1:172.21.15.81:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:setting min_mon_release = quincy 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: set fsid to eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:38.721 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-20T16:58:38.722 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:58:38.722 INFO:teuthology.orchestra.run.smithi081.stdout:Creating mon... 2024-03-20T16:58:39.743 INFO:teuthology.orchestra.run.smithi081.stdout:create mon.a on 2024-03-20T16:58:39.942 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-03-20T16:58:40.086 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-20T16:58:40.266 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715.target. 2024-03-20T16:58:40.266 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715.target → /etc/systemd/system/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715.target. 2024-03-20T16:58:40.496 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a 2024-03-20T16:58:40.497 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a.service: Unit ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a.service not loaded. 2024-03-20T16:58:40.654 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715.target.wants/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a.service → /etc/systemd/system/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@.service. 2024-03-20T16:58:41.160 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T16:58:41.161 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-20T16:58:41.168 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T16:58:41.168 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-20T16:58:41.168 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-20T16:58:41.168 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to enable service . firewalld.service is not available 2024-03-20T16:58:41.168 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mon to start... 2024-03-20T16:58:41.168 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mon... 2024-03-20T16:58:42.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout cluster: 2024-03-20T16:58:42.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout id: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:42.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-20T16:58:42.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:42.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout services: 2024-03-20T16:58:42.231 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.590552s) 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout data: 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout pgs: 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:mon is available 2024-03-20T16:58:42.232 INFO:teuthology.orchestra.run.smithi081.stdout:Assimilating anything we can from ceph.conf... 2024-03-20T16:58:43.325 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:43 smithi081 ceph-mon[29256]: from='client.? 172.21.15.81:0/1157334227' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [global] 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout fsid = eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.81:3300,v1:172.21.15.81:6789] 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:43.329 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [osd] 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-20T16:58:43.330 INFO:teuthology.orchestra.run.smithi081.stdout:Generating new minimal ceph.conf... 2024-03-20T16:58:44.351 INFO:teuthology.orchestra.run.smithi081.stdout:Restarting the monitor... 2024-03-20T16:58:44.372 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 ceph-mon[29256]: from='client.? 172.21.15.81:0/1470443767' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T16:58:44.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 systemd[1]: Stopping Ceph mon.a for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T16:58:44.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a[29252]: 2024-03-20T16:58:44.619+0000 7f222aeea700 -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-20T16:58:44.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a[29252]: 2024-03-20T16:58:44.619+0000 7f222aeea700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-20T16:58:44.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 podman[29500]: 2024-03-20 16:58:44.68159992 +0000 UTC m=+0.170698247 container died e586f650bcb0298b8c4df866199bc59082659172e3fe5f494da3cf5197e59ec1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, ceph=True) 2024-03-20T16:58:44.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 podman[29500]: 2024-03-20 16:58:44.9779055 +0000 UTC m=+0.467003836 container cleanup e586f650bcb0298b8c4df866199bc59082659172e3fe5f494da3cf5197e59ec1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319) 2024-03-20T16:58:45.290 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:44 smithi081 bash[29500]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a 2024-03-20T16:58:45.290 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 podman[29515]: 2024-03-20 16:58:45.187295371 +0000 UTC m=+0.503257576 container remove e586f650bcb0298b8c4df866199bc59082659172e3fe5f494da3cf5197e59ec1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, org.label-schema.build-date=20240319, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0) 2024-03-20T16:58:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 systemd[1]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-20T16:58:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 systemd[1]: Stopped Ceph mon.a for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T16:58:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 systemd[1]: Starting Ceph mon.a for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T16:58:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 podman[29610]: 2024-03-20 16:58:45.416784904 +0000 UTC m=+0.018165272 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:58:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 podman[29610]: 2024-03-20 16:58:45.52974169 +0000 UTC m=+0.131122057 container create 285d1a3d97da4cd7d4b5e61d50b7a60424dadc5e9393c0dc376bc39a817c8ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-03-20T16:58:45.851 INFO:teuthology.orchestra.run.smithi081.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-20T16:58:45.974 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 podman[29610]: 2024-03-20 16:58:45.765769138 +0000 UTC m=+0.367149515 container init 285d1a3d97da4cd7d4b5e61d50b7a60424dadc5e9393c0dc376bc39a817c8ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.build-date=20240319, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-03-20T16:58:45.974 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 podman[29610]: 2024-03-20 16:58:45.768506122 +0000 UTC m=+0.369886499 container start 285d1a3d97da4cd7d4b5e61d50b7a60424dadc5e9393c0dc376bc39a817c8ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, io.buildah.version=1.33.5, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-03-20T16:58:45.974 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: set uid:gid to 167:167 (ceph:ceph) 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev), process ceph-mon, pid 2 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: pidfile_write: ignore empty --pid-file 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: load: jerasure load: lrc 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: RocksDB version: 7.9.2 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Git sha 0 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Compile date 2024-03-20 00:42:32 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: DB SUMMARY 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: DB Session ID: ZZW8IWEHO0DV2DT021TT 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: CURRENT file: CURRENT 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: IDENTITY file: IDENTITY 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84959 ; 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.error_if_exists: 0 2024-03-20T16:58:45.975 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.create_if_missing: 0 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.paranoid_checks: 1 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.env: 0x55b57da41b20 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.fs: PosixFileSystem 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.info_log: 0x55b57e4b5920 2024-03-20T16:58:45.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_file_opening_threads: 16 2024-03-20T16:58:45.977 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.statistics: (nil) 2024-03-20T16:58:45.977 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.use_fsync: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_log_file_size: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.keep_log_file_num: 1000 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.recycle_log_file_num: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.allow_fallocate: 1 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.allow_mmap_reads: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.allow_mmap_writes: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.use_direct_reads: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.create_missing_column_families: 0 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.db_log_dir: 2024-03-20T16:58:45.978 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.wal_dir: 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.advise_random_on_open: 1 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.db_write_buffer_size: 0 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.write_buffer_manager: 0x55b57e4881e0 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-20T16:58:45.979 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.rate_limiter: (nil) 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.wal_recovery_mode: 2 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.enable_thread_tracking: 0 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.enable_pipelined_write: 0 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.unordered_write: 0 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.row_cache: None 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.wal_filter: None 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.allow_ingest_behind: 0 2024-03-20T16:58:45.980 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.two_write_queues: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.manual_wal_flush: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.wal_compression: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.atomic_flush: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.log_readahead_size: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.best_efforts_recovery: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.allow_data_in_errors: 0 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.db_host_id: __hostname__ 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_background_jobs: 2 2024-03-20T16:58:45.981 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_background_compactions: -1 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_subcompactions: 1 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_total_wal_size: 0 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_open_files: -1 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bytes_per_sync: 0 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-20T16:58:45.982 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_readahead_size: 0 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_background_flushes: -1 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Compression algorithms supported: 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kZSTD supported: 0 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kXpressCompression supported: 0 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kLZ4HCCompression supported: 1 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kZlibCompression supported: 1 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kSnappyCompression supported: 1 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kLZ4Compression supported: 1 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: kBZip2Compression supported: 0 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-20T16:58:45.983 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.merge_operator: 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_filter: None 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_filter_factory: None 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.sst_partitioner_factory: None 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b57e4b5ae0) 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: cache_index_and_filter_blocks: 1 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: pin_top_level_index_and_filter: 1 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: index_type: 0 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: data_block_index_type: 0 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: index_shortening: 1 2024-03-20T16:58:45.984 INFO:journalctl@ceph.mon.a.smithi081.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: checksum: 4 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: no_block_cache: 0 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache: 0x55b57e4bb090 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache_name: BinnedLRUCache 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache_options: 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: capacity : 536870912 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: num_shard_bits : 4 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: strict_capacity_limit : 0 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: high_pri_pool_ratio: 0.000 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_cache_compressed: (nil) 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: persistent_cache: (nil) 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_size: 4096 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_size_deviation: 10 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_restart_interval: 16 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: index_block_restart_interval: 1 2024-03-20T16:58:45.985 INFO:journalctl@ceph.mon.a.smithi081.stdout: metadata_block_size: 4096 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: partition_filters: 0 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: use_delta_encoding: 1 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: filter_policy: bloomfilter 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: whole_key_filtering: 1 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: verify_compression: 0 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: read_amp_bytes_per_bit: 0 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: format_version: 5 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: enable_index_compression: 1 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: block_align: 0 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: max_auto_readahead_size: 262144 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: prepopulate_block_cache: 0 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: initial_auto_readahead_size: 8192 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout: num_file_reads_for_auto_readahead: 2 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.write_buffer_size: 33554432 2024-03-20T16:58:45.986 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_write_buffer_number: 2 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression: NoCompression 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression: Disabled 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.prefix_extractor: nullptr 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.num_levels: 7 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-20T16:58:45.987 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.level: 32767 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.strategy: 0 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.enabled: false 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-20T16:58:45.988 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.target_file_size_base: 67108864 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-20T16:58:45.989 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.arena_block_size: 1048576 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.disable_auto_compactions: 0 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-20T16:58:45.990 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.inplace_update_support: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.bloom_locality: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.max_successive_merges: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.paranoid_file_checks: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.force_consistency_checks: 1 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.report_bg_io_stats: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.ttl: 2592000 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-20T16:58:45.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.enable_blob_files: false 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.min_blob_size: 0 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.blob_file_size: 268435456 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.blob_file_starting_level: 0 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: 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-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 01313ed0-a471-40d2-9f90-7028521accd5 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710953925798233, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-20T16:58:45.992 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710953925799509, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81610, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79771, "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": 74080, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710953925, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "01313ed0-a471-40d2-9f90-7028521accd5", "db_session_id": "ZZW8IWEHO0DV2DT021TT", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710953925799616, "job": 1, "event": "recovery_finished"} 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: 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-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b57e5ae000 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: DB pointer 0x55b57e598000 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** DB Stats ** 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.993 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** Compaction Stats [default] ** 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: L0 2/0 81.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: Sum 2/0 81.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.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 97.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** Compaction Stats [default] ** 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.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 97.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T16:58:45.994 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: Cumulative compaction: 0.00 GB write, 18.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: Interval compaction: 0.00 GB write, 18.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: Block cache BinnedLRUCache@0x55b57e4bb090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-20T16:58:45.995 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: starting mon.a rank 0 at public addrs [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] at bind addrs [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???) e1 preinit fsid eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).mds e1 new map 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).mds e1 print_map 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout: e1 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.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-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout: legacy client fscid: -1 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout: 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout: No filesystems configured 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 bash[29610]: 285d1a3d97da4cd7d4b5e61d50b7a60424dadc5e9393c0dc376bc39a817c8ed3 2024-03-20T16:58:45.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 systemd[1]: Started Ceph mon.a for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T16:58:45.997 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mon.a is new leader, mons a in quorum (ranks 0) 2024-03-20T16:58:45.997 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: monmap e1: 1 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T16:58:45.997 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: fsmap 2024-03-20T16:58:45.997 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: osdmap e1: 0 total, 0 up, 0 in 2024-03-20T16:58:45.997 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:45 smithi081 ceph-mon[29630]: mgrmap e1: no daemons active 2024-03-20T16:58:49.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:48 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/704862029' entity='client.admin' 2024-03-20T16:58:54.271 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-20T16:58:54.510 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:58:54.510 INFO:teuthology.orchestra.run.smithi081.stdout:Creating mgr... 2024-03-20T16:58:54.510 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-20T16:58:54.511 INFO:teuthology.orchestra.run.smithi081.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-20T16:58:55.514 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a 2024-03-20T16:58:55.514 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Failed to reset failed state of unit ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a.service: Unit ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a.service not loaded. 2024-03-20T16:58:55.805 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715.target.wants/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@.service. 2024-03-20T16:58:56.154 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:56 smithi081 podman[29846]: 2024-03-20 16:58:55.941094152 +0000 UTC m=+0.017771741 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 2024-03-20T16:58:57.094 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:56 smithi081 podman[29846]: 2024-03-20 16:58:56.818809626 +0000 UTC m=+0.895487206 container create aaf2ac6f2de37bf7c75e8aab0f6e86e3b496e52eada96d715cae5182e16b2c4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T16:58:57.095 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:57 smithi081 podman[29846]: 2024-03-20 16:58:57.004415656 +0000 UTC m=+1.081093237 container init aaf2ac6f2de37bf7c75e8aab0f6e86e3b496e52eada96d715cae5182e16b2c4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684) 2024-03-20T16:58:57.095 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:57 smithi081 podman[29846]: 2024-03-20 16:58:57.007171261 +0000 UTC m=+1.083848843 container start aaf2ac6f2de37bf7c75e8aab0f6e86e3b496e52eada96d715cae5182e16b2c4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-20T16:58:57.108 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T16:58:57.108 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-20T16:58:57.115 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T16:58:57.115 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-20T16:58:57.115 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-20T16:58:57.115 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to enable service . firewalld.service is not available 2024-03-20T16:58:57.123 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T16:58:57.123 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-20T16:58:57.131 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T16:58:57.131 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-20T16:58:57.131 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-20T16:58:57.131 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-20T16:58:57.131 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr to start... 2024-03-20T16:58:57.131 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr... 2024-03-20T16:58:57.384 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:57 smithi081 bash[29846]: aaf2ac6f2de37bf7c75e8aab0f6e86e3b496e52eada96d715cae5182e16b2c4c 2024-03-20T16:58:57.384 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:57 smithi081 systemd[1]: Started Ceph mgr.a for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T16:58:57.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:57 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:57.559+0000 7fd30274f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:58:57.976 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:58:57 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3467631010' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:58:57.976 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:57 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:57.656+0000 7fd30274f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "eaab8a82-e6da-11ee-95c9-87774f69a715", 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:58:58.277 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:58:58.278 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:58:58.279 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:58:58.280 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:58:58.281 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:58:41.126495+0000", 2024-03-20T16:58:58.281 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:58:58.281 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:58:58.281 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:58:58.281 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:58:58.281 INFO:teuthology.orchestra.run.smithi081.stdout:mgr not available, waiting (1/15)... 2024-03-20T16:58:58.547 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:58 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:58.315+0000 7fd30274f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:58:58.548 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:58 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:58.407+0000 7fd30274f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:58:58.548 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:58 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:58.548+0000 7fd30274f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:58:58.903 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:58 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:58.641+0000 7fd30274f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:58:58.904 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:58 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:58.723+0000 7fd30274f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:58:59.280 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:58 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:58.983+0000 7fd30274f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:58:59.280 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:59 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:59.095+0000 7fd30274f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:58:59.281 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:59 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:59.182+0000 7fd30274f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:58:59.281 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:59 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:59.281+0000 7fd30274f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:58:59.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:58:59 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:58:59.464+0000 7fd30274f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:59:00.563 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:00 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:00.453+0000 7fd30274f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:59:00.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:00 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1590933818' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:59:00.904 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:00 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:00.588+0000 7fd30274f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:59:01.214 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:00 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:00.930+0000 7fd30274f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:59:01.214 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:01 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:01.018+0000 7fd30274f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:59:01.214 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:01 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:01.213+0000 7fd30274f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:59:01.337 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:59:01.343 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:01.343 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "eaab8a82-e6da-11ee-95c9-87774f69a715", 2024-03-20T16:59:01.343 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:59:01.343 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:59:01.343 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:59:01.344 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:59:01.345 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T16:59:01.346 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:58:41.126495+0000", 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:01.347 INFO:teuthology.orchestra.run.smithi081.stdout:mgr not available, waiting (2/15)... 2024-03-20T16:59:01.653 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:01 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:01.399+0000 7fd30274f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:59:01.939 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:01 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:01.682+0000 7fd30274f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:59:01.939 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:01 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:01.938+0000 7fd30274f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:59:02.403 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:02 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:02.175+0000 7fd30274f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:59:03.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:02 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:02.987+0000 7fd30274f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:59:03.735 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:03 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:03.556+0000 7fd30274f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:59:03.735 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:03 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:03.655+0000 7fd30274f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:59:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:03 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1611009158' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:59:04.154 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:03 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:03.905+0000 7fd30274f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:59:04.426 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "eaab8a82-e6da-11ee-95c9-87774f69a715", 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:59:04.427 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 18, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:59:04.428 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:59:04.432 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.433 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:58:41.126495+0000", 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:04.434 INFO:teuthology.orchestra.run.smithi081.stdout:mgr not available, waiting (3/15)... 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: Activating manager daemon a 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: mgrmap e2: a(active, starting, since 0.00283625s) 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:59:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: Manager daemon a is now available 2024-03-20T16:59:05.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:59:05.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:59:05.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' 2024-03-20T16:59:05.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' 2024-03-20T16:59:05.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:04 smithi081 ceph-mon[29630]: from='mgr.14100 172.21.15.81:0/638677418' entity='mgr.a' 2024-03-20T16:59:06.403 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:05 smithi081 ceph-mon[29630]: mgrmap e3: a(active, since 1.00954s) 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsid": "eaab8a82-e6da-11ee-95c9-87774f69a715", 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "health": { 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-20T16:59:07.741 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 0 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "a" 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "quorum_age": 21, 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-20T16:59:07.742 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-20T16:59:07.743 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-20T16:59:07.747 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "restful" 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ], 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:59:07.748 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "modified": "2024-03-20T16:58:41.126495+0000", 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout }, 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:07.749 INFO:teuthology.orchestra.run.smithi081.stdout:mgr is available 2024-03-20T16:59:08.065 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:07 smithi081 ceph-mon[29630]: mgrmap e4: a(active, since 3s) 2024-03-20T16:59:08.065 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:07 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3693091402' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-20T16:59:09.185 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:08 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1453809760' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-20T16:59:09.185 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:08 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1453809760' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [global] 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout fsid = eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout [osd] 2024-03-20T16:59:09.190 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-20T16:59:09.191 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-20T16:59:09.191 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling cephadm module... 2024-03-20T16:59:10.224 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:09 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/187606660' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-20T16:59:10.225 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:09 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: ignoring --setuser ceph since I am not root 2024-03-20T16:59:10.225 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:09 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: ignoring --setgroup ceph since I am not root 2024-03-20T16:59:10.755 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:10 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:10.490+0000 7fbfffc90200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:59:10.756 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:10 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:10.588+0000 7fbfffc90200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:59:11.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:10 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/187606660' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-20T16:59:11.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:10 smithi081 ceph-mon[29630]: mgrmap e5: a(active, since 6s) 2024-03-20T16:59:11.482 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:11.246+0000 7fbfffc90200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:59:11.482 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:11.340+0000 7fbfffc90200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:59:11.482 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:11.482+0000 7fbfffc90200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:59:11.791 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:11.578+0000 7fbfffc90200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:59:11.791 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:11.661+0000 7fbfffc90200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:11.794 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for the mgr to restart... 2024-03-20T16:59:11.795 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr epoch 5... 2024-03-20T16:59:12.042 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/356649968' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-20T16:59:12.043 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:11.933+0000 7fbfffc90200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:59:12.403 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:12 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:12.045+0000 7fbfffc90200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:59:12.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:12 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:12.132+0000 7fbfffc90200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:59:12.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:12 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:12.229+0000 7fbfffc90200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:59:12.903 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:12 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:12.408+0000 7fbfffc90200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:59:13.653 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:13 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:13.353+0000 7fbfffc90200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:59:13.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:13 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:13.479+0000 7fbfffc90200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:59:14.094 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:13 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:13.812+0000 7fbfffc90200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:59:14.094 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:13 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:13.900+0000 7fbfffc90200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:59:14.094 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:14 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:14.094+0000 7fbfffc90200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:59:14.403 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:14 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:14.278+0000 7fbfffc90200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:59:14.817 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:14 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:14.562+0000 7fbfffc90200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:59:14.817 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:14 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:14.817+0000 7fbfffc90200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:59:15.153 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:15 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:15.051+0000 7fbfffc90200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:59:16.153 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:15 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:15.854+0000 7fbfffc90200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:59:16.732 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:16.418+0000 7fbfffc90200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:59:16.733 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:16.515+0000 7fbfffc90200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:59:16.733 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:16.733+0000 7fbfffc90200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:59:17.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: Active manager daemon a restarted 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: Activating manager daemon a 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: osdmap e2: 0 total, 0 up, 0 in 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: mgrmap e6: a(active, starting, since 0.00321676s) 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: Manager daemon a is now available 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:17.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:16 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: Found migration_current of "None". Setting to last migration. 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: mgrmap e7: a(active, since 1.00533s) 2024-03-20T16:59:18.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:17 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:18.301 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:18.301 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-20T16:59:18.301 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-20T16:59:18.301 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:18.301 INFO:teuthology.orchestra.run.smithi081.stdout:mgr epoch 5 is available 2024-03-20T16:59:18.301 INFO:teuthology.orchestra.run.smithi081.stdout:Setting orchestrator backend to cephadm... 2024-03-20T16:59:19.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:18 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:17] ENGINE Bus STARTING 2024-03-20T16:59:19.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:18 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:17] ENGINE Serving on https://172.21.15.81:7150 2024-03-20T16:59:19.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:18 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:17] ENGINE Serving on http://172.21.15.81:8765 2024-03-20T16:59:19.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:18 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:17] ENGINE Bus STARTED 2024-03-20T16:59:19.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:18 smithi081 ceph-mon[29630]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-20T16:59:19.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:18 smithi081 ceph-mon[29630]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-20T16:59:19.841 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:19 smithi081 ceph-mon[29630]: mgrmap e8: a(active, since 2s) 2024-03-20T16:59:19.841 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:19 smithi081 ceph-mon[29630]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:19.841 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:19 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:19.841 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:19 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:20.596 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-20T16:59:20.597 INFO:teuthology.orchestra.run.smithi081.stdout:Generating ssh key... 2024-03-20T16:59:21.342 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-mon[29630]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:21.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: Generating public/private rsa key pair. 2024-03-20T16:59:21.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: Your identification has been saved in /tmp/tmpchvui2pw/key. 2024-03-20T16:59:21.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: Your public key has been saved in /tmp/tmpchvui2pw/key.pub. 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: The key fingerprint is: 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: SHA256:EML8fdN4kvu/A+3dBF9GkL5ntJCJXKNP545PkH/FtOg ceph-eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: The key's randomart image is: 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: +---[RSA 3072]----+ 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | o. . .o | 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | o. . o. .| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | ... .++.+..| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | ... *+o==+=| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | S. =o=+B=| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | . o.=o*| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | . EoBo| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | ..+.+| 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: | .++ | 2024-03-20T16:59:21.655 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:21 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: +----[SHA256]-----+ 2024-03-20T16:59:22.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:22 smithi081 ceph-mon[29630]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:22.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:22 smithi081 ceph-mon[29630]: Generating ssh key... 2024-03-20T16:59:22.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:22 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:22.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:22 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:23.294 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:59:23.295 INFO:teuthology.orchestra.run.smithi081.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-20T16:59:23.295 INFO:teuthology.orchestra.run.smithi081.stdout:Adding key to root@localhost authorized_keys... 2024-03-20T16:59:23.295 INFO:teuthology.orchestra.run.smithi081.stdout:Adding host smithi081... 2024-03-20T16:59:23.619 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:23 smithi081 ceph-mon[29630]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:24.593 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:24 smithi081 ceph-mon[29630]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi081", "addr": "172.21.15.81", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:25.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:25 smithi081 ceph-mon[29630]: Deploying cephadm binary to smithi081 2024-03-20T16:59:28.686 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Added host 'smithi081' with addr '172.21.15.81' 2024-03-20T16:59:28.686 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying unmanaged mon service... 2024-03-20T16:59:29.350 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:29 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:29.350 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:29 smithi081 ceph-mon[29630]: Added host smithi081 2024-03-20T16:59:29.350 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:29 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:30.616 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:30 smithi081 ceph-mon[29630]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:30.616 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:30 smithi081 ceph-mon[29630]: Saving service mon spec with placement count:5 2024-03-20T16:59:30.616 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:30 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:30.616 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:30 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:30.936 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-20T16:59:30.937 INFO:teuthology.orchestra.run.smithi081.stdout:Deploying unmanaged mgr service... 2024-03-20T16:59:32.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:32 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:32.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:32 smithi081 ceph-mon[29630]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:32.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:32 smithi081 ceph-mon[29630]: Saving service mgr spec with placement count:2 2024-03-20T16:59:32.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:32 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:32.946 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-20T16:59:33.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:33 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:34.866 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:34 smithi081 ceph-mon[29630]: from='mgr.14120 172.21.15.81:0/3495042679' entity='mgr.a' 2024-03-20T16:59:34.866 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:34 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2949898979' entity='client.admin' 2024-03-20T16:59:36.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:35 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3606338475' entity='client.admin' 2024-03-20T16:59:36.295 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling the dashboard module... 2024-03-20T16:59:38.148 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:37 smithi081 ceph-mon[29630]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T16:59:38.148 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:37 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2584377173' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-20T16:59:38.148 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:37 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: ignoring --setuser ceph since I am not root 2024-03-20T16:59:38.148 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:37 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: ignoring --setgroup ceph since I am not root 2024-03-20T16:59:38.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:38 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:38.330+0000 7f7b487a7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T16:59:38.670 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:38 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:38.428+0000 7f7b487a7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T16:59:39.104 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:38 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2584377173' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-20T16:59:39.104 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:38 smithi081 ceph-mon[29630]: mgrmap e9: a(active, since 21s) 2024-03-20T16:59:39.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.104+0000 7f7b487a7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T16:59:39.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.202+0000 7f7b487a7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T16:59:39.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.343+0000 7f7b487a7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T16:59:39.705 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.444+0000 7f7b487a7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T16:59:39.705 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.527+0000 7f7b487a7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:39.708 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for the mgr to restart... 2024-03-20T16:59:39.709 INFO:teuthology.orchestra.run.smithi081.stdout:Waiting for mgr epoch 9... 2024-03-20T16:59:40.003 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/366093012' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-20T16:59:40.003 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.801+0000 7f7b487a7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T16:59:40.003 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:39 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:39.913+0000 7f7b487a7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T16:59:40.003 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:40 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:40.003+0000 7f7b487a7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T16:59:40.280 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:40 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:40.104+0000 7f7b487a7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T16:59:40.653 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:40 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:40.281+0000 7f7b487a7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T16:59:41.380 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:41 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:41.251+0000 7f7b487a7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T16:59:41.653 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:41 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:41.381+0000 7f7b487a7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T16:59:42.006 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:41 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:41.720+0000 7f7b487a7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T16:59:42.006 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:41 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:41.811+0000 7f7b487a7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T16:59:42.006 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:42.006+0000 7f7b487a7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:59:42.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:42.191+0000 7f7b487a7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T16:59:42.733 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:42.477+0000 7f7b487a7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T16:59:42.734 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:42.734+0000 7f7b487a7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T16:59:43.153 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:42.971+0000 7f7b487a7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T16:59:44.153 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:43 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:43.775+0000 7f7b487a7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T16:59:44.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:44.356+0000 7f7b487a7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T16:59:44.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:44.453+0000 7f7b487a7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T16:59:45.154 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T16:59:44.671+0000 7f7b487a7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T16:59:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: Active manager daemon a restarted 2024-03-20T16:59:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: Activating manager daemon a 2024-03-20T16:59:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: osdmap e3: 0 total, 0 up, 0 in 2024-03-20T16:59:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: mgrmap e10: a(active, starting, since 0.00293899s) 2024-03-20T16:59:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T16:59:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T16:59:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T16:59:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T16:59:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T16:59:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: Manager daemon a is now available 2024-03-20T16:59:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:45.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T16:59:45.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T16:59:45.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:45 smithi081 ceph-mon[29630]: mgrmap e11: a(active, since 1.00559s) 2024-03-20T16:59:46.501 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout { 2024-03-20T16:59:46.502 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-20T16:59:46.502 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-20T16:59:46.502 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout } 2024-03-20T16:59:46.502 INFO:teuthology.orchestra.run.smithi081.stdout:mgr epoch 9 is available 2024-03-20T16:59:46.502 INFO:teuthology.orchestra.run.smithi081.stdout:Generating a dashboard self-signed certificate... 2024-03-20T16:59:46.835 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:46 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:45] ENGINE Bus STARTING 2024-03-20T16:59:46.835 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:46 smithi081 ceph-mon[29630]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-20T16:59:46.835 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:46 smithi081 ceph-mon[29630]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-20T16:59:46.835 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:46 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:45] ENGINE Serving on https://172.21.15.81:7150 2024-03-20T16:59:46.835 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:46 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:45] ENGINE Serving on http://172.21.15.81:8765 2024-03-20T16:59:46.835 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:46 smithi081 ceph-mon[29630]: [20/Mar/2024:16:59:45] ENGINE Bus STARTED 2024-03-20T16:59:47.963 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:47 smithi081 ceph-mon[29630]: mgrmap e12: a(active, since 2s) 2024-03-20T16:59:47.964 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:47 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:47.964 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:47 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:47.964 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:47 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:47.966 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-20T16:59:47.966 INFO:teuthology.orchestra.run.smithi081.stdout:Creating initial admin user... 2024-03-20T16:59:49.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:48 smithi081 ceph-mon[29630]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T16:59:49.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:49.592 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ybyx9xL4aILZyXQuvS/DGeXXDzZLlUibGDEWX2zzhDKI6UC.tYRPO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710953988, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-20T16:59:49.592 INFO:teuthology.orchestra.run.smithi081.stdout:Fetching dashboard port number... 2024-03-20T16:59:49.846 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:49 smithi081 ceph-mon[29630]: 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-20T16:59:49.847 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:50.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:50 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/4166927942' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-20T16:59:51.060 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stdout 8443 2024-03-20T16:59:51.069 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-03-20T16:59:51.069 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout disabled 2024-03-20T16:59:51.077 INFO:teuthology.orchestra.run.smithi081.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-03-20T16:59:51.077 INFO:teuthology.orchestra.run.smithi081.stdout:systemctl: stdout inactive 2024-03-20T16:59:51.077 INFO:teuthology.orchestra.run.smithi081.stdout:firewalld.service is not enabled 2024-03-20T16:59:51.077 INFO:teuthology.orchestra.run.smithi081.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-20T16:59:51.078 INFO:teuthology.orchestra.run.smithi081.stdout:Ceph Dashboard is now available at: 2024-03-20T16:59:51.078 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:51.079 INFO:teuthology.orchestra.run.smithi081.stdout: URL: https://smithi081.front.sepia.ceph.com:8443/ 2024-03-20T16:59:51.079 INFO:teuthology.orchestra.run.smithi081.stdout: User: admin 2024-03-20T16:59:51.079 INFO:teuthology.orchestra.run.smithi081.stdout: Password: p62rjfi5ce 2024-03-20T16:59:51.079 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:51.079 INFO:teuthology.orchestra.run.smithi081.stdout:Saving cluster configuration to /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config directory 2024-03-20T16:59:51.079 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling autotune for osd_memory_target 2024-03-20T16:59:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:51 smithi081 ceph-mon[29630]: mgrmap e13: a(active, since 6s) 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout:Or, if you are only running a single cluster on this host: 2024-03-20T16:59:53.877 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: ceph telemetry on 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:For more information see: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T16:59:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:Bootstrap complete. 2024-03-20T16:59:53.922 INFO:tasks.cephadm:Fetching config... 2024-03-20T16:59:53.922 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:59:53.923 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-20T16:59:53.939 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-20T16:59:53.939 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:59:53.939 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-20T16:59:53.995 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-20T16:59:53.996 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:59:53.996 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-20T16:59:54.062 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-20T16:59:54.062 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T16:59:54.062 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-20T16:59:54.117 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-20T16:59:54.117 DEBUG:teuthology.orchestra.run.smithi081:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T16:59:54.197 INFO:teuthology.orchestra.run.smithi081.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:59:54.211 DEBUG:teuthology.orchestra.run.smithi083:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T16:59:54.257 INFO:teuthology.orchestra.run.smithi083.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:59:54.274 DEBUG:teuthology.orchestra.run.smithi174:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-20T16:59:54.320 INFO:teuthology.orchestra.run.smithi174.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDF1RIXbGcbWjtMLmN9dawbV+v1gG/kI6wiOx0uAlcmv9yZ/KizSFPmgQr38rSJ3mYxNpEsdq9ESiNllmUVCfu7ZdfB+W2fztaqbRCBq5PJ56uQNEbT5b7Gk8mhAGEIatEkGhgxDS1d+8cPSfuZgl9aiXfRq1BoJXjyckK4Nrg5XPSEg612Jtcn/YOVyuRyZMpt+T77KAdXMc0qDJEprayX161d7jXRVTU8X24btwY9vHQMfWKJkXxDhAyXqe/tFk4wkJ/cJOlxg78nMAqqS1o01Vzm3ace9NluSiH/hzROxSEhANaGUSS8zRb0acKuSz0cbkECyZqxRE0p5gr4QSj/jZQSbuPMjH7xBw7vI1Evd8qrdECSNzBWd9Nv1Zxwr7uRLysWXlS8udDTj5WyNg6a9Y2Exp2hAQt/4laadkaYX24EVq7YHRRNxz9EWo1xJiyRG4Zpong+/T82d+ROucbfMxJQ4mlVSjrusfuIbOmsPWmpmE4M39WrPh9fditwBgU= ceph-eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T16:59:54.335 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-20T16:59:54.570 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:59:54.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:54 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2108242245' entity='client.admin' 2024-03-20T16:59:57.974 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-20T16:59:57.974 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-20T16:59:58.209 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T16:59:58.586 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:58 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1415084308' entity='client.admin' 2024-03-20T16:59:59.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:59.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:59.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi081", "name": "osd_memory_target"}]: dispatch 2024-03-20T16:59:59.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T16:59:59.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T16:59:59.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 16:59:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:01.032 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi083 2024-03-20T17:00:01.032 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T17:00:01.032 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/etc/ceph/ceph.conf 2024-03-20T17:00:01.051 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T17:00:01.051 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:01.108 INFO:tasks.cephadm:Adding host smithi083 to orchestrator... 2024-03-20T17:00:01.109 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch host add smithi083 2024-03-20T17:00:01.352 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: Updating smithi081:/etc/ceph/ceph.conf 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:01.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:01.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:01.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:02.629 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:02 smithi081 ceph-mon[29630]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:03 smithi081 ceph-mon[29630]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:05.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:04 smithi081 ceph-mon[29630]: Deploying cephadm binary to smithi083 2024-03-20T17:00:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:04 smithi081 ceph-mon[29630]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:07.431 INFO:teuthology.orchestra.run.smithi081.stdout:Added host 'smithi083' with addr '172.21.15.83' 2024-03-20T17:00:08.034 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:07 smithi081 ceph-mon[29630]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:08.034 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:07 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:08.034 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:07 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:08.068 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-20T17:00:08.309 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:09.040 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:08 smithi081 ceph-mon[29630]: Added host smithi083 2024-03-20T17:00:09.040 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:09.040 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:09.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:09 smithi081 ceph-mon[29630]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:09.968 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:00:09.968 INFO:teuthology.orchestra.run.smithi081.stdout:[{"addr": "172.21.15.81", "hostname": "smithi081", "labels": [], "status": ""}, {"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}] 2024-03-20T17:00:10.557 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi174 2024-03-20T17:00:10.558 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T17:00:10.558 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.conf 2024-03-20T17:00:10.576 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T17:00:10.576 DEBUG:teuthology.orchestra.run.smithi174:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:10.633 INFO:tasks.cephadm:Adding host smithi174 to orchestrator... 2024-03-20T17:00:10.633 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch host add smithi174 2024-03-20T17:00:10.867 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:11.309 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:10 smithi081 ceph-mon[29630]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:00:11.309 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:10 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:11.309 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:10 smithi081 ceph-mon[29630]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:14.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:13 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: Updating smithi083:/etc/ceph/ceph.conf 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: Deploying cephadm binary to smithi174 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:15.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:14 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:16.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:15 smithi081 ceph-mon[29630]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:16.902 INFO:teuthology.orchestra.run.smithi081.stdout:Added host 'smithi174' with addr '172.21.15.174' 2024-03-20T17:00:17.513 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-20T17:00:17.745 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:18.072 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:17 smithi081 ceph-mon[29630]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:18.072 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:18.072 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:18.072 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:18.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:18 smithi081 ceph-mon[29630]: Added host smithi174 2024-03-20T17:00:18.991 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:18 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:19.448 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:00:19.448 INFO:teuthology.orchestra.run.smithi081.stdout:[{"addr": "172.21.15.81", "hostname": "smithi081", "labels": [], "status": ""}, {"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.174", "hostname": "smithi174", "labels": [], "status": ""}] 2024-03-20T17:00:20.058 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:19 smithi081 ceph-mon[29630]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:20.058 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:19 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:20.085 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-20T17:00:20.085 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd crush tunables default 2024-03-20T17:00:20.319 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:21.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:20 smithi081 ceph-mon[29630]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:00:21.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:21 smithi081 ceph-mon[29630]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:22.761 INFO:teuthology.orchestra.run.smithi081.stderr:adjusted tunables profile to default 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3668480469' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:23.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:23.481 INFO:tasks.cephadm:Adding mon.a on smithi081 2024-03-20T17:00:23.481 INFO:tasks.cephadm:Adding mon.b on smithi083 2024-03-20T17:00:23.481 INFO:tasks.cephadm:Adding mon.c on smithi174 2024-03-20T17:00:23.481 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch apply mon '3;smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c' 2024-03-20T17:00:23.708 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: Updating smithi174:/etc/ceph/ceph.conf 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3668480469' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:24.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:24.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:24.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:23 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:25.339 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mon update... 2024-03-20T17:00:25.958 DEBUG:teuthology.orchestra.run.smithi083:mon.b> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.b.service 2024-03-20T17:00:25.960 DEBUG:teuthology.orchestra.run.smithi174:mon.c> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.c.service 2024-03-20T17:00:25.962 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T17:00:25.963 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:26.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:25 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:26.707 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:27.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:26 smithi081 ceph-mon[29630]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:27.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:26 smithi081 ceph-mon[29630]: Saving service mon spec with placement smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c;count:3 2024-03-20T17:00:27.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:26 smithi081 ceph-mon[29630]: Deploying daemon mon.c on smithi174 2024-03-20T17:00:28.055 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:27 smithi081 ceph-mon[29630]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:29.979 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T17:00:29.979 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":1,"fsid":"eaab8a82-e6da-11ee-95c9-87774f69a715","modified":"2024-03-20T16:58:38.122024Z","created":"2024-03-20T16:58:38.122024Z","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.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-20T17:00:29.981 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 1 2024-03-20T17:00:30.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:29 smithi081 ceph-mon[29630]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:30.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:30 smithi174 systemd[1]: Starting Ceph mon.c for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:00:31.034 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:30 smithi174 podman[33831]: 2024-03-20 17:00:30.841404132 +0000 UTC m=+0.105674853 container create 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c, org.label-schema.vendor=CentOS, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5) 2024-03-20T17:00:31.034 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:30 smithi174 podman[33831]: 2024-03-20 17:00:30.754903311 +0000 UTC m=+0.019173997 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69 2024-03-20T17:00:31.034 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 podman[33831]: 2024-03-20 17:00:31.035119183 +0000 UTC m=+0.299389871 container init 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-03-20T17:00:31.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:30 smithi081 ceph-mon[29630]: from='client.? 172.21.15.174:0/2298280917' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 podman[33831]: 2024-03-20 17:00:31.038040153 +0000 UTC m=+0.302310829 container start 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True) 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: set uid:gid to 167:167 (ceph:ceph) 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: ceph version 19.0.0-2211-g1baf684b (1baf684b63d2fadd9d3da5e692ffc3efccd60694) squid (dev), process ceph-mon, pid 2 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pidfile_write: ignore empty --pid-file 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: load: jerasure load: lrc 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: RocksDB version: 7.9.2 2024-03-20T17:00:31.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Git sha 0 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Compile date 2024-03-20 00:42:32 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: DB SUMMARY 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: DB Session ID: M3XLI550RUFCDEXCG1JG 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: CURRENT file: CURRENT 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: IDENTITY file: IDENTITY 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.error_if_exists: 0 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.create_if_missing: 0 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.paranoid_checks: 1 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-20T17:00:31.302 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.env: 0x562a0d943b20 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.fs: PosixFileSystem 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.info_log: 0x562a0efa5920 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_file_opening_threads: 16 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.statistics: (nil) 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.use_fsync: 0 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_log_file_size: 0 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.keep_log_file_num: 1000 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.recycle_log_file_num: 0 2024-03-20T17:00:31.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.allow_fallocate: 1 2024-03-20T17:00:31.305 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.allow_mmap_reads: 0 2024-03-20T17:00:31.305 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.allow_mmap_writes: 0 2024-03-20T17:00:31.305 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.use_direct_reads: 0 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.create_missing_column_families: 0 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.db_log_dir: 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.wal_dir: 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.advise_random_on_open: 1 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.db_write_buffer_size: 0 2024-03-20T17:00:31.306 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.write_buffer_manager: 0x562a0ef781e0 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.rate_limiter: (nil) 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.wal_recovery_mode: 2 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.enable_thread_tracking: 0 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.enable_pipelined_write: 0 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.unordered_write: 0 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-20T17:00:31.307 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.row_cache: None 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.wal_filter: None 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.allow_ingest_behind: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.two_write_queues: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.manual_wal_flush: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.wal_compression: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.atomic_flush: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.log_readahead_size: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.best_efforts_recovery: 0 2024-03-20T17:00:31.308 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.allow_data_in_errors: 0 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.db_host_id: __hostname__ 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_background_jobs: 2 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_background_compactions: -1 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_subcompactions: 1 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_total_wal_size: 0 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-20T17:00:31.309 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_open_files: -1 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bytes_per_sync: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_readahead_size: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_background_flushes: -1 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Compression algorithms supported: 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kZSTD supported: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kXpressCompression supported: 0 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kLZ4HCCompression supported: 1 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kZlibCompression supported: 1 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kSnappyCompression supported: 1 2024-03-20T17:00:31.310 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kLZ4Compression supported: 1 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: kBZip2Compression supported: 0 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.merge_operator: 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_filter: None 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_filter_factory: None 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.sst_partitioner_factory: None 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-20T17:00:31.311 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562a0efa5ae0) 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: cache_index_and_filter_blocks: 1 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: pin_top_level_index_and_filter: 1 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: index_type: 0 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: data_block_index_type: 0 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: index_shortening: 1 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: checksum: 4 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: no_block_cache: 0 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_cache: 0x562a0efab090 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_cache_name: BinnedLRUCache 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_cache_options: 2024-03-20T17:00:31.312 INFO:journalctl@ceph.mon.c.smithi174.stdout: capacity : 536870912 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: num_shard_bits : 4 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: strict_capacity_limit : 0 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: high_pri_pool_ratio: 0.000 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_cache_compressed: (nil) 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: persistent_cache: (nil) 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_size: 4096 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_size_deviation: 10 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_restart_interval: 16 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: index_block_restart_interval: 1 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: metadata_block_size: 4096 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: partition_filters: 0 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: use_delta_encoding: 1 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: filter_policy: bloomfilter 2024-03-20T17:00:31.313 INFO:journalctl@ceph.mon.c.smithi174.stdout: whole_key_filtering: 1 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: verify_compression: 0 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: read_amp_bytes_per_bit: 0 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: format_version: 5 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: enable_index_compression: 1 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: block_align: 0 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: max_auto_readahead_size: 262144 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: prepopulate_block_cache: 0 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: initial_auto_readahead_size: 8192 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout: num_file_reads_for_auto_readahead: 2 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.write_buffer_size: 33554432 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_write_buffer_number: 2 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression: NoCompression 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression: Disabled 2024-03-20T17:00:31.314 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.prefix_extractor: nullptr 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.num_levels: 7 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-20T17:00:31.315 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.level: 32767 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.strategy: 0 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.enabled: false 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.target_file_size_base: 67108864 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-20T17:00:31.316 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.arena_block_size: 1048576 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-20T17:00:31.317 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.disable_auto_compactions: 0 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.inplace_update_support: 0 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-20T17:00:31.318 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.bloom_locality: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.max_successive_merges: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.paranoid_file_checks: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.force_consistency_checks: 1 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.report_bg_io_stats: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.ttl: 2592000 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.enable_blob_files: false 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.min_blob_size: 0 2024-03-20T17:00:31.319 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.blob_file_size: 268435456 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.blob_file_starting_level: 0 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ebc55033-ffa9-492d-89c7-6c3907c4a9a8 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710954031067753, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710954031068335, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1710954031, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ebc55033-ffa9-492d-89c7-6c3907c4a9a8", "db_session_id": "M3XLI550RUFCDEXCG1JG", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-20T17:00:31.320 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710954031068441, "job": 1, "event": "recovery_finished"} 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562a0f09e000 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: DB pointer 0x562a0f088000 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: ** DB Stats ** 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-20T17:00:31.321 INFO:journalctl@ceph.mon.c.smithi174.stdout: 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: ** Compaction Stats [default] ** 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: ** Compaction Stats [default] ** 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.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 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-20T17:00:31.322 INFO:journalctl@ceph.mon.c.smithi174.stdout: 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: Block cache BinnedLRUCache@0x562a0efab090#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-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-20T17:00:31.323 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: using public_addr v2:172.21.15.174:0/0 -> [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: starting mon.c rank -1 at public addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] at bind addrs [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(???) e0 preinit fsid eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).mds e1 new map 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).mds e1 print_map 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout: e1 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.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-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout: legacy client fscid: -1 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout: 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout: No filesystems configured 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-20T17:00:31.324 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Added host smithi083 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:00:31.325 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi083:/etc/ceph/ceph.conf 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Deploying cephadm binary to smithi174 2024-03-20T17:00:31.326 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Added host smithi174 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:00:31.327 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/3668480469' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi174:/etc/ceph/ceph.conf 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/3668480469' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:31.328 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Saving service mon spec with placement smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c;count:3 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: Deploying daemon mon.c on smithi174 2024-03-20T17:00:31.329 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.330 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:31.330 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: from='client.? 172.21.15.174:0/2298280917' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:31.330 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 ceph-mon[33850]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-20T17:00:31.330 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 bash[33831]: 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 2024-03-20T17:00:31.330 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:31 smithi174 systemd[1]: Started Ceph mon.c for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T17:00:31.710 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T17:00:31.711 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T17:00:31.945 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: mon.a calling monitor election 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: mon.c calling monitor election 2024-03-20T17:00:36.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: monmap e2: 2 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: fsmap 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: mgrmap e13: a(active, since 51s) 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: overall HEALTH_OK 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:36.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:36.553 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:36.553 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:36 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:36.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:00:36.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: mon.a calling monitor election 2024-03-20T17:00:36.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: mon.c calling monitor election 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: monmap e2: 2 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: fsmap 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: mgrmap e13: a(active, since 51s) 2024-03-20T17:00:36.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: overall HEALTH_OK 2024-03-20T17:00:36.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:36.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:36.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:36.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:36.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:36 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:36.701 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T17:00:36.701 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":2,"fsid":"eaab8a82-e6da-11ee-95c9-87774f69a715","modified":"2024-03-20T17:00:31.093265Z","created":"2024-03-20T16:58:38.122024Z","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.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-20T17:00:36.704 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 2 2024-03-20T17:00:37.287 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:37 smithi174 ceph-mon[33850]: Deploying daemon mon.b on smithi083 2024-03-20T17:00:37.287 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:37 smithi174 ceph-mon[33850]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:37.287 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:37 smithi174 ceph-mon[33850]: from='client.? 172.21.15.174:0/580222586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:37.287 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:37 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:37.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:37 smithi081 ceph-mon[29630]: Deploying daemon mon.b on smithi083 2024-03-20T17:00:37.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:37 smithi081 ceph-mon[29630]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:37.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:37 smithi081 ceph-mon[29630]: from='client.? 172.21.15.174:0/580222586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:37.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:37 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:38.315 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-20T17:00:38.315 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-20T17:00:38.559 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T17:00:39.864 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:39 smithi174 ceph-mon[33850]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:39 smithi081 ceph-mon[29630]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(???) e0 preinit fsid eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).mds e1 new map 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).mds e1 print_map 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout: e1 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.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-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout: legacy client fscid: -1 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout: 2024-03-20T17:00:40.205 INFO:journalctl@ceph.mon.b.smithi083.stdout: No filesystems configured 2024-03-20T17:00:40.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-20T17:00:40.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: 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-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Added host smithi083 2024-03-20T17:00:40.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi174", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:00:40.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi083:/etc/ceph/ceph.conf 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Deploying cephadm binary to smithi174 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.707 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Added host smithi174 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/3668480469' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.708 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi174", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi174:/etc/ceph/ceph.conf 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/3668480469' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.709 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:40.710 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:40.710 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:40.710 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.710 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:40.710 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:40.710 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Saving service mon spec with placement smithi081:172.21.15.81=a;smithi083:172.21.15.83=b;smithi174:172.21.15.174=c;count:3 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Deploying daemon mon.c on smithi174 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.? 172.21.15.174:0/2298280917' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.a calling monitor election 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.c calling monitor election 2024-03-20T17:00:40.711 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: monmap e2: 2 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: fsmap 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mgrmap e13: a(active, since 51s) 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: overall HEALTH_OK 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:40.712 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: Deploying daemon mon.b on smithi083 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='client.? 172.21.15.174:0/580222586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 ceph-mon[33488]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 bash[33469]: ad5043d89ef6fbefc0a3f898430fe2828093a35b4074d3f489265aba27b3c982 2024-03-20T17:00:40.713 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:40 smithi083 systemd[1]: Started Ceph mon.b for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T17:00:45.248 INFO:teuthology.orchestra.run.smithi174.stdout: 2024-03-20T17:00:45.248 INFO:teuthology.orchestra.run.smithi174.stdout:{"epoch":3,"fsid":"eaab8a82-e6da-11ee-95c9-87774f69a715","modified":"2024-03-20T17:00:40.212553Z","created":"2024-03-20T16:58:38.122024Z","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.81:3300","nonce":0},{"type":"v1","addr":"172.21.15.81:6789","nonce":0}]},"addr":"172.21.15.81:6789/0","public_addr":"172.21.15.81:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:3300","nonce":0},{"type":"v1","addr":"172.21.15.174:6789","nonce":0}]},"addr":"172.21.15.174:6789/0","public_addr":"172.21.15.174:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-20T17:00:45.251 INFO:teuthology.orchestra.run.smithi174.stderr:dumped monmap epoch 3 2024-03-20T17:00:45.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: mon.c calling monitor election 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: mon.a calling monitor election 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='client.? 172.21.15.174:0/3967550146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: monmap e3: 3 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: fsmap 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: mgrmap e13: a(active, since 60s) 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: mon.b (rank 2) addr [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] is down (out of quorum) 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:45 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: mon.c calling monitor election 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: mon.a calling monitor election 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='client.? 172.21.15.174:0/3967550146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:45.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: monmap e3: 3 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: fsmap 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: mgrmap e13: a(active, since 60s) 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T17:00:45.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-20T17:00:45.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: mon.b (rank 2) addr [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] is down (out of quorum) 2024-03-20T17:00:45.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:45 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:45.834 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-20T17:00:45.834 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph config generate-minimal-conf 2024-03-20T17:00:46.081 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:46.515 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:46 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:46.516 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:46 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:46.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:46 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:46.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:46 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: mon.c calling monitor election 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: mon.a calling monitor election 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='client.? 172.21.15.174:0/3967550146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-20T17:00:47.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: monmap e3: 3 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: fsmap 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: mgrmap e13: a(active, since 60s) 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: mon.b (rank 2) addr [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] is down (out of quorum) 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:47.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:47 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:47.930 INFO:teuthology.orchestra.run.smithi081.stdout:# minimal ceph.conf for eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:00:47.930 INFO:teuthology.orchestra.run.smithi081.stdout:[global] 2024-03-20T17:00:47.930 INFO:teuthology.orchestra.run.smithi081.stdout: fsid = eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:00:47.930 INFO:teuthology.orchestra.run.smithi081.stdout: mon_host = [v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0] [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] [v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0] 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: mon.b calling monitor election 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: mon.b calling monitor election 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: mon.c calling monitor election 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: mon.a calling monitor election 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: monmap e3: 3 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: fsmap 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: mgrmap e13: a(active, since 62s) 2024-03-20T17:00:48.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Cluster is now healthy 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: overall HEALTH_OK 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Reconfiguring mon.a (unknown last config time)... 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: Reconfiguring daemon mon.a on smithi081 2024-03-20T17:00:48.456 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:48 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/3690531506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: mon.b calling monitor election 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: mon.b calling monitor election 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: mon.c calling monitor election 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: mon.a calling monitor election 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: monmap e3: 3 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:48.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: fsmap 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: mgrmap e13: a(active, since 62s) 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Cluster is now healthy 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: overall HEALTH_OK 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Reconfiguring mon.a (unknown last config time)... 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: Reconfiguring daemon mon.a on smithi081 2024-03-20T17:00:48.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:48 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3690531506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: mon.b calling monitor election 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: mon.b calling monitor election 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: mon.c calling monitor election 2024-03-20T17:00:48.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: mon.a calling monitor election 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: monmap e3: 3 mons at {a=[v2:172.21.15.81:3300/0,v1:172.21.15.81:6789/0],b=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.174:3300/0,v1:172.21.15.174:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: fsmap 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: osdmap e4: 0 total, 0 up, 0 in 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: mgrmap e13: a(active, since 62s) 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Cluster is now healthy 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: overall HEALTH_OK 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Reconfiguring mon.a (unknown last config time)... 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:48.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:48.553 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:48.553 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: Reconfiguring daemon mon.a on smithi081 2024-03-20T17:00:48.553 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:48 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/3690531506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:49.378 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-20T17:00:49.378 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T17:00:49.378 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T17:00:49.407 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T17:00:49.407 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:49.471 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:49.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:49.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:49.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:49.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:49.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:49.472 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:49.475 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T17:00:49.475 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T17:00:49.499 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:49.499 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:49.499 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:49.499 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:49.499 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:49.500 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:49.500 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:49.503 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T17:00:49.504 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:49.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:00:49.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:49.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:49.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:49.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:49.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:49.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:49.571 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T17:00:49.571 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.conf 2024-03-20T17:00:49.605 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T17:00:49.605 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:00:49.676 INFO:tasks.cephadm:Adding mgr.a on smithi081 2024-03-20T17:00:49.676 INFO:tasks.cephadm:Adding mgr.b on smithi083 2024-03-20T17:00:49.676 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch apply mgr '2;smithi081=a;smithi083=b' 2024-03-20T17:00:49.953 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T17:00:51.016 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: Reconfiguring mon.b (monmap changed)... 2024-03-20T17:00:51.016 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: Reconfiguring daemon mon.b on smithi083 2024-03-20T17:00:51.016 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.016 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.016 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.016 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:51.017 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:51.017 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:50 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: Reconfiguring mon.b (monmap changed)... 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: Reconfiguring daemon mon.b on smithi083 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:51.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:50 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:51.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: Reconfiguring mon.b (monmap changed)... 2024-03-20T17:00:51.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: Reconfiguring daemon mon.b on smithi083 2024-03-20T17:00:51.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:51.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-20T17:00:51.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-20T17:00:51.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:50 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:52.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:51 smithi174 ceph-mon[33850]: Reconfiguring mon.c (monmap changed)... 2024-03-20T17:00:52.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:51 smithi174 ceph-mon[33850]: Reconfiguring daemon mon.c on smithi174 2024-03-20T17:00:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:51 smithi174 ceph-mon[33850]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:52.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:51 smithi081 ceph-mon[29630]: Reconfiguring mon.c (monmap changed)... 2024-03-20T17:00:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:51 smithi081 ceph-mon[29630]: Reconfiguring daemon mon.c on smithi174 2024-03-20T17:00:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:51 smithi081 ceph-mon[29630]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:52.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:51 smithi083 ceph-mon[33488]: Reconfiguring mon.c (monmap changed)... 2024-03-20T17:00:52.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:51 smithi083 ceph-mon[33488]: Reconfiguring daemon mon.c on smithi174 2024-03-20T17:00:52.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:51 smithi083 ceph-mon[33488]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:52.747 INFO:teuthology.orchestra.run.smithi174.stdout:Scheduled mgr update... 2024-03-20T17:00:53.345 DEBUG:teuthology.orchestra.run.smithi083:mgr.b> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.b.service 2024-03-20T17:00:53.347 INFO:tasks.cephadm:Deploying OSDs... 2024-03-20T17:00:53.348 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2024-03-20T17:00:53.348 DEBUG:teuthology.orchestra.run.smithi081:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T17:00:53.364 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-20T17:00:53.364 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_1 2024-03-20T17:00:53.421 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T17:00:53.421 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:53.421 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-20T17:00:53.422 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:53.422 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:53.422 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-20 16:59:57.410906561 +0000 2024-03-20T17:00:53.422 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-20 16:54:05.632399002 +0000 2024-03-20T17:00:53.422 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-20 16:54:05.632399002 +0000 2024-03-20T17:00:53.422 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-20 16:54:05.632399002 +0000 2024-03-20T17:00:53.422 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T17:00:53.489 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-20T17:00:53.489 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-20T17:00:53.489 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000217948 s, 2.3 MB/s 2024-03-20T17:00:53.490 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T17:00:53.547 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_2 2024-03-20T17:00:53.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi081=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: Saving service mgr spec with placement smithi081=a;smithi083=b;count:2 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:53.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:53.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T17:00:53.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T17:00:53.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T17:00:53.552 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:53 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:53.602 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-20 16:59:57.448905835 +0000 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-20 16:54:05.972392402 +0000 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-20 16:54:05.972392402 +0000 2024-03-20T17:00:53.603 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-20 16:54:05.972392402 +0000 2024-03-20T17:00:53.603 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T17:00:53.649 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi081=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: Saving service mgr spec with placement smithi081=a;smithi083=b;count:2 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T17:00:53.650 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:53 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi081=a;smithi083=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: Saving service mgr spec with placement smithi081=a;smithi083=b;count:2 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T17:00:53.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-20T17:00:53.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T17:00:53.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:53 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:53.668 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-20T17:00:53.669 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-20T17:00:53.669 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000258009 s, 2.0 MB/s 2024-03-20T17:00:53.670 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T17:00:53.726 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_3 2024-03-20T17:00:53.781 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T17:00:53.781 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:53.781 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-03-20T17:00:53.781 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:53.781 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:53.781 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-20 16:59:57.480905223 +0000 2024-03-20T17:00:53.782 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-20 16:54:06.304385958 +0000 2024-03-20T17:00:53.782 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-20 16:54:06.304385958 +0000 2024-03-20T17:00:53.782 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-20 16:54:06.304385958 +0000 2024-03-20T17:00:53.782 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T17:00:53.847 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-20T17:00:53.847 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-20T17:00:53.847 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000207915 s, 2.5 MB/s 2024-03-20T17:00:53.848 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T17:00:53.903 DEBUG:teuthology.orchestra.run.smithi081:> stat /dev/vg_nvme/lv_4 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout:Access: 2024-03-20 16:59:57.513904592 +0000 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout:Modify: 2024-03-20 16:54:06.649379261 +0000 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout:Change: 2024-03-20 16:54:06.649379261 +0000 2024-03-20T17:00:53.958 INFO:teuthology.orchestra.run.smithi081.stdout: Birth: 2024-03-20 16:54:06.649379261 +0000 2024-03-20T17:00:53.959 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T17:00:54.023 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records in 2024-03-20T17:00:54.024 INFO:teuthology.orchestra.run.smithi081.stderr:1+0 records out 2024-03-20T17:00:54.024 INFO:teuthology.orchestra.run.smithi081.stderr:512 bytes copied, 0.000196713 s, 2.6 MB/s 2024-03-20T17:00:54.025 DEBUG:teuthology.orchestra.run.smithi081:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T17:00:54.081 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-03-20T17:00:54.081 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T17:00:54.098 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-20T17:00:54.098 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2024-03-20T17:00:54.153 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T17:00:54.153 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-03-20 17:00:39.652774839 +0000 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-03-20 16:54:07.983219054 +0000 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-03-20 16:54:07.983219054 +0000 2024-03-20T17:00:54.154 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-03-20 16:54:07.983219054 +0000 2024-03-20T17:00:54.154 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T17:00:54.219 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-03-20T17:00:54.220 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-03-20T17:00:54.220 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000220588 s, 2.3 MB/s 2024-03-20T17:00:54.221 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T17:00:54.276 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2024-03-20T17:00:54.334 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T17:00:54.334 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:54.334 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-03-20T17:00:54.334 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:54.334 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:54.335 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-03-20 17:00:39.652774839 +0000 2024-03-20T17:00:54.335 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-03-20 16:54:08.309211392 +0000 2024-03-20T17:00:54.335 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-03-20 16:54:08.309211392 +0000 2024-03-20T17:00:54.335 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-03-20 16:54:08.309211392 +0000 2024-03-20T17:00:54.335 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T17:00:54.399 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-03-20T17:00:54.400 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-03-20T17:00:54.400 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000216105 s, 2.4 MB/s 2024-03-20T17:00:54.401 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T17:00:54.457 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2024-03-20T17:00:54.486 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:54 smithi083 ceph-mon[33488]: Deploying daemon mgr.b on smithi083 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-03-20 17:00:39.652774839 +0000 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-03-20 16:54:08.652203331 +0000 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-03-20 16:54:08.652203331 +0000 2024-03-20T17:00:54.500 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-03-20 16:54:08.652203331 +0000 2024-03-20T17:00:54.501 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T17:00:54.565 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-03-20T17:00:54.566 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-03-20T17:00:54.566 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000200069 s, 2.6 MB/s 2024-03-20T17:00:54.567 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T17:00:54.623 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2024-03-20T17:00:54.653 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:54 smithi081 ceph-mon[29630]: Deploying daemon mgr.b on smithi083 2024-03-20T17:00:54.677 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T17:00:54.677 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-03-20 17:00:54.676424826 +0000 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-03-20 16:54:08.984195527 +0000 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-03-20 16:54:08.984195527 +0000 2024-03-20T17:00:54.678 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: 2024-03-20 16:54:08.984195527 +0000 2024-03-20T17:00:54.678 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T17:00:54.722 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:54 smithi174 ceph-mon[33850]: Deploying daemon mgr.b on smithi083 2024-03-20T17:00:54.747 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-03-20T17:00:54.747 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-03-20T17:00:54.747 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000202102 s, 2.5 MB/s 2024-03-20T17:00:54.748 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T17:00:54.804 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2024-03-20T17:00:54.805 DEBUG:teuthology.orchestra.run.smithi174:> dd if=/scratch_devs of=/dev/stdout 2024-03-20T17:00:54.820 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-20T17:00:54.820 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_1 2024-03-20T17:00:54.876 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-20T17:00:54.876 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:54.876 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 663 Links: 1 2024-03-20T17:00:54.877 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:54.877 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:54.877 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-03-20 17:00:29.990361338 +0000 2024-03-20T17:00:54.877 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-03-20 16:54:04.188597865 +0000 2024-03-20T17:00:54.877 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-03-20 16:54:04.188597865 +0000 2024-03-20T17:00:54.877 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-03-20 16:54:04.188597865 +0000 2024-03-20T17:00:54.877 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-20T17:00:54.943 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-03-20T17:00:54.944 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-03-20T17:00:54.944 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000212768 s, 2.4 MB/s 2024-03-20T17:00:54.945 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-20T17:00:55.000 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_2 2024-03-20T17:00:55.056 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 681 Links: 1 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-03-20 17:00:29.990361338 +0000 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-03-20 16:54:04.527593013 +0000 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-03-20 16:54:04.527593013 +0000 2024-03-20T17:00:55.057 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-03-20 16:54:04.527593013 +0000 2024-03-20T17:00:55.057 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-20T17:00:55.122 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:54 smithi083 systemd[1]: Starting Ceph mgr.b for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:00:55.123 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-03-20T17:00:55.123 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-03-20T17:00:55.124 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000209324 s, 2.4 MB/s 2024-03-20T17:00:55.125 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-20T17:00:55.180 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_3 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 699 Links: 1 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-03-20 17:00:29.991361324 +0000 2024-03-20T17:00:55.236 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-03-20 16:54:04.868588133 +0000 2024-03-20T17:00:55.237 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-03-20 16:54:04.868588133 +0000 2024-03-20T17:00:55.237 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-03-20 16:54:04.868588133 +0000 2024-03-20T17:00:55.237 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-20T17:00:55.302 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-03-20T17:00:55.302 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-03-20T17:00:55.302 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000189479 s, 2.7 MB/s 2024-03-20T17:00:55.303 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-20T17:00:55.358 DEBUG:teuthology.orchestra.run.smithi174:> stat /dev/vg_nvme/lv_4 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:55 smithi083 ceph-mon[33488]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 podman[34850]: 2024-03-20 17:00:55.123352153 +0000 UTC m=+0.102866817 container create abd6822fc3877e4c763ba7254674417024eb7d038f21a4e10c4aec6f6dd56508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5) 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 podman[34850]: 2024-03-20 17:00:55.037831679 +0000 UTC m=+0.017346345 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 podman[34850]: 2024-03-20 17:00:55.29239863 +0000 UTC m=+0.271913293 container init abd6822fc3877e4c763ba7254674417024eb7d038f21a4e10c4aec6f6dd56508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 podman[34850]: 2024-03-20 17:00:55.294962092 +0000 UTC m=+0.274476754 container start abd6822fc3877e4c763ba7254674417024eb7d038f21a4e10c4aec6f6dd56508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=) 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 ceph-mgr[34869]: -- 172.21.15.83:0/4199345496 <== mon.2 v2:172.21.15.83:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c94c2245a0 con 0x55c94c1f9000 2024-03-20T17:00:55.391 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 bash[34850]: abd6822fc3877e4c763ba7254674417024eb7d038f21a4e10c4aec6f6dd56508 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout:Device: 5h/5d Inode: 717 Links: 1 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout:Context: system_u:object_r:device_t:s0 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout:Access: 2024-03-20 17:00:29.991361324 +0000 2024-03-20T17:00:55.413 INFO:teuthology.orchestra.run.smithi174.stdout:Modify: 2024-03-20 16:54:05.203583338 +0000 2024-03-20T17:00:55.414 INFO:teuthology.orchestra.run.smithi174.stdout:Change: 2024-03-20 16:54:05.203583338 +0000 2024-03-20T17:00:55.414 INFO:teuthology.orchestra.run.smithi174.stdout: Birth: 2024-03-20 16:54:05.203583338 +0000 2024-03-20T17:00:55.414 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-20T17:00:55.476 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:55 smithi174 ceph-mon[33850]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:55.478 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records in 2024-03-20T17:00:55.479 INFO:teuthology.orchestra.run.smithi174.stderr:1+0 records out 2024-03-20T17:00:55.479 INFO:teuthology.orchestra.run.smithi174.stderr:512 bytes copied, 0.000174871 s, 2.9 MB/s 2024-03-20T17:00:55.480 DEBUG:teuthology.orchestra.run.smithi174:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-20T17:00:55.535 INFO:tasks.cephadm:Deploying osd.0 on smithi081 with /dev/vg_nvme/lv_4... 2024-03-20T17:00:55.535 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T17:00:55.653 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:55 smithi081 ceph-mon[29630]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:55.704 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 systemd[1]: Started Ceph mgr.b for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T17:00:55.789 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:56.204 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:55.853+0000 7f4e050f8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T17:00:56.204 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:55 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:55.948+0000 7f4e050f8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T17:00:56.575 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:56 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.575 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:56 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.575 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:56 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.575 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:56 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.575 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:56 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:56.627+0000 7f4e050f8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T17:00:56.719 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:56.719+0000 7f4e050f8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T17:00:56.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:56 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:56 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:56 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:56 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:56.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:56 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:57.054 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:56.868+0000 7f4e050f8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T17:00:57.054 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:56 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:56.968+0000 7f4e050f8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T17:00:57.054 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:57.054+0000 7f4e050f8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T17:00:57.327 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:57.327+0000 7f4e050f8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T17:00:57.625 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:57.440+0000 7f4e050f8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:57.530+0000 7f4e050f8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:57.626+0000 7f4e050f8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.626 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T17:00:57.627 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T17:00:57.627 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T17:00:57.758 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:57 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:57.758 INFO:teuthology.orchestra.run.smithi081.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T17:00:57.759 INFO:teuthology.orchestra.run.smithi081.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T17:00:57.759 INFO:teuthology.orchestra.run.smithi081.stderr: stderr: 10+0 records in 2024-03-20T17:00:57.759 INFO:teuthology.orchestra.run.smithi081.stderr:10+0 records out 2024-03-20T17:00:57.759 INFO:teuthology.orchestra.run.smithi081.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011533 s, 909 MB/s 2024-03-20T17:00:57.759 INFO:teuthology.orchestra.run.smithi081.stderr:--> Zapping successful for: 2024-03-20T17:00:57.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-20T17:00:57.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:57 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:57.954 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:57 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:57.805+0000 7f4e050f8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T17:00:58.655 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi081:vg_nvme/lv_4 2024-03-20T17:00:58.681 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:58 smithi081 ceph-mon[29630]: Reconfiguring mgr.a (unknown last config time)... 2024-03-20T17:00:58.681 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:58 smithi081 ceph-mon[29630]: Reconfiguring daemon mgr.a on smithi081 2024-03-20T17:00:58.775 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:58 smithi083 ceph-mon[33488]: Reconfiguring mgr.a (unknown last config time)... 2024-03-20T17:00:58.775 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:58 smithi083 ceph-mon[33488]: Reconfiguring daemon mgr.a on smithi081 2024-03-20T17:00:58.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:58 smithi174 ceph-mon[33850]: Reconfiguring mgr.a (unknown last config time)... 2024-03-20T17:00:58.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:58 smithi174 ceph-mon[33850]: Reconfiguring daemon mgr.a on smithi081 2024-03-20T17:00:59.204 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:58 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:58.775+0000 7f4e050f8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T17:00:59.204 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:58 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:58.905+0000 7f4e050f8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T17:00:59.226 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:00:59.533 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:59.533 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:59.251+0000 7f4e050f8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:59.340+0000 7f4e050f8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T17:00:59.534 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:59.534+0000 7f4e050f8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:59.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:00:59 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:00:59.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:00:59.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:00:59.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:00:59.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:00:59 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:00:59.954 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:59.717+0000 7f4e050f8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T17:01:00.252 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:00:59 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:00:59.996+0000 7f4e050f8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T17:01:00.704 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:01:00 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:01:00.252+0000 7f4e050f8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T17:01:00.704 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:01:00 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:01:00.485+0000 7f4e050f8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T17:01:01.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:00 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:01.073 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:00 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:01.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:00 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:01.454 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:01:01.286+0000 7f4e050f8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T17:01:02.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:01 smithi174 ceph-mon[33850]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:02.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:01 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:02.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:01 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:02.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:01 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:02.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:01 smithi081 ceph-mon[29630]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:02.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:02.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:02.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:02.156 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-mon[33488]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:02.156 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:02.157 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:02.157 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:02.157 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:01:01.848+0000 7f4e050f8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T17:01:02.157 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:01:01 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:01:01.943+0000 7f4e050f8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T17:01:02.157 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:01:02.157+0000 7f4e050f8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T17:01:03.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:02 smithi174 ceph-mon[33850]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:03.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:02 smithi174 ceph-mon[33850]: Standby manager daemon b started 2024-03-20T17:01:03.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:02 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T17:01:03.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:02 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T17:01:03.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:02 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T17:01:03.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:02 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T17:01:03.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:02 smithi081 ceph-mon[29630]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:03.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:02 smithi081 ceph-mon[29630]: Standby manager daemon b started 2024-03-20T17:01:03.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:02 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T17:01:03.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:02 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T17:01:03.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:02 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T17:01:03.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:02 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T17:01:03.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-mon[33488]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi081:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:03.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-mon[33488]: Standby manager daemon b started 2024-03-20T17:01:03.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T17:01:03.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T17:01:03.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T17:01:03.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:02 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2532445398' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T17:01:04.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:04.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: mgrmap e14: a(active, since 78s), standbys: b 2024-03-20T17:01:04.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T17:01:04.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/744259644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "effffba4-8c50-490d-9672-a6a26cfafb75"}]: dispatch 2024-03-20T17:01:04.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/744259644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "effffba4-8c50-490d-9672-a6a26cfafb75"}]': finished 2024-03-20T17:01:04.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: osdmap e5: 1 total, 0 up, 1 in 2024-03-20T17:01:04.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: mgrmap e14: a(active, since 78s), standbys: b 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/744259644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "effffba4-8c50-490d-9672-a6a26cfafb75"}]: dispatch 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/744259644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "effffba4-8c50-490d-9672-a6a26cfafb75"}]': finished 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: osdmap e5: 1 total, 0 up, 1 in 2024-03-20T17:01:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: mgrmap e14: a(active, since 78s), standbys: b 2024-03-20T17:01:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T17:01:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/744259644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "effffba4-8c50-490d-9672-a6a26cfafb75"}]: dispatch 2024-03-20T17:01:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/744259644' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "effffba4-8c50-490d-9672-a6a26cfafb75"}]': finished 2024-03-20T17:01:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: osdmap e5: 1 total, 0 up, 1 in 2024-03-20T17:01:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:05.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:04 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/2735686862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:05.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:04 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2735686862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:05.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:04 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/2735686862' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:06.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:05 smithi174 ceph-mon[33850]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:06.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:05 smithi081 ceph-mon[29630]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:05 smithi083 ceph-mon[33488]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:07.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:07 smithi081 ceph-mon[29630]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:07.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:07 smithi083 ceph-mon[33488]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:08.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:07 smithi174 ceph-mon[33850]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:09.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:09 smithi081 ceph-mon[29630]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:09.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:09 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T17:01:09.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:09 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:10.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:09 smithi174 ceph-mon[33850]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:10.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:09 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T17:01:10.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:09 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:10.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:09 smithi083 ceph-mon[33488]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:10.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:09 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-20T17:01:10.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:09 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:10.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:10 smithi081 ceph-mon[29630]: Deploying daemon osd.0 on smithi081 2024-03-20T17:01:11.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:10 smithi174 ceph-mon[33850]: Deploying daemon osd.0 on smithi081 2024-03-20T17:01:11.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:10 smithi083 ceph-mon[33488]: Deploying daemon osd.0 on smithi081 2024-03-20T17:01:12.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:11 smithi174 ceph-mon[33850]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:12.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:11 smithi081 ceph-mon[29630]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:12.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:11 smithi083 ceph-mon[33488]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:14.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:13 smithi174 ceph-mon[33850]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:14.135 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:13 smithi081 ceph-mon[29630]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:14.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:13 smithi083 ceph-mon[33488]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:16.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:15 smithi174 ceph-mon[33850]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:16.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:15 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:16.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:15 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:16.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:15 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:16.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:15 smithi081 ceph-mon[29630]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:16.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:15 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:16.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:15 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:16.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:15 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:16.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:15 smithi083 ceph-mon[33488]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:16.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:15 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:16.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:15 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:16.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:15 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:18.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:17 smithi174 ceph-mon[33850]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:18.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:17 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:17 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:17 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:18.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:17 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:18.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:17 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.066 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:17 smithi081 ceph-mon[29630]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:18.067 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.067 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.067 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:18.067 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:18.067 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:17 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:17 smithi083 ceph-mon[33488]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:17 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:17 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:17 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:17 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:18.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:17 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.615 INFO:teuthology.orchestra.run.smithi081.stdout:Created osd(s) 0 on host 'smithi081' 2024-03-20T17:01:18.902 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:18 smithi081 ceph-mon[29630]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T17:01:18.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:18 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:18 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:18.903 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:18 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:19.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:18 smithi174 ceph-mon[33850]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T17:01:19.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:18 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:19.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:18 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:19.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:18 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:19.164 DEBUG:teuthology.orchestra.run.smithi081:osd.0> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.0.service 2024-03-20T17:01:19.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:18 smithi083 ceph-mon[33488]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-20T17:01:19.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:18 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:19.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:18 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:19.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:18 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:19.207 INFO:tasks.cephadm:Deploying osd.1 on smithi083 with /dev/vg_nvme/lv_4... 2024-03-20T17:01:19.207 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T17:01:19.451 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.b/config 2024-03-20T17:01:20.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:20 smithi083 ceph-mon[33488]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:20.207 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:20 smithi083 ceph-mon[33488]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T17:01:20.207 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:20 smithi083 ceph-mon[33488]: osdmap e6: 1 total, 0 up, 1 in 2024-03-20T17:01:20.207 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:20 smithi083 ceph-mon[33488]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-03-20T17:01:20.207 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:20 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:20.251 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-mon[29630]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:20.251 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-mon[29630]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T17:01:20.251 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-mon[29630]: osdmap e6: 1 total, 0 up, 1 in 2024-03-20T17:01:20.251 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-mon[29630]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-03-20T17:01:20.251 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:20.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:20 smithi174 ceph-mon[33850]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:20.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:20 smithi174 ceph-mon[33850]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-20T17:01:20.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:20 smithi174 ceph-mon[33850]: osdmap e6: 1 total, 0 up, 1 in 2024-03-20T17:01:20.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:20 smithi174 ceph-mon[33850]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]: dispatch 2024-03-20T17:01:20.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:20 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:20.523 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0[44472]: 2024-03-20T17:01:20.265+0000 7fbba877f700 -1 osd.0 0 waiting for initial osdmap 2024-03-20T17:01:20.523 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:01:20 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0[44472]: 2024-03-20T17:01:20.268+0000 7fbb9fd69700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-20T17:01:21.292 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-03-20T17:01:21.292 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: osdmap e7: 1 total, 0 up, 1 in 2024-03-20T17:01:21.292 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.292 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.292 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' 2024-03-20T17:01:21.293 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:21.293 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:21 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-03-20T17:01:21.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: osdmap e7: 1 total, 0 up, 1 in 2024-03-20T17:01:21.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' 2024-03-20T17:01:21.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:21.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:21 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.325 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T17:01:21.325 INFO:teuthology.orchestra.run.smithi083.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T17:01:21.325 INFO:teuthology.orchestra.run.smithi083.stderr: stderr: 10+0 records in 2024-03-20T17:01:21.325 INFO:teuthology.orchestra.run.smithi083.stderr:10+0 records out 2024-03-20T17:01:21.325 INFO:teuthology.orchestra.run.smithi083.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112781 s, 930 MB/s 2024-03-20T17:01:21.325 INFO:teuthology.orchestra.run.smithi083.stderr:--> Zapping successful for: 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi081", "root=default"]}]': finished 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: osdmap e7: 1 total, 0 up, 1 in 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: from='osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983]' entity='osd.0' 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-20T17:01:21.326 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:21 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:21.925 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi083:vg_nvme/lv_4 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: purged_snaps scrub starts 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: purged_snaps scrub ok 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983] boot 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: osdmap e8: 1 total, 1 up, 1 in 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:22.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:22.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:22 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.167 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.b/config 2024-03-20T17:01:22.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: purged_snaps scrub starts 2024-03-20T17:01:22.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: purged_snaps scrub ok 2024-03-20T17:01:22.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983] boot 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: osdmap e8: 1 total, 1 up, 1 in 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:22.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:22 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: purged_snaps scrub starts 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: purged_snaps scrub ok 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: osd.0 [v2:172.21.15.81:6802/3216579983,v1:172.21.15.81:6803/3216579983] boot 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: osdmap e8: 1 total, 1 up, 1 in 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:22.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:22 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:23.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:23 smithi083 ceph-mon[33488]: Detected new or changed devices on smithi081 2024-03-20T17:01:23.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:23 smithi083 ceph-mon[33488]: Adjusting osd_memory_target on smithi081 to 17088M 2024-03-20T17:01:23.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:23 smithi083 ceph-mon[33488]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:23.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:23 smithi174 ceph-mon[33850]: Detected new or changed devices on smithi081 2024-03-20T17:01:23.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:23 smithi174 ceph-mon[33850]: Adjusting osd_memory_target on smithi081 to 17088M 2024-03-20T17:01:23.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:23 smithi174 ceph-mon[33850]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:23.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:23 smithi081 ceph-mon[29630]: Detected new or changed devices on smithi081 2024-03-20T17:01:23.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:23 smithi081 ceph-mon[29630]: Adjusting osd_memory_target on smithi081 to 17088M 2024-03-20T17:01:23.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:23 smithi081 ceph-mon[29630]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:24.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:24 smithi174 ceph-mon[33850]: osdmap e9: 1 total, 1 up, 1 in 2024-03-20T17:01:24.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:24 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:24.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:24 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:24.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:24 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:24.403 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:24 smithi081 ceph-mon[29630]: osdmap e9: 1 total, 1 up, 1 in 2024-03-20T17:01:24.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:24 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:24.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:24 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:24.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:24 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:24.433 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:24 smithi083 ceph-mon[33488]: osdmap e9: 1 total, 1 up, 1 in 2024-03-20T17:01:24.433 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:24 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:24.433 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:24 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:24.433 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:24 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:25.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:25 smithi174 ceph-mon[33850]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:25.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:25 smithi174 ceph-mon[33850]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:25.361 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:25 smithi083 ceph-mon[33488]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:25.362 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:25 smithi083 ceph-mon[33488]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:25.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:25 smithi081 ceph-mon[29630]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:25.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:25 smithi081 ceph-mon[29630]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:26.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:26 smithi174 ceph-mon[33850]: from='client.? 172.21.15.83:0/1409795694' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]: dispatch 2024-03-20T17:01:26.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:26 smithi174 ceph-mon[33850]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]: dispatch 2024-03-20T17:01:26.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:26 smithi174 ceph-mon[33850]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]': finished 2024-03-20T17:01:26.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:26 smithi174 ceph-mon[33850]: osdmap e10: 2 total, 1 up, 2 in 2024-03-20T17:01:26.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:26 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:26.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:26 smithi081 ceph-mon[29630]: from='client.? 172.21.15.83:0/1409795694' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]: dispatch 2024-03-20T17:01:26.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:26 smithi081 ceph-mon[29630]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]: dispatch 2024-03-20T17:01:26.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:26 smithi081 ceph-mon[29630]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]': finished 2024-03-20T17:01:26.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:26 smithi081 ceph-mon[29630]: osdmap e10: 2 total, 1 up, 2 in 2024-03-20T17:01:26.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:26 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:26.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:26 smithi083 ceph-mon[33488]: from='client.? 172.21.15.83:0/1409795694' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]: dispatch 2024-03-20T17:01:26.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:26 smithi083 ceph-mon[33488]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]: dispatch 2024-03-20T17:01:26.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:26 smithi083 ceph-mon[33488]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c"}]': finished 2024-03-20T17:01:26.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:26 smithi083 ceph-mon[33488]: osdmap e10: 2 total, 1 up, 2 in 2024-03-20T17:01:26.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:26 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:27.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:27 smithi081 ceph-mon[29630]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:27.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:27 smithi081 ceph-mon[29630]: from='client.? 172.21.15.83:0/3638962868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:27.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:27 smithi083 ceph-mon[33488]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:27.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:27 smithi083 ceph-mon[33488]: from='client.? 172.21.15.83:0/3638962868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:27.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:27 smithi174 ceph-mon[33850]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:27.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:27 smithi174 ceph-mon[33850]: from='client.? 172.21.15.83:0/3638962868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:30.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:29 smithi174 ceph-mon[33850]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:30.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:29 smithi081 ceph-mon[29630]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:30.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:29 smithi083 ceph-mon[33488]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:32.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:31 smithi174 ceph-mon[33850]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:32.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:31 smithi081 ceph-mon[29630]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:32.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:31 smithi083 ceph-mon[33488]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:33.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:32 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T17:01:33.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:32 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:33.069 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:32 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T17:01:33.069 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:32 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:33.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:32 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-20T17:01:33.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:32 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:33.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:33 smithi083 ceph-mon[33488]: Deploying daemon osd.1 on smithi083 2024-03-20T17:01:33.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:33 smithi083 ceph-mon[33488]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:34.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:33 smithi174 ceph-mon[33850]: Deploying daemon osd.1 on smithi083 2024-03-20T17:01:34.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:33 smithi174 ceph-mon[33850]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:34.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:33 smithi081 ceph-mon[29630]: Deploying daemon osd.1 on smithi083 2024-03-20T17:01:34.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:33 smithi081 ceph-mon[29630]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:35.910 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:35 smithi083 ceph-mon[33488]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:36.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:35 smithi174 ceph-mon[33850]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:36.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:35 smithi081 ceph-mon[29630]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:38.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:37 smithi174 ceph-mon[33850]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:38.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:37 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:38.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:37 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:38.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:37 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:38.126 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:37 smithi083 ceph-mon[33488]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:38.126 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:37 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:38.126 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:37 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:38.126 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:37 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:38.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:37 smithi081 ceph-mon[29630]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:38.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:37 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:38.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:37 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:38.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:37 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:39.819 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:39 smithi083 ceph-mon[33488]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:40.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:39 smithi174 ceph-mon[33850]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:40.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:39 smithi081 ceph-mon[29630]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:41.006 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 1 on host 'smithi083' 2024-03-20T17:01:41.661 DEBUG:teuthology.orchestra.run.smithi083:osd.1> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.1.service 2024-03-20T17:01:41.664 INFO:tasks.cephadm:Deploying osd.2 on smithi174 with /dev/vg_nvme/lv_4... 2024-03-20T17:01:41.664 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-20T17:01:41.907 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T17:01:41.914 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:41.915 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: from='osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T17:01:41.915 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T17:01:41.915 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:41.915 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:41.915 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:41.915 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:41 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: from='osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.029 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:41 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: from='osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:41 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:42.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-mon[33488]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T17:01:42.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-mon[33488]: from='osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-03-20T17:01:42.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-mon[33488]: osdmap e11: 2 total, 1 up, 2 in 2024-03-20T17:01:42.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:42.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-mon[33488]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-03-20T17:01:42.881 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1[37743]: 2024-03-20T17:01:42.790+0000 7fd1d89da700 -1 osd.1 0 waiting for initial osdmap 2024-03-20T17:01:42.882 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:01:42 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1[37743]: 2024-03-20T17:01:42.792+0000 7fd1d47cd700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-20T17:01:42.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:42 smithi174 ceph-mon[33850]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T17:01:42.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:42 smithi174 ceph-mon[33850]: from='osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-03-20T17:01:42.887 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:42 smithi174 ceph-mon[33850]: osdmap e11: 2 total, 1 up, 2 in 2024-03-20T17:01:42.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:42 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:42.888 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:42 smithi174 ceph-mon[33850]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-03-20T17:01:43.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:42 smithi081 ceph-mon[29630]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-20T17:01:43.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:42 smithi081 ceph-mon[29630]: from='osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-03-20T17:01:43.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:42 smithi081 ceph-mon[29630]: osdmap e11: 2 total, 1 up, 2 in 2024-03-20T17:01:43.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:42 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:43.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:42 smithi081 ceph-mon[29630]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-03-20T17:01:43.674 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-20T17:01:43.674 INFO:teuthology.orchestra.run.smithi174.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-20T17:01:43.674 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10+0 records in 2024-03-20T17:01:43.675 INFO:teuthology.orchestra.run.smithi174.stderr:10+0 records out 2024-03-20T17:01:43.675 INFO:teuthology.orchestra.run.smithi174.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128688 s, 815 MB/s 2024-03-20T17:01:43.675 INFO:teuthology.orchestra.run.smithi174.stderr:--> Zapping successful for: 2024-03-20T17:01:43.950 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:43 smithi083 ceph-mon[33488]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:43.951 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:43 smithi083 ceph-mon[33488]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-03-20T17:01:43.951 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:43 smithi083 ceph-mon[33488]: osdmap e12: 2 total, 1 up, 2 in 2024-03-20T17:01:43.951 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:43 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:43.951 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:43 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:44.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:43 smithi174 ceph-mon[33850]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:44.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:43 smithi174 ceph-mon[33850]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-03-20T17:01:44.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:43 smithi174 ceph-mon[33850]: osdmap e12: 2 total, 1 up, 2 in 2024-03-20T17:01:44.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:43 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:44.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:43 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:44.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:43 smithi081 ceph-mon[29630]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:44.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:43 smithi081 ceph-mon[29630]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-03-20T17:01:44.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:43 smithi081 ceph-mon[29630]: osdmap e12: 2 total, 1 up, 2 in 2024-03-20T17:01:44.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:43 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:44.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:43 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:44.246 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi174:vg_nvme/lv_4 2024-03-20T17:01:44.502 INFO:teuthology.orchestra.run.smithi174.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.c/config 2024-03-20T17:01:45.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: purged_snaps scrub starts 2024-03-20T17:01:45.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: purged_snaps scrub ok 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160] boot 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: osdmap e13: 2 total, 2 up, 2 in 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:45.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:44 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: purged_snaps scrub starts 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: purged_snaps scrub ok 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160] boot 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: osdmap e13: 2 total, 2 up, 2 in 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:45.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:44 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: purged_snaps scrub starts 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: purged_snaps scrub ok 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: osd.1 [v2:172.21.15.83:6800/2261125160,v1:172.21.15.83:6801/2261125160] boot 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: osdmap e13: 2 total, 2 up, 2 in 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:01:45.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:45.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:01:45.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:44 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:01:45.952 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:45 smithi174 ceph-mon[33850]: Detected new or changed devices on smithi083 2024-03-20T17:01:45.952 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:45 smithi174 ceph-mon[33850]: Adjusting osd_memory_target on smithi083 to 17088M 2024-03-20T17:01:45.952 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:45 smithi174 ceph-mon[33850]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:45.952 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:45 smithi174 ceph-mon[33850]: osdmap e14: 2 total, 2 up, 2 in 2024-03-20T17:01:46.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:45 smithi081 ceph-mon[29630]: Detected new or changed devices on smithi083 2024-03-20T17:01:46.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:45 smithi081 ceph-mon[29630]: Adjusting osd_memory_target on smithi083 to 17088M 2024-03-20T17:01:46.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:45 smithi081 ceph-mon[29630]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:46.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:45 smithi081 ceph-mon[29630]: osdmap e14: 2 total, 2 up, 2 in 2024-03-20T17:01:46.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:45 smithi083 ceph-mon[33488]: Detected new or changed devices on smithi083 2024-03-20T17:01:46.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:45 smithi083 ceph-mon[33488]: Adjusting osd_memory_target on smithi083 to 17088M 2024-03-20T17:01:46.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:45 smithi083 ceph-mon[33488]: pgmap v63: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-20T17:01:46.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:45 smithi083 ceph-mon[33488]: osdmap e14: 2 total, 2 up, 2 in 2024-03-20T17:01:47.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:46 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:47.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:46 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:47.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:46 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:47.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:46 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:47.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:46 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:47.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:46 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:47.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:46 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-20T17:01:47.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:46 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-20T17:01:47.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:46 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:48.093 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:47 smithi174 ceph-mon[33850]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:48.093 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:47 smithi174 ceph-mon[33850]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:48.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:47 smithi081 ceph-mon[29630]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:48.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:47 smithi081 ceph-mon[29630]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:48.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:47 smithi083 ceph-mon[33488]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi174:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:01:48.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:47 smithi083 ceph-mon[33488]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: from='client.? 172.21.15.174:0/4292966484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]: dispatch 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]: dispatch 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]': finished 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: osdmap e15: 3 total, 2 up, 3 in 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:01:50.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:49 smithi081 ceph-mon[29630]: from='client.? 172.21.15.174:0/2776648817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: from='client.? 172.21.15.174:0/4292966484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]: dispatch 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]: dispatch 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]': finished 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: osdmap e15: 3 total, 2 up, 3 in 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:01:50.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:49 smithi083 ceph-mon[33488]: from='client.? 172.21.15.174:0/2776648817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: from='client.? 172.21.15.174:0/4292966484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]: dispatch 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]: dispatch 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ff9323f5-c486-4497-8a4a-5daf7f9d4f0c"}]': finished 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: osdmap e15: 3 total, 2 up, 3 in 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:01:50.303 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:49 smithi174 ceph-mon[33850]: from='client.? 172.21.15.174:0/2776648817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-20T17:01:52.049 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:51 smithi174 ceph-mon[33850]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:51 smithi081 ceph-mon[29630]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:52.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:51 smithi083 ceph-mon[33488]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:53.906 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:53 smithi174 ceph-mon[33850]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:53 smithi081 ceph-mon[29630]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:54.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:53 smithi083 ceph-mon[33488]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:56.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:55 smithi174 ceph-mon[33850]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:56.140 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:55 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T17:01:56.141 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:55 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:56.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:55 smithi081 ceph-mon[29630]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:56.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:55 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T17:01:56.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:55 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:56.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:55 smithi083 ceph-mon[33488]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:56.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:55 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-20T17:01:56.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:55 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:01:57.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:56 smithi174 ceph-mon[33850]: Deploying daemon osd.2 on smithi174 2024-03-20T17:01:57.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:56 smithi081 ceph-mon[29630]: Deploying daemon osd.2 on smithi174 2024-03-20T17:01:57.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:56 smithi083 ceph-mon[33488]: Deploying daemon osd.2 on smithi174 2024-03-20T17:01:58.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:57 smithi174 ceph-mon[33850]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:58.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:57 smithi081 ceph-mon[29630]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:01:58.189 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:57 smithi083 ceph-mon[33488]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:00.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:01:59 smithi174 ceph-mon[33850]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:00.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:01:59 smithi081 ceph-mon[29630]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:00.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:01:59 smithi083 ceph-mon[33488]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:01.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:01 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:01.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:01 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:01.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:01 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:01.551 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:01 smithi174 ceph-mon[33850]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:01.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:01 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:01.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:01 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:01.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:01 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:01.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:01 smithi083 ceph-mon[33488]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:01.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:01.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:01.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:01 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:01.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:01 smithi081 ceph-mon[29630]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:03.850 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:03.850 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:03.850 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:03.850 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:03.851 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:03.851 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:03.851 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T17:02:03.851 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:03 smithi174 ceph-mon[33850]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T17:02:03.909 INFO:teuthology.orchestra.run.smithi174.stdout:Created osd(s) 2 on host 'smithi174' 2024-03-20T17:02:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:04.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T17:02:04.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:03 smithi081 ceph-mon[29630]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T17:02:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T17:02:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:03 smithi083 ceph-mon[33488]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-20T17:02:04.544 DEBUG:teuthology.orchestra.run.smithi174:osd.2> sudo journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.2.service 2024-03-20T17:02:04.546 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-20T17:02:04.546 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-20T17:02:04.794 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: osdmap e16: 3 total, 2 up, 3 in 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:04.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:04 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:05.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T17:02:05.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: osdmap e16: 3 total, 2 up, 3 in 2024-03-20T17:02:05.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:05.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-03-20T17:02:05.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-03-20T17:02:05.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:05.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:05.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:04 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:05.219 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: osdmap e16: 3 total, 2 up, 3 in 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]: dispatch 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:05.220 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:04 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:05.507 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2[38032]: 2024-03-20T17:02:05.219+0000 7fc87f4b8700 -1 osd.2 0 waiting for initial osdmap 2024-03-20T17:02:05.508 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2[38032]: 2024-03-20T17:02:05.222+0000 7fc8772a3700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-20T17:02:05.797 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-mon[33850]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:05.797 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-mon[33850]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-03-20T17:02:05.797 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-mon[33850]: osdmap e17: 3 total, 2 up, 3 in 2024-03-20T17:02:05.797 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:05.797 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:05.797 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:05 smithi174 ceph-mon[33850]: from='osd.2 ' entity='osd.2' 2024-03-20T17:02:06.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:05 smithi081 ceph-mon[29630]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:06.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:05 smithi081 ceph-mon[29630]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-03-20T17:02:06.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:05 smithi081 ceph-mon[29630]: osdmap e17: 3 total, 2 up, 3 in 2024-03-20T17:02:06.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:05 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:06.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:05 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:06.064 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:05 smithi081 ceph-mon[29630]: from='osd.2 ' entity='osd.2' 2024-03-20T17:02:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:05 smithi083 ceph-mon[33488]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:05 smithi083 ceph-mon[33488]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi174", "root=default"]}]': finished 2024-03-20T17:02:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:05 smithi083 ceph-mon[33488]: osdmap e17: 3 total, 2 up, 3 in 2024-03-20T17:02:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:05 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:05 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:06.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:05 smithi083 ceph-mon[33488]: from='osd.2 ' entity='osd.2' 2024-03-20T17:02:06.611 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:07.132 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: purged_snaps scrub starts 2024-03-20T17:02:07.133 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: purged_snaps scrub ok 2024-03-20T17:02:07.133 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:07.133 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750] boot 2024-03-20T17:02:07.133 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: osdmap e18: 3 total, 3 up, 3 in 2024-03-20T17:02:07.133 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:07.133 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:07 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/4168681081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T17:02:07.217 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: purged_snaps scrub starts 2024-03-20T17:02:07.218 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: purged_snaps scrub ok 2024-03-20T17:02:07.218 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:07.218 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750] boot 2024-03-20T17:02:07.218 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: osdmap e18: 3 total, 3 up, 3 in 2024-03-20T17:02:07.218 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:07.218 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:07 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/4168681081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T17:02:07.265 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1710954126,"num_in_osds":3,"osd_in_since":1710954108,"num_remapped_pgs":0} 2024-03-20T17:02:07.265 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T17:02:07.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: purged_snaps scrub starts 2024-03-20T17:02:07.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: purged_snaps scrub ok 2024-03-20T17:02:07.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:07.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: osd.2 [v2:172.21.15.174:6800/3816562750,v1:172.21.15.174:6801/3816562750] boot 2024-03-20T17:02:07.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: osdmap e18: 3 total, 3 up, 3 in 2024-03-20T17:02:07.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:07.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:07 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/4168681081' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-20T17:02:07.511 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:08.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' 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-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: Detected new or changed devices on smithi174 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: Adjusting osd_memory_target on smithi174 to 21184M 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' 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-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: osdmap e19: 3 total, 3 up, 3 in 2024-03-20T17:02:08.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:08 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T17:02:08.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:08.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' 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-20T17:02:08.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: Detected new or changed devices on smithi174 2024-03-20T17:02:08.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: Adjusting osd_memory_target on smithi174 to 21184M 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' 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-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: osdmap e19: 3 total, 3 up, 3 in 2024-03-20T17:02:08.405 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:08 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T17:02:08.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-20T17:02:08.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' 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-20T17:02:08.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: Detected new or changed devices on smithi174 2024-03-20T17:02:08.454 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: Adjusting osd_memory_target on smithi174 to 21184M 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' 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-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: osdmap e19: 3 total, 3 up, 3 in 2024-03-20T17:02:08.455 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:08 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-20T17:02:08.720 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48520]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T17:02:08.720 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48520]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:08.720 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48520]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:08.720 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48520]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:09.022 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48544]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T17:02:09.022 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48544]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:09.022 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48544]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:09.023 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:02:08 smithi081 sudo[48544]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:09.265 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:09.265 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":21,"fsid":"eaab8a82-e6da-11ee-95c9-87774f69a715","created":"2024-03-20T16:58:41.126040+0000","modified":"2024-03-20T17:02:09.234200+0000","last_up_change":"2024-03-20T17:02:06.222484+0000","last_in_change":"2024-03-20T17:01:48.895021+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-20T17:02:07.032120+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":"effffba4-8c50-490d-9672-a6a26cfafb75","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.81:6802","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6803","nonce":3216579983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6805","nonce":3216579983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6809","nonce":3216579983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6807","nonce":3216579983}]},"public_addr":"172.21.15.81:6803/3216579983","cluster_addr":"172.21.15.81:6805/3216579983","heartbeat_back_addr":"172.21.15.81:6809/3216579983","heartbeat_front_addr":"172.21.15.81:6807/3216579983","state":["exists","up"]},{"osd":1,"uuid":"2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c","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.83:6800","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6801","nonce":2261125160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6803","nonce":2261125160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6807","nonce":2261125160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6805","nonce":2261125160}]},"public_addr":"172.21.15.83:6801/2261125160","cluster_addr":"172.21.15.83:6803/2261125160","heartbeat_back_addr":"172.21.15.83:6807/2261125160","heartbeat_front_addr":"172.21.15.83:6805/2261125160","state":["exists","up"]},{"osd":2,"uuid":"ff9323f5-c486-4497-8a4a-5daf7f9d4f0c","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.174:6800","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6801","nonce":3816562750}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6803","nonce":3816562750}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6807","nonce":3816562750}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6805","nonce":3816562750}]},"public_addr":"172.21.15.174:6801/3816562750","cluster_addr":"172.21.15.174:6803/3816562750","heartbeat_back_addr":"172.21.15.174:6807/3816562750","heartbeat_front_addr":"172.21.15.174:6805/3816562750","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-20T17:01:19.137054+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-20T17:01:41.820065+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-20T17:02:04.597828+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:0/2400751083":"2024-03-21T16:59:44.685042+0000","172.21.15.81:6800/896488615":"2024-03-21T16:59:44.685042+0000","172.21.15.81:0/1117485720":"2024-03-21T16:59:44.685042+0000","172.21.15.81:6801/2876681731":"2024-03-21T16:59:16.746882+0000","172.21.15.81:6800/2876681731":"2024-03-21T16:59:16.746882+0000","172.21.15.81:6801/896488615":"2024-03-21T16:59:44.685042+0000","172.21.15.81:0/3665162117":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/1331541987":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/582721510":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/2074059408":"2024-03-21T16:59:44.685042+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-20T17:02:09.277 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:09 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T17:02:09.277 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:09 smithi081 ceph-mon[29630]: osdmap e20: 3 total, 3 up, 3 in 2024-03-20T17:02:09.277 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:09 smithi081 ceph-mon[29630]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:09.277 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:09 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:09.350 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:09 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T17:02:09.351 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:09 smithi083 ceph-mon[33488]: osdmap e20: 3 total, 3 up, 3 in 2024-03-20T17:02:09.351 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:09 smithi083 ceph-mon[33488]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:09.351 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:09 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:09.351 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41337]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T17:02:09.351 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41337]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:09.351 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41337]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:09.351 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41337]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:09.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:09 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-20T17:02:09.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:09 smithi174 ceph-mon[33850]: osdmap e20: 3 total, 3 up, 3 in 2024-03-20T17:02:09.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:09 smithi174 ceph-mon[33850]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:09.550 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:09 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:09.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41340]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T17:02:09.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41340]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:09.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41340]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:09.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:02:09 smithi083 sudo[41340]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:09.786 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-20T17:02:07.032120+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-20T17:02:09.787 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-20T17:02:09.871 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41234]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T17:02:09.872 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41234]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:09.872 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41234]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:09.872 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41234]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:09.872 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41237]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T17:02:10.028 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:10.300 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41237]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:10.300 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41237]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:10.300 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:02:09 smithi174 sudo[41237]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:10.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48661]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T17:02:10.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48661]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:10.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48661]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:10.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48661]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:10.681 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 ceph-mon[33850]: osdmap e21: 3 total, 3 up, 3 in 2024-03-20T17:02:10.681 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/556787891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:10.681 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:10.681 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:10.681 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41240]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T17:02:10.681 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41240]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:10.682 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41240]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:10.682 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41240]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:10.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:10 smithi083 ceph-mon[33488]: osdmap e21: 3 total, 3 up, 3 in 2024-03-20T17:02:10.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:10 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/556787891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:10.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:10 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:10.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:10 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48682]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48682]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48682]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 sudo[48682]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 ceph-mon[29630]: osdmap e21: 3 total, 3 up, 3 in 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/556787891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:10.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:10 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' 2024-03-20T17:02:11.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41243]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T17:02:11.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41243]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:11.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41243]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:11.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:10 smithi174 sudo[41243]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:11.409 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41343]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-03-20T17:02:11.410 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41343]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:11.410 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41343]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:11.410 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41343]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:11.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.655 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:11.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.656 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:11 smithi081 ceph-mon[29630]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41346]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41346]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41346]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 sudo[41346]: pam_unix(sudo:session): session closed for user root 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.705 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.706 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:11 smithi083 ceph-mon[33488]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.766 INFO:teuthology.orchestra.run.smithi081.stdout:pg_num: 1 2024-03-20T17:02:11.802 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.899 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.900 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: mgrmap e15: a(active, since 2m), standbys: b 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-20T17:02:11.901 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:11.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:11.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='mgr.14152 172.21.15.81:0/2643713317' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:11.902 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:11 smithi174 ceph-mon[33850]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-20T17:02:12.341 INFO:tasks.cephadm:Setting up client nodes... 2024-03-20T17:02:12.341 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-20T17:02:12.342 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-20T17:02:12.342 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph mgr dump --format=json 2024-03-20T17:02:12.577 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:12.697 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:12 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1522101449' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T17:02:12.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:12 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1522101449' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T17:02:12.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:12 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1522101449' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-20T17:02:13.629 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:13 smithi081 ceph-mon[29630]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:13.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:13 smithi083 ceph-mon[33488]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:13.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:13 smithi174 ceph-mon[33850]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:14.365 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:14.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:14 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2400365583' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T17:02:14.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:14 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/2400365583' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T17:02:14.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:14 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/2400365583' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-20T17:02:15.041 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6800","nonce":169530908},{"type":"v1","addr":"172.21.15.81:6801","nonce":169530908}]},"active_addr":"172.21.15.81:6801/169530908","active_change":"2024-03-20T16:59:44.685148+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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/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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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.81: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.81:0","nonce":2411634687}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":1078293633}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":472559535}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.81:0","nonce":183800712}]}]} 2024-03-20T17:02:15.048 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-20T17:02:15.048 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-20T17:02:15.048 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T17:02:15.281 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:15.654 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:15 smithi081 ceph-mon[29630]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:15.704 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:15 smithi083 ceph-mon[33488]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:15.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:15 smithi174 ceph-mon[33850]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:16.927 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:16.928 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":21,"fsid":"eaab8a82-e6da-11ee-95c9-87774f69a715","created":"2024-03-20T16:58:41.126040+0000","modified":"2024-03-20T17:02:09.234200+0000","last_up_change":"2024-03-20T17:02:06.222484+0000","last_in_change":"2024-03-20T17:01:48.895021+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-20T17:02:07.032120+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":"effffba4-8c50-490d-9672-a6a26cfafb75","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.81:6802","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6803","nonce":3216579983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6805","nonce":3216579983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6809","nonce":3216579983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6807","nonce":3216579983}]},"public_addr":"172.21.15.81:6803/3216579983","cluster_addr":"172.21.15.81:6805/3216579983","heartbeat_back_addr":"172.21.15.81:6809/3216579983","heartbeat_front_addr":"172.21.15.81:6807/3216579983","state":["exists","up"]},{"osd":1,"uuid":"2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c","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.83:6800","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6801","nonce":2261125160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6803","nonce":2261125160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6807","nonce":2261125160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6805","nonce":2261125160}]},"public_addr":"172.21.15.83:6801/2261125160","cluster_addr":"172.21.15.83:6803/2261125160","heartbeat_back_addr":"172.21.15.83:6807/2261125160","heartbeat_front_addr":"172.21.15.83:6805/2261125160","state":["exists","up"]},{"osd":2,"uuid":"ff9323f5-c486-4497-8a4a-5daf7f9d4f0c","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.174:6800","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6801","nonce":3816562750}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6803","nonce":3816562750}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6807","nonce":3816562750}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6805","nonce":3816562750}]},"public_addr":"172.21.15.174:6801/3816562750","cluster_addr":"172.21.15.174:6803/3816562750","heartbeat_back_addr":"172.21.15.174:6807/3816562750","heartbeat_front_addr":"172.21.15.174:6805/3816562750","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-20T17:01:19.137054+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-20T17:01:41.820065+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-20T17:02:04.597828+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:0/2400751083":"2024-03-21T16:59:44.685042+0000","172.21.15.81:6800/896488615":"2024-03-21T16:59:44.685042+0000","172.21.15.81:0/1117485720":"2024-03-21T16:59:44.685042+0000","172.21.15.81:6801/2876681731":"2024-03-21T16:59:16.746882+0000","172.21.15.81:6800/2876681731":"2024-03-21T16:59:16.746882+0000","172.21.15.81:6801/896488615":"2024-03-21T16:59:44.685042+0000","172.21.15.81:0/3665162117":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/1331541987":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/582721510":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/2074059408":"2024-03-21T16:59:44.685042+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-20T17:02:17.477 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-20T17:02:17.478 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-20T17:02:17.709 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:18.036 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:17 smithi081 ceph-mon[29630]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-20T17:02:18.036 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:17 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/4003987005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:18.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:17 smithi174 ceph-mon[33850]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-20T17:02:18.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:17 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/4003987005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:17 smithi083 ceph-mon[33488]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-03-20T17:02:18.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:17 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/4003987005' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:19.505 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:19.505 INFO:teuthology.orchestra.run.smithi081.stdout:{"epoch":21,"fsid":"eaab8a82-e6da-11ee-95c9-87774f69a715","created":"2024-03-20T16:58:41.126040+0000","modified":"2024-03-20T17:02:09.234200+0000","last_up_change":"2024-03-20T17:02:06.222484+0000","last_in_change":"2024-03-20T17:01:48.895021+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-20T17:02:07.032120+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":"effffba4-8c50-490d-9672-a6a26cfafb75","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.81:6802","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6803","nonce":3216579983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6804","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6805","nonce":3216579983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6808","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6809","nonce":3216579983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.81:6806","nonce":3216579983},{"type":"v1","addr":"172.21.15.81:6807","nonce":3216579983}]},"public_addr":"172.21.15.81:6803/3216579983","cluster_addr":"172.21.15.81:6805/3216579983","heartbeat_back_addr":"172.21.15.81:6809/3216579983","heartbeat_front_addr":"172.21.15.81:6807/3216579983","state":["exists","up"]},{"osd":1,"uuid":"2ad2a2cf-1d10-4bfe-b7b3-0e26cec8445c","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.83:6800","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6801","nonce":2261125160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6802","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6803","nonce":2261125160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6807","nonce":2261125160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":2261125160},{"type":"v1","addr":"172.21.15.83:6805","nonce":2261125160}]},"public_addr":"172.21.15.83:6801/2261125160","cluster_addr":"172.21.15.83:6803/2261125160","heartbeat_back_addr":"172.21.15.83:6807/2261125160","heartbeat_front_addr":"172.21.15.83:6805/2261125160","state":["exists","up"]},{"osd":2,"uuid":"ff9323f5-c486-4497-8a4a-5daf7f9d4f0c","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.174:6800","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6801","nonce":3816562750}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6802","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6803","nonce":3816562750}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6806","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6807","nonce":3816562750}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.174:6804","nonce":3816562750},{"type":"v1","addr":"172.21.15.174:6805","nonce":3816562750}]},"public_addr":"172.21.15.174:6801/3816562750","cluster_addr":"172.21.15.174:6803/3816562750","heartbeat_back_addr":"172.21.15.174:6807/3816562750","heartbeat_front_addr":"172.21.15.174:6805/3816562750","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-20T17:01:19.137054+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-20T17:01:41.820065+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-20T17:02:04.597828+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.81:0/2400751083":"2024-03-21T16:59:44.685042+0000","172.21.15.81:6800/896488615":"2024-03-21T16:59:44.685042+0000","172.21.15.81:0/1117485720":"2024-03-21T16:59:44.685042+0000","172.21.15.81:6801/2876681731":"2024-03-21T16:59:16.746882+0000","172.21.15.81:6800/2876681731":"2024-03-21T16:59:16.746882+0000","172.21.15.81:6801/896488615":"2024-03-21T16:59:44.685042+0000","172.21.15.81:0/3665162117":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/1331541987":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/582721510":"2024-03-21T16:59:16.746882+0000","172.21.15.81:0/2074059408":"2024-03-21T16:59:44.685042+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-20T17:02:20.031 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:19 smithi081 ceph-mon[29630]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-20T17:02:20.031 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:19 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/2167219119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:20.033 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-20T17:02:20.033 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-20T17:02:20.033 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-20T17:02:20.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:19 smithi174 ceph-mon[33850]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-20T17:02:20.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:19 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/2167219119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:20.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:19 smithi083 ceph-mon[33488]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-03-20T17:02:20.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:19 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/2167219119' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-20T17:02:20.285 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:20.300 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:20.302 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:22.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:21 smithi174 ceph-mon[33850]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-20T17:02:22.059 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:21 smithi081 ceph-mon[29630]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-20T17:02:22.208 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:21 smithi083 ceph-mon[33488]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-03-20T17:02:23.921 INFO:teuthology.orchestra.run.smithi081.stdout:34359738384 2024-03-20T17:02:23.922 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-20T17:02:23.996 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:23 smithi081 ceph-mon[29630]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:24.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:23 smithi174 ceph-mon[33850]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:24.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:23 smithi083 ceph-mon[33488]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:25.977 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:25 smithi081 ceph-mon[29630]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:25.978 INFO:teuthology.orchestra.run.smithi081.stdout:77309411335 2024-03-20T17:02:25.978 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-20T17:02:26.032 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:26.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:25 smithi174 ceph-mon[33850]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:26.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:25 smithi083 ceph-mon[33488]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:26.396 INFO:teuthology.orchestra.run.smithi081.stdout:55834574859 2024-03-20T17:02:26.396 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-20T17:02:27.001 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:27.002 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:27.863 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:27 smithi081 ceph-mon[29630]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:28.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:27 smithi174 ceph-mon[33850]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:28.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:27 smithi083 ceph-mon[33488]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-03-20T17:02:29.645 INFO:teuthology.orchestra.run.smithi081.stdout:34359738385 2024-03-20T17:02:29.843 INFO:teuthology.orchestra.run.smithi081.stdout:55834574859 2024-03-20T17:02:30.034 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:29 smithi081 ceph-mon[29630]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:30.035 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:29 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/913760297' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T17:02:30.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:29 smithi174 ceph-mon[33850]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:30.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:29 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/913760297' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T17:02:30.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:29 smithi083 ceph-mon[33488]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:30.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:29 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/913760297' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-20T17:02:30.777 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738385 for osd.0 2024-03-20T17:02:30.777 DEBUG:teuthology.parallel:result is None 2024-03-20T17:02:31.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:30 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/646511411' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T17:02:31.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:30 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/646511411' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T17:02:31.180 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2024-03-20T17:02:31.180 DEBUG:teuthology.parallel:result is None 2024-03-20T17:02:31.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:30 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/646511411' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-20T17:02:31.892 INFO:teuthology.orchestra.run.smithi081.stdout:77309411336 2024-03-20T17:02:32.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:31 smithi174 ceph-mon[33850]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:32.151 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:31 smithi081 ceph-mon[29630]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:32.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:31 smithi083 ceph-mon[33488]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:32.411 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411335 got 77309411336 for osd.2 2024-03-20T17:02:32.411 DEBUG:teuthology.parallel:result is None 2024-03-20T17:02:32.412 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-20T17:02:32.412 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-20T17:02:32.643 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:33.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:32 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/657085785' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T17:02:33.072 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:32 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/657085785' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T17:02:33.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:32 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/657085785' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-20T17:02:33.909 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:33 smithi081 ceph-mon[29630]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:34.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:33 smithi174 ceph-mon[33850]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:34.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:33 smithi083 ceph-mon[33488]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:34.357 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:34.360 INFO:teuthology.orchestra.run.smithi081.stderr:dumped all 2024-03-20T17:02:34.942 INFO:teuthology.orchestra.run.smithi081.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2024-03-20T17:02:32.714765+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":84692,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150764,"statfs":{"total":287985106944,"available":287898382336,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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.001989"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-20T17:02:11.425279+0000","last_change":"2024-03-20T17:02:08.240382+0000","last_active":"2024-03-20T17:02:11.425279+0000","last_peered":"2024-03-20T17:02:11.425279+0000","last_clean":"2024-03-20T17:02:11.425279+0000","last_became_active":"2024-03-20T17:02:08.240077+0000","last_became_peered":"2024-03-20T17:02:08.240077+0000","last_unstale":"2024-03-20T17:02:11.425279+0000","last_undegraded":"2024-03-20T17:02:11.425279+0000","last_fullsized":"2024-03-20T17:02:11.425279+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-20T17:02:07.224092+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-20T17:02:07.224092+0000","last_clean_scrub_stamp":"2024-03-20T17:02:07.224092+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-21T22:27:30.297889+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27900,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717252,"statfs":{"total":95995035648,"available":95966466048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-20T17:02:34.942 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-20T17:02:35.176 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:35.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:35 smithi081 ceph-mon[29630]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:02:35.793 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:35 smithi081 ceph-mon[29630]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:36.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:35 smithi174 ceph-mon[33850]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:02:36.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:35 smithi174 ceph-mon[33850]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:36.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:35 smithi083 ceph-mon[33488]: from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:02:36.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:35 smithi083 ceph-mon[33488]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:36.995 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:36.998 INFO:teuthology.orchestra.run.smithi081.stderr:dumped all 2024-03-20T17:02:37.640 INFO:teuthology.orchestra.run.smithi081.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2024-03-20T17:02:36.715489+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":84692,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150764,"statfs":{"total":287985106944,"available":287898382336,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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.001968"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-20T17:02:11.425279+0000","last_change":"2024-03-20T17:02:08.240382+0000","last_active":"2024-03-20T17:02:11.425279+0000","last_peered":"2024-03-20T17:02:11.425279+0000","last_clean":"2024-03-20T17:02:11.425279+0000","last_became_active":"2024-03-20T17:02:08.240077+0000","last_became_peered":"2024-03-20T17:02:08.240077+0000","last_unstale":"2024-03-20T17:02:11.425279+0000","last_undegraded":"2024-03-20T17:02:11.425279+0000","last_fullsized":"2024-03-20T17:02:11.425279+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-20T17:02:07.224092+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-20T17:02:07.224092+0000","last_clean_scrub_stamp":"2024-03-20T17:02:07.224092+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-21T22:27:30.297889+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27900,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717252,"statfs":{"total":95995035648,"available":95966466048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574861,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-20T17:02:37.641 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-20T17:02:37.641 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-20T17:02:37.641 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-20T17:02:37.641 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph health --format=json 2024-03-20T17:02:37.877 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:37.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:37 smithi081 ceph-mon[29630]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:38.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:37 smithi174 ceph-mon[33850]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:38.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:37 smithi083 ceph-mon[33488]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:39.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:38 smithi174 ceph-mon[33850]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:02:39.112 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:38 smithi081 ceph-mon[29630]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:02:39.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:38 smithi083 ceph-mon[33488]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-20T17:02:39.725 INFO:teuthology.orchestra.run.smithi081.stdout: 2024-03-20T17:02:39.726 INFO:teuthology.orchestra.run.smithi081.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-20T17:02:40.043 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:39 smithi081 ceph-mon[29630]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:40.043 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:39 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/3168478678' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T17:02:40.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:39 smithi083 ceph-mon[33488]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:40.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:39 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/3168478678' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T17:02:40.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:39 smithi174 ceph-mon[33850]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:40.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:39 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/3168478678' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-20T17:02:40.363 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-20T17:02:40.363 INFO:tasks.cephadm:Setup complete, yielding 2024-03-20T17:02:40.363 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-20T17:02:40.372 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-03-20T17:02:40.372 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2024-03-20T17:02:40.606 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:41.959 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:41 smithi081 ceph-mon[29630]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:42.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:41 smithi083 ceph-mon[33488]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:42.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:41 smithi174 ceph-mon[33850]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:43.140 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:42 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/937404307' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-20T17:02:43.141 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: ignoring --setuser ceph since I am not root 2024-03-20T17:02:43.141 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:42 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: ignoring --setgroup ceph since I am not root 2024-03-20T17:02:43.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:42 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/937404307' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-20T17:02:43.204 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:42 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: ignoring --setuser ceph since I am not root 2024-03-20T17:02:43.205 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:42 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: ignoring --setgroup ceph since I am not root 2024-03-20T17:02:43.205 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:42 smithi083 ceph-mgr[34869]: -- 172.21.15.83:0/2924550387 <== mon.0 v2:172.21.15.81:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563b8540c5a0 con 0x563b853e1000 2024-03-20T17:02:43.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:42 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/937404307' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-03-20T17:02:43.403 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:43 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:43.374+0000 7f7e81391200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T17:02:43.477 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-03-20T17:02:43.523 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-03-20T17:02:43.524 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- ceph rgw realm bootstrap -i - 2024-03-20T17:02:43.704 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:43 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:43.371+0000 7f7bc573b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-20T17:02:43.704 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:43 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:43.464+0000 7f7bc573b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T17:02:43.762 INFO:teuthology.orchestra.run.smithi081.stdout:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:02:43.810 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:43 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:43.470+0000 7f7e81391200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-20T17:02:44.094 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:43 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/937404307' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-20T17:02:44.094 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:43 smithi083 ceph-mon[33488]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-20T17:02:44.094 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:43 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/937404307' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-20T17:02:44.094 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:43 smithi081 ceph-mon[29630]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-20T17:02:44.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:43 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/937404307' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-03-20T17:02:44.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:43 smithi174 ceph-mon[33850]: mgrmap e16: a(active, since 2m), standbys: b 2024-03-20T17:02:44.372 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.137+0000 7f7e81391200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T17:02:44.373 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.230+0000 7f7e81391200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T17:02:44.373 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.373+0000 7f7e81391200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T17:02:44.417 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.092+0000 7f7bc573b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-20T17:02:44.417 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.184+0000 7f7bc573b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-20T17:02:44.417 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.324+0000 7f7bc573b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-20T17:02:44.417 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.416+0000 7f7bc573b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T17:02:44.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.469+0000 7f7e81391200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-20T17:02:44.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.553+0000 7f7e81391200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T17:02:44.704 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.498+0000 7f7bc573b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-20T17:02:45.046 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.757+0000 7f7bc573b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T17:02:45.046 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.866+0000 7f7bc573b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T17:02:45.046 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:44 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:44.951+0000 7f7bc573b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T17:02:45.046 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:45 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:45.045+0000 7f7bc573b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T17:02:45.118 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.821+0000 7f7e81391200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-20T17:02:45.119 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:44 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:44.932+0000 7f7e81391200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-20T17:02:45.119 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:45 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:45.022+0000 7f7e81391200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-20T17:02:45.119 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:45 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:45.119+0000 7f7e81391200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-20T17:02:45.402 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:45 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:45.299+0000 7f7e81391200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T17:02:45.458 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:45 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:45.219+0000 7f7bc573b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-20T17:02:46.454 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:46 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:46.172+0000 7f7bc573b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T17:02:46.455 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:46 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:46.301+0000 7f7bc573b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T17:02:46.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:46 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:46.258+0000 7f7e81391200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-20T17:02:46.654 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:46 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:46.387+0000 7f7e81391200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-20T17:02:46.916 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:46 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:46.635+0000 7f7bc573b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T17:02:46.916 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:46 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:46.723+0000 7f7bc573b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T17:02:46.916 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:46 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:46.916+0000 7f7bc573b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T17:02:47.010 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:46 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:46.721+0000 7f7e81391200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-20T17:02:47.011 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:46 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:46.811+0000 7f7e81391200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-20T17:02:47.011 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:47 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:47.011+0000 7f7e81391200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-20T17:02:47.204 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:47 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:47.100+0000 7f7bc573b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T17:02:47.404 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:47 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:47.207+0000 7f7e81391200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-20T17:02:47.638 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:47 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:47.384+0000 7f7bc573b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T17:02:47.750 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:47 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:47.493+0000 7f7e81391200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-20T17:02:47.750 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:47 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:47.749+0000 7f7e81391200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T17:02:47.954 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:47 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:47.639+0000 7f7bc573b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-20T17:02:47.954 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:47 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:47.874+0000 7f7bc573b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T17:02:48.154 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:47 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:47.987+0000 7f7e81391200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-20T17:02:48.954 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:48 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:48.667+0000 7f7bc573b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T17:02:49.153 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:48 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:48.789+0000 7f7e81391200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-20T17:02:49.540 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:49.227+0000 7f7bc573b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T17:02:49.540 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:49.325+0000 7f7bc573b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T17:02:49.540 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b[34865]: 2024-03-20T17:02:49.540+0000 7f7bc573b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T17:02:49.612 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:49.355+0000 7f7e81391200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-20T17:02:49.612 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:49.454+0000 7f7e81391200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-20T17:02:49.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-mon[33488]: Standby manager daemon b restarted 2024-03-20T17:02:49.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-mon[33488]: Standby manager daemon b started 2024-03-20T17:02:49.800 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T17:02:49.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T17:02:49.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T17:02:49.801 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:49 smithi083 ceph-mon[33488]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:02:49.676+0000 7f7e81391200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-mon[29630]: Standby manager daemon b restarted 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-mon[29630]: Standby manager daemon b started 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T17:02:49.876 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:49 smithi081 ceph-mon[29630]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T17:02:49.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:49 smithi174 ceph-mon[33850]: Standby manager daemon b restarted 2024-03-20T17:02:49.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:49 smithi174 ceph-mon[33850]: Standby manager daemon b started 2024-03-20T17:02:49.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:49 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-20T17:02:49.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:49 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-20T17:02:49.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:49 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-20T17:02:49.891 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:49 smithi174 ceph-mon[33850]: from='mgr.? 172.21.15.83:0/2909966970' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-20T17:02:50.877 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-20T17:02:50.877 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: Active manager daemon a restarted 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: Activating manager daemon a 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: osdmap e22: 3 total, 3 up, 3 in 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: mgrmap e18: a(active, starting, since 0.00677231s), standbys: b 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:50.878 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T17:02:50.879 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T17:02:50.879 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T17:02:50.879 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: Manager daemon a is now available 2024-03-20T17:02:50.879 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:50.879 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T17:02:50.879 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:50 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T17:02:50.880 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-20T17:02:50.880 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: Active manager daemon a restarted 2024-03-20T17:02:50.880 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: Activating manager daemon a 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: osdmap e22: 3 total, 3 up, 3 in 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: mgrmap e18: a(active, starting, since 0.00677231s), standbys: b 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: Manager daemon a is now available 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:50.881 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T17:02:50.882 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:50 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T17:02:50.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: mgrmap e17: a(active, since 3m), standbys: b 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: Active manager daemon a restarted 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: Activating manager daemon a 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: osdmap e22: 3 total, 3 up, 3 in 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: mgrmap e18: a(active, starting, since 0.00677231s), standbys: b 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-20T17:02:50.905 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-20T17:02:50.906 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: Manager daemon a is now available 2024-03-20T17:02:50.907 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:50.907 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-20T17:02:50.907 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:50 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-20T17:02:51.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: [20/Mar/2024:17:02:50] ENGINE Bus STARTING 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: [20/Mar/2024:17:02:50] ENGINE Serving on https://172.21.15.81:7150 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: [20/Mar/2024:17:02:50] ENGINE Serving on http://172.21.15.81:8765 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: [20/Mar/2024:17:02:50] ENGINE Bus STARTED 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: mgrmap e19: a(active, since 1.01105s), standbys: b 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:51.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:51 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: [20/Mar/2024:17:02:50] ENGINE Bus STARTING 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: [20/Mar/2024:17:02:50] ENGINE Serving on https://172.21.15.81:7150 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: [20/Mar/2024:17:02:50] ENGINE Serving on http://172.21.15.81:8765 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: [20/Mar/2024:17:02:50] ENGINE Bus STARTED 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: mgrmap e19: a(active, since 1.01105s), standbys: b 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:51 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: [20/Mar/2024:17:02:50] ENGINE Bus STARTING 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: [20/Mar/2024:17:02:50] ENGINE Serving on https://172.21.15.81:7150 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: [20/Mar/2024:17:02:50] ENGINE Serving on http://172.21.15.81:8765 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: [20/Mar/2024:17:02:50] ENGINE Bus STARTED 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: mgrmap e19: a(active, since 1.01105s), standbys: b 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:52.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:51 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: osdmap e23: 3 total, 3 up, 3 in 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/981261884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:53.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:52 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:53.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: osdmap e23: 3 total, 3 up, 3 in 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/981261884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:53.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:52 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:53.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:53.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: osdmap e23: 3 total, 3 up, 3 in 2024-03-20T17:02:53.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/981261884' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-20T17:02:53.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:53.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:52 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:54.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: Updating smithi081:/etc/ceph/ceph.conf 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: Updating smithi083:/etc/ceph/ceph.conf 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: Updating smithi174:/etc/ceph/ceph.conf 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/981261884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: osdmap e24: 3 total, 3 up, 3 in 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:54.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:53 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: Updating smithi081:/etc/ceph/ceph.conf 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: Updating smithi083:/etc/ceph/ceph.conf 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: Updating smithi174:/etc/ceph/ceph.conf 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/981261884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: osdmap e24: 3 total, 3 up, 3 in 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:54.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:53 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:54.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: Updating smithi081:/etc/ceph/ceph.conf 2024-03-20T17:02:54.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: Updating smithi083:/etc/ceph/ceph.conf 2024-03-20T17:02:54.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: Updating smithi174:/etc/ceph/ceph.conf 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: mgrmap e20: a(active, since 3s), standbys: b 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/981261884' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: osdmap e24: 3 total, 3 up, 3 in 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:54.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:53 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: osdmap e25: 3 total, 3 up, 3 in 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:54 smithi174 ceph-mon[33850]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: osdmap e25: 3 total, 3 up, 3 in 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:55.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.156 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:54 smithi081 ceph-mon[29630]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-20T17:02:55.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: Updating smithi174:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: Updating smithi081:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: Updating smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: Updating smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: Updating smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: osdmap e25: 3 total, 3 up, 3 in 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:02:55.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:02:55.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:02:55.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:02:55.206 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:54 smithi083 ceph-mon[33488]: mgrmap e21: a(active, since 4s), standbys: b 2024-03-20T17:02:56.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:55 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-20T17:02:56.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:55 smithi174 ceph-mon[33850]: osdmap e26: 3 total, 3 up, 3 in 2024-03-20T17:02:56.106 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:55 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-20T17:02:56.106 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:55 smithi083 ceph-mon[33488]: osdmap e26: 3 total, 3 up, 3 in 2024-03-20T17:02:56.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:55 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-03-20T17:02:56.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:55 smithi081 ceph-mon[29630]: osdmap e26: 3 total, 3 up, 3 in 2024-03-20T17:02:57.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:56 smithi174 ceph-mon[33850]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 578 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-03-20T17:02:57.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:56 smithi174 ceph-mon[33850]: osdmap e27: 3 total, 3 up, 3 in 2024-03-20T17:02:57.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:56 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-20T17:02:57.117 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:56 smithi083 ceph-mon[33488]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 578 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-03-20T17:02:57.118 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:56 smithi083 ceph-mon[33488]: osdmap e27: 3 total, 3 up, 3 in 2024-03-20T17:02:57.118 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:56 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-20T17:02:57.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:56 smithi081 ceph-mon[29630]: pgmap v10: 65 pgs: 44 unknown, 21 active+clean; 578 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-03-20T17:02:57.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:56 smithi081 ceph-mon[29630]: osdmap e27: 3 total, 3 up, 3 in 2024-03-20T17:02:57.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:56 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-03-20T17:02:58.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:57 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-20T17:02:58.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:57 smithi174 ceph-mon[33850]: osdmap e28: 3 total, 3 up, 3 in 2024-03-20T17:02:58.055 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:57 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-20T17:02:58.055 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:57 smithi081 ceph-mon[29630]: osdmap e28: 3 total, 3 up, 3 in 2024-03-20T17:02:58.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:57 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-03-20T17:02:58.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:57 smithi083 ceph-mon[33488]: osdmap e28: 3 total, 3 up, 3 in 2024-03-20T17:02:59.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:58 smithi174 ceph-mon[33850]: 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-20T17:02:59.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:58 smithi174 ceph-mon[33850]: osdmap e29: 3 total, 3 up, 3 in 2024-03-20T17:02:59.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:58 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-20T17:02:59.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:58 smithi081 ceph-mon[29630]: 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-20T17:02:59.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:58 smithi081 ceph-mon[29630]: osdmap e29: 3 total, 3 up, 3 in 2024-03-20T17:02:59.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:58 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-20T17:02:59.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:58 smithi083 ceph-mon[33488]: 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-20T17:02:59.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:58 smithi083 ceph-mon[33488]: osdmap e29: 3 total, 3 up, 3 in 2024-03-20T17:02:59.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:58 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-03-20T17:03:00.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:59 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-20T17:03:00.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:59 smithi174 ceph-mon[33850]: osdmap e30: 3 total, 3 up, 3 in 2024-03-20T17:03:00.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:59 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-20T17:03:00.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:59 smithi174 ceph-mon[33850]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-20T17:03:00.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:02:59 smithi174 ceph-mon[33850]: osdmap e31: 3 total, 3 up, 3 in 2024-03-20T17:03:00.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:59 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-20T17:03:00.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:59 smithi081 ceph-mon[29630]: osdmap e30: 3 total, 3 up, 3 in 2024-03-20T17:03:00.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:59 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-20T17:03:00.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:59 smithi081 ceph-mon[29630]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-20T17:03:00.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:02:59 smithi081 ceph-mon[29630]: osdmap e31: 3 total, 3 up, 3 in 2024-03-20T17:03:00.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:59 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-03-20T17:03:00.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:59 smithi083 ceph-mon[33488]: osdmap e30: 3 total, 3 up, 3 in 2024-03-20T17:03:00.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:59 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-20T17:03:00.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:59 smithi083 ceph-mon[33488]: from='client.? 172.21.15.81:0/1558942278' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-20T17:03:00.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:02:59 smithi083 ceph-mon[33488]: osdmap e31: 3 total, 3 up, 3 in 2024-03-20T17:03:00.333 INFO:teuthology.orchestra.run.smithi081.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-03-20T17:03:00.894 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 2.5 KiB/s wr, 41 op/s 2024-03-20T17:03:00.894 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:00.894 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:00.894 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:00.894 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:00.895 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:00.895 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi083.wtipke", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T17:03:00.895 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi083.wtipke", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T17:03:00.895 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:00.895 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:00 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:00.919 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-20T17:03:00.928 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi081.front.sepia.ceph.com 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 -- bash -c 'set -e 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> set -x 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> TOKENS=$(ceph rgw realm tokens) 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-03-20T17:03:00.929 DEBUG:teuthology.orchestra.run.smithi081:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-03-20T17:03:00.930 DEBUG:teuthology.orchestra.run.smithi081:> ' 2024-03-20T17:03:01.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 2.5 KiB/s wr, 41 op/s 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi083.wtipke", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi083.wtipke", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:01.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:00 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: pgmap v16: 129 pgs: 64 unknown, 65 active+clean; 579 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 59 KiB/s rd, 2.5 KiB/s wr, 41 op/s 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi083.wtipke", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi083.wtipke", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T17:03:01.085 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:01.086 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:00 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:01.165 INFO:teuthology.orchestra.run.smithi081.stderr:Inferring config /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/mon.a/config 2024-03-20T17:03:01.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:01 smithi081 ceph-mon[29630]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T17:03:01.904 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:01 smithi081 ceph-mon[29630]: Deploying daemon rgw.myrealm1.myzone1.smithi083.wtipke on smithi083 2024-03-20T17:03:02.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:01 smithi174 ceph-mon[33850]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T17:03:02.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:01 smithi174 ceph-mon[33850]: Deploying daemon rgw.myrealm1.myzone1.smithi083.wtipke on smithi083 2024-03-20T17:03:02.102 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:01 smithi083 ceph-mon[33488]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T17:03:02.102 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:01 smithi083 ceph-mon[33488]: Deploying daemon rgw.myrealm1.myzone1.smithi083.wtipke on smithi083 2024-03-20T17:03:02.679 INFO:teuthology.orchestra.run.smithi081.stderr:+ true 2024-03-20T17:03:02.679 INFO:teuthology.orchestra.run.smithi081.stderr:++ ceph rgw realm tokens 2024-03-20T17:03:02.679 INFO:teuthology.orchestra.run.smithi081.stderr:++ jq -r '.[0].token' 2024-03-20T17:03:03.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:02 smithi174 ceph-mon[33850]: 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-20T17:03:03.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:02 smithi081 ceph-mon[29630]: 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-20T17:03:03.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:02 smithi083 ceph-mon[33488]: 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-20T17:03:03.353 INFO:teuthology.orchestra.run.smithi081.stdout:master zone has no endpoint 2024-03-20T17:03:03.354 INFO:teuthology.orchestra.run.smithi081.stderr:+ TOKEN='master zone has no endpoint' 2024-03-20T17:03:03.354 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo master zone has no endpoint 2024-03-20T17:03:03.354 INFO:teuthology.orchestra.run.smithi081.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2024-03-20T17:03:03.354 INFO:teuthology.orchestra.run.smithi081.stderr:+ sleep 5 2024-03-20T17:03:04.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi174.lefdxb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi174.lefdxb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: Deploying daemon rgw.myrealm1.myzone1.smithi174.lefdxb on smithi174 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:04.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:03 smithi083 ceph-mon[33488]: 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-20T17:03:04.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi174.lefdxb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi174.lefdxb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: Deploying daemon rgw.myrealm1.myzone1.smithi174.lefdxb on smithi174 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:04.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:03 smithi174 ceph-mon[33850]: 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-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi174.lefdxb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi174.lefdxb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: Deploying daemon rgw.myrealm1.myzone1.smithi174.lefdxb on smithi174 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: from='client.14661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:04.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:03 smithi081 ceph-mon[29630]: 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-20T17:03:06.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: pgmap v20: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 113 KiB/s rd, 7.3 KiB/s wr, 217 op/s 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiTDFLVFJIVlBPUEJKQlREUkJOM0QiLAogICAgInNlY3JldCI6ICJhVThMU1dHNFZTNG0yUFhTNnI3THpUM29NZDYwZEF5UUFrMGVVVFJQIgp9", "zone_endpoints": ["http://smithi083:5500", "http://smithi174:5500"]}]: dispatch 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiTDFLVFJIVlBPUEJKQlREUkJOM0QiLAogICAgInNlY3JldCI6ICJhVThMU1dHNFZTNG0yUFhTNnI3THpUM29NZDYwZEF5UUFrMGVVVFJQIgp9", "zone_endpoints": ["http://smithi083:5500", "http://smithi174:5500"]}]: dispatch 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:06.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:06 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:07.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: pgmap v20: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 113 KiB/s rd, 7.3 KiB/s wr, 217 op/s 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiTDFLVFJIVlBPUEJKQlREUkJOM0QiLAogICAgInNlY3JldCI6ICJhVThMU1dHNFZTNG0yUFhTNnI3THpUM29NZDYwZEF5UUFrMGVVVFJQIgp9", "zone_endpoints": ["http://smithi083:5500", "http://smithi174:5500"]}]: dispatch 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiTDFLVFJIVlBPUEJKQlREUkJOM0QiLAogICAgInNlY3JldCI6ICJhVThMU1dHNFZTNG0yUFhTNnI3THpUM29NZDYwZEF5UUFrMGVVVFJQIgp9", "zone_endpoints": ["http://smithi083:5500", "http://smithi174:5500"]}]: dispatch 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.052 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:06 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: pgmap v20: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 113 KiB/s rd, 7.3 KiB/s wr, 217 op/s 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiTDFLVFJIVlBPUEJKQlREUkJOM0QiLAogICAgInNlY3JldCI6ICJhVThMU1dHNFZTNG0yUFhTNnI3THpUM29NZDYwZEF5UUFrMGVVVFJQIgp9", "zone_endpoints": ["http://smithi083:5500", "http://smithi174:5500"]}]: dispatch 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiTDFLVFJIVlBPUEJKQlREUkJOM0QiLAogICAgInNlY3JldCI6ICJhVThMU1dHNFZTNG0yUFhTNnI3THpUM29NZDYwZEF5UUFrMGVVVFJQIgp9", "zone_endpoints": ["http://smithi083:5500", "http://smithi174:5500"]}]: dispatch 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:07.155 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:06 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:07.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:07 smithi174 ceph-mon[33850]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T17:03:07.955 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:07 smithi083 ceph-mon[33488]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T17:03:08.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:07 smithi081 ceph-mon[29630]: Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-03-20T17:03:08.355 INFO:teuthology.orchestra.run.smithi081.stderr:+ true 2024-03-20T17:03:08.355 INFO:teuthology.orchestra.run.smithi081.stderr:++ ceph rgw realm tokens 2024-03-20T17:03:08.355 INFO:teuthology.orchestra.run.smithi081.stderr:++ jq -r '.[0].token' 2024-03-20T17:03:08.800 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 100 KiB/s rd, 6.5 KiB/s wr, 193 op/s 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:08.801 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:08 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.072 INFO:teuthology.orchestra.run.smithi081.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ== 2024-03-20T17:03:09.072 INFO:teuthology.orchestra.run.smithi081.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ== 2024-03-20T17:03:09.073 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ== 2024-03-20T17:03:09.073 INFO:teuthology.orchestra.run.smithi081.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ== '!=' 'master zone has no endpoint' ']' 2024-03-20T17:03:09.073 INFO:teuthology.orchestra.run.smithi081.stderr:+ break 2024-03-20T17:03:09.073 INFO:teuthology.orchestra.run.smithi081.stderr:++ ceph rgw realm tokens 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 100 KiB/s rd, 6.5 KiB/s wr, 193 op/s 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:09.073 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.074 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.074 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.074 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:09.074 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:09.074 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:09.074 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:08 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: pgmap v21: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 100 KiB/s rd, 6.5 KiB/s wr, 193 op/s 2024-03-20T17:03:09.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-20T17:03:09.205 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:08 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr:+ TOKENS='[ 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr: { 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr: "realm": "myrealm1", 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ==" 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr: } 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr:]' 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ=="' '}' ']' 2024-03-20T17:03:09.756 INFO:teuthology.orchestra.run.smithi081.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-03-20T17:03:09.758 INFO:teuthology.orchestra.run.smithi081.stdout:true 2024-03-20T17:03:09.758 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ=="' '}' ']' 2024-03-20T17:03:09.759 INFO:teuthology.orchestra.run.smithi081.stderr:+ jq --exit-status '.[0].token' 2024-03-20T17:03:09.761 INFO:teuthology.orchestra.run.smithi081.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImI3YzgyN2VlLWNiMTMtNGI3Ni05ZDUzLTAzOTA2MWRmZmU3YyIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTA4Mzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIkwxS1RSSFZQT1BCSkJURFJCTjNEIiwKICAgICJzZWNyZXQiOiAiYVU4TFNXRzRWUzRtMlBYUzZyN0x6VDNvTWQ2MGRBeVFBazBlVVRSUCIKfQ==" 2024-03-20T17:03:09.761 INFO:teuthology.orchestra.run.smithi081.stderr:++ ceph rgw realm tokens 2024-03-20T17:03:09.761 INFO:teuthology.orchestra.run.smithi081.stderr:++ jq -r '.[0].token' 2024-03-20T17:03:09.761 INFO:teuthology.orchestra.run.smithi081.stderr:++ base64 --decode 2024-03-20T17:03:10.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:09 smithi174 ceph-mon[33850]: Checking dashboard <-> RGW credentials 2024-03-20T17:03:10.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:09 smithi174 ceph-mon[33850]: Checking dashboard <-> RGW credentials 2024-03-20T17:03:10.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:09 smithi174 ceph-mon[33850]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:10.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:09 smithi081 ceph-mon[29630]: Checking dashboard <-> RGW credentials 2024-03-20T17:03:10.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:09 smithi081 ceph-mon[29630]: Checking dashboard <-> RGW credentials 2024-03-20T17:03:10.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:09 smithi081 ceph-mon[29630]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:10.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:09 smithi083 ceph-mon[33488]: Checking dashboard <-> RGW credentials 2024-03-20T17:03:10.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:09 smithi083 ceph-mon[33488]: Checking dashboard <-> RGW credentials 2024-03-20T17:03:10.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:09 smithi083 ceph-mon[33488]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:10.442 INFO:teuthology.orchestra.run.smithi081.stderr:+ TOKEN_JSON='{ 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr: "realm_name": "myrealm1", 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr: "realm_id": "b7c827ee-cb13-4b76-9d53-039061dffe7c", 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr: "endpoint": "http://smithi083:5500", 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr: "access_key": "L1KTRHVPOPBJBTDRBN3D", 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr: "secret": "aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP" 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr:}' 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"b7c827ee-cb13-4b76-9d53-039061dffe7c",' '"endpoint":' '"http://smithi083:5500",' '"access_key":' '"L1KTRHVPOPBJBTDRBN3D",' '"secret":' '"aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP"' '}' 2024-03-20T17:03:10.443 INFO:teuthology.orchestra.run.smithi081.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-03-20T17:03:10.444 INFO:teuthology.orchestra.run.smithi081.stdout:true 2024-03-20T17:03:10.445 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"b7c827ee-cb13-4b76-9d53-039061dffe7c",' '"endpoint":' '"http://smithi083:5500",' '"access_key":' '"L1KTRHVPOPBJBTDRBN3D",' '"secret":' '"aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP"' '}' 2024-03-20T17:03:10.445 INFO:teuthology.orchestra.run.smithi081.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-03-20T17:03:10.447 INFO:teuthology.orchestra.run.smithi081.stdout:true 2024-03-20T17:03:10.448 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"b7c827ee-cb13-4b76-9d53-039061dffe7c",' '"endpoint":' '"http://smithi083:5500",' '"access_key":' '"L1KTRHVPOPBJBTDRBN3D",' '"secret":' '"aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP"' '}' 2024-03-20T17:03:10.448 INFO:teuthology.orchestra.run.smithi081.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-20T17:03:10.450 INFO:teuthology.orchestra.run.smithi081.stdout:true 2024-03-20T17:03:10.451 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"b7c827ee-cb13-4b76-9d53-039061dffe7c",' '"endpoint":' '"http://smithi083:5500",' '"access_key":' '"L1KTRHVPOPBJBTDRBN3D",' '"secret":' '"aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP"' '}' 2024-03-20T17:03:10.451 INFO:teuthology.orchestra.run.smithi081.stderr:+ jq --exit-status .access_key 2024-03-20T17:03:10.453 INFO:teuthology.orchestra.run.smithi081.stdout:"L1KTRHVPOPBJBTDRBN3D" 2024-03-20T17:03:10.453 INFO:teuthology.orchestra.run.smithi081.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"b7c827ee-cb13-4b76-9d53-039061dffe7c",' '"endpoint":' '"http://smithi083:5500",' '"access_key":' '"L1KTRHVPOPBJBTDRBN3D",' '"secret":' '"aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP"' '}' 2024-03-20T17:03:10.453 INFO:teuthology.orchestra.run.smithi081.stderr:+ jq --exit-status .secret 2024-03-20T17:03:10.455 INFO:teuthology.orchestra.run.smithi081.stdout:"aU8LSWG4VS4m2PXS6r7LzT3oMd60dAyQAk0eUTRP" 2024-03-20T17:03:11.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:10 smithi174 ceph-mon[33850]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:11.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:10 smithi174 ceph-mon[33850]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 89 KiB/s rd, 5.8 KiB/s wr, 172 op/s 2024-03-20T17:03:11.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:10 smithi174 ceph-mon[33850]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:11.153 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:10 smithi081 ceph-mon[29630]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:11.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:10 smithi081 ceph-mon[29630]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 89 KiB/s rd, 5.8 KiB/s wr, 172 op/s 2024-03-20T17:03:11.154 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:10 smithi081 ceph-mon[29630]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:11.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:10 smithi083 ceph-mon[33488]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:11.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:10 smithi083 ceph-mon[33488]: pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 94 MiB used, 268 GiB / 268 GiB avail; 89 KiB/s rd, 5.8 KiB/s wr, 172 op/s 2024-03-20T17:03:11.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:10 smithi083 ceph-mon[33488]: from='mgr.14388 172.21.15.81:0/307729067' entity='mgr.a' 2024-03-20T17:03:11.317 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-20T17:03:11.333 INFO:tasks.cephadm:Teardown begin 2024-03-20T17:03:11.333 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:03:11.369 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:03:11.407 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:03:11.448 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-20T17:03:11.448 DEBUG:teuthology.orchestra.run.smithi081:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T17:03:11.465 DEBUG:teuthology.orchestra.run.smithi083:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T17:03:11.484 DEBUG:teuthology.orchestra.run.smithi174:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-20T17:03:11.507 INFO:tasks.cephadm:Stopping all daemons... 2024-03-20T17:03:11.508 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-20T17:03:11.508 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a 2024-03-20T17:03:11.795 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:11 smithi081 systemd[1]: Stopping Ceph mon.a for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:11.796 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:11 smithi081 ceph-mon[29630]: from='client.15159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:12.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:11 smithi174 ceph-mon[33850]: from='client.15159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:12.095 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a[29626]: 2024-03-20T17:03:11.795+0000 7f0628120700 -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-20T17:03:12.095 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:11 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a[29626]: 2024-03-20T17:03:11.795+0000 7f0628120700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-20T17:03:12.095 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:11 smithi081 podman[77440]: 2024-03-20 17:03:11.816400404 +0000 UTC m=+0.116474416 container died 285d1a3d97da4cd7d4b5e61d50b7a60424dadc5e9393c0dc376bc39a817c8ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30) 2024-03-20T17:03:12.204 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:11 smithi083 ceph-mon[33488]: from='client.15159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-03-20T17:03:12.403 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:12 smithi081 podman[77440]: 2024-03-20 17:03:12.204534874 +0000 UTC m=+0.504608884 container cleanup 285d1a3d97da4cd7d4b5e61d50b7a60424dadc5e9393c0dc376bc39a817c8ed3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319) 2024-03-20T17:03:12.404 INFO:journalctl@ceph.mon.a.smithi081.stdout:Mar 20 17:03:12 smithi081 bash[77440]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-a 2024-03-20T17:03:12.600 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.a.service' 2024-03-20T17:03:12.650 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:12.650 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-20T17:03:12.651 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-20T17:03:12.651 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.b 2024-03-20T17:03:12.954 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:12 smithi083 systemd[1]: Stopping Ceph mon.b for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:13.338 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:12 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-b[33484]: 2024-03-20T17:03:12.963+0000 7f43e2978700 -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-20T17:03:13.338 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:12 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-b[33484]: 2024-03-20T17:03:12.963+0000 7f43e2978700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-20T17:03:13.338 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 podman[44166]: 2024-03-20 17:03:13.096312662 +0000 UTC m=+0.255470444 container died ad5043d89ef6fbefc0a3f898430fe2828093a35b4074d3f489265aba27b3c982 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-b, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319) 2024-03-20T17:03:13.605 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 podman[44166]: 2024-03-20 17:03:13.430224088 +0000 UTC m=+0.589381879 container cleanup ad5043d89ef6fbefc0a3f898430fe2828093a35b4074d3f489265aba27b3c982 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-b, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240319) 2024-03-20T17:03:13.605 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 bash[44166]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-b 2024-03-20T17:03:13.836 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.b.service' 2024-03-20T17:03:13.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 podman[44180]: 2024-03-20 17:03:13.606292123 +0000 UTC m=+0.505225244 container remove ad5043d89ef6fbefc0a3f898430fe2828093a35b4074d3f489265aba27b3c982 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-b, ceph=True, io.buildah.version=1.33.5, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T17:03:13.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 systemd[1]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.b.service: Deactivated successfully. 2024-03-20T17:03:13.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 systemd[1]: Stopped Ceph mon.b for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T17:03:13.860 INFO:journalctl@ceph.mon.b.smithi083.stdout:Mar 20 17:03:13 smithi083 systemd[1]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.b.service: Consumed 3.121s CPU time. 2024-03-20T17:03:13.910 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:13.910 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-20T17:03:13.910 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-20T17:03:13.910 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.c 2024-03-20T17:03:14.300 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:13 smithi174 systemd[1]: Stopping Ceph mon.c for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:14.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:14 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c[33846]: 2024-03-20T17:03:14.185+0000 7f2315550700 -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-20T17:03:14.301 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:14 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c[33846]: 2024-03-20T17:03:14.185+0000 7f2315550700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-20T17:03:14.692 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:14 smithi174 podman[43941]: 2024-03-20 17:03:14.359700273 +0000 UTC m=+0.253074812 container died 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-03-20T17:03:15.050 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:14 smithi174 podman[43941]: 2024-03-20 17:03:14.860346888 +0000 UTC m=+0.753721431 container cleanup 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-03-20T17:03:15.051 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:14 smithi174 bash[43941]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c 2024-03-20T17:03:15.336 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.c.service' 2024-03-20T17:03:15.361 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:15 smithi174 podman[43955]: 2024-03-20 17:03:15.094957694 +0000 UTC m=+0.739899512 container remove 4fb36928d6d0bbec20119a1f9ff7a1e7d44fac8ea700fbf590675f0bee624511 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mon-c, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, io.buildah.version=1.33.5) 2024-03-20T17:03:15.361 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:15 smithi174 systemd[1]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-20T17:03:15.361 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:15 smithi174 systemd[1]: Stopped Ceph mon.c for eaab8a82-e6da-11ee-95c9-87774f69a715. 2024-03-20T17:03:15.361 INFO:journalctl@ceph.mon.c.smithi174.stdout:Mar 20 17:03:15 smithi174 systemd[1]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mon.c.service: Consumed 3.101s CPU time. 2024-03-20T17:03:15.388 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:15.389 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-20T17:03:15.389 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-20T17:03:15.389 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a 2024-03-20T17:03:15.699 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:03:15 smithi081 systemd[1]: Stopping Ceph mgr.a for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:16.066 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:03:15 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:03:15.699+0000 7f7e75d9d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-03-20T17:03:16.066 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:03:15 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a[29861]: 2024-03-20T17:03:15.699+0000 7f7e75d9d700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-20T17:03:16.066 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:03:15 smithi081 podman[77560]: 2024-03-20 17:03:15.730606467 +0000 UTC m=+0.148435075 container died aaf2ac6f2de37bf7c75e8aab0f6e86e3b496e52eada96d715cae5182e16b2c4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-03-20T17:03:16.324 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:03:16 smithi081 podman[77560]: 2024-03-20 17:03:16.141512518 +0000 UTC m=+0.559341111 container cleanup aaf2ac6f2de37bf7c75e8aab0f6e86e3b496e52eada96d715cae5182e16b2c4c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1baf684b63d2fadd9d3da5e692ffc3efccd60694, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T17:03:16.325 INFO:journalctl@ceph.mgr.a.smithi081.stdout:Mar 20 17:03:16 smithi081 bash[77560]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-a 2024-03-20T17:03:16.443 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.a.service' 2024-03-20T17:03:16.479 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:16.479 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-20T17:03:16.479 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-20T17:03:16.480 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.b 2024-03-20T17:03:16.796 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:03:16 smithi083 systemd[1]: Stopping Ceph mgr.b for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:17.059 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:03:16 smithi083 podman[44286]: 2024-03-20 17:03:16.797114605 +0000 UTC m=+0.130100929 container died abd6822fc3877e4c763ba7254674417024eb7d038f21a4e10c4aec6f6dd56508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD) 2024-03-20T17:03:17.342 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:03:17 smithi083 podman[44286]: 2024-03-20 17:03:17.142548482 +0000 UTC m=+0.475534796 container cleanup abd6822fc3877e4c763ba7254674417024eb7d038f21a4e10c4aec6f6dd56508 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-03-20T17:03:17.342 INFO:journalctl@ceph.mgr.b.smithi083.stdout:Mar 20 17:03:17 smithi083 bash[44286]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-mgr-b 2024-03-20T17:03:17.555 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@mgr.b.service' 2024-03-20T17:03:17.591 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:17.591 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-20T17:03:17.591 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-20T17:03:17.591 DEBUG:teuthology.orchestra.run.smithi081:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.0 2024-03-20T17:03:17.878 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:17 smithi081 systemd[1]: Stopping Ceph osd.0 for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:18.154 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:17 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0[44472]: 2024-03-20T17:03:17.878+0000 7fbba8f80700 -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-20T17:03:18.154 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:17 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0[44472]: 2024-03-20T17:03:17.878+0000 7fbba8f80700 -1 osd.0 31 *** Got signal Terminated *** 2024-03-20T17:03:18.154 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:17 smithi081 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0[44472]: 2024-03-20T17:03:17.878+0000 7fbba8f80700 -1 osd.0 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T17:03:23.594 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:23 smithi081 podman[77683]: 2024-03-20 17:03:23.310987843 +0000 UTC m=+5.532715570 container died f022304b18e545b173da77c65013f15e3d28344332df865014b73bd0091fc598 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, GIT_BRANCH=HEAD, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-03-20T17:03:23.594 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:23 smithi081 podman[77683]: 2024-03-20 17:03:23.595395569 +0000 UTC m=+5.817123289 container cleanup f022304b18e545b173da77c65013f15e3d28344332df865014b73bd0091fc598 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-20T17:03:23.903 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:23 smithi081 bash[77683]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0 2024-03-20T17:03:23.904 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:23 smithi081 podman[77700]: 2024-03-20 17:03:23.821157644 +0000 UTC m=+0.504407495 container remove f022304b18e545b173da77c65013f15e3d28344332df865014b73bd0091fc598 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, ceph=True) 2024-03-20T17:03:24.365 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:24 smithi081 podman[77791]: 2024-03-20 17:03:24.113812056 +0000 UTC m=+0.112721452 container create a7d7a8b6de7b14d05143446964c5a55f4ae6e5a0eda143594efa75f05b953288 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.build-date=20240319, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-03-20T17:03:24.365 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:24 smithi081 podman[77791]: 2024-03-20 17:03:24.019151708 +0000 UTC m=+0.018061063 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69 2024-03-20T17:03:24.365 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:24 smithi081 podman[77791]: 2024-03-20 17:03:24.308205004 +0000 UTC m=+0.307114360 container init a7d7a8b6de7b14d05143446964c5a55f4ae6e5a0eda143594efa75f05b953288 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319) 2024-03-20T17:03:24.365 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:24 smithi081 podman[77791]: 2024-03-20 17:03:24.311125291 +0000 UTC m=+0.310034652 container start a7d7a8b6de7b14d05143446964c5a55f4ae6e5a0eda143594efa75f05b953288 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0-deactivate, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5) 2024-03-20T17:03:24.654 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:24 smithi081 podman[77791]: 2024-03-20 17:03:24.366207514 +0000 UTC m=+0.365116871 container attach a7d7a8b6de7b14d05143446964c5a55f4ae6e5a0eda143594efa75f05b953288 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.build-date=20240319, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, io.buildah.version=1.33.5) 2024-03-20T17:03:24.654 INFO:journalctl@ceph.osd.0.smithi081.stdout:Mar 20 17:03:24 smithi081 podman[77791]: 2024-03-20 17:03:24.601804265 +0000 UTC m=+0.600713614 container died a7d7a8b6de7b14d05143446964c5a55f4ae6e5a0eda143594efa75f05b953288 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-03-20T17:03:25.187 DEBUG:teuthology.orchestra.run.smithi081:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.0.service' 2024-03-20T17:03:25.227 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:25.227 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-20T17:03:25.227 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-20T17:03:25.228 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.1 2024-03-20T17:03:25.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:25 smithi083 systemd[1]: Stopping Ceph osd.1 for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:25.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:25 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1[37743]: 2024-03-20T17:03:25.503+0000 7fd1d99dc700 -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-20T17:03:25.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:25 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1[37743]: 2024-03-20T17:03:25.503+0000 7fd1d99dc700 -1 osd.1 31 *** Got signal Terminated *** 2024-03-20T17:03:25.705 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:25 smithi083 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1[37743]: 2024-03-20T17:03:25.503+0000 7fd1d99dc700 -1 osd.1 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T17:03:31.187 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:30 smithi083 podman[44406]: 2024-03-20 17:03:30.929011696 +0000 UTC m=+5.512975677 container died c2835ef20ac44481e8ad1ac573e4c9e937b18c6a8d7556386c3e8e12ae468269 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, io.buildah.version=1.33.5) 2024-03-20T17:03:31.454 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:31 smithi083 podman[44406]: 2024-03-20 17:03:31.354077876 +0000 UTC m=+5.938041855 container cleanup c2835ef20ac44481e8ad1ac573e4c9e937b18c6a8d7556386c3e8e12ae468269 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-03-20T17:03:31.454 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:31 smithi083 bash[44406]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1 2024-03-20T17:03:31.954 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:31 smithi083 podman[44435]: 2024-03-20 17:03:31.539310005 +0000 UTC m=+0.608170208 container remove c2835ef20ac44481e8ad1ac573e4c9e937b18c6a8d7556386c3e8e12ae468269 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240319, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-03-20T17:03:32.216 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:31 smithi083 podman[44528]: 2024-03-20 17:03:31.868518501 +0000 UTC m=+0.018864824 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69 2024-03-20T17:03:32.216 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:31 smithi083 podman[44528]: 2024-03-20 17:03:31.973038062 +0000 UTC m=+0.123384365 container create d73530a3965a6f2ba87a74a905710d7c8c8a48bad6bdf010d6655d592601adff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-03-20T17:03:32.216 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:32 smithi083 podman[44528]: 2024-03-20 17:03:32.159026023 +0000 UTC m=+0.309372329 container init d73530a3965a6f2ba87a74a905710d7c8c8a48bad6bdf010d6655d592601adff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, io.buildah.version=1.33.5) 2024-03-20T17:03:32.216 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:32 smithi083 podman[44528]: 2024-03-20 17:03:32.162229375 +0000 UTC m=+0.312575680 container start d73530a3965a6f2ba87a74a905710d7c8c8a48bad6bdf010d6655d592601adff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS) 2024-03-20T17:03:32.216 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:32 smithi083 podman[44528]: 2024-03-20 17:03:32.217033917 +0000 UTC m=+0.367380239 container attach d73530a3965a6f2ba87a74a905710d7c8c8a48bad6bdf010d6655d592601adff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-03-20T17:03:32.704 INFO:journalctl@ceph.osd.1.smithi083.stdout:Mar 20 17:03:32 smithi083 podman[44528]: 2024-03-20 17:03:32.451561121 +0000 UTC m=+0.601907427 container died d73530a3965a6f2ba87a74a905710d7c8c8a48bad6bdf010d6655d592601adff (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-1-deactivate, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240319, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-03-20T17:03:33.010 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.1.service' 2024-03-20T17:03:33.050 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:33.050 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-20T17:03:33.051 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-20T17:03:33.051 DEBUG:teuthology.orchestra.run.smithi174:> sudo systemctl stop ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.2 2024-03-20T17:03:33.370 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:33 smithi174 systemd[1]: Stopping Ceph osd.2 for eaab8a82-e6da-11ee-95c9-87774f69a715... 2024-03-20T17:03:33.800 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:33 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2[38032]: 2024-03-20T17:03:33.370+0000 7fc8804ba700 -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-20T17:03:33.800 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:33 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2[38032]: 2024-03-20T17:03:33.370+0000 7fc8804ba700 -1 osd.2 31 *** Got signal Terminated *** 2024-03-20T17:03:33.801 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:33 smithi174 ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2[38032]: 2024-03-20T17:03:33.370+0000 7fc8804ba700 -1 osd.2 31 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-20T17:03:39.050 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:38 smithi174 podman[44076]: 2024-03-20 17:03:38.737111834 +0000 UTC m=+5.494964957 container died f43b5d59c150a02978f544d7828aba8a3b8b1e6b882e7e22c61a6f8dab70a867 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.vendor=CentOS) 2024-03-20T17:03:39.345 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 podman[44076]: 2024-03-20 17:03:39.086830421 +0000 UTC m=+5.844683583 container cleanup f43b5d59c150a02978f544d7828aba8a3b8b1e6b882e7e22c61a6f8dab70a867 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-20T17:03:39.345 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 bash[44076]: ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2 2024-03-20T17:03:39.701 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 podman[44093]: 2024-03-20 17:03:39.346219625 +0000 UTC m=+0.606747334 container remove f43b5d59c150a02978f544d7828aba8a3b8b1e6b882e7e22c61a6f8dab70a867 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240319) 2024-03-20T17:03:39.958 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 podman[44185]: 2024-03-20 17:03:39.605544198 +0000 UTC m=+0.017391944 image pull 6809ce2996f46eab02e499ffe6647edd38c5558c78a2fede85f0dba014c58323 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69 2024-03-20T17:03:39.958 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 podman[44185]: 2024-03-20 17:03:39.755418466 +0000 UTC m=+0.167266191 container create 0cfedb75ad73d649f8380b78ca27bf254248e18690122139a177386a9d3ceeb7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2-deactivate, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240319, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD) 2024-03-20T17:03:39.958 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 podman[44185]: 2024-03-20 17:03:39.95754896 +0000 UTC m=+0.369396696 container init 0cfedb75ad73d649f8380b78ca27bf254248e18690122139a177386a9d3ceeb7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240319, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-03-20T17:03:40.249 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:39 smithi174 podman[44185]: 2024-03-20 17:03:39.960738683 +0000 UTC m=+0.372586412 container start 0cfedb75ad73d649f8380b78ca27bf254248e18690122139a177386a9d3ceeb7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240319, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image) 2024-03-20T17:03:40.250 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:40 smithi174 podman[44185]: 2024-03-20 17:03:40.066093728 +0000 UTC m=+0.477941457 container attach 0cfedb75ad73d649f8380b78ca27bf254248e18690122139a177386a9d3ceeb7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5) 2024-03-20T17:03:40.517 INFO:journalctl@ceph.osd.2.smithi174.stdout:Mar 20 17:03:40 smithi174 podman[44185]: 2024-03-20 17:03:40.251258439 +0000 UTC m=+0.663106157 container died 0cfedb75ad73d649f8380b78ca27bf254248e18690122139a177386a9d3ceeb7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:01837c9ae1aef119d994c771e64b855f34118b0bab091f2cd33b96dac6dadd69, name=ceph-eaab8a82-e6da-11ee-95c9-87774f69a715-osd-2-deactivate, io.buildah.version=1.33.5, RELEASE=wip-yuri2-testing-2024-03-13-0827-1baf684, GIT_BRANCH=HEAD, org.label-schema.build-date=20240319, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=08b1ab54e11946f162e232e2750e80887689df30, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-03-20T17:03:40.843 DEBUG:teuthology.orchestra.run.smithi174:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eaab8a82-e6da-11ee-95c9-87774f69a715@osd.2.service' 2024-03-20T17:03:40.884 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-20T17:03:40.884 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-20T17:03:40.884 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T17:03:41.073 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:03:42.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T17:03:42.380 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:03:54.604 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-20T17:03:54.797 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:04:07.239 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:04:07.274 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:04:07.309 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-20T17:04:07.339 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-20T17:04:07.341 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi081/crash 2024-03-20T17:04:07.342 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash -- . 2024-03-20T17:04:07.380 INFO:teuthology.orchestra.run.smithi081.stderr:tar: /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T17:04:07.380 INFO:teuthology.orchestra.run.smithi081.stderr:tar: Error is not recoverable: exiting now 2024-03-20T17:04:07.382 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi083/crash 2024-03-20T17:04:07.382 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash -- . 2024-03-20T17:04:07.433 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T17:04:07.433 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2024-03-20T17:04:07.435 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi174/crash 2024-03-20T17:04:07.436 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash -- . 2024-03-20T17:04:07.471 INFO:teuthology.orchestra.run.smithi174.stderr:tar: /var/lib/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-20T17:04:07.471 INFO:teuthology.orchestra.run.smithi174.stderr:tar: Error is not recoverable: exiting now 2024-03-20T17:04:07.472 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-20T17:04:07.472 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/eaab8a82-e6da-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-20T17:04:07.503 INFO:teuthology.orchestra.run.smithi081.stdout:2024-03-20T17:00:45.251899+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T17:04:07.503 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-20T17:04:07.504 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[SEC\]' /var/log/ceph/eaab8a82-e6da-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-20T17:04:07.573 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[ERR\]' /var/log/ceph/eaab8a82-e6da-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-20T17:04:07.642 DEBUG:teuthology.orchestra.run.smithi081:> sudo egrep '\[WRN\]' /var/log/ceph/eaab8a82-e6da-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-20T17:04:07.711 INFO:teuthology.orchestra.run.smithi081.stdout:2024-03-20T17:00:45.251899+0000 mon.a (mon.0) 188 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-20T17:04:07.711 INFO:tasks.cephadm:Compressing logs... 2024-03-20T17:04:07.711 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:04:07.754 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T17:04:07.756 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T17:04:07.778 INFO:teuthology.orchestra.run.smithi081.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T17:04:07.778 INFO:teuthology.orchestra.run.smithi081.stderr:: No such file or directory 2024-03-20T17:04:07.778 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.a.log 2024-03-20T17:04:07.778 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T17:04:07.779 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mgr.a.log 2024-03-20T17:04:07.779 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.a.log: /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.0.log 2024-03-20T17:04:07.779 INFO:teuthology.orchestra.run.smithi081.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T17:04:07.779 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mgr.a.log: /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log 2024-03-20T17:04:07.781 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T17:04:07.781 INFO:teuthology.orchestra.run.smithi081.stderr: 89.2% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T17:04:07.781 INFO:teuthology.orchestra.run.smithi081.stderr: 82.8%/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T17:04:07.781 INFO:teuthology.orchestra.run.smithi081.stderr: -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T17:04:07.781 INFO:teuthology.orchestra.run.smithi081.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log: 84.7% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T17:04:07.784 INFO:teuthology.orchestra.run.smithi083.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T17:04:07.784 INFO:teuthology.orchestra.run.smithi083.stderr:: No such file or directory 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.1.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi083.wtipke.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log: 88.5%/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.1.log: -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi083.wtipke.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr: 71.3% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi083.wtipke.log.gz 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mgr.b.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr: 89.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr: 81.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.b.log 2024-03-20T17:04:07.785 INFO:teuthology.orchestra.run.smithi083.stderr: 84.0% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T17:04:07.786 INFO:teuthology.orchestra.run.smithi081.stderr: 91.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T17:04:07.786 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.b.log: 90.9% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:: No such file or directory 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi174.lefdxb.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi174.lefdxb.log: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr: 71.4% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-client.rgw.myrealm1.myzone1.smithi174.lefdxb.log.gz 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.2.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log: /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr: 81.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr: 89.2% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-20T17:04:07.789 INFO:teuthology.orchestra.run.smithi174.stderr:gzip/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.2.log: -5 --verbose -- /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.c.log 2024-03-20T17:04:07.790 INFO:teuthology.orchestra.run.smithi174.stderr: 84.3% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-20T17:04:07.790 INFO:teuthology.orchestra.run.smithi174.stderr:/var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.c.log: 90.9% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-20T17:04:07.790 INFO:teuthology.orchestra.run.smithi083.stderr: 90.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mgr.b.log.gz 2024-03-20T17:04:07.831 INFO:teuthology.orchestra.run.smithi174.stderr: 92.6% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.c.log.gz 2024-03-20T17:04:07.836 INFO:teuthology.orchestra.run.smithi081.stderr: 89.4% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mgr.a.log.gz 2024-03-20T17:04:07.842 INFO:teuthology.orchestra.run.smithi083.stderr: 92.3% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.b.log.gz 2024-03-20T17:04:07.939 INFO:teuthology.orchestra.run.smithi081.stderr: 91.6% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-mon.a.log.gz 2024-03-20T17:04:08.171 INFO:teuthology.orchestra.run.smithi174.stderr: 94.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.2.log.gz 2024-03-20T17:04:08.173 INFO:teuthology.orchestra.run.smithi174.stderr: 2024-03-20T17:04:08.173 INFO:teuthology.orchestra.run.smithi174.stderr:real 0m0.403s 2024-03-20T17:04:08.173 INFO:teuthology.orchestra.run.smithi174.stderr:user 0m0.436s 2024-03-20T17:04:08.173 INFO:teuthology.orchestra.run.smithi174.stderr:sys 0m0.032s 2024-03-20T17:04:08.177 INFO:teuthology.orchestra.run.smithi081.stderr: 94.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.0.log.gz 2024-03-20T17:04:08.180 INFO:teuthology.orchestra.run.smithi081.stderr: 2024-03-20T17:04:08.180 INFO:teuthology.orchestra.run.smithi081.stderr:real 0m0.414s 2024-03-20T17:04:08.180 INFO:teuthology.orchestra.run.smithi081.stderr:user 0m0.618s 2024-03-20T17:04:08.180 INFO:teuthology.orchestra.run.smithi081.stderr:sys 0m0.036s 2024-03-20T17:04:08.244 INFO:teuthology.orchestra.run.smithi083.stderr: 94.1% -- replaced with /var/log/ceph/eaab8a82-e6da-11ee-95c9-87774f69a715/ceph-osd.1.log.gz 2024-03-20T17:04:08.246 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-03-20T17:04:08.246 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m0.479s 2024-03-20T17:04:08.246 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m0.523s 2024-03-20T17:04:08.246 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.040s 2024-03-20T17:04:08.247 INFO:tasks.cephadm:Archiving logs... 2024-03-20T17:04:08.247 DEBUG:teuthology.misc:Transferring archived files from smithi081:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi081/log 2024-03-20T17:04:08.248 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T17:04:08.401 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi083/log 2024-03-20T17:04:08.402 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T17:04:08.523 DEBUG:teuthology.misc:Transferring archived files from smithi174:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi174/log 2024-03-20T17:04:08.524 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-20T17:04:08.630 INFO:tasks.cephadm:Removing cluster... 2024-03-20T17:04:08.630 DEBUG:teuthology.orchestra.run.smithi081:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 --force 2024-03-20T17:04:08.808 INFO:teuthology.orchestra.run.smithi081.stdout:Deleting cluster with fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:04:09.057 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 --force 2024-03-20T17:04:09.237 INFO:teuthology.orchestra.run.smithi083.stdout:Deleting cluster with fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:04:09.489 DEBUG:teuthology.orchestra.run.smithi174:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eaab8a82-e6da-11ee-95c9-87774f69a715 --force 2024-03-20T17:04:09.679 INFO:teuthology.orchestra.run.smithi174.stdout:Deleting cluster with fsid: eaab8a82-e6da-11ee-95c9-87774f69a715 2024-03-20T17:04:09.930 INFO:tasks.cephadm:Removing cephadm ... 2024-03-20T17:04:09.931 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T17:04:09.948 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T17:04:09.964 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-20T17:04:09.980 INFO:tasks.cephadm:Teardown complete 2024-03-20T17:04:09.980 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-20T17:04:09.989 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-20T17:04:09.989 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T17:04:09.992 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T17:04:10.006 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-20T17:04:10.121 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-20T17:04:10.131 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-20T17:04:10.131 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T17:04:10.134 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T17:04:10.136 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-20T17:04:10.147 INFO:teuthology.orchestra.run.smithi081.stderr:bash: line 1: ntpq: command not found 2024-03-20T17:04:10.148 INFO:teuthology.orchestra.run.smithi083.stderr:bash: line 1: ntpq: command not found 2024-03-20T17:04:10.150 INFO:teuthology.orchestra.run.smithi174.stderr:bash: line 1: ntpq: command not found 2024-03-20T17:04:10.151 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T17:04:10.151 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2024-03-20T17:04:10.151 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +1244us[+1244us] +/- 146ms 2024-03-20T17:04:10.151 INFO:teuthology.orchestra.run.smithi081.stdout:^* hv02.front.sepia.ceph.com 3 6 377 57 -575us[ -550us] +/- 50ms 2024-03-20T17:04:10.152 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +170us[ +170us] +/- 74ms 2024-03-20T17:04:10.152 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T17:04:10.153 INFO:teuthology.orchestra.run.smithi083.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T17:04:10.153 INFO:teuthology.orchestra.run.smithi083.stdout:=============================================================================== 2024-03-20T17:04:10.153 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 58 +1233us[+1265us] +/- 146ms 2024-03-20T17:04:10.153 INFO:teuthology.orchestra.run.smithi083.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -573us[ -542us] +/- 50ms 2024-03-20T17:04:10.153 INFO:teuthology.orchestra.run.smithi083.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 +171us[ +203us] +/- 74ms 2024-03-20T17:04:10.153 INFO:teuthology.orchestra.run.smithi083.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T17:04:10.154 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-20T17:04:10.154 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2024-03-20T17:04:10.155 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +1252us[+1252us] +/- 146ms 2024-03-20T17:04:10.155 INFO:teuthology.orchestra.run.smithi174.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -569us[ -525us] +/- 50ms 2024-03-20T17:04:10.155 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 +189us[ +189us] +/- 74ms 2024-03-20T17:04:10.155 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-03-20T17:04:10.155 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-20T17:04:10.165 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-20T17:04:10.165 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-20T17:04:10.193 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:04:10.267 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T17:04:10.333 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T17:04:10.400 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:04:10.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:04:10.431 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T17:04:10.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:04:10.460 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T17:04:10.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:04:10.490 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-20T17:04:10.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-20T17:04:10.534 INFO:teuthology.task.internal:Duration was 837.781100 seconds 2024-03-20T17:04:10.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-20T17:04:10.569 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-20T17:04:10.570 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T17:04:10.572 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T17:04:10.574 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-20T17:04:10.613 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T17:04:10.615 INFO:teuthology.orchestra.run.smithi083.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T17:04:10.617 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-20T17:04:11.088 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-20T17:04:11.088 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2024-03-20T17:04:11.089 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:04:11.109 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2024-03-20T17:04:11.109 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T17:04:11.138 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2024-03-20T17:04:11.138 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T17:04:11.158 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-20T17:04:11.158 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T17:04:11.162 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T17:04:11.180 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-20T17:04:11.228 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-20T17:04:11.229 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T17:04:11.231 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T17:04:11.250 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-20T17:04:11.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-20T17:04:11.406 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-20T17:04:11.406 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T17:04:11.433 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T17:04:11.459 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-20T17:04:11.486 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-20T17:04:11.498 DEBUG:teuthology.orchestra.run.smithi081:> 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-20T17:04:11.501 DEBUG:teuthology.orchestra.run.smithi083:> 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-20T17:04:11.503 DEBUG:teuthology.orchestra.run.smithi174:> 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-20T17:04:11.524 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2024-03-20T17:04:11.526 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2024-03-20T17:04:11.551 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2024-03-20T17:04:11.579 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T17:04:11.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:04:11.597 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T17:04:11.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:04:11.611 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-20T17:04:11.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-20T17:04:11.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-20T17:04:11.644 INFO:teuthology.task.internal:Transferring archived files... 2024-03-20T17:04:11.645 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi081 2024-03-20T17:04:11.645 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T17:04:11.683 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi083 2024-03-20T17:04:11.683 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T17:04:11.719 DEBUG:teuthology.misc:Transferring archived files from smithi174:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519/remote/smithi174 2024-03-20T17:04:11.719 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-20T17:04:11.758 INFO:teuthology.task.internal:Removing archive directory... 2024-03-20T17:04:11.758 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T17:04:11.760 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T17:04:11.763 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-20T17:04:11.807 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-20T17:04:11.819 INFO:teuthology.task.internal:Not uploading archives. 2024-03-20T17:04:11.819 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-20T17:04:11.852 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-20T17:04:11.853 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T17:04:11.855 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T17:04:11.858 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-20T17:04:11.867 INFO:teuthology.orchestra.run.smithi081.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 17:04 /home/ubuntu/cephtest 2024-03-20T17:04:11.870 INFO:teuthology.orchestra.run.smithi083.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 17:04 /home/ubuntu/cephtest 2024-03-20T17:04:11.872 INFO:teuthology.orchestra.run.smithi174.stdout: 265489 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 20 17:04 /home/ubuntu/cephtest 2024-03-20T17:04:11.874 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-20T17:04:11.937 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-20T17:04:12.005 INFO:teuthology.nuke:Checking targets against current locks 2024-03-20T17:04:12.030 DEBUG:teuthology.nuke:shortname: smithi081 2024-03-20T17:04:12.030 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T17:04:12.058 DEBUG:teuthology.nuke:shortname: smithi083 2024-03-20T17:04:12.058 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T17:04:12.063 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519', '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 16:41:24.907786', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF+ZdeDkFSul0taenmhzEJ7Z+E2l8EGLfndjqRuaGyg/9STd2fJIDgO0k4VgTJl9QkuDkDit9jp6DW+XXkseuHI='} 2024-03-20T17:04:12.081 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519', '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 16:41:24.908966', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf+nnV7S3hIXkZbCco8Bze9fRQJPqNean3hmYoGbIPoHHSu6zE9xPWUVtpWBxHlYZYiTP3ze4+P+NkSJrtA6Jo='} 2024-03-20T17:04:12.086 DEBUG:teuthology.nuke:shortname: smithi174 2024-03-20T17:04:12.087 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-20T17:04:12.108 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-20_14:28:32-rados-wip-yuri2-testing-2024-03-13-0827-distro-default-smithi/7612519', '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 16:41:24.906412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnNf8ArChCA0y/ljW0i2/VActXSuf9s3ZLiRCDHsDVCnct2Lbqlyn+Lw4wb6fVauibTciOhvHRCoJHhcwsQgbg='} 2024-03-20T17:04:12.119 INFO:teuthology.orchestra.console.smithi081:Power off 2024-03-20T17:04:12.120 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T17:04:12.145 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2024-03-20T17:04:12.146 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:12.163 INFO:teuthology.orchestra.console.smithi083:Power off 2024-03-20T17:04:12.163 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T17:04:12.178 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-20T17:04:12.188 DEBUG:teuthology.orchestra.console.smithi083:power off output: Chassis Power Control: Down/Off 2024-03-20T17:04:12.188 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:12.206 INFO:teuthology.orchestra.console.smithi174:Power off 2024-03-20T17:04:12.206 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-20T17:04:12.215 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-03-20T17:04:12.229 DEBUG:teuthology.orchestra.console.smithi174:power off output: Chassis Power Control: Down/Off 2024-03-20T17:04:12.229 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:12.253 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-03-20T17:04:16.179 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:16.217 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:16.254 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:16.290 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2024-03-20T17:04:16.327 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is on 2024-03-20T17:04:16.365 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-03-20T17:04:20.294 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:20.328 DEBUG:teuthology.orchestra.console.smithi083:pexpect command: ipmitool -H smithi083.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:20.367 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:20.424 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2024-03-20T17:04:20.443 DEBUG:teuthology.orchestra.console.smithi083:check power output: Chassis Power is off 2024-03-20T17:04:20.479 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2024-03-20T17:04:20.525 INFO:teuthology.orchestra.console.smithi081:Power off completed 2024-03-20T17:04:20.544 INFO:teuthology.orchestra.console.smithi083:Power off completed 2024-03-20T17:04:24.482 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-20T17:04:24.592 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is off 2024-03-20T17:04:24.693 INFO:teuthology.orchestra.console.smithi174:Power off completed 2024-03-20T17:04:24.796 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_rgw_multisite} duration: 837.7810995578766 failure_reason: '"2024-03-20T17:00:45.251899+0000 mon.a (mon.0) 188 : 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-20T17:04:24.797 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-20T17:04:24.875 INFO:teuthology.run:FAIL